Commit Graph

124 Commits

Author SHA1 Message Date
Ben Salili-James
3ddcd3ee3e Use gender-neutral pronouns (#39053)
* Use gender-neutral pronouns

* Minor tweaks to comments

* Remove 'their' artifact

* Revert Dojo (failing package)
2019-10-14 08:58:56 -07:00
Nathan Shively-Sanders
c5f1369cbd Silence upcoming error in TS 3.7
The error tries make sure you don't use a truthy check on a function
instead of calling. But the code in the tests is in fact checking for
the presence of the function.
2019-09-26 10:33:05 -07:00
Nathan Shively-Sanders
64fc88601e
Disable npm-naming with dt-header (#34112)
npm-naming is a new rule but the code it runs was already disabled
whenever dt-header was disabled. This change keeps the behaviour the
same.
2019-03-22 09:26:34 -07:00
Martin Probst
8d24eae10e Fix pre-existing lint for cast syntax. 2018-12-17 16:50:42 +01:00
Martin Probst
7ddfc0b2a9 Change requestFullscreen to return Promise<void>.
This matches the current state of the API specification and TypeScript
3.1+'s DOM definitions.

This fixes a problem where this file re-opens HTMLElement in an
incompatible way, which in turn causes various subtyping failures in
lib.dom.d.ts.

See also https://fullscreen.spec.whatwg.org/#api
2018-12-17 15:53:05 +01:00
grandin-j
24b440b4fd Fix typo in chooseEntry(…) for multiple files (#30509)
This simply aligns the type of the callback with the options when calling chooseEntry for selecting multiple files.
2018-11-14 19:20:49 -08:00
Nikolai Ommundsen
c89d650a03 chrome-apps: Updated to be compatible with the current Chrome version. (#30073)
* chrome-apps: WebView -
 SpatialNavigationEnabled

* chrome-apps: networking.onc - WiFi TetheringEnabled

* notifications: Update to newest docs (~Chrome 71)

* system.display: Updated to newest docs (for Chrome 71 in development)

* tts: Voice gender is marked as deprecated

* clipboard: Updated docs to official docs (For Chrome 71)

* chrome-apps: WebView -
 SpatialNavigationEnabled

* chrome-apps: networking.onc - WiFi TetheringEnabled

* notifications: Update to newest docs (~Chrome 71)

* system.display: Updated to newest docs (for Chrome 71 in development)

* tts: Voice gender is marked as deprecated

* clipboard: Updated docs to official docs (For Chrome 71)

* chrome-apps: WebView -
 SpatialNavigationEnabled

* chrome-apps: networking.onc - WiFi TetheringEnabled

* notifications: Update to newest docs (~Chrome 71)

* system.display: Updated to newest docs (for Chrome 71 in development)

* tts: Voice gender is marked as deprecated

* clipboard: Updated docs to official docs (For Chrome 71)

* chrome-apps: WebView -
 SpatialNavigationEnabled

* chrome-apps: networking.onc - WiFi TetheringEnabled

* notifications: Update to newest docs (~Chrome 71)

* system.display: Updated to newest docs (for Chrome 71 in development)

* tts: Voice gender is marked as deprecated

* clipboard: Updated docs to official docs (For Chrome 71)

* Fixed typo in docs
2018-10-27 13:48:02 -07:00
Nikolai Ommundsen
9e5e117449 Merge declarations to be able to import it more easily in other type declarations. 2018-08-28 11:52:32 +02:00
Nikolai Ommundsen
0b05385f09 Merged files from 'chrome-updates-private': Bugfixes and style updates 2018-08-28 10:43:39 +02:00
Nikolai Ommundsen
087317a90d Removed chrome test typings 2018-08-27 17:25:10 +02:00
Nikolai Ommundsen
0aa6ebf2e4 Passes tests 2018-08-27 17:23:35 +02:00
Nikolai Ommundsen
3005c72b8a Better webview event types 2018-08-27 17:19:41 +02:00
Nikolai Ommundsen
36b297754a Changes written with chrome-test and source code help 2018-08-27 16:32:49 +02:00
Nikolai Ommundsen
d888b2029f Consistently use the @since marker 2018-08-27 09:22:39 +02:00
Nikolai Ommundsen
9a0852376e Temporarly disabled localStorage warning 2018-08-24 17:00:36 +02:00
Nikolai Ommundsen
896e357ab7 Moved localStorage to Window 2018-08-24 16:59:01 +02:00
Nikolai Ommundsen
6ed136d427 Don't use "include", must use "files" 2018-08-24 16:52:51 +02:00
Nikolai Ommundsen
981609d429 Removed old reference 2018-08-24 16:41:55 +02:00
Nikolai Ommundsen
75f9151485 Typed chrome.signedInDevices 2018-08-24 16:39:32 +02:00
Nikolai Ommundsen
7951f83c27 Small finishing touches 2018-08-24 16:21:26 +02:00
Nikolai Ommundsen
6aa59670b6 WebView events updated, with better docs and fixed 2018-08-24 16:06:44 +02:00
Nikolai Ommundsen
81164ecee3 Fixed typo 2018-08-24 15:51:14 +02:00
Nikolai Ommundsen
f1f14729a6 Cleanup after running tsc / dtslint 2018-08-24 13:04:42 +02:00
Nikolai Ommundsen
d84a9b95fb Transfered Web APIs to another file 2018-08-24 11:11:56 +02:00
Nikolai Ommundsen
cd3e2542b4 Test updates 2018-08-23 14:18:30 +02:00
Nikolai Ommundsen
e8c8f288bc chrome.enterprise tests 2018-08-23 14:09:05 +02:00
Nikolai Ommundsen
0aba0089b3 Tests for chrome.gcm 2018-08-23 13:54:11 +02:00
Nikolai Ommundsen
56c3bc683e Tests for chrome.idle 2018-08-23 13:36:54 +02:00
Nikolai Ommundsen
63b94dcb09 Tests for chrome.instanceID 2018-08-23 13:27:19 +02:00
Nikolai Ommundsen
e9e984c161 More tests added + credits for source + fixed typings 2018-08-23 13:12:04 +02:00
Nikolai Ommundsen
888a13a608 chrome.storage Updated typings and tests 2018-08-23 11:54:47 +02:00
Nikolai Ommundsen
cc4c27210b chrome.mdns fixes - added extra filter parameter + tests 2018-08-23 11:26:00 +02:00
Nikolai Ommundsen
7ace836a16 AppView added 2018-08-23 10:22:18 +02:00
Nikolai Ommundsen
b4631a0448 Organizing and cleanup + added test todos 2018-08-21 16:58:22 +02:00
Nikolai Ommundsen
0453c57706 chrome.system.memory & chrome.system.network fixes and docs update 2018-08-21 16:48:37 +02:00
Nikolai Ommundsen
8578b60553 chrome.system.cpu updates 2018-08-21 16:46:50 +02:00
Nikolai Ommundsen
7bc8daacc2 Cleanup + better chrome.system.display 2018-08-21 16:42:45 +02:00
Nikolai Ommundsen
90920faf15 networking.config tests + docs 2018-08-21 14:48:16 +02:00
Nikolai Ommundsen
c927ce8c7a certificateProvider: Fixed typo and updated tests 2018-08-21 14:41:16 +02:00
Nikolai Ommundsen
8e1d4d6b9a Finished certificateProvider docs 2018-08-21 14:32:14 +02:00
Nikolai Ommundsen
a21aa0b7ad Finished chrome.vpnProvider docs 2018-08-21 13:47:47 +02:00
Nikolai Ommundsen
a86110373f Updated permission list and also worked on vpnProvider 2018-08-21 13:40:36 +02:00
Nikolai Ommundsen
ae72479ff0 Cleanup, documentation and added regions 2018-08-21 13:10:27 +02:00
Nikolai Ommundsen
79324ed04a Better docs 2018-08-15 15:49:18 +02:00
Nikolai Ommundsen
d16065adda Fixed typo 2018-08-15 14:30:35 +02:00
Nikolai Ommundsen
6288dfa447 Documentation on enterprise namespace 2018-08-15 14:29:28 +02:00
Nikolai Ommundsen
bbb450bd0a Better api docs 2018-08-14 16:04:54 +02:00
Nikolai Ommundsen
7a6a964cca Removed unnecessary references to extensions in the documentation. 2018-08-14 15:25:34 +02:00
Nikolai Ommundsen
9d2629fe08 Docs based on json dump of chrome object on chrome os 2018-08-14 14:52:28 +02:00
Nikolai Ommundsen
6c13ff99e9 Cleanup + placeholder for experimental apis 2018-08-10 17:05:54 +02:00