summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions
Commit message (Expand)AuthorAgeFilesLines
* Remove +x bit from files that shouldn't have it.evan@chromium.org2009-10-2049-0/+0
* Minimize dependency of user scripts.mad@chromium.org2009-10-205-71/+52
* Revert 29457, because this is making ExtensionBrowserTest.PageAction crash on...nsylvain@chromium.org2009-10-202-15/+4
* First cut at new page and browser action docs basedaa@chromium.org2009-10-2040-1011/+410
* Implement chrome.browserAction.setIcon({path:...});aa@chromium.org2009-10-202-1/+47
* New directory to hold files that aren't directly referenced by the docs,kathyw@google.com2009-10-203-0/+1902
* Delete unused themes from disk on shutdown.tony@chromium.org2009-10-191-1/+1
* Implement badges for page actions. Also add badge text color API.mpcomplete@chromium.org2009-10-192-4/+15
* Fix up ExtensionResource::CombinePathsSafely so that it can handle paths with...dmaclach@chromium.org2009-10-191-1/+7
* Fix chrome_url_overides to work with packed extensions.erikkay@chromium.org2009-10-172-8/+15
* Allow slightly larger browser and page action icons.aa@chromium.org2009-10-172-0/+7
* Implement new page action API.mpcomplete@chromium.org2009-10-163-1/+1623
* Add concept of an options page to Extensions.asargent@chromium.org2009-10-165-1/+33
* Limit extensions to 1 UI surface (either Page/Browser action, but not both).finnur@chromium.org2009-10-164-1/+22
* Popup width and height are now dynamic.erikkay@chromium.org2009-10-162-15/+0
* Flesh out the intro and summary for the debugging tutorialkathyw@google.com2009-10-163-105/+258
* Minor fix to some instructions.kathyw@google.com2009-10-162-2/+14
* Added link to bookmarks example.kathyw@google.com2009-10-152-0/+10
* Tidy up the bookmarks doc. Hide parts that still need updating.kathyw@google.com2009-10-153-173/+141
* Extensions: Make badge drawing code cross platform so linux (and eventually m...estade@chromium.org2009-10-152-0/+111
* Remove instructions to right-click toolstrips toaa@chromium.org2009-10-152-10/+14
* Reland r29095 (removes wrench integration foraa@chromium.org2009-10-152-12/+1
* Reverting r29095 (removes wrench integration foraa@chromium.org2009-10-152-1/+12
* Remove the implicit wrench menu items for browser actions.aa@chromium.org2009-10-152-12/+1
* Update browser actions api to be like new design doc.aa@chromium.org2009-10-153-62/+339
* Update page action manifest parsing to match the new format.mpcomplete@chromium.org2009-10-136-115/+146
* Improve error messages when a manifest is not readable or not valid JSON.aa@chromium.org2009-10-092-1/+7
* Implement chrome.extension.connectExternal and fix various API inconsistencies.mpcomplete@chromium.org2009-10-092-6/+210
* Fix signature of onConnect.addListener in content scripts doc.asargent@chromium.org2009-10-092-4/+4
* Hide "Undocumented." items in the API reference doc. People found themkathyw@google.com2009-10-081-3/+3
* Fixing ExtensionBrowserTest.* on Linux. Some relative paths start with /, whi...cira@chromium.org2009-10-081-1/+8
* Fix failing unittest ExtensionResourceTest.CreateWithMissingResourceOnDisk in...cira@chromium.org2009-10-081-1/+1
* Get rid of a tbd in the overview.kathyw@google.com2009-10-072-18/+26
* Loads local resources from current locale subtree if available, if not it fal...cira@chromium.org2009-10-078-67/+261
* Pull a BrowserActionView out of BrowserActionContainer. Alsoaa@chromium.org2009-10-071-6/+6
* Revert r28293.jhawkins@chromium.org2009-10-072-31/+7
* Change detectLanguage() API to now return the top three languages as well the...sidchat@chromium.org2009-10-072-7/+31
* Fix debugging tip in toolstrip docs.erikkay@chromium.org2009-10-072-2/+2
* Fix broken extension docs due to a JSON syntax error.mpcomplete@chromium.org2009-10-063-1/+704
* Implement browserAction.setIcon(ImageData) for extensions.mpcomplete@chromium.org2009-10-062-2/+23
* Don't show popup browser actions in the wrench menu.erikkay@chromium.org2009-10-061-0/+2
* Generate IDs for --load-extension by hashing the path insteadaa@chromium.org2009-10-063-45/+35
* Add an API to manipulate the browser action badge.aa@chromium.org2009-10-032-4/+52
* A new page about hosting extensions (i.e. serving the right HTTP headers).kathyw@google.com2009-10-034-4/+506
* Add simple popup support to browser actions. This will create a popup HTML w...erikkay@chromium.org2009-10-024-0/+57
* Add chrome.browserAction.setName and .setIcon.mpcomplete@chromium.org2009-10-014-0/+36
* Minor copyedits to packaging to provide better context.kathyw@google.com2009-10-012-12/+22
* Integrate browser actions with the wrench menu. Browseraa@chromium.org2009-09-304-20/+35
* Reverting 27389.darin@chromium.org2009-09-301-2/+2
* Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...pkasting@chromium.org2009-09-291-4/+4