summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/crx_installer.cc
Commit message (Expand)AuthorAgeFilesLines
* Allow all URLPatterns to have ports.aa@chromium.org2011-12-191-2/+1
* Updating extensions code to use UTF16RDevlin.Cronin@gmail.com2011-12-171-24/+26
* Convert the easy cases of URLPattern::ERROR_ON_PORT to USE_PORTaa@chromium.org2011-12-161-1/+1
* Convert app_launch_index and page_index from int to StringOrdinal.csharp@chromium.org2011-12-141-2/+1
* Split UserMetrics into API vs. implementation. Move API to content/public.joi@chromium.org2011-12-141-1/+2
* Revert 114083 - Convert app_launch_index and page_index from int to StringOrd...csharp@chromium.org2011-12-131-1/+2
* Move/replace/rename URL-based extension getters from ExtensionService to/in E...yoz@chromium.org2011-12-131-2/+2
* Convert app_launch_index and page_index from int to StringOrdinal.csharp@chromium.org2011-12-121-2/+1
* Move URLPattern::ParseOption into a field.aa@chromium.org2011-12-091-1/+2
* Rename constants used with default apps to confrom with naming convention.rogerta@chromium.org2011-12-061-2/+2
* Improve ExtensionBrowserTest. Part of moving ExtensionService to use Extensio...yoz@chromium.org2011-11-291-7/+8
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-1/+1
* Adds a webstorePrivate method for silently installing extensions.jstritar@chromium.org2011-11-021-1/+4
* Refactor loading out of ExtensionService.yoz@chromium.org2011-11-021-0/+7
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Remove dcheck at CrxInstaller teardowncpu@chromium.org2011-11-021-13/+7
* Enable experimental permissions for extensions from the store.aa@chromium.org2011-10-311-7/+4
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Exempt component and policy-installed extensions from policy blacklist check.mnissler@chromium.org2011-10-281-1/+1
* Mark some externally installed extensions as 'bookmark apps'rogerta@chromium.org2011-10-261-1/+3
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-6/+8
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-4/+4
* Reland r105832: NewRunnable* -> base::Bind for most of chrome/browser/extensi...adamk@chromium.org2011-10-181-17/+12
* Revert 105832 - NewRunnable* -> base::Bind for most of chrome/browser/extensi...adamk@chromium.org2011-10-171-12/+17
* NewRunnable* -> base::Bind for most of chrome/browser/extensions/.adamk@chromium.org2011-10-171-17/+12
* Add a helper class for downloading and installing extensions from the gallery.jstritar@chromium.org2011-10-131-6/+7
* Add metrics to help measure effects of installing default apps in a profilerogerta@chromium.org2011-10-131-2/+12
* Moved from http://codereview.chromium.org/7811020/ (same CL but was on a read...caitkp@chromium.org2011-09-121-0/+8
* ntp4: improved app install, try 2estade@chromium.org2011-08-291-1/+1
* ntp4: make app-install-via-drag less jankyestade@chromium.org2011-08-221-1/+3
* Add a flag that lets the webstore show a different UI on app install.asargent@chromium.org2011-08-041-1/+4
* Extension 'from_webstore' state isn't being proxied correctly by IPC to rende...bbudge@chromium.org2011-07-221-1/+4
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Update URLPatternSet to contain a std::set instead of std::vector.jstritar@chromium.org2011-07-131-5/+6
* Remember whether an Extension/App was installed from the Web Store.bbudge@google.com2011-07-121-1/+1
* Revert 92219 - Update URLPatternSet to contain a std::set instead of std::vec...jstritar@chromium.org2011-07-121-6/+5
* Update URLPatternSet to contain a std::set instead of std::vector.jstritar@chromium.org2011-07-121-5/+6
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-4/+4
* Fix the Extension.Permissions_*Cancel histograms.jstritar@chromium.org2011-06-281-4/+5
* Start refractoring extension permissions into ExtensionPermissionSet.jstritar@chromium.org2011-06-231-0/+7
* Partially deprecate the old webstorePrivate.beginInstall methodasargent@chromium.org2011-06-071-4/+3
* Show that CRX unpacking is happening in the download shelfskerner@chromium.org2011-06-061-0/+2
* Fix clang error.asargent@chromium.org2011-05-261-0/+3
* Change the web store private install API to accept a localized extension name.asargent@chromium.org2011-05-261-40/+34
* Add CRX complete notification.skerner@chromium.org2011-05-251-0/+16
* Rename ExtensionExtent to URLPatternSet and use URLPatternSet instead of std:...morrita@chromium.org2011-05-201-2/+1
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-1/+1
* Add histograms to understand why so many CRX installs fail in the field.skerner@chromium.org2011-05-091-1/+19
* Add .grd strings and remove outdated prototype.skerner@chromium.org2011-04-221-3/+7
* [Extensions] Make ExtensionService not be ref-countedakalin@chromium.org2011-04-201-43/+65