summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_updater.cc
Commit message (Expand)AuthorAgeFilesLines
* Improve validation of external extesnion ids.skerner@chromium.org2011-01-141-1/+1
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-131-10/+15
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Coalesced various extension type enums into Extension::Type.akalin@chromium.org2010-12-211-11/+26
* Revert 69592 - file_version_info was not finding Mac values correctly.dmaclach@chromium.org2010-12-181-2/+4
* file_version_info was not finding Mac values correctly.dmaclach@chromium.org2010-12-181-4/+2
* Rename ExtensionsService to ExtensionService.tfarina@chromium.org2010-12-141-4/+4
* Move:ben@chromium.org2010-12-021-1/+1
* Remember external extensions installed from file in pending extensions mapdpolukhin@chromium.org2010-12-021-1/+4
* Add command line flag to override gallery update urlsasargent@chromium.org2010-11-301-8/+5
* Allow an extension to dynamically set extra data in its update URL, in orderrogerta@chromium.org2010-11-121-7/+25
* Ensure that ExtensionUpdater doesn't do anything after Stop() is calledakalin@chromium.org2010-11-111-5/+32
* Coverity: Pass parameters by reference.jhawkins@chromium.org2010-11-081-1/+1
* Disable browser caching for URLFetchers used in extensions updater.skerner@chromium.org2010-11-041-2/+4
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-2/+2
* Part 3 of immutable Extension refactor.mpcomplete@chromium.org2010-10-291-1/+1
* Introduce new location for managed extensionsgfeher@chromium.org2010-10-251-3/+1
* Convert LOG(INFO) to VLOG(1) - chrome/browser/extensions/.pkasting@chromium.org2010-10-221-4/+4
* FBTF: Even more deinlining.erg@google.com2010-10-201-0/+2
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-191-0/+10
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-1/+1
* Implement new strategy for default apps. Instead of usingaa@chromium.org2010-10-091-5/+1
* Rename ChromeThread to BrowserThread Part10:tfarina@chromium.org2010-10-091-16/+16
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* Check for updates for a user script only if it has an update URL.akalin@chromium.org2010-09-091-0/+7
* Add a command line switch "--disable-background-networking", to be used inmbelshe@chromium.org2010-09-081-0/+4
* Refactor version-getting info into a chrome::VersionInfo object.evan@chromium.org2010-08-271-5/+3
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* 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