summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions/extension_process_bindings.cc
Commit message (Expand)AuthorAgeFilesLines
* share extension API test frameworkerikkay@chromium.org2009-08-311-0/+1
* Make a bunch of backlogged breaking changes to the extensions API in prep for...aa@chromium.org2009-08-281-27/+1
* Try again to commit r24174: Change the way json_schema.js is loaded.aa@chromium.org2009-08-251-1/+1
* Revert r24217.aa@chromium.org2009-08-251-1/+1
* Change the way json_schema.js is loaded. This is required soaa@chromium.org2009-08-251-1/+1
* Revert breakage from r24174.aa@chromium.org2009-08-241-1/+1
* Change the way json_schema.js is loaded. This is required soaa@chromium.org2009-08-241-1/+1
* Implement granular cross-origin XHR for extensions.aa@chromium.org2009-08-231-2/+18
* Validation of extension api callbacks and event parameters in DEBUGrafaelw@chromium.org2009-08-221-1/+9
* Async extension callbacks now always fire and set chrome.extension.lastError ...rafaelw@chromium.org2009-08-181-1/+1
* Implementation of getBackgroundPage(), getToolstrips(), andaa@chromium.org2009-08-141-15/+59
* Allow extensions to use APIs that they didn't ask permission to use.mpcomplete@chromium.org2009-08-121-1/+6
* Switch to WebFrame from the WebKit API.darin@chromium.org2009-08-101-3/+3
* Add module-level permissions to extensions.mpcomplete@chromium.org2009-08-071-13/+103
* Fix a crash that was caused by a NULL entry in the PendingRequestMap.mpcomplete@chromium.org2009-07-301-5/+7
* Add a WebKit API that registers a V8 extension to be loaded into contentmpcomplete@chromium.org2009-07-301-1/+2
* Step 2 in abstracting Extension APIs to shared "IDL".rafaelw@chromium.org2009-07-221-1/+9
* Changed the extension.connect() API not to broadcast to all tabs. Added ampcomplete@chromium.org2009-07-201-0/+24
* First step in abstracting extension api to common/shared "IDL" files (jsonsch...rafaelw@chromium.org2009-07-161-10/+13
* Retrying this patch. This was already reviewed by mpcomplete and thefinnur@chromium.org2009-07-151-3/+55
* 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