summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extensions_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Drop the code allowing privacy blacklists to be shipped in extensions.phajdan.jr@chromium.org2010-01-201-44/+0
* Prevent a crash and add debugging code for cases where things go wrongphajdan.jr@chromium.org2010-01-111-1/+16
* Permission escalation when extension updates should trigger the install warningfinnur@chromium.org2010-01-041-0/+1
* Revert 35184 - This seemed to cause BlacklistedExtensionWillNotInstalllevin@chromium.org2009-12-221-1/+0
* Permission escalation when extension updates should trigger the install warni...finnur@chromium.org2009-12-221-0/+1
* Fix a number of issues with extension disable-on-update:mpcomplete@chromium.org2009-12-181-7/+3
* Extensions: file handling clean up.estade@chromium.org2009-12-181-2/+2
* Load message catalogs on demand when chrome.i18n.getMessage needs them.cira@chromium.org2009-12-171-1/+2
* Localizing manifest for installed or unpacked extensions.cira@chromium.org2009-12-161-43/+110
* Only show gray LOADING dialog for Themes.rafaelw@chromium.org2009-12-161-0/+6
* Fix regression where we stopped running content scripts inaa@chromium.org2009-12-161-2/+2
* Fix extension shutdown notification, take 2.estade@chromium.org2009-12-141-2/+3
* GTK: hook up drag and drop of browser actions (for reordering).estade@chromium.org2009-12-101-3/+2
* Revert "Allow silent extension installations from the extensions gallery - Pa...rafaelw@chromium.org2009-12-081-0/+20
* Extensions: create a simple model for the browser action buttons toolstrip an...estade@chromium.org2009-12-071-1/+2
* Allow silent extension installations from the extensions gallery - Part 1.rafaelw@chromium.org2009-12-071-20/+0
* Unload the entire extension when any part of it crashes.phajdan.jr@chromium.org2009-12-021-0/+12
* Ok, here is a different approach at this change.aa@chromium.org2009-12-021-0/+16
* Delete old version directories of installed extensions during garbagempcomplete@chromium.org2009-12-021-1/+11
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-0/+1
* Revert 33301 and 33305 due to unit_tests breakage.maruel@chromium.org2009-11-301-1/+0
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-0/+1
* Integrate BlacklistManager with Profile.phajdan.jr@chromium.org2009-11-301-0/+4
* Revert 33255 - Report active extensions in crash reports. This only implement...nsylvain@chromium.org2009-11-301-13/+0
* Report active extensions in crash reports. This only implements Windows right...aa@chromium.org2009-11-301-0/+13
* Add extensions BookmarkModel observer automatically when manifest has bookmar...mattm@chromium.org2009-11-201-0/+5
* Special case the gallery to not show the scary download roadblock.aa@chromium.org2009-11-201-9/+13
* Disabled extensions should be uninstallable. finnur@chromium.org2009-11-101-4/+4
* Fix threading issues in BlacklistManager, using new ChromeThread.phajdan.jr@chromium.org2009-11-071-0/+4
* Make the inspector for the background page stay open whenaa@chromium.org2009-11-071-0/+43
* Use GetSwitchValueASCII.tony@chromium.org2009-11-061-2/+2
* add some histograms to extensionserikkay@chromium.org2009-11-061-0/+45
* Implement loading blacklists from extensions.phajdan.jr@chromium.org2009-11-041-12/+48
* Implement the Extension History API, v 0.1.The first version is a weak wrappe...brg@chromium.com2009-10-301-0/+4
* Get rid of MessageLoop* caching in extensions code.jam@chromium.org2009-10-301-59/+66
* - Removes fallback from Prefs to LoadExtension on UI thread.cira@chromium.org2009-10-291-5/+2
* Only dispatch tab events when there is someone listening.aa@chromium.org2009-10-291-3/+6
* Move page actions over to ExtensionAction2 and get rid ofaa@chromium.org2009-10-271-13/+0
* Refactor BrowserActions, and add support foraa@chromium.org2009-10-241-28/+9
* Move initialization of ChromeURLRequestContexts to the IO thread.eroman@chromium.org2009-10-231-11/+14
* Add support for to automation interface load install and load extensions.rogerta@chromium.org2009-10-201-12/+47
* Fix a race bug where content scripts would not apply to the first page load.mpcomplete@chromium.org2009-10-201-0/+4
* More style nits.erg@google.com2009-10-141-1/+1
* Update page action manifest parsing to match the new format.mpcomplete@chromium.org2009-10-131-5/+3
* Don't show popup browser actions in the wrench menu.erikkay@chromium.org2009-10-061-6/+9
* Ensure ChromeURLRequestContext finds out first about extension loading.rafaelw@chromium.org2009-10-011-17/+50
* Moving ContextualAction class to common/extensions and in the process renamin...finnur@chromium.org2009-09-281-11/+11
* Implement Browser Actions extensions.finnur@chromium.org2009-09-261-13/+28
* ExtensionApiTest improvements.rafaelw@chromium.org2009-09-251-0/+1
* Linux: implement Page Actions support.mattm@chromium.org2009-09-101-0/+16