summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
Commit message (Expand)AuthorAgeFilesLines
* Uninstall themes after the undo infobar goes away.tony@chromium.org2009-10-295-13/+40
* 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-293-13/+59
* Standardize on the plugin icon (puzzle piece) as the default icon forfinnur@chromium.org2009-10-281-1/+2
* The test is only failing on Mac, so lets just disabled it for Mac specificall...finnur@chromium.org2009-10-281-4/+13
* Constrain extension popups to a min/max size.erikkay@chromium.org2009-10-281-5/+30
* Issue 21729: Add new event chrome.tabs.onStatusChange .skerner@chromium.org2009-10-282-1/+9
* Another flaky crashy test: ExtensionUpdaterTest.TestBlacklistUpdateCheckRequestsnsylvain@chromium.org2009-10-281-1/+2
* Add a comment above the disabled test to say which bugnsylvain@chromium.org2009-10-281-0/+1
* Get rid of FilePath::AppendAndResolveRelative().mad@chromium.org2009-10-281-6/+10
* Rename getTabContentses to getExtensionTabs.aa@chromium.org2009-10-281-1/+1
* Disable a test that frequently crashes on Mac 10.5 Tests (dbg) bot (and I've ...finnur@chromium.org2009-10-281-1/+1
* Prep the management page for localization.finnur@chromium.org2009-10-281-0/+36
* Take 2 at browser_sync::ExtensionsActivityMonitor.tim@chromium.org2009-10-283-3/+10
* Filter out hidden files, both when loading extensions and whenaa@chromium.org2009-10-282-2/+3
* Fix bug where many extensions don't install due to sandbox.aa@chromium.org2009-10-274-514/+1
* Further polish to extensions_ui page.rafaelw@chromium.org2009-10-272-0/+26
* Fixes bug introduced in r28333, where we were checking if path.empty() instea...cira@chromium.org2009-10-271-9/+20
* Replace ExtensionAction with ExtensionAction2.aa@chromium.org2009-10-277-16/+16
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-2710-34/+49
* Revert (4 of 4) 30153 - Introduce browser_sync::ExtensionsActivityMonitor to ...tim@chromium.org2009-10-273-10/+3
* Introduce browser_sync::ExtensionsActivityMonitor to collect extensions API u...tim@chromium.org2009-10-273-3/+10
* Move page actions over to ExtensionAction2 and get rid ofaa@chromium.org2009-10-276-57/+39
* Remove deprecated CommandLine(std::wstring) ctor.evan@chromium.org2009-10-261-2/+2
* o Cleans up canonical extension_install_ui.cc to avoid #ifdefs when feasible.mark@chromium.org2009-10-262-90/+28
* Disable ExtensionApiTest.Storage because it crashes the browser_tests too.nsylvain@chromium.org2009-10-251-1/+2
* Disable ExtensionApiTest.BrowserActionPopup because it crashes on the bot.nsylvain@chromium.org2009-10-251-1/+2
* Refactor BrowserActions, and add support foraa@chromium.org2009-10-246-137/+123
* Enable HTML5 databases for all extension renderer processes.dumi@chromium.org2009-10-241-2/+1
* Fix ExtensionApiTest.PageAction & Enable test on linuxrafaelw@chromium.org2009-10-241-3/+0
* Remove pageAction setXXXBadge functions.rafaelw@chromium.org2009-10-242-3/+6
* Um, do the disable right. TBR.ojan@chromium.org2009-10-231-1/+1
* Disable test failing since r29947. ojan@chromium.org2009-10-231-1/+2
* Switching to a plugin icon as the favicon for the extensions page.finnur@chromium.org2009-10-231-1/+1
* Move the json-related files into a separate json directory. This hopefully alsobrettw@chromium.org2009-10-237-34/+35
* Adding a favicon for the Extensions page.finnur@chromium.org2009-10-232-0/+9
* Enhance extension UI testing by enabling you to select which extensionjoi@chromium.org2009-10-231-2/+25
* Implement extension.sendRequest, a simpler way to do messaging.mpcomplete@chromium.org2009-10-231-0/+6
* Makes inactive pinned tabs on linux throb when the title changes. Isky@chromium.org2009-10-232-2/+3
* Move initialization of ChromeURLRequestContexts to the IO thread.eroman@chromium.org2009-10-231-11/+14
* Readding from scratch instead reverting the revert.finnur@chromium.org2009-10-232-17/+20
* Revert 29861 since this fail on the interactivefinnur@chromium.org2009-10-232-20/+17
* Page actions that don't specify an icon (ie.finnur@chromium.org2009-10-232-17/+20
* Fix conflicts between accelerator keys and HTML DOM accesskeys.suzhe@chromium.org2009-10-232-2/+3
* Loading local resources uses improved fallback algorithm.cira@chromium.org2009-10-223-30/+61
* GTK: add browser actions popups.estade@chromium.org2009-10-221-7/+4
* The Management UI now fetches the icon for each extensionfinnur@chromium.org2009-10-211-2/+12
* Implementing better fallback algorithm.cira@chromium.org2009-10-214-48/+132
* Remove the extension shelf on Linux.phajdan.jr@chromium.org2009-10-211-4/+2
* Add support for to automation interface load install and load extensions.rogerta@chromium.org2009-10-205-17/+65