| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Ensure that Helvetica, if installed, is used instead of Arial. This should be... | avi@chromium.org | 2009-10-27 | 2 | -2/+2 |
* | Don't scale up small browser action icons. | finnur@chromium.org | 2009-10-26 | 1 | -8/+5 |
* | Refactor BrowserActions, and add support for | aa@chromium.org | 2009-10-24 | 1 | -3/+3 |
* | Implement extension.sendRequest, a simpler way to do messaging. | mpcomplete@chromium.org | 2009-10-23 | 2 | -4/+66 |
* | Implement chrome.browserAction.setIcon({path:...}); | aa@chromium.org | 2009-10-20 | 1 | -1/+25 |
* | Implement new page action API. | mpcomplete@chromium.org | 2009-10-16 | 1 | -13/+19 |
* | Reland r29095 (removes wrench integration for | aa@chromium.org | 2009-10-15 | 1 | -6/+7 |
* | Reverting r29095 (removes wrench integration for | aa@chromium.org | 2009-10-15 | 1 | -7/+6 |
* | Remove the implicit wrench menu items for browser actions. | aa@chromium.org | 2009-10-15 | 1 | -6/+7 |
* | Update browser actions api to be like new design doc. | aa@chromium.org | 2009-10-15 | 1 | -6/+20 |
* | Update page action manifest parsing to match the new format. | mpcomplete@chromium.org | 2009-10-13 | 1 | -2/+4 |
* | Enables the sending of Timeline Agent and Resource messages to the devtools a... | jamesr@chromium.org | 2009-10-12 | 1 | -1/+1 |
* | Implement chrome.extension.connectExternal and fix various API inconsistencies. | mpcomplete@chromium.org | 2009-10-09 | 3 | -53/+61 |
* | Implement browserAction.setIcon(ImageData) for extensions. | mpcomplete@chromium.org | 2009-10-06 | 1 | -0/+21 |
* | Implementing chrome.i18n.getMessage call, that loads message from the extensi... | cira@chromium.org | 2009-09-28 | 1 | -0/+6 |
* | Implement Browser Actions extensions. | finnur@chromium.org | 2009-09-26 | 1 | -0/+8 |
* | Make --show-extensions-on-top look exactly, pixel-for-pixel | aa@chromium.org | 2009-09-25 | 1 | -17/+24 |
* | Ignore extra properties on schemas or instances that comes | aa@chromium.org | 2009-09-24 | 1 | -0/+13 |
* | Change the view mode when switching between moles and toolstrips, and | erikkay@chromium.org | 2009-09-19 | 2 | -14/+117 |
* | Revert 26635 - Change the view mode when switching between moles and toolstri... | mbelshe@google.com | 2009-09-18 | 2 | -117/+14 |
* | Change the view mode when switching between moles and toolstrips, and | erikkay@chromium.org | 2009-09-18 | 2 | -14/+117 |
* | Address ExtensionApiTest.Tabs flakiness | rafaelw@chromium.org | 2009-09-15 | 1 | -13/+12 |
* | Update ExtensionApiTest.Tabs and re-enable | rafaelw@chromium.org | 2009-09-11 | 1 | -18/+22 |
* | add mole collapse/expand events. convert mappy to use this. | erikkay@chromium.org | 2009-09-11 | 1 | -0/+10 |
* | Don't allow updating tabs to javascript URLs without host | aa@chromium.org | 2009-09-11 | 1 | -4/+12 |
* | finished testing functions and added events to bookmark tests. | erikkay@chromium.org | 2009-09-08 | 1 | -23/+77 |
* | Add browser tests for extensions tab API. | asargent@chromium.org | 2009-09-01 | 1 | -17/+39 |