Andy Hanson
45c9246c09
Remove esModuleInterop from tsconfigs (no longer mandatory)
2018-02-14 14:55:13 -08:00
Andy
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs ( #23354 )
2018-02-05 11:01:56 -08:00
epicgirl1998
abdde3dd37
chrome: add cssOrigin to tabs.InjectDetails ( #23224 )
2018-01-27 10:32:32 -08:00
jacamera
ac3e6ede4b
added dictionary {size -> ImageData} option to imageData property ( #22658 )
2018-01-05 15:52:48 -08:00
Vaillant Samuel
c079326a78
fix(chrome): avoid implicit any on getDirectoryDeviceId
2017-12-16 15:14:10 +01:00
Nikolai Ommundsen
b14775f562
Using types directive over path
2017-12-14 10:15:30 +01:00
Nikolai Ommundsen
429265089a
Merge branch 'master' into chrome-updates
2017-12-12 09:09:43 +01:00
Nikolai Ommundsen
3f877ea205
Chrome: Basic webview types (WIP)
2017-11-27 09:23:40 +01:00
Nikolai Ommundsen
1d0e409460
Chrome: Webview updates
2017-11-21 14:12:38 +01:00
Nikolai Ommundsen
0da22d7987
Chrome: chrome.enterprise.deviceAttributes added
2017-11-21 13:04:30 +01:00
Nikolai Ommundsen
324fb0e9ac
Chrome: Webview element type declarations (WIP)
2017-11-21 13:01:33 +01:00
Nikolai Ommundsen
c9f293daa9
Chrome: chrome.system.display fully updated
2017-11-21 12:39:50 +01:00
Nikolai Ommundsen
6a850b791a
Chrome: Made chrome.system.display.getInfo param flags optional like specified in the documentation
2017-11-21 11:30:39 +01:00
Nikolai Ommundsen
fe91418917
Chrome: Updated documentation and new interfaces were added
2017-11-21 10:58:21 +01:00
Nikolai Ommundsen
a8b3331bdc
Chrome: Interface DisplayMode was added
2017-11-21 10:41:31 +01:00
Nikolai Ommundsen
bf536af792
Chrome: chrome.system.display updates
2017-11-21 10:36:24 +01:00
Nikolai Ommundsen
a2322118ef
Merge branch 'master' into chrome-updates
2017-11-21 10:25:55 +01:00
Adam Pyle
2ffb22d223
Added new line after newly created enum
2017-11-16 12:45:41 +11:00
Adam Pyle
d312fbdb3c
Added additional parameters for chrome/chrome-app
...
* Added extra parameters to LaunchData per API docs
https://developer.chrome.com/apps/app_runtime#event-onLaunched
* Changed typescript version required to 2.4 since named enums are used
** Also for sion-chrome since this depends on chrome
2017-11-16 12:40:45 +11:00
Munkácsi Márk
88b8e7a099
StorageArea.remove fixed
2017-11-12 22:46:08 +01:00
Kitson Kelly
2c7a2e0d63
Use generic with inspectedWindow.evel
...
Using `Object` causes a lot of assignability issues, instead, using a generic will make callbacks easier to type and use when using the `chrome.devtools.inspectedWindow.eval()`.
2017-11-11 08:51:40 +00:00
Nikolai Ommundsen
1a691d4e9c
chrome.networking.onc: More interfaces implemented
2017-11-07 10:50:28 +01:00
Nikolai Ommundsen
d2f0742783
chrome.networking.onc WIP
2017-11-07 10:34:41 +01:00
Nikolai Ommundsen
084d30de99
Some more documentation
2017-11-07 10:21:27 +01:00
Nikolai Ommundsen
160e44d524
Interfaces, types and variables are exported
2017-11-07 10:15:15 +01:00
Alex
949d80bd19
Update chrome API
2017-10-31 01:02:31 -04:00
Gilberto Stankiewicz
fa5088af4d
Declare chrome.declarativeContent.onPageChanged, chrome.declarativeContent.ShowPageAction, chrome.declarativeContent.PageStateMatcher ( #20797 )
2017-10-27 17:37:36 -07:00
Andy
19f89399e4
Ensure every package has a tslint.json ( #21009 )
...
* Ensure every package has a tslint.json
* Fixes
2017-10-25 11:13:50 -07:00
Daniel Zou
c5e5878777
Chrome debugger type patch ( #20574 )
...
* Workaround to use chrome.debugger typedef
* update tabs
2017-10-16 14:43:37 -07:00
Andy
947a8fb761
Enable strictFunctionTypes ( #20373 )
2017-10-06 14:03:03 -07:00
Ryota Kameoka
b7e9dd2a98
[chrome] Add and utilize ColorArray type ( #19836 )
...
* Add and utilize ColorArray type
* fixup! Add and utilize ColorArray type
2017-09-26 11:22:50 -07:00
Brian Coleman
72d1e73d61
chrome - webrequest.onAuthRequired.addListener ( #18629 )
...
Fix callback parameter signature passed to webRequest.onAuthRequired.addListener.
2017-08-04 16:36:40 -07:00
Leonard Thieu
1c3565933c
:(
2017-06-13 13:00:42 -04:00
Ryan Cavanaugh
7ca6100e6c
Merge pull request #15380 from epicgirl1998/master
...
chrome: Really fix chrome.webNavigation event filtering
2017-04-10 14:43:40 -07:00
Minghao Ni
ce331bb0a8
add requireInteraction field in NotificationOptions, used in chrome.notification.* apis
2017-03-30 15:57:15 +08:00
Keith Henry
312f51088e
Added chrome.i18n.detectLanguage
...
`chrome.i18n.detectLanguage` is missing from the type definitions, this change adds the definition.
Original documentation at https://developer.chrome.com/extensions/i18n#method-detectLanguage
2017-03-27 08:38:58 +01:00
epicgirl1998
3ab99add41
Fix chrome.webNavigation filtering again
2017-03-25 04:52:25 +02:00
Andy Hanson
354cec620d
Move all packages to a types directory
2017-03-24 14:27:52 -07:00