summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/resources/extensions/miscellaneous_bindings.js
Commit message (Expand)AuthorAgeFilesLines
* Rename miscellaneous_bindings to messaging_bindings.mpcomplete@google.com2013-07-301-372/+0
* Show warning instead of crashing when an unserializable message is passed tokalman@chromium.org2013-07-231-1/+13
* Extension render-side event cleanup to help with debugging: record thekalman@chromium.org2013-07-231-2/+8
* Manifest not manfiest.kalman@chromium.org2013-07-221-1/+1
* Make the externally connectable browser test clobber all of the builtins,kalman@chromium.org2013-06-221-6/+6
* Go back to JSON serialization of extension messages. base::Value pickling waskalman@chromium.org2013-06-211-2/+8
* Eagerly run a small amount of extensions code to prevent things overwritingkalman@chromium.org2013-06-151-1/+3
* Implement externally_connectable! Web pages can now communicate directly withkalman@chromium.org2013-06-091-1/+3
* Protect against undefined chrome.runtime.* properties, which can happen inkalman@chromium.org2013-06-071-8/+20
* Delete chromeHidden! This involves (a) moving all the remaining moduleskalman@chromium.org2013-06-061-5/+6
* Replace all occurrences of CallChromeHiddenMethod (and friends) withkalman@chromium.org2013-06-051-120/+118
* Replace JSON (de)serialization of extension messages with direct Value pickling.kalman@chromium.org2013-06-041-10/+2
* Revert 203489 "Replace JSON (de)serialization of extension messa..."tonyg@chromium.org2013-06-031-2/+10
* Replace JSON (de)serialization of extension messages with direct Value pickling.kalman@chromium.org2013-05-311-10/+2
* Fix a couple of bugs relating to sending Tab info with chrome.runtime.connect...kalman@chromium.org2013-04-251-20/+29
* This tackles a number of ActivityLog-related corner cases. I wrote tests and ...felt@chromium.org2013-04-121-0/+15
* Make extension error more informative by logging the error automatically alongkalman@chromium.org2013-04-061-12/+8
* Set up V8 bindings for extension/app APIs when they're first used, not oncduvall@chromium.org2013-03-091-4/+4
* Set correct error message when disconnecting messaging port.sergeyu@chromium.org2013-03-081-6/+4
* Revert 186643 - Caused a 10% regression on SunSpider benchmarktonyg@chromium.org2013-03-071-4/+4
* Set up V8 bindings for extension/app APIs when they're first used, not oncduvall@chromium.org2013-03-071-4/+4
* Revert 185709koz@chromium.org2013-03-031-1/+1
* Set up V8 bindings for extension/app APIs when they're first used, not oncduvall@chromium.org2013-03-021-1/+1
* Revert 184837abodenha@chromium.org2013-02-271-1/+1
* Set up V8 bindings for extension/app APIs when they're first used, not oncduvall@chromium.org2013-02-271-1/+1
* Move the chromeHidden.toJSON paranoia out of event.js and into json.js, a newkalman@chromium.org2013-02-201-4/+5
* Update references to the extension messaging APIs and lastError to point tokalman@chromium.org2013-01-081-1/+1
* Implement declarativeWebRequest.SendMessageToExtension actionbattre@chromium.org2012-12-221-18/+18
* Move messaging APIs from chrome.extension to chrome.runtimeasargent@chromium.org2012-12-191-9/+37
* Native Messaging revert-reverteaugusti@chromium.org2012-10-181-1/+3
* Revert 156678 - Native messaging now uses the MessageService back-end.mpcomplete@chromium.org2012-09-281-4/+2
* Revert 158830 - Revert 156678 - Native messaging now uses the MessageService ...ilevy@chromium.org2012-09-261-2/+4
* Revert 156678 - Native messaging now uses the MessageService back-end.mpcomplete@chromium.org2012-09-261-4/+2
* Native messaging now uses the MessageService back-end.eaugusti@chromium.org2012-09-131-2/+4
* Make miscellaneous_bindings.js not depend on onLoad().koz@chromium.org2012-07-311-21/+4
* Make miscellaneous_bindings.js import lastError with require(), rather than r...koz@chromium.org2012-07-041-1/+1
* Remove inappropriate chrome.{extension,app} bindings for platform apps.asargent@chromium.org2012-07-031-4/+5
* Fix some issues with extension messaging for transient pages.mpcomplete@chromium.org2012-04-031-1/+1
* Deprecate chrome.extension.sendRequest in favor of sendMessage, with a safermpcomplete@chromium.org2012-04-021-16/+89
* Report failures when opening an extension port to the caller.mpcomplete@chromium.org2012-04-021-5/+9
* Fix a bug with r126884 - Make sure ports are closed when they're no longer used.mpcomplete@chromium.org2012-03-311-37/+45
* Implement a module system for the extension bindings JS.koz@chromium.org2012-03-161-12/+10
* Make sure ports are closed when they're no longer used.jochen@chromium.org2012-03-151-1/+13
* Revert 126317 and 126306 because of a performance regression on page loading.koz@chromium.org2012-03-131-9/+11
* Implement a module system for the extension bindings JS.koz@chromium.org2012-03-131-11/+9
* Revert 125801 - Implement a module system for the extension bindings JS.akalin@chromium.org2012-03-091-9/+11
* Implement a module system for the extension bindings JS.koz@chromium.org2012-03-091-11/+9
* Revert 125132 - Implement a module system for the extension bindings JS.markusheintz@chromium.org2012-03-061-9/+11
* Implement a module system for the extension bindings JS.koz@chromium.org2012-03-061-11/+9
* Extensions: convert all extension.* and i18n.* functions/events that arekalman@chromium.org2012-02-221-116/+35