| Commit message (Expand) | Author | Age | Files | Lines |
* | Extension API Renaming/Consistency changes | rafaelw@chromium.org | 2009-08-28 | 1 | -14/+18 |
* | Try again to commit r24174: Change the way json_schema.js is loaded. | aa@chromium.org | 2009-08-25 | 1 | -1/+1 |
* | Revert r24217. | aa@chromium.org | 2009-08-25 | 1 | -1/+1 |
* | Change the way json_schema.js is loaded. This is required so | aa@chromium.org | 2009-08-25 | 1 | -1/+1 |
* | Revert breakage from r24174. | aa@chromium.org | 2009-08-24 | 1 | -1/+1 |
* | Change the way json_schema.js is loaded. This is required so | aa@chromium.org | 2009-08-24 | 1 | -1/+1 |
* | Exposes a chrome.devtools object to extensions. This allows extensions to ca... | mpcomplete@chromium.org | 2009-08-24 | 1 | -1/+13 |
* | Validation of extension api callbacks and event parameters in DEBUG | rafaelw@chromium.org | 2009-08-22 | 1 | -17/+51 |
* | Async extension callbacks now always fire and set chrome.extension.lastError ... | rafaelw@chromium.org | 2009-08-18 | 1 | -4/+11 |
* | Implementation of getBackgroundPage(), getToolstrips(), and | aa@chromium.org | 2009-08-14 | 1 | -74/+89 |
* | Add chrome.extension to extension_api.json and docs. | rafaelw@chromium.org | 2009-08-12 | 1 | -2/+12 |
* | Add module-level permissions to extensions. | mpcomplete@chromium.org | 2009-08-07 | 1 | -2/+2 |
* | Pull out synchronous extension apis to extensions_api.json, add custom handli... | rafaelw@chromium.org | 2009-07-27 | 1 | -54/+73 |
* | Push bookmarks.remove/removeAll polymorphism into c++. fix bookmarks id schem... | rafaelw@chromium.org | 2009-07-24 | 1 | -26/+0 |
* | Step 2 in abstracting Extension APIs to shared "IDL". | rafaelw@chromium.org | 2009-07-22 | 1 | -408/+81 |
* | Changed the extension.connect() API not to broadcast to all tabs. Added a | mpcomplete@chromium.org | 2009-07-20 | 1 | -1/+13 |
* | Fix merge error (benign) from r20910 | rafaelw@chromium.org | 2009-07-17 | 1 | -1/+0 |
* | First step in abstracting extension api to common/shared "IDL" files (jsonsch... | rafaelw@chromium.org | 2009-07-16 | 1 | -68/+45 |
* | Change getLanguage to detectLanguage, and incorporate corresponding changes, ... | sidchat@google.com | 2009-07-16 | 1 | -4/+4 |
* | Retrying this patch. This was already reviewed by mpcomplete and the | finnur@chromium.org | 2009-07-15 | 1 | -3/+13 |
* | Reverting 20714. | finnur@chromium.org | 2009-07-15 | 1 | -13/+3 |
* | EFD now notifies EPM of renderviews created, which in turn notifies the rende... | finnur@chromium.org | 2009-07-15 | 1 | -3/+13 |
* | Add an optional channel name to the extension message connect event. | mpcomplete@chromium.org | 2009-07-13 | 1 | -0/+3 |
* | Add getLanguage function to tab extension. | sidchat@google.com | 2009-07-10 | 1 | -0/+11 |
* | Make the API to open a message channel symmetric, so it works the same whethe... | mpcomplete@chromium.org | 2009-07-09 | 1 | -1/+42 |
* | Fix some issues with extension messaging: | mpcomplete@chromium.org | 2009-07-02 | 1 | -1/+4 |
* | PageActions can now specify multiple icons and switch between them | finnur@chromium.org | 2009-07-01 | 1 | -1/+3 |
* | In this episode, we implement the DOMUI interface for extension views that ar... | aa@chromium.org | 2009-07-01 | 1 | -1/+1 |
* | Refactor extension bindings to share code, avoid exposing hidden variables | mpcomplete@chromium.org | 2009-06-30 | 1 | -51/+4 |
* | a few minor tweaks the bookmarks API: | erikkay@google.com | 2009-06-29 | 1 | -2/+3 |
* | Adding the ability to remove page actions.BUG=NoneTEST=unit test. | finnur@chromium.org | 2009-06-22 | 1 | -22/+40 |
* | Revert 18765 to try to repair perf regression | jar@chromium.org | 2009-06-19 | 1 | -27/+27 |
* | Send port-closed notification when a frame with ports unloads. | mpcomplete@google.com | 2009-06-18 | 1 | -27/+27 |
* | Clean up bookmark API to match style of other extension APIs | erikkay@google.com | 2009-06-10 | 1 | -28/+29 |
* | BUG=12192 | rafaelw@chromium.org | 2009-05-30 | 1 | -2/+5 |
* | extensions chrome.self.getViews(): | rafaelw@chromium.org | 2009-05-16 | 1 | -1/+16 |
* | Uploaded & applied on behalf of Roger Tawa (rogerta@google.com). | rafaelw@chromium.org | 2009-05-15 | 1 | -0/+3 |
* | Revert "Revert "implemented extensions api windows.update()."" | aa@chromium.org | 2009-05-14 | 1 | -1/+20 |
* | Revert "implemented extensions api windows.update()." | aa@chromium.org | 2009-05-14 | 1 | -20/+1 |
* | implemented extensions api windows.update(). | rafaelw@chromium.org | 2009-05-14 | 1 | -1/+20 |
* | FormatErrorMessage() functions are now publicly available from ExtensionError... | rafaelw@chromium.org | 2009-05-12 | 1 | -22/+33 |
* | BUG=11200 | rafaelw@chromium.org | 2009-05-05 | 1 | -134/+134 |
* | implemented API style/convention changes, including: | rafaelw@chromium.org | 2009-05-05 | 1 | -55/+93 |
* | This is the first part of the PageAction implementation. More work is require... | finnur@chromium.org | 2009-05-01 | 1 | -12/+38 |
* | Implement removeWindow, onWindowCreated, onWindowRemoved. | rafaelw@chromium.org | 2009-04-30 | 1 | -6/+32 |
* | more extensions bookmarks changes:* add schema verification* add unit tests f... | erikkay@google.com | 2009-04-29 | 1 | -12/+56 |
* | Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate... | rafaelw@chromium.org | 2009-04-28 | 1 | -0/+20 |
* | implement remaining tab events (except for onTabUpdated). | rafaelw@chromium.org | 2009-04-22 | 1 | -2/+24 |
* | Several minor changes to API framework. | aa@chromium.org | 2009-04-18 | 1 | -32/+26 |
* | A subset of the bookmarks API- missing events- missing unit tests- missing ab... | erikkay@google.com | 2009-04-17 | 1 | -1/+112 |