summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/extensions
Commit message (Expand)AuthorAgeFilesLines
* set BrowserActionButton inset to 0 so icon can draw to edges.rafaelw@chromium.org2009-10-093-7/+50
* Make some minor improvements to browser action samples:aa@chromium.org2009-10-098-33/+29
* Make all content scripts from an extension run in the sameaa@chromium.org2009-10-088-0/+74
* Add permission to use the tabs object for the benchmarking extension.mbelshe@chromium.org2009-10-071-0/+3
* Revert r28293.jhawkins@chromium.org2009-10-074-33/+6
* Change detectLanguage() API to now return the top three languages as well the...sidchat@chromium.org2009-10-074-6/+33
* Add an BubbleBorder to BrowserAction popups and fix positioning of theerikkay@chromium.org2009-10-062-3/+9
* GMail extension with BrowserAction. It does the following:sidchat@chromium.org2009-10-065-0/+151
* Implement browserAction.setIcon(ImageData) for extensions.mpcomplete@chromium.org2009-10-061-3/+25
* Resubmit http://codereview.chromium.org/243096 with gcc compile error fixed.erikkay@chromium.org2009-10-061-0/+1
* Generate IDs for --load-extension by hashing the path insteadaa@chromium.org2009-10-061-0/+1
* TBR: mpcompleteerikkay@chromium.org2009-10-051-1/+0
* Allow popups to close themselves with window.close().erikkay@chromium.org2009-10-051-0/+1
* Remove 1.css~ukai@chromium.org2009-10-051-1/+0
* Add an API to manipulate the browser action badge.aa@chromium.org2009-10-031-0/+8
* Disabling the test while I figure out why it is flaky.finnur@chromium.org2009-10-021-1/+1
* We now postMessage the RSS file over to the js script and have it parse it th...finnur@chromium.org2009-10-023-125/+201
* Add simple popup support to browser actions. This will create a popup HTML w...erikkay@chromium.org2009-10-023-0/+57
* Add chrome.browserAction.setName and .setIcon.mpcomplete@chromium.org2009-10-014-0/+23
* Integrate browser actions with the wrench menu. Browseraa@chromium.org2009-09-305-0/+43
* The RSS extension now renders the RSS HTML preview inside an IFRAME.finnur@chromium.org2009-09-292-81/+97
* Implementing chrome.i18n.getMessage call, that loads message from the extensi...cira@chromium.org2009-09-287-6/+105
* Implement Browser Actions extensions.finnur@chromium.org2009-09-263-0/+27
* Add extensions content scripts to page cycler tests. asargent@chromium.org2009-09-2521-0/+312
* Actually run directory validation code on install.aa@chromium.org2009-09-251-0/+0
* ExtensionApiTest improvements.rafaelw@chromium.org2009-09-251-7/+1
* Fix typos in extension perf test manifests. asargent@chromium.org2009-09-224-102/+102
* Bump verison of buildbot sample extension to 0.6.aa@chromium.org2009-09-221-1/+1
* Add NotificationType::BROWSER_WINDOW_READY, chrome.windows.onCreated now send...rafaelw@chromium.org2009-09-223-7/+29
* Update renderer plugin cache when we load/unload extensions with plugins.mpcomplete@chromium.org2009-09-214-0/+24
* fetch buildbot status list on demand rather than polling.erikkay@chromium.org2009-09-192-32/+51
* Change the view mode when switching between moles and toolstrips, anderikkay@chromium.org2009-09-191-12/+16
* Revert 26635 - Change the view mode when switching between moles and toolstri...mbelshe@google.com2009-09-181-16/+12
* Change the view mode when switching between moles and toolstrips, anderikkay@chromium.org2009-09-181-12/+16
* CL is the same as http://codereview.chromium.org/173487, but had to be moved ...cira@chromium.org2009-09-182-6/+12
* Add a handful of startup tests that run with different types of installed ext...mpcomplete@chromium.org2009-09-1813-0/+437
* Try again to land "Implement script API:executeScript"aa@chromium.org2009-09-188-0/+139
* Handle mole/toolstrip URLs properly.erikkay@chromium.org2009-09-154-2/+47
* Address ExtensionApiTest.Tabs flakinessrafaelw@chromium.org2009-09-157-33/+71
* Address ExtensionApiTest.Tabs (relativeUrlCreate) flakiness.rafaelw@chromium.org2009-09-141-3/+3
* Extension apis: windows.create({url:}) now supports relative paths.rafaelw@chromium.org2009-09-112-9/+67
* ExtensionApiTest.Tabs - disable failing asserts, add debug outputrafaelw@chromium.org2009-09-111-1/+7
* Update ExtensionApiTest.Tabs and re-enablerafaelw@chromium.org2009-09-111-104/+137
* Add api tests for cross-origin XHR.aa@chromium.org2009-09-113-0/+62
* Updated extension docs. Mainly to add i18n.html to navigation side bar,xji@chromium.org2009-09-111-7/+1
* add mole collapse/expand events. convert mappy to use this.erikkay@chromium.org2009-09-113-3/+51
* Don't allow updating tabs to javascript URLs without hostaa@chromium.org2009-09-114-4/+41
* Added chrome.i18n extension API.xji@chromium.org2009-09-095-0/+56
* Simple fix of extension_l10n_util that allows folders in form ".some_name" to...cira@chromium.org2009-09-093-0/+11
* fix mappy to use new API changeserikkay@chromium.org2009-09-091-30/+1