summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extensions_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Start up extension event routers later in BrowserMain, sohuanr@chromium.org2010-04-151-14/+8
* Fix errors in ExtensionPrefs with storing the blacklist last ping day.asargent@chromium.org2010-04-061-0/+8
* detect preferences errorserikkay@chromium.org2010-04-061-1/+4
* Makes tab contents look for extension whose extent contains thesky@chromium.org2010-04-011-2/+10
* Hook up extension apps notification permission, take tworafaelw@chromium.org2010-03-311-30/+20
* Send ping days parameter for extension blacklist update checksasargent@chromium.org2010-03-301-1/+2
* Changed AddPendingExtension() to treat adding an already-installedakalin@chromium.org2010-03-291-0/+2
* Rework ordering in ExtensionsService::UninstallExtension()jochen@chromium.org2010-03-261-10/+16
* Added support for pending extensions to ExtensionsService andakalin@chromium.org2010-03-261-4/+80
* Reland r42467. Clear cookies, local storage and databases when an extension g...jochen@chromium.org2010-03-251-0/+13
* Reverts 42520 and 42477. It back red again when adding this change back.maruel@chromium.org2010-03-251-13/+0
* Reapply 42467 by reverting 42499 and added suppression.maruel@chromium.org2010-03-241-0/+13
* Revert r42467: "Clear cookies, local storage and databases when an extension ...maruel@chromium.org2010-03-241-13/+0
* Clear cookies, local storage and databases when an extension gets uninstalled.jochen@chromium.org2010-03-241-0/+13
* Fix 2 bugs related to remembering loaded unpacked extensions.mpcomplete@chromium.org2010-03-231-8/+16
* ChromeFrame net tests would crash on startup while initializing the extension...ananta@chromium.org2010-03-221-1/+4
* Clean up the extensions service after fixing the bug.phajdan.jr@chromium.org2010-03-221-17/+1
* Resubmit 1025006: Refactor app-related manifest propertiesaa@chromium.org2010-03-191-11/+2
* Revert 42091 - Refactor apprelated manifest properties so that they don'tandybons@chromium.org2010-03-191-2/+11
* Refactor app-related manifest properties so that they don'taa@chromium.org2010-03-191-11/+2
* Force an app's orgin to be the origin of the URL the crx isaa@chromium.org2010-03-181-1/+4
* Mechanical refactor of CrxInstaller signatures. This will makeaa@chromium.org2010-03-121-17/+21
* Fix a bug with persistent unpacked extensions where we would not pick upmpcomplete@chromium.org2010-03-121-7/+14
* Add "origin" to the app object in the extension manifest.aa@chromium.org2010-03-121-0/+11
* Bookmark manager: Open in incognito window.arv@chromium.org2010-03-101-7/+10
* Persistent "Load unpacked extension" extensions across browser restarts.mpcomplete@chromium.org2010-03-091-24/+18
* Update the extensions management page to match mock attached to bug 36292.mpcomplete@chromium.org2010-03-051-2/+6
* Load the bookmark manager extension at Chrome startup.aa@chromium.org2010-03-041-35/+67
* Further tweaks to incognito extensions.mpcomplete@chromium.org2010-03-021-6/+2
* Reset the default quota limit for extensions to 5MB, but add adumi@chromium.org2010-02-271-0/+17
* Allow users to enable extensions in incognito. Requiresmpcomplete@chromium.org2010-02-251-6/+12
* Further reduce the bad dependency of chrome/common on chrome/browser.phajdan.jr@chromium.org2010-02-241-1/+1
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* Initial work on making extensions work in incognito mode.mpcomplete@chromium.org2010-02-111-0/+10
* Add basic tests for extension crash recovery.phajdan.jr@chromium.org2010-02-101-7/+13
* Preserve order of extensions when they auto-update.finnur@chromium.org2010-02-081-1/+10
* 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