summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extensions_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Add "loading..." message to theme install to counter jank.mirandac@chromium.org2009-09-031-0/+5
* Fix to ensure IO thread is created when ExtensionUpdater needs it.asargent@chromium.org2009-09-031-1/+2
* Fix two bugs in chrome://extensions/:aa@chromium.org2009-08-311-5/+15
* Enable extensions by default.aa@chromium.org2009-08-291-5/+5
* override chrome:// URLs via extensions.erikkay@chromium.org2009-08-281-0/+13
* Don't show extension disabled infobar when manually updatingaa@chromium.org2009-08-281-7/+13
* Update of the extension install UI:aa@chromium.org2009-08-271-4/+4
* Re-try r24372 - Delay request loading until all user scripts that requestmpcomplete@chromium.org2009-08-261-1/+0
* Revert 24372 - Delay request loading until all user scripts that request depe...nick@chromium.org2009-08-261-0/+1
* Delay request loading until all user scripts that request depends on are ready.mpcomplete@chromium.org2009-08-251-1/+0
* Fix "crashed extension" infobar browser crashes.phajdan.jr@chromium.org2009-08-251-5/+6
* Load extensions that have their manifest in the Prefs on the UI thread.mpcomplete@chromium.org2009-08-211-161/+124
* Get rid of the extension's "Current Version" file.mpcomplete@chromium.org2009-08-201-13/+49
* Do extensions update manifest XML parsing in a sandboxed process.asargent@chromium.org2009-08-201-1/+2
* Show the extension install UI when the user clicks Reenable for a disabled-on...mpcomplete@chromium.org2009-08-181-3/+10
* Revert "Fix "crashed extension" infobar browser crashes."phajdan.jr@chromium.org2009-08-181-28/+4
* Fix "crashed extension" infobar browser crashes.phajdan.jr@chromium.org2009-08-181-4/+28
* Disable an extension when it is upgraded to a version that requires morempcomplete@chromium.org2009-08-141-33/+93
* The change has the followings:lzheng@chromium.org2009-08-141-2/+30
* Revert "Fix "crashed extension" infobar browser crashes."phajdan.jr@chromium.org2009-08-111-28/+4
* Fix "crashed extension" infobar browser crashes.phajdan.jr@chromium.org2009-08-111-4/+28
* Undo my bonehead mistake of checking in a modification to theaa@chromium.org2009-08-051-6/+0
* Fix memory leak introduced by r22043.aa@chromium.org2009-08-041-2/+2
* Make extensions auto-update schedule persist across browser restarts.asargent@chromium.org2009-08-031-1/+2
* Try again to land: http://codereview.chromium.org/160483aa@chromium.org2009-08-011-48/+23
* Rollback 22228aa@chromium.org2009-08-011-23/+48
* Ever closer. Extract a client interface out of CrxInstaller andaa@chromium.org2009-07-311-48/+23
* Fix some whitespace lint that has crept in.asargent@chromium.org2009-07-311-5/+4
* Pull CrxInstaller out of ExtensionsService.aa@chromium.org2009-07-301-309/+72
* Pull all the filesystem manipulation out ofaa@chromium.org2009-07-281-423/+55
* Pull a SandboxedExtensionUnpacker out of ExtensionsService.aa@chromium.org2009-07-281-348/+50
* Make possible reloading extensions from the chrome://extensions/ page.phajdan.jr@chromium.org2009-07-271-0/+8
* Try again to commit r21622: Add infobar preview for themes,aa@chromium.org2009-07-261-6/+29
* Revert revisions 21622-21624.aa@chromium.org2009-07-261-43/+14
* Fix broken tree on mac/linux.aa@chromium.org2009-07-261-1/+1
* Add infobar preview for themes, remove --enable-extensionaa@chromium.org2009-07-261-14/+43
* Make the download manager display a scary file warning if anaa@chromium.org2009-07-251-5/+14
* * notify theme loading with --load-extensionerikkay@chromium.org2009-07-251-11/+22
* Use referrer_url instead of download url to decide whether aaa@chromium.org2009-07-251-5/+8
* Coverity: Pass FilePaths and strings by reference.jhawkins@chromium.org2009-07-241-4/+4
* More (temporary) cleanup for theme installation:aa@chromium.org2009-07-241-24/+32
* Unbreak extension installation. Cleanup accidentally reversedaa@chromium.org2009-07-231-1/+1
* Nasty short-term hack to special case display of dialogaa@chromium.org2009-07-221-19/+47
* A small start: add icons to the extension manifest.aa@chromium.org2009-07-171-0/+11
* Various minor fixes:aa@chromium.org2009-07-151-0/+1
* Refactor extension constants to improve readability, debugging, and to make i...erikkay@chromium.org2009-07-131-3/+5
* Implementation of Extension Updater.asargent@chromium.org2009-07-101-16/+42
* ExtensionsServiceBackend::GarbageCollectionExtensions() makes a local copy of...rafaelw@chromium.org2009-07-091-3/+4
* PageActions can now specify multiple icons and switch between themfinnur@chromium.org2009-07-011-6/+10
* Create an interface just for update-related functions in ExtensionsService.asargent@chromium.org2009-07-011-2/+3