summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions
Commit message (Expand)AuthorAgeFilesLines
* GTK: center browser action badge correctly.estade@chromium.org2009-10-291-6/+8
* Disable ExtensionsServiceTest.InstallExtension and ExtensionTest.InitFromValu...mirandac@chromium.org2009-10-291-1/+2
* Only dispatch tab events when there is someone listening.aa@chromium.org2009-10-292-2/+14
* Neither name nor title are required for page- or browser-actions. Update loaderpam@chromium.org2009-10-284-32/+55
* Minor doc fixes/improvements.kathyw@google.com2009-10-284-11/+23
* Issue 21729: Add new event chrome.tabs.onStatusChange .skerner@chromium.org2009-10-282-6/+51
* Get rid of FilePath::AppendAndResolveRelative().mad@chromium.org2009-10-282-11/+24
* Rename getTabContentses to getExtensionTabs.aa@chromium.org2009-10-283-5/+5
* GTK: touch up appearance of browser actions badge.estade@chromium.org2009-10-281-5/+8
* Fix bug where many extensions don't install due to sandbox.aa@chromium.org2009-10-276-3/+531
* Use Helvetica rather than Arial for badging on the Mac.avi@chromium.org2009-10-271-0/+5
* Replace ExtensionAction with ExtensionAction2.aa@chromium.org2009-10-278-467/+183
* Revert 30149 - The existing file_util::AbsolutePath() function was already do...tim@chromium.org2009-10-271-11/+7
* The existing file_util::AbsolutePath() function was already doing what we nee...mad@chromium.org2009-10-271-7/+11
* Update the front page to refer to browser actions, not toolstrips.kathyw@google.com2009-10-275-16/+29
* Move page actions over to ExtensionAction2 and get rid ofaa@chromium.org2009-10-276-241/+238
* Fix a bug in the WebKit code samplekathyw@google.com2009-10-262-2/+2
* Doc navigation work.kathyw@google.com2009-10-2434-177/+460
* Refactor BrowserActions, and add support foraa@chromium.org2009-10-248-28/+464
* Remove pageAction setXXXBadge functions.rafaelw@chromium.org2009-10-242-611/+4
* Implement extension.sendRequest, a simpler way to do messaging.mpcomplete@chromium.org2009-10-233-8/+639
* Clarified the manifest example code. Added "version" description.kathyw@google.com2009-10-232-61/+154
* Removed page action references to badges and popups.kathyw@google.com2009-10-232-22/+34
* Adding documentation for extensions options pages.asargent@chromium.org2009-10-2334-2/+599
* Loading local resources uses improved fallback algorithm.cira@chromium.org2009-10-222-18/+33
* ARGB -> RGBA (in the docs)kathyw@google.com2009-10-223-6/+6
* Add NTP to the sidenav.kathyw@google.com2009-10-2231-0/+31
* Add doc for New Tab Page.kathyw@google.com2009-10-224-0/+500
* Copyedit of pageAction.html. Also some bracket fixes to manifest.html.kathyw@google.com2009-10-214-110/+154
* The Management UI now fetches the icon for each extensionfinnur@chromium.org2009-10-212-3/+2
* Implementing better fallback algorithm.cira@chromium.org2009-10-213-88/+78
* More work on browser actions doc.kathyw@google.com2009-10-213-145/+281
* Organize the sidenav to make developer guide pages easier to find.kathyw@google.com2009-10-2131-422/+876
* Add styles for printing.kathyw@google.com2009-10-2028-0/+128
* Revert "Revert 29457, because this is making ExtensionBrowserTest.PageAction ...mpcomplete@chromium.org2009-10-202-4/+15
* 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