summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extensions_service.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change ExtensionHost to use notificationserikkay@chromium.org2009-06-261-1/+0
* Refactored ExtensionsPrefs to store paths relative to the extensions install ...rafaelw@chromium.org2009-06-251-2/+4
* The Provider for External Extensions no longer usesfinnur@chromium.org2009-06-251-11/+10
* Temporary extension UI for the Mac.avi@chromium.org2009-06-251-15/+39
* Clean up a few startup and shutdown dependencies which should fix some of the...erikkay@google.com2009-06-241-11/+12
* Changes to ExtensionsService to support extensions auto-update.asargent@chromium.org2009-06-231-9/+73
* Re-enable the --enable-extensions flag. Fix a bug where the extensions.enable...aa@chromium.org2009-06-231-2/+13
* Disable extensions besides externally installed ones and themes.aa@chromium.org2009-06-231-27/+28
* TBR: Fix dead tree.aa@chromium.org2009-06-221-39/+27
* Re-enable the --enable-extensions flag. Fix a bug where the extensions.enable...aa@chromium.org2009-06-221-2/+13
* Disable extensions besides externally installed ones and themes.aa@chromium.org2009-06-221-27/+28
* part 3 of toolstrip dragging - persist the drag ordererikkay@google.com2009-06-191-1/+3
* linux: make extensions service test pass in Debug.evan@chromium.org2009-06-191-4/+2
* Abstract ExtensionPrefs into their own class.erikkay@google.com2009-06-181-209/+64
* Revert r18661.willchan@chromium.org2009-06-181-64/+209
* Pull Extension-related prefs into its own class. Also add a notification for...erikkay@google.com2009-06-171-209/+64
* Use GetForegroundWindow instead of GetActiveWindow because the former works onmpcomplete@google.com2009-06-151-2/+2
* Use linked_ptr for the ExternalExtensionProviders.finnur@chromium.org2009-06-151-9/+8
* Clean up extension loading:erikkay@google.com2009-06-151-211/+238
* Reduce header dependencies in browser/phajdan.jr@chromium.org2009-06-131-0/+1
* Change extension id format back to mp-decimal, and change theaa@chromium.org2009-06-131-1/+14