summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/resources/extension_process_bindings.js
Commit message (Expand)AuthorAgeFilesLines
* Extension API Renaming/Consistency changesrafaelw@chromium.org2009-08-281-14/+18
* 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
* Exposes a chrome.devtools object to extensions. This allows extensions to ca...mpcomplete@chromium.org2009-08-241-1/+13
* Validation of extension api callbacks and event parameters in DEBUGrafaelw@chromium.org2009-08-221-17/+51
* Async extension callbacks now always fire and set chrome.extension.lastError ...rafaelw@chromium.org2009-08-181-4/+11
* Implementation of getBackgroundPage(), getToolstrips(), andaa@chromium.org2009-08-141-74/+89
* Add chrome.extension to extension_api.json and docs.rafaelw@chromium.org2009-08-121-2/+12
* Add module-level permissions to extensions.mpcomplete@chromium.org2009-08-071-2/+2
* Pull out synchronous extension apis to extensions_api.json, add custom handli...rafaelw@chromium.org2009-07-271-54/+73
* Push bookmarks.remove/removeAll polymorphism into c++. fix bookmarks id schem...rafaelw@chromium.org2009-07-241-26/+0
* Step 2 in abstracting Extension APIs to shared "IDL".rafaelw@chromium.org2009-07-221-408/+81
* Changed the extension.connect() API not to broadcast to all tabs. Added ampcomplete@chromium.org2009-07-201-1/+13
* Fix merge error (benign) from r20910rafaelw@chromium.org2009-07-171-1/+0
* First step in abstracting extension api to common/shared "IDL" files (jsonsch...rafaelw@chromium.org2009-07-161-68/+45
* Change getLanguage to detectLanguage, and incorporate corresponding changes, ...sidchat@google.com2009-07-161-4/+4
* Retrying this patch. This was already reviewed by mpcomplete and thefinnur@chromium.org2009-07-151-3/+13
* Reverting 20714.finnur@chromium.org2009-07-151-13/+3
* EFD now notifies EPM of renderviews created, which in turn notifies the rende...finnur@chromium.org2009-07-151-3/+13
* Add an optional channel name to the extension message connect event.mpcomplete@chromium.org2009-07-131-0/+3
* Add getLanguage function to tab extension.sidchat@google.com2009-07-101-0/+11
* Make the API to open a message channel symmetric, so it works the same whethe...mpcomplete@chromium.org2009-07-091-1/+42
* Fix some issues with extension messaging:mpcomplete@chromium.org2009-07-021-1/+4
* PageActions can now specify multiple icons and switch between themfinnur@chromium.org2009-07-011-1/+3
* In this episode, we implement the DOMUI interface for extension views that ar...aa@chromium.org2009-07-011-1/+1
* Refactor extension bindings to share code, avoid exposing hidden variablesmpcomplete@chromium.org2009-06-301-51/+4
* a few minor tweaks the bookmarks API:erikkay@google.com2009-06-291-2/+3
* Adding the ability to remove page actions.BUG=NoneTEST=unit test.finnur@chromium.org2009-06-221-22/+40
* Revert 18765 to try to repair perf regressionjar@chromium.org2009-06-191-27/+27
* Send port-closed notification when a frame with ports unloads.mpcomplete@google.com2009-06-181-27/+27
* Clean up bookmark API to match style of other extension APIserikkay@google.com2009-06-101-28/+29
* BUG=12192rafaelw@chromium.org2009-05-301-2/+5
* extensions chrome.self.getViews():rafaelw@chromium.org2009-05-161-1/+16
* Uploaded & applied on behalf of Roger Tawa (rogerta@google.com).rafaelw@chromium.org2009-05-151-0/+3
* Revert "Revert "implemented extensions api windows.update().""aa@chromium.org2009-05-141-1/+20
* Revert "implemented extensions api windows.update()."aa@chromium.org2009-05-141-20/+1
* implemented extensions api windows.update().rafaelw@chromium.org2009-05-141-1/+20
* FormatErrorMessage() functions are now publicly available from ExtensionError...rafaelw@chromium.org2009-05-121-22/+33
* BUG=11200rafaelw@chromium.org2009-05-051-134/+134
* implemented API style/convention changes, including:rafaelw@chromium.org2009-05-051-55/+93
* This is the first part of the PageAction implementation. More work is require...finnur@chromium.org2009-05-011-12/+38
* Implement removeWindow, onWindowCreated, onWindowRemoved.rafaelw@chromium.org2009-04-301-6/+32
* more extensions bookmarks changes:* add schema verification* add unit tests f...erikkay@google.com2009-04-291-12/+56
* Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate...rafaelw@chromium.org2009-04-281-0/+20
* implement remaining tab events (except for onTabUpdated).rafaelw@chromium.org2009-04-221-2/+24
* Several minor changes to API framework.aa@chromium.org2009-04-181-32/+26
* A subset of the bookmarks API- missing events- missing unit tests- missing ab...erikkay@google.com2009-04-171-1/+112