Commit Graph

197 Commits

Author SHA1 Message Date
Ryan Cavanaugh
a5f4d50ccc Fix tsconfig files for new option name / behavior.
Also fixes some inconsistent whitespace.
2016-07-12 13:54:56 -07:00
Raghav Katyal
395c4e1639 Turning on consistent casing flag and fixing failures 2016-06-30 15:14:49 -07:00
Martin Probst
e127f7e436 Remove the dependency on MediaStream from Chrome.
MediaStream & Co are available in TypeScript 1.9's lib.d.ts (or
lib.dom.d.ts etc.), so there's no need to reference them anymore.
2016-06-27 15:39:21 -07:00
Ryan Cavanaugh
e105eabd48 Remove invalid references 2016-05-10 16:27:59 -07:00
Ryan Cavanaugh
612c172c52 Use correct test list 2016-05-10 12:28:03 -07:00
Ryan Cavanaugh
bfd400a8f8 Add noEmit to all config files 2016-05-10 12:24:49 -07:00
Ryan Cavanaugh
e808e8e062 Remove unneeded references 2016-05-10 12:22:25 -07:00
Ryan Cavanaugh
50387d4046 Change relative reference paths to types references. Errors incoming... 2016-05-09 18:06:27 -07:00
Ryan Cavanaugh
49b1ac6a38 Rename all entry points to index.d.ts and explicitify all file lists 2016-05-09 17:29:10 -07:00
Ryan Cavanaugh
ab2b4191c5 Add typesRoot to all config files 2016-05-09 13:52:25 -07:00
Ryan Cavanaugh
5859f63fd3 Keep fixing... 2016-05-05 12:38:52 -07:00
Ryan Cavanaugh
ded70421be Turn off strict null checks 2016-05-04 15:08:38 -07:00
Ryan Cavanaugh
76176f2097 Comment out broken declaration 2016-05-04 14:22:50 -07:00
Ryan Cavanaugh
69d1929d8a Add tsconfig.json files 2016-05-04 14:14:39 -07:00
Ryan Cavanaugh
dc851736af Delete unused tscparams 2016-04-27 20:42:33 -07:00
Ryan Cavanaugh
e7c111c4b7 Merge remote-tracking branch 'upstream/master' into types2.0
Add tsconfig files everywhere

# Conflicts:
#	azure-mobile-services-client/AzureMobileServicesClient.d.ts
#	bookshelf/bookshelf.d.ts
#	hapi/hapi.d.ts
#	helmet/helmet.d.ts
#	mongodb/mongodb.d.ts
#	nock/nock.d.ts
#	react-bootstrap/react-bootstrap.d.ts
#	react-helmet/react-helmet.d.ts
#	restify/restify.d.ts
#	sequelize/sequelize.d.ts
2016-04-27 20:40:21 -07:00
Ryan Cavanaugh
4f7524fc65 Rename files and folders to match their module definitions 2016-04-05 15:50:30 -07: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