summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extensions_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Use the extension icon for extension omnibox results instead of the genericmpcomplete@chromium.org2010-07-151-0/+13
* Add --allow-scripting-gallery command line switch to allow extensionssdoyon@chromium.org2010-07-091-1/+3
* Add support for omnibox.onInputStarted and onInputCancelled.mpcomplete@chromium.org2010-07-021-3/+3
* Add the concept of browse extent.aa@chromium.org2010-07-011-1/+1
* Re-implement app overlap detection with new extent syntax.aa@chromium.org2010-06-261-1/+5
* Reworked ExtensionsService::AddPendingExtension().akalin@chromium.org2010-06-261-32/+63
* Fixed memory leak in ExtensionsService.akalin@chromium.org2010-06-251-3/+6
* Reland r50834aa@chromium.org2010-06-251-11/+3
* Revert r50834aa@chromium.org2010-06-251-3/+11
* Allow multiple domains in app.aa@chromium.org2010-06-251-11/+3
* Revert r50804 "Reworked ExtensionsService::AddPendingExtension()."hclam@chromium.org2010-06-251-63/+32
* Reworked ExtensionsService::AddPendingExtension().akalin@chromium.org2010-06-251-32/+63
* Only examine host & path in gallery download url checkrafaelw@chromium.org2010-06-241-15/+32
* Require user opt-in before allowing content script injection on file URLs.mpcomplete@chromium.org2010-06-241-0/+37
* Reland - Only allow installation of extensions/apps with gallery update url v...rafaelw@chromium.org2010-06-231-1/+1
* Revert 50333 - Only allow installation of extensions/apps with gallery update...tkent@chromium.org2010-06-211-1/+1
* Only allow installation of extensions/apps with gallery update url via downlo...rafaelw@chromium.org2010-06-211-1/+1
* Re-apply r50278.aa@chromium.org2010-06-191-6/+6
* Revert r50278.aa@chromium.org2010-06-181-6/+6
* Some app-related manifest cleanup:aa@chromium.org2010-06-181-6/+6
* Send WINDOW_ID_NONE in chrome.windows.onFocusChanged when all windows loose f...rafaelw@chromium.org2010-06-161-1/+1
* Send event on changes to the cookie monster.jochen@chromium.org2010-06-101-0/+2
* Prevent installation of an app if its web extent overlaps another installed app.mpcomplete@chromium.org2010-06-031-6/+17
* First pass at experimental omnibox API. There are plenty of rough edges and f...mpcomplete@chromium.org2010-05-281-3/+13
* Allow extensions to be overinstalled with extensions of sameaa@chromium.org2010-05-191-81/+35
* Re-land r47079: Shorten several appsrelated flags.aa@chromium.org2010-05-131-1/+1
* Revert 47079 - Shorten several appsrelated flags. "256 characters should be e...aa@chromium.org2010-05-121-1/+1
* Shorten several apps-related flags. "256 characters should be enough for anyo...aa@chromium.org2010-05-121-1/+1
* Allow the gallery url passed through the command line to be referrer for actu...finnur@chromium.org2010-05-121-0/+12
* Changing a NOTREACHED to a DLOG(ERROR) since we hit this when running the net...tommi@chromium.org2010-05-061-1/+1
* Changing linux platform for chromeos. This involved moving platform_util and...dhg@chromium.org2010-04-291-1/+1
* Adding ExtensionPrefs methods for storing update-when-idle data.asargent@chromium.org2010-04-271-18/+0
* 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