| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement a module system for the extension bindings JS. | koz@chromium.org | 2012-03-09 | 1 | -9/+8 |
* | Revert 125132 - Implement a module system for the extension bindings JS. | markusheintz@chromium.org | 2012-03-06 | 1 | -8/+9 |
* | Implement a module system for the extension bindings JS. | koz@chromium.org | 2012-03-06 | 1 | -9/+8 |
* | Allow omitting optional parameters for Extensions API functions | mtytel@chromium.org | 2012-03-04 | 1 | -15/+135 |
* | Make registering custom hooks with schema_generated_bindings.js safer and | kalman@chromium.org | 2012-02-28 | 1 | -6/+57 |
* | Extensions: convert all extension.* and i18n.* functions/events that are | kalman@chromium.org | 2012-02-22 | 1 | -8/+14 |
* | Don't use |module| as a variable name in schema_generated_bindings.js. | bauerb@chromium.org | 2012-02-18 | 1 | -14/+14 |
* | Extensions: run "custom bindings" v8-extensions in content scripts. | kalman@chromium.org | 2012-02-16 | 1 | -69/+64 |
* | Allow "internal" APIs to be specified in extension API schemas, and specify t... | kalman@chromium.org | 2012-02-13 | 1 | -14/+13 |
* | Bindings layer for declarative events API | battre@chromium.org | 2012-02-08 | 1 | -2/+4 |
* | Remove support for some deprecated APIs in manifest version 2. | aa@chromium.org | 2012-01-29 | 1 | -7/+33 |
* | Extension Storage API: expose storage quota information to extensions, via: | kalman@chromium.org | 2012-01-29 | 1 | -0/+2 |
* | Revert 119598 - Extension Storage API: expose storage quota information to ex... | jstritar@chromium.org | 2012-01-28 | 1 | -2/+0 |
* | Extension Storage API: expose storage quota information to extensions, via: | kalman@chromium.org | 2012-01-28 | 1 | -0/+2 |
* | Split logic for defining custom types in schema_generated_bindings.js into se... | koz@chromium.org | 2012-01-18 | 1 | -119/+10 |
* | Extension cleanup: move devtools custom bindings out of schema_generated_bind... | kalman@chromium.org | 2012-01-18 | 1 | -12/+0 |
* | Extensions cleanup: move the chromePrivate, extension, fileBrowserPrivate, and | kalman@chromium.org | 2012-01-17 | 1 | -66/+0 |
* | Extensions cleanup: pull the browserAction and pageAction API customisations | kalman@chromium.org | 2012-01-14 | 1 | -73/+62 |
* | Extensions cleanup: move tabs API cusomisations out of schema_generated_bindi... | kalman@chromium.org | 2012-01-13 | 1 | -50/+0 |
* | Extensions cleanup: move a bunch of API customisations from | kalman@chromium.org | 2012-01-12 | 1 | -422/+63 |
* | Re-land r117016: Split out the contextMenus schema bindings from schema_gener... | kalman@chromium.org | 2012-01-12 | 1 | -117/+42 |
* | Query the current window with chrome.tabs.query using -1. | jstritar@chromium.org | 2012-01-10 | 1 | -2/+2 |
* | Revert r117016 "Split out the contextMenus schema bindings from schema_genera... | maruel@chromium.org | 2012-01-10 | 1 | -42/+117 |
* | Split out the contextMenus schema bindings from schema_generated_bindings.js. | kalman@chromium.org | 2012-01-10 | 1 | -117/+42 |
* | Rip Out the Sidebar API | rdevlin.cronin@chromium.org | 2012-01-09 | 1 | -8/+0 |
* | Extensions: Clean up (delete unnecessary, simplify use of) a couple of native | kalman@chromium.org | 2012-01-03 | 1 | -9/+6 |
* | Extensions: only inject the necessary extension API JSON into schema_generate... | kalman@chromium.org | 2011-12-21 | 1 | -92/+83 |
* | Remove meaningless log message. | miket@chromium.org | 2011-12-19 | 1 | -1/+2 |
* | Added populate parameter to chrome.windows.get, chrome.windows.getCurrent, | mtytel@chromium.org | 2011-12-19 | 1 | -5/+64 |
* | Use a more OO approach to customizing extension API bindings in | kalman@chromium.org | 2011-12-15 | 1 | -56/+92 |
* | Wire up onEvent and put it to use when UdpSocket::Write blocks. | miket@chromium.org | 2011-12-15 | 1 | -8/+46 |
* | chrome.webRequest.*.removeListener removes callbacks that were registered mul... | battre@chromium.org | 2011-12-14 | 1 | -11/+9 |
* | Rename permission from input to ime. | zork@chromium.org | 2011-12-13 | 1 | -0/+5 |
* | Fixed regression with extension omnibox API where whitespace would get trimmed | mpcomplete@chromium.org | 2011-12-08 | 1 | -3/+6 |
* | Rename chrome.experimental.webRequest to chrome.webRequest | battre@chromium.org | 2011-11-30 | 1 | -8/+8 |
* | Moving the MHTML API out of experimental and renaming it. | jcivelli@chromium.org | 2011-11-28 | 1 | -1/+1 |
* | Extension Settings API: rename it to the Extension Storage API. | kalman@chromium.org | 2011-11-27 | 1 | -3/+3 |
* | Extension Settings API: move the API functions into an object SettingsNamepace, | kalman@chromium.org | 2011-11-24 | 1 | -3/+28 |
* | Delete the temporary file when generating MHTML with the extension API. | jcivelli@chromium.org | 2011-11-22 | 1 | -1/+6 |
* | Rearrange the input APIs into more suitable groupings. | zork@chromium.org | 2011-11-18 | 1 | -5/+5 |
* | Enable extension APIs for content scripts. | aa@chromium.org | 2011-11-12 | 1 | -0/+1087 |