Daniel Rosenwasser
58345fc448
Merge branch 'master' into handleExtraObjectLiteralProperties
...
Conflicts:
angular-ui-bootstrap/angular-ui-bootstrap-tests.ts
2015-08-17 12:28:46 -07:00
Masahiro Wakame
a991944ad3
Merge pull request #5067 from Garciat/webaudio-patch
...
Improve WebAudio typings
2015-08-13 23:09:31 +09:00
Daniel Rosenwasser
14590ab303
'overlay' is not a documented member of the dialog options in jQuery UI, so remove it in tests for 'chrome'.
2015-08-11 12:33:00 -07:00
Masahiro Wakame
6716dbd9b4
Merge pull request #5169 from aereal/chrome-tabs-query-accepts-array-of-string
...
chrome: `url` property of QueryInfo can be a array of strings
2015-08-03 23:15:28 +09:00
aereal
3a07ee9d23
chrome: url property of QueryInfo can be a array of strings
...
refs. https://developer.chrome.com/extensions/tabs#method-query
2015-08-01 15:37:37 +09:00
Tim Perry
b6ec946813
Mark hasListener as returning a boolean
2015-07-30 17:16:20 +01:00
Gabriel Garcia
d821276efc
LocalMediaStream is deprecated
2015-07-24 18:39:59 -04:00
tigerxy
f74233fbfe
Update chrome.d.ts
...
Missing line added for chrome.bookmarks.onMoved
2015-06-26 17:29:40 +02:00
Masahiro Wakame
43b6bf8875
Merge pull request #4608 from tolu/chrome-cast
...
chrome: Add queue-interface for cast
2015-06-18 14:13:42 +09:00
Tobias Lundin
83a7215480
chrome: use @deprecated where appropiate and add documentation strings
2015-06-17 14:12:36 +02:00
Tobias Lundin
2a714679f7
chrome: fix failing tests for cast syntax
2015-06-11 09:45:01 +02:00
Tobias Lundin
b3a3a0746c
chrome: Add queue-interface for cast
2015-06-10 15:14:12 +02:00
Hung
e06dd57152
Update chrome.identity with new API version 29
...
For reference: https://developer.chrome.com/apps/identity#method-launchWebAuthFlow
2015-06-09 18:10:18 -07:00
Viktor Sidochenko
47ccfe38b5
Add chrome.browser type
2015-05-31 19:37:57 +05:00
Alexander Shutov
b0d1fa0b58
Added missing AppWindow events.
2015-05-13 16:46:45 +03:00
Jonathan Pevarnek
c0b249ae79
Add missing functions for chrome windows api
2015-04-20 18:07:37 -04:00
Jonathan Pevarnek
c60c192f1b
Update chrome settings interface
...
This fixes two errors in the settings interface for chrome: the
interface was completely missing the clear method and the callback
parameter of the get method was defined as being an object instead of
a function.
This also adds a test for the settings interface.
2015-04-09 16:50:08 -04:00
NN
11c517fec4
Update chrome.d.ts
...
According to documentation https://developer.chrome.com/extensions/webRequest#type-UploadData
array of UploadData (optional) raw
any (optional) bytes : An ArrayBuffer with a copy of the data.
2015-03-10 17:03:06 +02:00
Fabian Möller
8668b9ef4f
Update chrome.d.ts
...
Port has more properties.
https://developer.chrome.com/extensions/runtime#type-Port
change postMessage like onMessage was changed in 36f2213157 .
add disconnect method.
2015-03-05 16:54:26 +01:00
Masahiro Wakame
5af75dfb8d
Merge pull request #3746 from NN---/patch-17
...
Add global chrome object through window
2015-03-05 21:41:27 +09:00
NN
0d3541aec2
Add global chrome object through window
...
It allows to add a check for existence of 'chrome' object.
Without it the strict mode can complain about undefined variable.
2015-03-02 22:13:49 +02:00
Thomas Stig Jacobsen
c562cf82d4
Support for Chrome Cast
2015-02-28 23:38:17 +01:00
NN
36f2213157
Update chrome.d.ts
...
MessageSender has more properties.
https://developer.chrome.com/extensions/runtime#type-MessageSender
onMessage can be more type safe. It receives only objects serialized in JSON from native.
2015-02-22 13:53:32 +02:00
NN
a3f2d345af
Remove optional from non optional properties
...
See documentation: https://developer.chrome.com/extensions/webRequest
2015-02-16 23:44:22 +02:00
NN
70e3022f3c
Type formData property.
...
According to the documentation: "dictionary is present and for each key contains the list of all values for that key" .
https://developer.chrome.com/extensions/webRequest
2015-02-10 16:32:30 +02:00
NN
09f72a0793
Fix typo.
...
CallbackTransitionDetails is a better name for the interface.
2015-02-05 16:58:27 +02:00
NN
4205138a7c
Add common interfaces to webNavigation events.
...
Rename WebRequestCallbackDetails -> CallbackDetails , it is already in chrome.webRequest module.
Fix code formatting.
2015-02-04 21:52:40 +02:00
Masahiro Wakame
2b4b401526
Merge pull request #3555 from NN---/patch-11
...
Fix WebRequestAuthRequredEvent functions
2015-02-04 22:20:15 +09:00
NN
bf06362604
Changes according to review.
2015-01-29 12:30:02 +02:00
NN
46b7388101
Remove bad letters
2015-01-28 17:56:49 +02:00
NN
9ef4455b75
Remove spacing
2015-01-28 17:55:11 +02:00
NN
d8e4ecb9a9
Correct callback in WebRequestAuthRequiredEvent.addListener
2015-01-28 17:54:23 +02:00
NN
c73a7587ca
Restore original
2015-01-28 17:47:04 +02:00
NN
1174e808b3
Fix WebRequestAuthRequredEvent functions
2015-01-28 12:37:36 +02:00
NN
7713b86c7c
Merge interfaces.
2015-01-28 12:08:35 +02:00
NN
fd4fb7b4a3
Update chrome.d.ts
2015-01-27 15:02:23 +02:00
NN
f3e207efe4
Move common details to interface
2015-01-27 12:46:38 +02:00
NN
8e95fc38eb
Update chrome.d.ts
2015-01-24 19:11:13 +02:00
NN
8bda20406b
Update definitions according to the documentation
...
https://developer.chrome.com/extensions/webNavigation
2015-01-20 15:36:55 +02:00
NN
5a07b46cf4
Fix typo
2015-01-19 12:39:04 +02:00
NN
042a525862
Add optional filters to webNavigation events
...
There is an additional argument according to https://developer.chrome.com/extensions/webNavigation
Filters argument is not well documented but present.
Sample from Google:
https://developer.chrome.com/extensions/examples/extensions/gmail/background.js
2015-01-18 21:54:45 +02:00
Aleksandr Dobkin
abdcc85487
Change type of LaunchDataEntry.entry from File to FileEntry
...
entry property of LaunchDataItem is actually a FileEntry, not a File. See https://developer.chrome.com/apps/app_runtime#event-onLaunched
2015-01-10 00:03:08 -08:00
vvakame
070fd9d268
remove not required tscparams
2015-01-02 20:48:15 +09:00
Pomu
9f01bb519e
fix argument type: Cookie -> Cookie[]
...
callback function for chrome.cookies.getAll() should take Cookie[]
https://developer.chrome.com/extensions/cookies#method-getAll
2014-12-10 14:45:04 +09:00
kyo-ago
179d74f22a
Fixed removeListener params(from http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/data/extensions/api_test/webrequest/test_api.js )
2014-11-22 22:01:01 +09:00
kyo_ago
c6a96bb1f9
Update chrome.d.ts
2014-11-21 19:49:21 +09:00
kyo_ago
58a3d9a486
Added removeListeners to chrome
2014-11-21 19:47:46 +09:00
kyo_ago
85f17f1790
Fix the return type in chrome.tabs.connect
...
The return type was updated in chrome extension.
See the API documentation here:
https://developer.chrome.com/extensions/tabs#method-connect
2014-11-21 00:22:47 +09:00
Masahiro Wakame
d5713b68db
Merge pull request #3003 from motemen/chrome-webrequest-requestfilter-types
...
Fix chrome.webRequest.RequestFilter.types
2014-10-21 11:45:06 +09:00
motemen
84bf3cd095
fixed chrome.webRequest.RequestFilter.types
2014-10-21 10:41:19 +09:00