summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/resources/extensions/schema_generated_bindings.js
Commit message (Expand)AuthorAgeFilesLines
* Implement a module system for the extension bindings JS.koz@chromium.org2012-03-091-9/+8
* Revert 125132 - Implement a module system for the extension bindings JS.markusheintz@chromium.org2012-03-061-8/+9
* Implement a module system for the extension bindings JS.koz@chromium.org2012-03-061-9/+8
* Allow omitting optional parameters for Extensions API functionsmtytel@chromium.org2012-03-041-15/+135
* Make registering custom hooks with schema_generated_bindings.js safer andkalman@chromium.org2012-02-281-6/+57
* Extensions: convert all extension.* and i18n.* functions/events that arekalman@chromium.org2012-02-221-8/+14
* Don't use |module| as a variable name in schema_generated_bindings.js.bauerb@chromium.org2012-02-181-14/+14
* Extensions: run "custom bindings" v8-extensions in content scripts.kalman@chromium.org2012-02-161-69/+64
* Allow "internal" APIs to be specified in extension API schemas, and specify t...kalman@chromium.org2012-02-131-14/+13
* Bindings layer for declarative events APIbattre@chromium.org2012-02-081-2/+4
* Remove support for some deprecated APIs in manifest version 2.aa@chromium.org2012-01-291-7/+33
* Extension Storage API: expose storage quota information to extensions, via:kalman@chromium.org2012-01-291-0/+2
* Revert 119598 - Extension Storage API: expose storage quota information to ex...jstritar@chromium.org2012-01-281-2/+0
* Extension Storage API: expose storage quota information to extensions, via:kalman@chromium.org2012-01-281-0/+2
* Split logic for defining custom types in schema_generated_bindings.js into se...koz@chromium.org2012-01-181-119/+10
* Extension cleanup: move devtools custom bindings out of schema_generated_bind...kalman@chromium.org2012-01-181-12/+0
* Extensions cleanup: move the chromePrivate, extension, fileBrowserPrivate, andkalman@chromium.org2012-01-171-66/+0
* Extensions cleanup: pull the browserAction and pageAction API customisationskalman@chromium.org2012-01-141-73/+62
* Extensions cleanup: move tabs API cusomisations out of schema_generated_bindi...kalman@chromium.org2012-01-131-50/+0
* Extensions cleanup: move a bunch of API customisations fromkalman@chromium.org2012-01-121-422/+63
* Re-land r117016: Split out the contextMenus schema bindings from schema_gener...kalman@chromium.org2012-01-121-117/+42
* Query the current window with chrome.tabs.query using -1.jstritar@chromium.org2012-01-101-2/+2
* Revert r117016 "Split out the contextMenus schema bindings from schema_genera...maruel@chromium.org2012-01-101-42/+117
* Split out the contextMenus schema bindings from schema_generated_bindings.js.kalman@chromium.org2012-01-101-117/+42
* Rip Out the Sidebar APIrdevlin.cronin@chromium.org2012-01-091-8/+0
* Extensions: Clean up (delete unnecessary, simplify use of) a couple of nativekalman@chromium.org2012-01-031-9/+6
* Extensions: only inject the necessary extension API JSON into schema_generate...kalman@chromium.org2011-12-211-92/+83
* Remove meaningless log message.miket@chromium.org2011-12-191-1/+2
* Added populate parameter to chrome.windows.get, chrome.windows.getCurrent,mtytel@chromium.org2011-12-191-5/+64
* Use a more OO approach to customizing extension API bindings inkalman@chromium.org2011-12-151-56/+92
* Wire up onEvent and put it to use when UdpSocket::Write blocks.miket@chromium.org2011-12-151-8/+46
* chrome.webRequest.*.removeListener removes callbacks that were registered mul...battre@chromium.org2011-12-141-11/+9
* Rename permission from input to ime.zork@chromium.org2011-12-131-0/+5
* Fixed regression with extension omnibox API where whitespace would get trimmedmpcomplete@chromium.org2011-12-081-3/+6
* Rename chrome.experimental.webRequest to chrome.webRequestbattre@chromium.org2011-11-301-8/+8
* Moving the MHTML API out of experimental and renaming it.jcivelli@chromium.org2011-11-281-1/+1
* Extension Settings API: rename it to the Extension Storage API.kalman@chromium.org2011-11-271-3/+3
* Extension Settings API: move the API functions into an object SettingsNamepace,kalman@chromium.org2011-11-241-3/+28
* Delete the temporary file when generating MHTML with the extension API.jcivelli@chromium.org2011-11-221-1/+6
* Rearrange the input APIs into more suitable groupings.zork@chromium.org2011-11-181-5/+5
* Enable extension APIs for content scripts.aa@chromium.org2011-11-121-0/+1087