summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_updater.cc
Commit message (Expand)AuthorAgeFilesLines
* Split ExtensionUpdater into two smaller classes.joaodasilva@chromium.org2012-03-161-1329/+0
* Send webstore pings for non-webstore updated extensions for UMA users.yoz@chromium.org2012-03-141-29/+52
* Add content/public/browser/resource_dispatcher_host.hdarin@chromium.org2012-03-121-6/+4
* Create an API around UtilityProcessHost and use that from chrome.jam@chromium.org2012-02-031-5/+7
* Refactor PendingExtensionManager for clarity and consistency.skerner@chromium.org2012-01-131-14/+23
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-111-1/+2
* Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu...jam@chromium.org2012-01-101-13/+8
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-101-8/+13
* Hide downloads of extensions blacklist from web request API.battre@chromium.org2012-01-041-2/+9
* Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...bauerb@chromium.org2011-12-271-2/+0
* Add some VLOG debugging info for extensions updating.asargent@chromium.org2011-12-151-2/+39
* Convert calls to the utility process in extension code to use the zygote on L...jorgelo@chromium.org2011-12-131-0/+1
* Revert 113071 - Revert 113047 - Make ExtensionService use ExtensionSet.yoz@chromium.org2011-12-061-2/+2
* Revert 113047 - Make ExtensionService use ExtensionSet.yoz@chromium.org2011-12-061-2/+2
* Make ExtensionService use ExtensionSet.yoz@chromium.org2011-12-051-2/+2
* Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,...ajwong@chromium.org2011-11-211-2/+2
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Handle additional feedback from http://codereview.chromium.org/8395038/.jam@chromium.org2011-10-281-4/+4
* Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...jam@chromium.org2011-10-261-6/+6
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-251-19/+18
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-241-2/+3
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-6/+6
* Move notification_source from content/common to content/browser/public and pu...jam@chromium.org2011-10-191-8/+8
* Reland r105832: NewRunnable* -> base::Bind for most of chrome/browser/extensi...adamk@chromium.org2011-10-181-12/+11
* Revert 105832 - NewRunnable* -> base::Bind for most of chrome/browser/extensi...adamk@chromium.org2011-10-171-11/+12
* NewRunnable* -> base::Bind for most of chrome/browser/extensions/.adamk@chromium.org2011-10-171-12/+11
* Add brand code to app extension URLs. This should only occur for non-organicrogerta@chromium.org2011-10-121-1/+9
* Convert SHA256_LENGTH from a constant-in-anonymous-enum to a static const. T...pkasting@chromium.org2011-09-221-3/+3
* net: Put more functions from escape.h into net namespace.tfarina@chromium.org2011-09-221-8/+8
* extensions: Get rid of references to GetVersionFromString from extension_upda...tfarina@chromium.org2011-09-031-17/+12
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-1/+1
* extensions: Use Version ctor instead of calling GetVersionFromString().tfarina@chromium.org2011-09-021-5/+4
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-1/+1
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-1/+1
* Move extension/webstore-related URL getters to the extension_urls namespace.mihaip@chromium.org2011-08-251-2/+2
* Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...ananta@chromium.org2011-08-191-3/+3
* Extensions installed by policy overrun previously installed extensions.joaodasilva@chromium.org2011-08-111-7/+15
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-7/+8
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-07-011-1/+1
* Move UtilityProcessHost to content and move the message sending/dispatching t...jam@chromium.org2011-06-091-6/+18
* Install CRX updates one at a time.skerner@chromium.org2011-06-011-11/+73
* Allow URLFetcher to save results in a file. Have CRX updates use this capabil...skerner@chromium.org2011-05-231-136/+97
* Add histograms to understand why so many CRX installs fail in the field.skerner@chromium.org2011-05-091-4/+31
* Refactor preference syncing.zea@chromium.org2011-05-091-3/+6
* net: Move ResponseCookies into the net namespace.tfarina@chromium.org2011-05-061-1/+1
* [Sync] Fix bug in ExtensionUpdater introduced by r81501akalin@chromium.org2011-04-251-1/+2
* Further improvements to DCHECK() usage, within /src/chromekushi.p@gmail.com2011-04-251-1/+1
* Remove ExtensionService::HasInstalledExtensions since we always have (compone...mihaip@chromium.org2011-04-141-1/+1
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-4/+4