| Commit message (Expand) | Author | Age | Files | Lines |
* | set BrowserActionButton inset to 0 so icon can draw to edges. | rafaelw@chromium.org | 2009-10-09 | 3 | -7/+50 |
* | Make some minor improvements to browser action samples: | aa@chromium.org | 2009-10-09 | 8 | -33/+29 |
* | Make all content scripts from an extension run in the same | aa@chromium.org | 2009-10-08 | 8 | -0/+74 |
* | Add permission to use the tabs object for the benchmarking extension. | mbelshe@chromium.org | 2009-10-07 | 1 | -0/+3 |
* | Revert r28293. | jhawkins@chromium.org | 2009-10-07 | 4 | -33/+6 |
* | Change detectLanguage() API to now return the top three languages as well the... | sidchat@chromium.org | 2009-10-07 | 4 | -6/+33 |
* | Add an BubbleBorder to BrowserAction popups and fix positioning of the | erikkay@chromium.org | 2009-10-06 | 2 | -3/+9 |
* | GMail extension with BrowserAction. It does the following: | sidchat@chromium.org | 2009-10-06 | 5 | -0/+151 |
* | Implement browserAction.setIcon(ImageData) for extensions. | mpcomplete@chromium.org | 2009-10-06 | 1 | -3/+25 |
* | Resubmit http://codereview.chromium.org/243096 with gcc compile error fixed. | erikkay@chromium.org | 2009-10-06 | 1 | -0/+1 |
* | Generate IDs for --load-extension by hashing the path instead | aa@chromium.org | 2009-10-06 | 1 | -0/+1 |
* | TBR: mpcomplete | erikkay@chromium.org | 2009-10-05 | 1 | -1/+0 |
* | Allow popups to close themselves with window.close(). | erikkay@chromium.org | 2009-10-05 | 1 | -0/+1 |
* | Remove 1.css~ | ukai@chromium.org | 2009-10-05 | 1 | -1/+0 |
* | Add an API to manipulate the browser action badge. | aa@chromium.org | 2009-10-03 | 1 | -0/+8 |
* | Disabling the test while I figure out why it is flaky. | finnur@chromium.org | 2009-10-02 | 1 | -1/+1 |
* | We now postMessage the RSS file over to the js script and have it parse it th... | finnur@chromium.org | 2009-10-02 | 3 | -125/+201 |
* | Add simple popup support to browser actions. This will create a popup HTML w... | erikkay@chromium.org | 2009-10-02 | 3 | -0/+57 |
* | Add chrome.browserAction.setName and .setIcon. | mpcomplete@chromium.org | 2009-10-01 | 4 | -0/+23 |
* | Integrate browser actions with the wrench menu. Browser | aa@chromium.org | 2009-09-30 | 5 | -0/+43 |
* | The RSS extension now renders the RSS HTML preview inside an IFRAME. | finnur@chromium.org | 2009-09-29 | 2 | -81/+97 |
* | Implementing chrome.i18n.getMessage call, that loads message from the extensi... | cira@chromium.org | 2009-09-28 | 7 | -6/+105 |
* | Implement Browser Actions extensions. | finnur@chromium.org | 2009-09-26 | 3 | -0/+27 |
* | Add extensions content scripts to page cycler tests. | asargent@chromium.org | 2009-09-25 | 21 | -0/+312 |
* | Actually run directory validation code on install. | aa@chromium.org | 2009-09-25 | 1 | -0/+0 |
* | ExtensionApiTest improvements. | rafaelw@chromium.org | 2009-09-25 | 1 | -7/+1 |
* | Fix typos in extension perf test manifests. | asargent@chromium.org | 2009-09-22 | 4 | -102/+102 |
* | Bump verison of buildbot sample extension to 0.6. | aa@chromium.org | 2009-09-22 | 1 | -1/+1 |
* | Add NotificationType::BROWSER_WINDOW_READY, chrome.windows.onCreated now send... | rafaelw@chromium.org | 2009-09-22 | 3 | -7/+29 |
* | Update renderer plugin cache when we load/unload extensions with plugins. | mpcomplete@chromium.org | 2009-09-21 | 4 | -0/+24 |
* | fetch buildbot status list on demand rather than polling. | erikkay@chromium.org | 2009-09-19 | 2 | -32/+51 |
* | Change the view mode when switching between moles and toolstrips, and | erikkay@chromium.org | 2009-09-19 | 1 | -12/+16 |
* | Revert 26635 - Change the view mode when switching between moles and toolstri... | mbelshe@google.com | 2009-09-18 | 1 | -16/+12 |
* | Change the view mode when switching between moles and toolstrips, and | erikkay@chromium.org | 2009-09-18 | 1 | -12/+16 |
* | CL is the same as http://codereview.chromium.org/173487, but had to be moved ... | cira@chromium.org | 2009-09-18 | 2 | -6/+12 |
* | Add a handful of startup tests that run with different types of installed ext... | mpcomplete@chromium.org | 2009-09-18 | 13 | -0/+437 |
* | Try again to land "Implement script API:executeScript" | aa@chromium.org | 2009-09-18 | 8 | -0/+139 |
* | Handle mole/toolstrip URLs properly. | erikkay@chromium.org | 2009-09-15 | 4 | -2/+47 |
* | Address ExtensionApiTest.Tabs flakiness | rafaelw@chromium.org | 2009-09-15 | 7 | -33/+71 |
* | Address ExtensionApiTest.Tabs (relativeUrlCreate) flakiness. | rafaelw@chromium.org | 2009-09-14 | 1 | -3/+3 |
* | Extension apis: windows.create({url:}) now supports relative paths. | rafaelw@chromium.org | 2009-09-11 | 2 | -9/+67 |
* | ExtensionApiTest.Tabs - disable failing asserts, add debug output | rafaelw@chromium.org | 2009-09-11 | 1 | -1/+7 |
* | Update ExtensionApiTest.Tabs and re-enable | rafaelw@chromium.org | 2009-09-11 | 1 | -104/+137 |
* | Add api tests for cross-origin XHR. | aa@chromium.org | 2009-09-11 | 3 | -0/+62 |
* | Updated extension docs. Mainly to add i18n.html to navigation side bar, | xji@chromium.org | 2009-09-11 | 1 | -7/+1 |
* | add mole collapse/expand events. convert mappy to use this. | erikkay@chromium.org | 2009-09-11 | 3 | -3/+51 |
* | Don't allow updating tabs to javascript URLs without host | aa@chromium.org | 2009-09-11 | 4 | -4/+41 |
* | Added chrome.i18n extension API. | xji@chromium.org | 2009-09-09 | 5 | -0/+56 |
* | Simple fix of extension_l10n_util that allows folders in form ".some_name" to... | cira@chromium.org | 2009-09-09 | 3 | -0/+11 |
* | fix mappy to use new API changes | erikkay@chromium.org | 2009-09-09 | 1 | -30/+1 |