| Commit message (Expand) | Author | Age | Files | Lines |
* | Correction, and simplification of the javascript code to capture the screen-s... | twiz@chromium.org | 2010-04-26 | 1 | -20/+11 |
* | Give chrome-extension frames in regular renderers access to messaging APIs, | mpcomplete@chromium.org | 2010-04-19 | 1 | -2/+13 |
* | Add ability to manipulate DOM elements from the automation proxy. Rework the ... | kkania@chromium.org | 2010-04-16 | 1 | -55/+239 |
* | Support PNG and quality control in chrome.tabs.captureVisibleTab(). | skerner@chromium.org | 2010-04-08 | 1 | -15/+44 |
* | Reland: No longer accept 'null' as signifying unset optional object property ... | rafaelw@chromium.org | 2010-04-06 | 1 | -3/+2 |
* | Revert "No longer accept 'null' as signifying unset optional object property ... | rafaelw@chromium.org | 2010-04-05 | 1 | -1/+2 |
* | No longer accept 'null' as signifying unset optional object property in exten... | rafaelw@chromium.org | 2010-04-05 | 1 | -2/+1 |
* | Move history API out of experimental. Allow extensions to override history p... | skerner@chromium.org | 2010-04-01 | 2 | -18/+1 |
* | Adding API tests for getViews and infobars. | finnur@chromium.org | 2010-03-31 | 1 | -2/+12 |
* | Properly fix ends of lines. | antonm@chromium.org | 2010-03-24 | 1 | -1/+27 |
* | Enforce extension permissions in C++ (instead of Javascript). | jochen@chromium.org | 2010-03-24 | 2 | -14/+1 |
* | Fix end of lines. | antonm@chromium.org | 2010-03-23 | 1 | -27/+1 |
* | Initial version of an experimental Extensions Context Menu API. | asargent@chromium.org | 2010-03-23 | 2 | -4/+55 |
* | Add support for interacting with the DOM in browser_tests. | kkania@chromium.org | 2010-03-18 | 1 | -0/+234 |
* | Minor extension infobar changes. | finnur@chromium.org | 2010-03-18 | 1 | -1/+1 |
* | Committing for dcheng@ | brg@chromium.com | 2010-03-17 | 1 | -0/+1 |
* | Revert 41789 - Add support for DOM interaction in browser tests via C++. | kkania@chromium.org | 2010-03-17 | 1 | -234/+0 |
* | First cut at adding Extension Infobars to the experimental API. | finnur@chromium.org | 2010-03-17 | 1 | -0/+1 |
* | Add support for DOM interaction in browser tests via C++. | kkania@chromium.org | 2010-03-17 | 1 | -0/+234 |
* | Idle API for the extension system | brg@chromium.com | 2010-03-16 | 1 | -0/+1 |
* | Move metrics api to the experimental name space. | rogerta@chromium.org | 2010-03-12 | 1 | -1/+1 |
* | Add chrome.extension.inIncognitoTab for content scripts. | mpcomplete@chromium.org | 2010-03-12 | 1 | -4/+4 |
* | Add a metrics extensions API. | rogerta@chromium.org | 2010-02-26 | 1 | -0/+1 |
* | Allow users to enable extensions in incognito. Requires | mpcomplete@chromium.org | 2010-02-25 | 2 | -1/+14 |
* | Clone of issue 577015. | twiz@chromium.org | 2010-02-12 | 1 | -1/+7 |
* | Fix spelling error on history transition type. | brg@chromium.com | 2010-02-11 | 1 | -1/+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/+1015 |
* | Add an accessibility API for events raised outside of the web content. | estade@chromium.org | 2010-01-30 | 2 | -8/+26 |
* | Adds an experimental processes module to the extensions API. | creis@chromium.org | 2010-01-28 | 1 | -1/+2 |
* | revert 37335: | estade@chromium.org | 2010-01-27 | 2 | -24/+7 |
* | Add an accessibility API for events raised outside of the web content. | estade@chromium.org | 2010-01-27 | 2 | -7/+24 |
* | Fix error message when a page action calls chrome.pageAction.setIcon() with a... | skerner@chromium.org | 2010-01-14 | 1 | -5/+7 |
* | Add an experimental bookmark manager API to extensions. | arv@chromium.org | 2010-01-14 | 1 | -3/+3 |
* | Adding support for i18n to content scripts. | cira@chromium.org | 2009-12-29 | 2 | -9/+10 |
* | Refactor browser action apitest and port for mac. | kkania@chromium.org | 2009-12-14 | 1 | -17/+17 |
* | Prevent 2 types of extension crashes. | asargent@chromium.org | 2009-12-10 | 1 | -0/+14 |
* | Add a 'minus' graphic to the local error page if you expand the | tony@chromium.org | 2009-12-08 | 1 | -31/+55 |
* | Addition of a new parameter to the popup.show(...) Chrome extension API that ... | twiz@google.com | 2009-12-08 | 1 | -6/+18 |
* | Refactoring of the chrome.experimental.popup API implementation to allow disp... | twiz@google.com | 2009-11-16 | 1 | -11/+29 |
* | Add stub functions for chrome.* APIs in content scripts. | asargent@chromium.org | 2009-11-13 | 2 | -3/+55 |
* | JsonSchema support for declaring "object" constructors. | rafaelw@chromium.org | 2009-11-12 | 2 | -30/+54 |
* | For Siggi, from http://codereview.chromium.org/375002/show | mad@chromium.org | 2009-11-06 | 1 | -3/+6 |
* | Add first class support for user scripts. | aa@chromium.org | 2009-11-04 | 1 | -0/+9 |
* | Submitting change from http://codereview.chromium.org/276029/show | mad@chromium.org | 2009-11-03 | 1 | -2/+91 |
* | Implement the Extension History API, v 0.1.The first version is a weak wrappe... | brg@chromium.com | 2009-10-30 | 1 | -2/+26 |
* | Change the extension.onRequest even to include the sender info. | mpcomplete@chromium.org | 2009-10-29 | 1 | -5/+6 |
* | Fix typo in Event.hasListener(). | aa@chromium.org | 2009-10-29 | 1 | -1/+1 |
* | New event style for pageAction API. | asargent@chromium.org | 2009-10-29 | 1 | -2/+6 |
* | Limit chrome.(browser|page)Action.setIcon({imageData:...}) to | aa@chromium.org | 2009-10-28 | 1 | -2/+14 |
* | Rename getTabContentses to getExtensionTabs. | aa@chromium.org | 2009-10-28 | 1 | -1/+6 |