summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/extensions
Commit message (Expand)AuthorAgeFilesLines
...
* The Management UI now fetches the icon for each extensionfinnur@chromium.org2009-10-213-0/+3
* Implementing better fallback algorithm.cira@chromium.org2009-10-212-0/+17
* Fix drawing code for page action badges.mpcomplete@chromium.org2009-10-205-7/+11
* Revert "Revert 29457, because this is making ExtensionBrowserTest.PageAction ...mpcomplete@chromium.org2009-10-202-3/+4
* Remove +x bit from files that shouldn't have it.evan@chromium.org2009-10-2035-0/+0
* Revert 29457, because this is making ExtensionBrowserTest.PageAction crash on...nsylvain@chromium.org2009-10-202-4/+3
* Implement chrome.browserAction.setIcon({path:...});aa@chromium.org2009-10-208-0/+41
* Implement badges for page actions. Also add badge text color API.mpcomplete@chromium.org2009-10-192-3/+4
* fixed buildbot for new api. added links.erikkay@chromium.org2009-10-172-17/+66
* Fix chrome_url_overides to work with packed extensions.erikkay@chromium.org2009-10-172-0/+10
* Allow slightly larger browser and page action icons.aa@chromium.org2009-10-172-0/+11
* Implement new page action API.mpcomplete@chromium.org2009-10-169-3/+137
* Add concept of an options page to Extensions.asargent@chromium.org2009-10-161-0/+0
* Popup width and height are now dynamic.erikkay@chromium.org2009-10-165-6/+82
* Reland r29095 (removes wrench integration foraa@chromium.org2009-10-158-0/+74
* Reverting r29095 (removes wrench integration foraa@chromium.org2009-10-158-74/+0
* Remove the implicit wrench menu items for browser actions.aa@chromium.org2009-10-158-0/+74
* Update browser actions api to be like new design doc.aa@chromium.org2009-10-155-32/+42
* Add a browser test for extensions autoupdate.asargent@chromium.org2009-10-1412-0/+77
* Enables the sending of Timeline Agent and Resource messages to the devtools a...jamesr@chromium.org2009-10-122-22/+0
* Fix a browser crash when calling browserAction.setIcon(invalidIndex).mpcomplete@chromium.org2009-10-122-1/+12
* test conversion from toolstrips to actionserikkay@chromium.org2009-10-097-10/+271
* Improve error messages when a manifest is not readable or not valid JSON.aa@chromium.org2009-10-092-0/+9
* Implement chrome.extension.connectExternal and fix various API inconsistencies.mpcomplete@chromium.org2009-10-093-0/+26
* 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