summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extensions_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Add an accessibility API for events raised outside of the web content.estade@chromium.org2010-01-301-0/+2
* Replace the "origins" key in the manifest with "extent". The items in the ext...aa@chromium.org2010-01-291-1/+1
* Enable apps to request the HTML5 notification permission.aa@chromium.org2010-01-281-2/+5
* Refactor extension autoupdater.asargent@chromium.org2010-01-281-1/+11
* revert 37335:estade@chromium.org2010-01-271-2/+0
* Add an accessibility API for events raised outside of the web content.estade@chromium.org2010-01-271-0/+2
* Prevents a crash that occurs when multiple ExtensionHost objects point to the...andybons@chromium.org2010-01-261-8/+4
* [Mac] Fixes crash where killing an extension via the task manager while a pop...andybons@chromium.org2010-01-221-5/+9
* 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