summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions/extension_process_bindings.cc
Commit message (Expand)AuthorAgeFilesLines
* Reverting 20714.finnur@chromium.org2009-07-151-53/+3
* EFD now notifies EPM of renderviews created, which in turn notifies the rende...finnur@chromium.org2009-07-151-3/+53
* Make the API to open a message channel symmetric, so it works the same whethe...mpcomplete@chromium.org2009-07-091-1/+60
* Refactor extension bindings to share code, avoid exposing hidden variablesmpcomplete@chromium.org2009-06-301-159/+16
* Revert 18765 to try to repair perf regressionjar@chromium.org2009-06-191-3/+10
* Send port-closed notification when a frame with ports unloads.mpcomplete@google.com2009-06-181-10/+3
* Change the extension callback system to work more like events, where we trackmpcomplete@google.com2009-06-101-48/+77
* Revert 17889. It broke the extensions_uitests. And I didn't even get itmpcomplete@google.com2009-06-081-77/+48
* Change the extension callback system to work more like events, where we trackmpcomplete@google.com2009-06-081-48/+77
* BUG=12192rafaelw@chromium.org2009-05-301-1/+0
* extensions chrome.self.getViews():rafaelw@chromium.org2009-05-161-0/+84
* FormatErrorMessage() functions are now publicly available from ExtensionError...rafaelw@chromium.org2009-05-121-14/+31
* Split V8Proxy::retrieveActiveFrame() into two methods.aa@chromium.org2009-05-121-2/+4
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-101-1/+1
* BUG=11200rafaelw@chromium.org2009-05-051-1/+1
* Pass down the opener tab when a message channel is opened to an extension.mpcomplete@google.com2009-05-011-10/+3
* Several minor changes to API framework.aa@chromium.org2009-04-181-1/+1
* Initial plumbing for sending events from the browser to extension renderers. ...rafaelw@chromium.org2009-04-161-0/+2
* Attempt to shush Purify about a memory leak.aa@chromium.org2009-04-161-8/+14
* Miscellaneous API sprucing.aa@chromium.org2009-04-161-1/+3
* TBR: Revert "Miscellaneous API sprucing."aa@chromium.org2009-04-151-3/+1
* Miscellaneous API sprucing.aa@chromium.org2009-04-151-1/+3
* Add JsonSchema-based validation for the tab APIs.aa@chromium.org2009-04-141-3/+6
* Revert "Add JsonSchema-based validation for the tab APIs."aa@chromium.org2009-04-141-6/+3
* Add JsonSchema-based validation for the tab APIs.aa@chromium.org2009-04-141-3/+6
* Hook up extension events to the json parser, and change the extension messagempcomplete@google.com2009-04-131-1/+4
* rebase and more minor changes.aa@chromium.org2009-04-091-31/+11
* Use WebScriptSource and WebFindInPageRequest from the WebKit API.darin@chromium.org2009-03-311-2/+6
* Add more of the server-side plumbing for extension APIs. Alsoaa@chromium.org2009-03-281-2/+18
* Add basic infrastructure for sending async browser API request and receiving ...aa@chromium.org2009-03-241-0/+105