summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extensions_service.h
Commit message (Expand)AuthorAgeFilesLines
* Localizing manifest for installed or unpacked extensions.cira@chromium.org2009-12-161-12/+22
* Only show gray LOADING dialog for Themes.rafaelw@chromium.org2009-12-161-0/+4
* Revert "Allow silent extension installations from the extensions gallery - Pa...rafaelw@chromium.org2009-12-081-0/+5
* Extensions: create a simple model for the browser action buttons toolstrip an...estade@chromium.org2009-12-071-0/+7
* Allow silent extension installations from the extensions gallery - Part 1.rafaelw@chromium.org2009-12-071-5/+0
* Add ExtensionsQuotaService to limit abusive amounts of requeststim@chromium.org2009-12-041-0/+6
* Don't ping for extension blacklist when no extensions are installed.pam@chromium.org2009-12-031-0/+6
* Ok, here is a different approach at this change.aa@chromium.org2009-12-021-0/+3
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-2/+0
* Revert 33301 and 33305 due to unit_tests breakage.maruel@chromium.org2009-11-301-0/+2
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-2/+0
* Integrate BlacklistManager with Profile.phajdan.jr@chromium.org2009-11-301-0/+1
* Revert 33255 - Report active extensions in crash reports. This only implement...nsylvain@chromium.org2009-11-301-3/+0
* Report active extensions in crash reports. This only implements Windows right...aa@chromium.org2009-11-301-0/+3
* Special case the gallery to not show the scary download roadblock.aa@chromium.org2009-11-201-7/+0
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-1/+1
* Disabled extensions should be uninstallable. finnur@chromium.org2009-11-101-3/+4
* Revert 31458 - Revert "Always destroy the ExtensionsService on UI thread."willchan@chromium.org2009-11-091-2/+5
* Revert "Always destroy the ExtensionsService on UI thread."phajdan.jr@chromium.org2009-11-091-5/+2
* Always destroy the ExtensionsService on UI thread.phajdan.jr@chromium.org2009-11-091-2/+5
* Make the inspector for the background page stay open whenaa@chromium.org2009-11-071-3/+17
* Revert "Revert r31175 r31176 r31187"hclam@chromium.org2009-11-061-3/+8
* Rever r31175 r31176 r31187hclam@chromium.org2009-11-061-8/+3
* Sixth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-061-3/+8
* Implement loading blacklists from extensions.phajdan.jr@chromium.org2009-11-041-0/+8
* Get rid of MessageLoop* caching in extensions code.jam@chromium.org2009-10-301-11/+1
* Move page actions over to ExtensionAction2 and get rid ofaa@chromium.org2009-10-271-4/+0
* Refactor BrowserActions, and add support foraa@chromium.org2009-10-241-11/+0
* Add support for to automation interface load install and load extensions.rogerta@chromium.org2009-10-201-4/+7
* Don't show popup browser actions in the wrench menu.erikkay@chromium.org2009-10-061-3/+5
* Ensure ChromeURLRequestContext finds out first about extension loading.rafaelw@chromium.org2009-10-011-0/+6
* Moving ContextualAction class to common/extensions and in the process renamin...finnur@chromium.org2009-09-281-4/+4
* Implement Browser Actions extensions.finnur@chromium.org2009-09-261-3/+12
* Force page-action views to update after reloading an extension, by deletingpam@chromium.org2009-09-111-1/+2
* Linux: implement Page Actions support.mattm@chromium.org2009-09-101-0/+4
* Add a disable button to the Extension management UI.mpcomplete@chromium.org2009-09-081-3/+3
* Add an auto-update now button to chrome://extensions pageasargent@chromium.org2009-09-031-0/+3
* Don't show extension disabled infobar when manually updatingaa@chromium.org2009-08-281-2/+4
* Load extensions that have their manifest in the Prefs on the UI thread.mpcomplete@chromium.org2009-08-211-25/+18
* Get rid of the extension's "Current Version" file.mpcomplete@chromium.org2009-08-201-1/+3
* Revert "Fix "crashed extension" infobar browser crashes."phajdan.jr@chromium.org2009-08-181-9/+0
* Fix "crashed extension" infobar browser crashes.phajdan.jr@chromium.org2009-08-181-0/+9
* Disable an extension when it is upgraded to a version that requires morempcomplete@chromium.org2009-08-141-5/+22
* The change has the followings:lzheng@chromium.org2009-08-141-0/+7
* Revert "Fix "crashed extension" infobar browser crashes."phajdan.jr@chromium.org2009-08-111-9/+0
* Fix "crashed extension" infobar browser crashes.phajdan.jr@chromium.org2009-08-111-0/+9
* Try again to land: http://codereview.chromium.org/160483aa@chromium.org2009-08-011-12/+6
* Rollback 22228aa@chromium.org2009-08-011-6/+12
* Ever closer. Extract a client interface out of CrxInstaller andaa@chromium.org2009-07-311-12/+6
* Pull CrxInstaller out of ExtensionsService.aa@chromium.org2009-07-301-92/+27