135 Commits
Author SHA1 Message Date
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 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
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 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 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
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
Fredrik Høisæther Rasch d087e86290 Added/Updated types /w docs 2015-09-27 13:33:48 +02:00
Fredrik Høisæther Rasch 5e5e87688b Added/Updated ttsEngine /w docs 2015-09-27 13:03:12 +02:00
Fredrik Høisæther Rasch 2f0be2a1c1 Added/Updated tts /w docs 2015-09-27 12:53:27 +02:00
Fredrik Høisæther Rasch 1f7cbdea8b Added/Updated topSites /w docs 2015-09-27 12:38:11 +02:00
Fredrik Høisæther Rasch c14d64b805 Added/Updated tabs /w docs 2015-09-27 12:34:52 +02:00
Fredrik Høisæther Rasch 2f2335815d Added/Updated tabCapture /w docs 2015-09-26 11:44:00 +02:00
Fredrik Høisæther Rasch ccf77b80c4 Added/Updated system.storage /w docs 2015-09-22 12:24:25 +02:00
Fredrik Høisæther Rasch 7de3e6aeb6 Added/Updated system.memory /w docs 2015-09-22 12:11:28 +02:00
Fredrik Høisæther Rasch d60a111f6c Added/Updated system.cpu /w docs 2015-09-22 12:08:54 +02:00
Fredrik Høisæther Rasch 8e868d9d52 Added/Updated storage /w docs 2015-09-22 09:59:33 +02:00
Fredrik Høisæther Rasch 097d292f4c Added/Updated sessions /w docs 2015-09-22 09:41:32 +02:00
Fredrik Høisæther Rasch af1d776d52 Merge branch 'chrome' of https://github.com/couven92/DefinitelyTyped into chrome 2015-09-22 08:33:19 +02:00
Fredrik Høisæther Rasch 7d303986ba Added/Updated privacy /w docs 2015-09-22 08:32:47 +02:00
Fredrik Høisæther Rasch cbab183d86 Added/Updated runtime /w docs 2015-09-21 14:00:24 +02:00
Fredrik Høisæther Rasch 96f50990c8 Added/Updated proxy /w docs 2015-09-21 12:13:22 +02:00
Andrew Fong fda3f446c8 chrome.runtime.openOptionsPage 2015-09-16 00:02:35 +00:00
Fredrik Høisæther Rasch f104f9b0cc Added/Updated printerProvider /w docs 2015-09-05 15:16:45 +02:00
Fredrik Høisæther Rasch 87965af337 Added/Updated power /w docs 2015-09-05 14:48:05 +02:00
Fredrik Høisæther Rasch ebf3ac235c Added/Updated platformKeys /w docs 2015-09-05 14:45:06 +02:00
Fredrik Høisæther Rasch 37094b95ac Added/Updated pageCapture /w docs 2015-09-05 12:26:44 +02:00
Fredrik Høisæther Rasch 1f195aedb9 Added/Updated pageAction /w docs 2015-09-05 12:22:55 +02:00