Commit Graph
188 Commits
Author SHA1 Message Date
NNandMohamed Hegazy 6e9e49ad9e Type WebRequestBody.formData (#10205) 2016-07-23 23:38:44 -07:00
NNandMohamed Hegazy 5e942d89e6 Fix typo, schema => scheme (#10203)
See documentation https://developer.chrome.com/extensions/webRequest
2016-07-23 20:09:20 -07:00
NNandMohamed Hegazy 52087dbaee Add missing url property for all requests (#10201)
See documentation
https://developer.chrome.com/extensions/webRequest
https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/webRequest/
2016-07-23 20:09:03 -07:00
NNandMohamed Hegazy acf17c35f3 onAuthRequired allows additional arguments. (#10200)
See:
https://developer.chrome.com/extensions/webRequest#type-OnAuthRequiredOptions
https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/webRequest/onAuthRequired
2016-07-23 20:08:35 -07:00
Alex KozackandGitHub 674fdd2fc9 Add chrome.app.getDetails() function 2016-07-05 16:09:18 +03:00
Andrey LipatkinandHoriuchi_H 00cb576708 Fixing favIconUrl property name typo for TabChangeInfo class (#9249)
* Fixing favIconUrl property name typo for TabChangeInfo class

* Empty commit to trigger Travis CI
2016-05-09 17:36:26 +09:00
James TarlingandHoriuchi_H af57239852 Fix for duplicate USB event (#9236) 2016-05-09 17:23:49 +09:00
Sergey RubanovandMasahiro Wakame 925bf8b076 add title property to TabChangeInfo (#9163) 2016-05-02 01:16:58 +09:00
vvakame 7de6c3dd94 Merge branch 'master' into rename-repo-url 2016-03-17 21:06:54 +09:00
vvakame 14fe4313f4 replace internal module to namespace 2016-03-17 02:18:10 +09:00
vvakame 56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
Alex Godko 853365e033 Change chrome.runtime.onConnectExternal type
Change onConnectExternal type from RuntimeEvent to ExtensionConnectEvent
according to https://developer.chrome.com/extensions/runtime#event-onConnectExternal and unsuccessuful compilation of my project :)
2016-03-12 21:12:08 +02:00
vvakame 39f22f95a3 change permission 0755 to 0644 2016-03-10 23:03:55 +09:00
Masahiro Wakame 163a427719 Merge pull request #8267 from RReverser/patch-10
Add definitions for chrome.usb API
2016-02-27 11:49:49 +09:00
Ingvar Stepanyan 2552abff6d Add definitions for chrome.usb API
/cc @mikach
2016-02-26 13:22:03 +00:00
Ingvar Stepanyan 5c3108151b Add definitions for chrome.mediaGalleries API 2016-02-26 13:19:21 +00:00
Masahiro Wakame c268bd6d74 Merge pull request #8120 from RReverser/patch-8
Add chrome.system.display definitions
2016-02-26 19:54:14 +09:00
Horiuchi_H 39ced332d3 Merge pull request #8102 from RReverser/patch-6
Fix chrome.runtime.getManifest() definition
2016-02-19 11:29:26 +09:00
Ingvar Stepanyan 8c6089d67d Move chrome.system.display to chrome-app.d.ts. 2016-02-18 17:13:32 +00:00
Horiuchi_H 99c4fb76b5 Merge pull request #8100 from RReverser/patch-4
Depend chrome-app.d.ts on chrome.d.ts
2016-02-18 18:43:11 +09:00
Masahiro Wakame fe0363ee99 Merge pull request #8108 from RReverser/patch-7
Fix chrome.sockets.tcp.getSockets
2016-02-17 21:10:34 +09:00
Masahiro Wakame cf43002813 Merge pull request #8101 from RReverser/patch-5
Fix chrome.identity.getRedirectURL return type
2016-02-17 21:00:02 +09:00
Ingvar Stepanyan 390d1e412f Add file_system_provider_capabilities.watchable to Chrome manifest 2016-02-16 17:56:02 +00:00
Ingvar Stepanyan e5d42057e2 Add chrome.system.display definitions 2016-02-16 14:31:35 +00:00
Ingvar Stepanyan 78e6c2d471 Update chrome-app-tests.ts 2016-02-16 13:04:21 +00:00
Ingvar Stepanyan f4c7df0868 Update chrome-app-tests.ts 2016-02-16 05:05:24 +00:00
Ingvar Stepanyan 3c1ef611b3 Fix chrome.sockets.tcp.getSockets
It doesn't accept socketId argument, but returns list of all the opened sockets.
2016-02-16 03:32:23 +00:00
Ingvar Stepanyan 51b7e00426 Extend chrome Manifest with app-specific props 2016-02-15 21:32:36 +00:00
Ingvar Stepanyan cafc518f9b Fix chrome.runtime.getManifest() definition
Previously was pure Object, so didn't allow any kind of property access. Instead of changing to any, decided to describe all the known properties and leave string indexer for future ones.
2016-02-15 21:31:15 +00:00
Ingvar Stepanyan 2757555ef0 Fix chrome.identity.getRedirectURL return type 2016-02-15 19:49:33 +00:00
Ingvar Stepanyan 3a167ca79e Depend chrome-app.d.ts on chrome.d.ts
Follow up to #8082.
2016-02-15 17:42:33 +00:00
vvakame 4de74cb527 normalize line ending (CRLF -> LF) 2016-02-16 01:20:30 +09:00
Ingvar Stepanyan 6bfb511a61 Fix chrome.events.Event refs to use strict version 2016-02-14 00:04:48 +00:00
Ingvar Stepanyan 39baf904d4 Fix chrome.events.Event definition
Made all methods to strictly accept same type of function; fixes removeListener incompatibility.
2016-02-13 22:00:25 +00:00
Jonathan Pevarnek 8e0d33d380 Add chrome.system.network interface to chrome-app
Original code by @MohamedAbdalkader
2016-01-04 14:15:50 -05:00
Ilya 770eb0fef6 Fix WebNavigationEvents definition in chrome.d.ts 2015-12-20 00:34:38 +06:00
Alex Dresko 2f970d1bdd Added parameter to sendResposne 2015-12-13 10:58:47 -05:00
vvakame 249633b215 fix chrome.d.ts type header 2015-12-10 21:38:55 +09:00
Tim Perry efd7d6ca8a Fix up chrome storage indentation properly while I'm here 2015-12-06 01:34:56 +01:00
Tim Perry f08f279bd0 Add more detailed types to Chrome storage callbacks 2015-12-06 01:25:08 +01:00
hamza zia 02f61451f8 Update chrome.d.ts
fixed uninstall function name
2015-11-20 22:19:33 +08:00
Fredrik Høisæther Rasch 1ac48104b9 Fixed webRequest addListener test missing parameters 2015-10-08 12:14:06 +02:00
Fredrik Høisæther Rasch 91989d35b8 Merge remote-tracking branch 'upstream/master' into master 2015-10-08 09:56:22 +02:00
Fredrik Høisæther Rasch 8678f3c79b Fixed webNavigation event definitions 2015-09-27 19:19:09 +02:00
Fredrik Høisæther Rasch 780b0ed750 Added/Updated windows /w docs 2015-09-27 19:15:43 +02:00
Fredrik Høisæther Rasch beebf003d8 Added/Updated webstore /w docs 2015-09-27 18:34:51 +02:00
Fredrik Høisæther Rasch 58a63d850a Added/Updated webRequest /w docs 2015-09-27 18:19:38 +02:00
Fredrik Høisæther Rasch f55f5abbb6 Added/Updated webNavigation /w docs 2015-09-27 15:47:58 +02:00
Fredrik Høisæther Rasch 98f86d7dc6 Added/Updated wallpaper /w docs 2015-09-27 14:37:36 +02:00
Fredrik Høisæther Rasch 0223c6bfec Added/Updated vpnProvider /w docs 2015-09-27 14:26:15 +02:00