summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_management_api.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix for management API related to escalated permissions disabled extensionsasargent@chromium.org2011-11-161-67/+95
* Append parameters to webstore URL to indicate launch source.estade@chromium.org2011-11-151-1/+1
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-1/+2
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-8/+8
* Reland r105832: NewRunnable* -> base::Bind for most of chrome/browser/extensi...adamk@chromium.org2011-10-181-5/+4
* Revert 105832 - NewRunnable* -> base::Bind for most of chrome/browser/extensi...adamk@chromium.org2011-10-171-4/+5
* NewRunnable* -> base::Bind for most of chrome/browser/extensions/.adamk@chromium.org2011-10-171-5/+4
* Replace UninstalledExtensionInfo with just a string for the extension id, all...kalman@chromium.org2011-10-101-3/+2
* Added update_url to ExtensionInfo.miket@chromium.org2011-09-161-2/+7
* Coverity: Initialize member variables.jhawkins@chromium.org2011-09-121-1/+2
* Make the management API support the offline_enabled field.yoz@chromium.org2011-09-021-2/+4
* Fix crash on NTP related to multi-profile extensions.jstritar@chromium.org2011-08-301-4/+2
* Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...ananta@chromium.org2011-08-191-3/+4
* Revert 94715 - Revert 94714 - Improve layout for bookmark-apps. Add treatment...gbillock@chromium.org2011-08-081-1/+1
* Revert 94714 - Improve layout for bookmark-apps. Add a treatment for small ic...asargent@chromium.org2011-07-291-1/+1
* Improve layout for bookmark-apps. Add a treatment for small icons.gbillock@chromium.org2011-07-291-1/+1
* Add getPermissionWarnings() to management api.tessamac@chromium.org2011-07-291-1/+163
* Don't check newly loaded extensions' pref state.estade@chromium.org2011-07-291-9/+5
* Re-land the experimental permissions API for extensions.jstritar@chromium.org2011-07-271-2/+2
* Revert 94288 - Add an experimental permissions API for extensions.jstritar@chromium.org2011-07-271-2/+2
* Add an experimental permissions API for extensions.jstritar@chromium.org2011-07-271-2/+2
* Update URLPatternSet to contain a std::set instead of std::vector.jstritar@chromium.org2011-07-131-4/+4
* Revert 92219 - Update URLPatternSet to contain a std::set instead of std::vec...jstritar@chromium.org2011-07-121-4/+4
* Update URLPatternSet to contain a std::set instead of std::vector.jstritar@chromium.org2011-07-121-4/+4
* Tweak IsExtensionEnabled and consolidate callers of related functionsestade@chromium.org2011-07-111-3/+1
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-12/+12
* Revert "Revert "Change extension event routers to not be singletons and to be...yoz@chromium.org2011-06-281-16/+13
* Revert "Change many extension event routers to not be singletons and to be mo...yoz@chromium.org2011-06-251-9/+13
* Change many extension event routers to not be singletons and to be more profi...yoz@chromium.org2011-06-251-13/+9
* Start refractoring extension permissions into ExtensionPermissionSet.jstritar@chromium.org2011-06-231-2/+4
* Revert "Change event routers from singletons to being owned by the ExtensionS...yoz@chromium.org2011-05-271-0/+5
* Change event routers from singletons to being owned by the ExtensionService.yoz@chromium.org2011-05-261-5/+0
* Rename ExtensionExtent to URLPatternSet and use URLPatternSet instead of std:...morrita@chromium.org2011-05-201-1/+1
* Extension Apps that prefer a panel over a tab, should launch that way whenfinnur@chromium.org2011-05-061-1/+2
* Put back "Enable component extensions for DefaultProfile used in login screen...dpolukhin@chromium.org2011-04-151-4/+7
* New notification sent when extension uninstall is not allowed.dennisjeffrey@google.com2011-04-071-1/+2
* Disable uninstalling and editing permissions for policy controlled extensions.pastarmovj@chromium.org2011-03-311-0/+20
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-081-4/+4
* Return accessible icon URLs for disabled extensions in the management API.jstritar@chromium.org2011-03-041-2/+5
* Adding homagpageUrl to the ExtensionInfo in the management API. asargent@chromium.org2011-02-251-0/+3
* Add a histogram to track application launches by type. Unfortunately, this un...jstritar@chromium.org2011-02-161-0/+4
* chrome.management.launchApp() should choose the window type for the app based...skerner@chromium.org2011-02-091-2/+7
* Change extension unload notification to indicate updates.asargent@chromium.org2010-12-231-1/+6
* Rename ExtensionsService to ExtensionService.tfarina@chromium.org2010-12-141-4/+4
* Move:ben@chromium.org2010-12-021-1/+1
* Adding support for optional description in to the callback of the management ...asargent@chromium.org2010-11-181-2/+32
* Cleanup: Include browser.h -> ui/browser.h [Part 4].jhawkins@chromium.org2010-11-171-3/+3
* Add api method to get an installed extension by ID.tessamac@google.com2010-11-081-0/+18
* Part 3 of immutable Extension refactor.mpcomplete@chromium.org2010-10-291-2/+2