| Commit message (Expand) | Author | Age | Files | Lines |
* | Reland 274764 - Reland 274558 - Move some resources to extensions_renderer_re... | yoz@chromium.org | 2014-06-04 | 1 | -113/+0 |
* | Revert "Reland 274558 - Move some extensions renderer resources to extensions... | dconnelly@chromium.org | 2014-06-04 | 1 | -0/+113 |
* | Reland 274558 - Move some extensions renderer resources to extensions_rendere... | yoz@chromium.org | 2014-06-04 | 1 | -113/+0 |
* | Revert 274558 "Move some extensions renderer resources to extens..." | mek@chromium.org | 2014-06-03 | 1 | -0/+113 |
* | Move some extensions renderer resources to extensions_renderer_resources.grd. | yoz@chromium.org | 2014-06-03 | 1 | -113/+0 |
* | Implement app.window.get() and app.window.getAll(). | mek@chromium.org | 2013-11-13 | 1 | -2/+1 |
* | Introduce a new attribute to externally_connectable, | juanlang@google.com | 2013-10-16 | 1 | -1/+1 |
* | Revert 227722 "Introduce a new attribute to externally_connectable," | robertphillips@google.com | 2013-10-09 | 1 | -1/+1 |
* | Introduce a new attribute to externally_connectable, | juanlang@google.com | 2013-10-09 | 1 | -1/+1 |
* | Rename miscellaneous_bindings to messaging_bindings. | mpcomplete@google.com | 2013-07-30 | 1 | -5/+5 |
* | Make the externally connectable browser test clobber all of the builtins, | kalman@chromium.org | 2013-06-22 | 1 | -1/+1 |
* | Eagerly run a small amount of extensions code to prevent things overwriting | kalman@chromium.org | 2013-06-15 | 1 | -3/+3 |
* | Protect against undefined chrome.runtime.* properties, which can happen in | kalman@chromium.org | 2013-06-07 | 1 | -1/+2 |
* | Delete chromeHidden! This involves (a) moving all the remaining modules | kalman@chromium.org | 2013-06-06 | 1 | -1/+1 |
* | Replace all occurrences of CallChromeHiddenMethod (and friends) with | kalman@chromium.org | 2013-06-05 | 1 | -6/+4 |
* | Use utils.forEach everywhere rather than Array.prototype.forEach to guard | kalman@chromium.org | 2013-03-12 | 1 | -1/+2 |
* | Set up V8 bindings for extension/app APIs when they're first used, not on | cduvall@chromium.org | 2013-03-09 | 1 | -16/+17 |
* | Revert 186643 - Caused a 10% regression on SunSpider benchmark | tonyg@chromium.org | 2013-03-07 | 1 | -17/+16 |
* | Set up V8 bindings for extension/app APIs when they're first used, not on | cduvall@chromium.org | 2013-03-07 | 1 | -16/+17 |
* | Revert 185709 | koz@chromium.org | 2013-03-03 | 1 | -17/+16 |
* | Set up V8 bindings for extension/app APIs when they're first used, not on | cduvall@chromium.org | 2013-03-02 | 1 | -16/+17 |
* | Revert 184837 | abodenha@chromium.org | 2013-02-27 | 1 | -17/+16 |
* | Set up V8 bindings for extension/app APIs when they're first used, not on | cduvall@chromium.org | 2013-02-27 | 1 | -16/+17 |
* | Check existence of chrome.runtime APIs using __lookupGetter__ to avoid throwing | kalman@chromium.org | 2013-02-12 | 1 | -7/+6 |
* | Update references to the extension messaging APIs and lastError to point to | kalman@chromium.org | 2013-01-08 | 1 | -10/+17 |
* | Move messaging APIs from chrome.extension to chrome.runtime | asargent@chromium.org | 2012-12-19 | 1 | -115/+20 |
* | Disable usage of onRequest and sendRequest in event pages for dev loaded | mpcomplete@chromium.org | 2012-10-19 | 1 | -0/+15 |
* | Native Messaging revert-revert | eaugusti@chromium.org | 2012-10-18 | 1 | -1/+43 |
* | Revert 156678 - Native messaging now uses the MessageService back-end. | mpcomplete@chromium.org | 2012-09-28 | 1 | -43/+1 |
* | Revert 158830 - Revert 156678 - Native messaging now uses the MessageService ... | ilevy@chromium.org | 2012-09-26 | 1 | -1/+43 |
* | Revert 156678 - Native messaging now uses the MessageService back-end. | mpcomplete@chromium.org | 2012-09-26 | 1 | -43/+1 |
* | Native messaging now uses the MessageService back-end. | eaugusti@chromium.org | 2012-09-13 | 1 | -1/+43 |
* | Make miscellaneous_bindings.js not depend on onLoad(). | koz@chromium.org | 2012-07-31 | 1 | -0/+12 |
* | Deprecate chrome.extension.sendRequest in favor of sendMessage, with a safer | mpcomplete@chromium.org | 2012-04-02 | 1 | -34/+23 |
* | Implement a module system for the extension bindings JS. | koz@chromium.org | 2012-03-16 | 1 | -8/+4 |
* | Revert 126317 and 126306 because of a performance regression on page loading. | koz@chromium.org | 2012-03-13 | 1 | -4/+8 |
* | Implement a module system for the extension bindings JS. | koz@chromium.org | 2012-03-13 | 1 | -8/+4 |
* | Revert 125801 - Implement a module system for the extension bindings JS. | akalin@chromium.org | 2012-03-09 | 1 | -4/+8 |
* | Implement a module system for the extension bindings JS. | koz@chromium.org | 2012-03-09 | 1 | -8/+4 |
* | Fixed a handleRequest custom hook for getViews and getExtensionTabs. | mtytel@chromium.org | 2012-03-07 | 1 | -4/+4 |
* | Revert 125132 - Implement a module system for the extension bindings JS. | markusheintz@chromium.org | 2012-03-06 | 1 | -4/+8 |
* | Implement a module system for the extension bindings JS. | koz@chromium.org | 2012-03-06 | 1 | -8/+4 |
* | Make registering custom hooks with schema_generated_bindings.js safer and | kalman@chromium.org | 2012-02-28 | 1 | -30/+26 |
* | Extensions: convert all extension.* and i18n.* functions/events that are | kalman@chromium.org | 2012-02-22 | 1 | -2/+106 |
* | Extensions: delete getTabContentses, nobody uses it. | kalman@chromium.org | 2012-02-15 | 1 | -5/+0 |
* | Remove support for some deprecated APIs in manifest version 2. | aa@chromium.org | 2012-01-29 | 1 | -1/+2 |
* | Fix crash in extension_custom_bindings.js by defining WINDOW_ID_NONE locally | kalman@chromium.org | 2012-01-21 | 1 | -2/+9 |
* | Extensions cleanup: move the chromePrivate, extension, fileBrowserPrivate, and | kalman@chromium.org | 2012-01-17 | 1 | -0/+45 |