Commit Graph
16 Commits
Author SHA1 Message Date
benjaminjackman f9db24b748 Update chrome.d.ts, got rid of all implicit anys
Declared types in locations where the compiler would warn of implicit anys with the --noImplicitAny flag
2013-11-21 16:54:32 -06:00
Armin Sander 2be1dc2e77 add chrome.d.ts webrequest optional parameters 2013-11-19 12:43:32 +01:00
basarat e56d663c79 Merge pull request #1231 from ChaosinaCan/master
Match chrome.runtime to spec
2013-11-05 22:09:06 -08:00
Joel Spadin b75bf0ee3c Match chrome.runtime to spec
This patch adds missing functions and events to chrome.runtime to match
the API docs at http://developer.chrome.com/extensions/runtime.html.

It also removes some members from chrome.extension, as they belonged in
chrome.runtime instead.
2013-11-05 23:25:05 -06:00
Joel Spadin 04bf22d402 Add windowId property to removeInfo object
The removeInfo object passed to listeners for chrome.tabs.onRemove should have a "windowId" property.
2013-11-05 22:48:40 -06:00
rsmithh 45455e4230 Add onMessageExternal to chrome.runtime 2013-10-16 15:33:44 +01:00
rsmithh e0a2f1b03c Update chrome.d.ts 2013-10-11 19:35:09 +01:00
rsmithh 6b1d7dfc65 Added chrome.identity.getAuthToken 2013-10-11 10:37:44 +01:00
rsmithh 0fb291f31f Update chrome.d.ts
Fix argument to BookmarkRemovedEvent
2013-10-08 17:13:21 +01:00
Greyson Parrelli a90cfc6be9 Fixed the definitions for local and sync storage. 2013-09-26 14:47:45 -04:00
Neil Stalker 182b290dc4 fix filewriter, restify and chrome definitions 2013-06-24 12:49:31 +01:00
Niklas Mollenhauer 12412e10d2 bool -> boolean 2013-06-19 00:53:08 +02:00
Alexander Færøy 7e2aa940a4 Add type information for Chrome's Socket API 2013-01-20 00:07:38 +01:00
Matthew Kimber 88c34d21ad Changed the arrow functions that were erroneously returning anonymous objects to return void instead. Also updated the gitignore to include macintosh specific meta files. 2012-12-28 18:14:59 -07:00
Matthew Kimber 5c92f1a913 Added a return type to the createStatusButton method. 2012-11-22 00:50:27 -07:00
Matthew Kimber 774ed36826 Added the ambient declaration file for Chrome browser extension development. 2012-11-21 23:32:37 -07:00