summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_updater.cc
Commit message (Expand)AuthorAgeFilesLines
* Allow update URLs in external_extensions.json.skerner@chromium.org2010-08-191-5/+12
* Make prefs use std::string for keys rather than wstrings.viettrungluu@chromium.org2010-08-111-1/+1
* FBTF: Remove unneeded headers from base/ (part 1)thestig@chromium.org2010-08-051-3/+1
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-3/+5
* Cleanup: Break another common->app dependency.thestig@chromium.org2010-07-201-3/+3
* Disallow syncing of extensions with third-party update URLs or plugins.akalin@chromium.org2010-07-201-1/+3
* Attempt four at landing the "histogram.h removed from message_loop.h" patch.erg@chromium.org2010-07-151-0/+1
* Fixed invalid read in ExtensionsServiceTest.ReloadExtensions.akalin@chromium.org2010-07-151-9/+1
* Revert everything related to the relanding.erg@chromium.org2010-07-141-1/+0
* Reland r52336.erg@chromium.org2010-07-141-0/+1
* Revert 52336 - More header cleanup:erg@chromium.org2010-07-141-1/+0
* More header cleanup:erg@chromium.org2010-07-141-0/+1
* Change a bunch of string types.estade@chromium.org2010-06-291-6/+4
* Reworked ExtensionsService::AddPendingExtension().akalin@chromium.org2010-06-261-19/+22
* Revert r50804 "Reworked ExtensionsService::AddPendingExtension()."hclam@chromium.org2010-06-251-22/+19
* Reworked ExtensionsService::AddPendingExtension().akalin@chromium.org2010-06-251-19/+22
* Reland - Only allow installation of extensions/apps with gallery update url v...rafaelw@chromium.org2010-06-231-6/+2
* Revert 50333 - Only allow installation of extensions/apps with gallery update...tkent@chromium.org2010-06-211-2/+6
* Only allow installation of extensions/apps with gallery update url via downlo...rafaelw@chromium.org2010-06-211-6/+2
* Re-apply r50278.aa@chromium.org2010-06-191-1/+1
* Revert r50278.aa@chromium.org2010-06-181-1/+1
* Some app-related manifest cleanup:aa@chromium.org2010-06-181-1/+1
* Pref service strings should be std::string.estade@chromium.org2010-06-181-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-22/+10
* Refactor FileVersionInfo into an interface with platform implementations.tony@chromium.org2010-04-141-2/+3
* Fix errors in ExtensionPrefs with storing the blacklist last ping day.asargent@chromium.org2010-04-061-11/+10
* Send ping days parameter for extension blacklist update checksasargent@chromium.org2010-03-301-14/+22
* Fill in a default update_url for extensions with none.akalin@chromium.org2010-03-271-144/+136
* Added support for pending extensions to ExtensionsService andakalin@chromium.org2010-03-261-62/+145
* Force an app's orgin to be the origin of the URL the crx isaa@chromium.org2010-03-181-4/+7
* Load the bookmark manager extension at Chrome startup.aa@chromium.org2010-03-041-0/+7
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* Get rid of check that caused redirects to fail extension updates.asargent@chromium.org2010-02-011-5/+1
* Refactor extension autoupdater.asargent@chromium.org2010-01-281-147/+192
* The search terms are escaped using + or %20 for space depending on whether re...avayvod@google.com2010-01-151-3/+3
* Have the utility process run out of process on Linux again bytony@chromium.org2009-12-091-6/+0
* Remove IsPrefRegistered function from PrefService API and fix the callers totony@chromium.org2009-12-071-2/+2
* Send Keystone ID to Omaha for Extensions Gallery update checks.asargent@chromium.org2009-12-031-0/+16
* Don't ping for extension blacklist when no extensions are installed.pam@chromium.org2009-12-031-1/+1
* Add regex escaping code to Mac sandbox implementation and re-enable the utili...jeremy@chromium.org2009-12-031-3/+2
* Make extension updates use omaha id when talking to omaha.asargent@chromium.org2009-11-231-1/+44
* Forces T*s to scoped_refptr<T> when PostTask()ing to a function expecting sco...jamesr@chromium.org2009-11-201-1/+1
* Disabled extensions should be uninstallable. finnur@chromium.org2009-11-101-1/+1
* Tenth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-071-3/+3
* add some histograms to extensionserikkay@chromium.org2009-11-061-1/+45
* Revert "Revert r31175 r31176 r31187"hclam@chromium.org2009-11-061-0/+5
* Rever r31175 r31176 r31187hclam@chromium.org2009-11-061-5/+0
* Sixth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-061-0/+5
* Get rid of MessageLoop* caching in extensions code.jam@chromium.org2009-10-301-58/+41