| Commit message (Expand) | Author | Age | Files | Lines |
* | Add click-to-load functionality for blocked plugins. | bauerb@chromium.org | 2010-07-19 | 1 | -0/+1 |
* | Clean up renderer_resources.grd: | pkasting@chromium.org | 2010-07-12 | 1 | -2/+1 |
* | Clean up .grds, step 1: Alphabetize. | pkasting@chromium.org | 2010-07-08 | 1 | -5/+5 |
* | Revert 51572 - Clean up .grds, step 1: Alphabetize. | pkasting@chromium.org | 2010-07-02 | 1 | -5/+5 |
* | Clean up .grds, step 1: Alphabetize. | pkasting@chromium.org | 2010-07-02 | 1 | -5/+5 |
* | Add support for interacting with the DOM in browser_tests. | kkania@chromium.org | 2010-03-18 | 1 | -0/+1 |
* | Revert 41789 - Add support for DOM interaction in browser tests via C++. | kkania@chromium.org | 2010-03-17 | 1 | -1/+0 |
* | Add support for DOM interaction in browser tests via C++. | kkania@chromium.org | 2010-03-17 | 1 | -0/+1 |
* | Move base.js file to the renderer/resources since it's not used by DevTools a... | yurys@chromium.org | 2010-02-09 | 1 | -0/+1 |
* | Add a 'minus' graphic to the local error page if you expand the | tony@chromium.org | 2009-12-08 | 1 | -1/+1 |
* | Implement Browser Actions extensions. | finnur@chromium.org | 2009-09-26 | 1 | -1/+1 |
* | Change the view mode when switching between moles and toolstrips, and | erikkay@chromium.org | 2009-09-19 | 1 | -1/+2 |
* | Revert 26635 - Change the view mode when switching between moles and toolstri... | mbelshe@google.com | 2009-09-18 | 1 | -2/+1 |
* | Change the view mode when switching between moles and toolstrips, and | erikkay@chromium.org | 2009-09-18 | 1 | -1/+2 |
* | Address ExtensionApiTest.Tabs flakiness | rafaelw@chromium.org | 2009-09-15 | 1 | -1/+1 |
* | Update ExtensionApiTest.Tabs and re-enable | rafaelw@chromium.org | 2009-09-11 | 1 | -1/+1 |
* | Don't allow updating tabs to javascript URLs without host | aa@chromium.org | 2009-09-11 | 1 | -1/+1 |
* | finished testing functions and added events to bookmark tests. | erikkay@chromium.org | 2009-09-08 | 1 | -1/+1 |
* | Add browser tests for extensions tab API. | asargent@chromium.org | 2009-09-01 | 1 | -1/+1 |
* | share extension API test framework | erikkay@chromium.org | 2009-08-31 | 1 | -1/+2 |
* | Make a bunch of backlogged breaking changes to the extensions API in prep for... | aa@chromium.org | 2009-08-28 | 1 | -1/+1 |
* | Extension API Renaming/Consistency changes | rafaelw@chromium.org | 2009-08-28 | 1 | -1/+1 |
* | 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/+1 |
* | Validation of extension api callbacks and event parameters in DEBUG | rafaelw@chromium.org | 2009-08-22 | 1 | -1/+1 |
* | Async extension callbacks now always fire and set chrome.extension.lastError ... | rafaelw@chromium.org | 2009-08-18 | 1 | -1/+1 |
* | Implementation of getBackgroundPage(), getToolstrips(), and | aa@chromium.org | 2009-08-14 | 1 | -1/+1 |
* | Add chrome.extension to extension_api.json and docs. | rafaelw@chromium.org | 2009-08-12 | 1 | -1/+1 |
* | Add module-level permissions to extensions. | mpcomplete@chromium.org | 2009-08-07 | 1 | -1/+1 |
* | Support for referenced schema types in json_schema. | rafaelw@chromium.org | 2009-08-05 | 1 | -1/+1 |
* | mole API - take 2 | erikkay@chromium.org | 2009-08-04 | 1 | -1/+1 |
* | Rolling back change 22245. | chrome-bot@google.com | 2009-08-02 | 1 | -1/+1 |
* | mole expand/collapse API, callable from a toolstrip for manual operation | erikkay@chromium.org | 2009-08-01 | 1 | -1/+1 |
* | Pull out synchronous extension apis to extensions_api.json, add custom handli... | rafaelw@chromium.org | 2009-07-27 | 1 | -1/+1 |
* | Fix port disconnect so that it's refcounted. This fixes a bug where a channel | mpcomplete@chromium.org | 2009-07-27 | 1 | -1/+1 |
* | Push bookmarks.remove/removeAll polymorphism into c++. fix bookmarks id schem... | rafaelw@chromium.org | 2009-07-24 | 1 | -1/+1 |
* | Step 2 in abstracting Extension APIs to shared "IDL". | rafaelw@chromium.org | 2009-07-22 | 1 | -1/+1 |
* | Changed the extension.connect() API not to broadcast to all tabs. Added a | mpcomplete@chromium.org | 2009-07-20 | 1 | -1/+1 |
* | Fix merge error (benign) from r20910 | rafaelw@chromium.org | 2009-07-17 | 1 | -1/+1 |
* | First step in abstracting extension api to common/shared "IDL" files (jsonsch... | rafaelw@chromium.org | 2009-07-16 | 1 | -1/+1 |
* | Change getLanguage to detectLanguage, and incorporate corresponding changes, ... | sidchat@google.com | 2009-07-16 | 1 | -1/+1 |
* | Retrying this patch. This was already reviewed by mpcomplete and the | finnur@chromium.org | 2009-07-15 | 1 | -1/+1 |
* | Various minor fixes: | aa@chromium.org | 2009-07-15 | 1 | -1/+1 |
* | Reverting 20714. | finnur@chromium.org | 2009-07-15 | 1 | -1/+1 |
* | EFD now notifies EPM of renderviews created, which in turn notifies the rende... | finnur@chromium.org | 2009-07-15 | 1 | -1/+1 |
* | Add an optional channel name to the extension message connect event. | mpcomplete@chromium.org | 2009-07-13 | 1 | -1/+1 |