| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename miscellaneous_bindings to messaging_bindings. | mpcomplete@google.com | 2013-07-30 | 1 | -372/+0 |
* | Show warning instead of crashing when an unserializable message is passed to | kalman@chromium.org | 2013-07-23 | 1 | -1/+13 |
* | Extension render-side event cleanup to help with debugging: record the | kalman@chromium.org | 2013-07-23 | 1 | -2/+8 |
* | Manifest not manfiest. | kalman@chromium.org | 2013-07-22 | 1 | -1/+1 |
* | Make the externally connectable browser test clobber all of the builtins, | kalman@chromium.org | 2013-06-22 | 1 | -6/+6 |
* | Go back to JSON serialization of extension messages. base::Value pickling was | kalman@chromium.org | 2013-06-21 | 1 | -2/+8 |
* | Eagerly run a small amount of extensions code to prevent things overwriting | kalman@chromium.org | 2013-06-15 | 1 | -1/+3 |
* | Implement externally_connectable! Web pages can now communicate directly with | kalman@chromium.org | 2013-06-09 | 1 | -1/+3 |
* | Protect against undefined chrome.runtime.* properties, which can happen in | kalman@chromium.org | 2013-06-07 | 1 | -8/+20 |
* | Delete chromeHidden! This involves (a) moving all the remaining modules | kalman@chromium.org | 2013-06-06 | 1 | -5/+6 |
* | Replace all occurrences of CallChromeHiddenMethod (and friends) with | kalman@chromium.org | 2013-06-05 | 1 | -120/+118 |
* | Replace JSON (de)serialization of extension messages with direct Value pickling. | kalman@chromium.org | 2013-06-04 | 1 | -10/+2 |
* | Revert 203489 "Replace JSON (de)serialization of extension messa..." | tonyg@chromium.org | 2013-06-03 | 1 | -2/+10 |
* | Replace JSON (de)serialization of extension messages with direct Value pickling. | kalman@chromium.org | 2013-05-31 | 1 | -10/+2 |
* | Fix a couple of bugs relating to sending Tab info with chrome.runtime.connect... | kalman@chromium.org | 2013-04-25 | 1 | -20/+29 |
* | This tackles a number of ActivityLog-related corner cases. I wrote tests and ... | felt@chromium.org | 2013-04-12 | 1 | -0/+15 |
* | Make extension error more informative by logging the error automatically along | kalman@chromium.org | 2013-04-06 | 1 | -12/+8 |
* | Set up V8 bindings for extension/app APIs when they're first used, not on | cduvall@chromium.org | 2013-03-09 | 1 | -4/+4 |
* | Set correct error message when disconnecting messaging port. | sergeyu@chromium.org | 2013-03-08 | 1 | -6/+4 |
* | Revert 186643 - Caused a 10% regression on SunSpider benchmark | tonyg@chromium.org | 2013-03-07 | 1 | -4/+4 |
* | Set up V8 bindings for extension/app APIs when they're first used, not on | cduvall@chromium.org | 2013-03-07 | 1 | -4/+4 |
* | Revert 185709 | koz@chromium.org | 2013-03-03 | 1 | -1/+1 |
* | Set up V8 bindings for extension/app APIs when they're first used, not on | cduvall@chromium.org | 2013-03-02 | 1 | -1/+1 |
* | Revert 184837 | abodenha@chromium.org | 2013-02-27 | 1 | -1/+1 |
* | Set up V8 bindings for extension/app APIs when they're first used, not on | cduvall@chromium.org | 2013-02-27 | 1 | -1/+1 |
* | Move the chromeHidden.toJSON paranoia out of event.js and into json.js, a new | kalman@chromium.org | 2013-02-20 | 1 | -4/+5 |
* | Update references to the extension messaging APIs and lastError to point to | kalman@chromium.org | 2013-01-08 | 1 | -1/+1 |
* | Implement declarativeWebRequest.SendMessageToExtension action | battre@chromium.org | 2012-12-22 | 1 | -18/+18 |
* | Move messaging APIs from chrome.extension to chrome.runtime | asargent@chromium.org | 2012-12-19 | 1 | -9/+37 |
* | Native Messaging revert-revert | eaugusti@chromium.org | 2012-10-18 | 1 | -1/+3 |
* | Revert 156678 - Native messaging now uses the MessageService back-end. | mpcomplete@chromium.org | 2012-09-28 | 1 | -4/+2 |
* | Revert 158830 - Revert 156678 - Native messaging now uses the MessageService ... | ilevy@chromium.org | 2012-09-26 | 1 | -2/+4 |
* | Revert 156678 - Native messaging now uses the MessageService back-end. | mpcomplete@chromium.org | 2012-09-26 | 1 | -4/+2 |
* | Native messaging now uses the MessageService back-end. | eaugusti@chromium.org | 2012-09-13 | 1 | -2/+4 |
* | Make miscellaneous_bindings.js not depend on onLoad(). | koz@chromium.org | 2012-07-31 | 1 | -21/+4 |
* | Make miscellaneous_bindings.js import lastError with require(), rather than r... | koz@chromium.org | 2012-07-04 | 1 | -1/+1 |
* | Remove inappropriate chrome.{extension,app} bindings for platform apps. | asargent@chromium.org | 2012-07-03 | 1 | -4/+5 |
* | Fix some issues with extension messaging for transient pages. | mpcomplete@chromium.org | 2012-04-03 | 1 | -1/+1 |
* | Deprecate chrome.extension.sendRequest in favor of sendMessage, with a safer | mpcomplete@chromium.org | 2012-04-02 | 1 | -16/+89 |
* | Report failures when opening an extension port to the caller. | mpcomplete@chromium.org | 2012-04-02 | 1 | -5/+9 |
* | Fix a bug with r126884 - Make sure ports are closed when they're no longer used. | mpcomplete@chromium.org | 2012-03-31 | 1 | -37/+45 |
* | Implement a module system for the extension bindings JS. | koz@chromium.org | 2012-03-16 | 1 | -12/+10 |
* | Make sure ports are closed when they're no longer used. | jochen@chromium.org | 2012-03-15 | 1 | -1/+13 |
* | Revert 126317 and 126306 because of a performance regression on page loading. | koz@chromium.org | 2012-03-13 | 1 | -9/+11 |
* | Implement a module system for the extension bindings JS. | koz@chromium.org | 2012-03-13 | 1 | -11/+9 |
* | Revert 125801 - Implement a module system for the extension bindings JS. | akalin@chromium.org | 2012-03-09 | 1 | -9/+11 |
* | Implement a module system for the extension bindings JS. | koz@chromium.org | 2012-03-09 | 1 | -11/+9 |
* | Revert 125132 - Implement a module system for the extension bindings JS. | markusheintz@chromium.org | 2012-03-06 | 1 | -9/+11 |
* | Implement a module system for the extension bindings JS. | koz@chromium.org | 2012-03-06 | 1 | -11/+9 |
* | Extensions: convert all extension.* and i18n.* functions/events that are | kalman@chromium.org | 2012-02-22 | 1 | -116/+35 |