summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_updater_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* [Sync] Fix bug in ExtensionUpdater introduced by r81501akalin@chromium.org2011-04-251-4/+5
* [Sync] Refactor ExtensionService for syncakalin@chromium.org2011-04-231-89/+15
* [Sync] Move some extension-sync-related logic to ExtensionServiceakalin@chromium.org2011-04-171-0/+7
* Remove ExtensionService::HasInstalledExtensions since we always have (compone...mihaip@chromium.org2011-04-141-24/+5
* [Extensions] Add CheckSoon() method to ExtensionUpdaterakalin@chromium.org2011-04-131-1/+32
* [Extensions] Rework ExtensionUpdater to not be RefCountedThreadSafeakalin@chromium.org2011-04-121-95/+69
* New notification sent when extension uninstall is not allowed.dennisjeffrey@google.com2011-04-071-3/+5
* Refactor ExtensionService/ExtensionServiceInterface to be more testableakalin@chromium.org2011-04-061-36/+64
* Revert 80539 - Refactor ExtensionService/ExtensionServiceInterface to be more...cmp@chromium.org2011-04-061-64/+36
* Refactor ExtensionService/ExtensionServiceInterface to be more testableakalin@chromium.org2011-04-051-36/+64
* Generalize ExtensionUpdateService to ExtensionServiceInterfaceakalin@chromium.org2011-04-041-1/+30
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Move ExtensionService code that manages pending extensions into its own class.skerner@chromium.org2011-03-251-54/+64
* Revert 79407 - Move ExtensionService code that manages pending extensions int...skerner@chromium.org2011-03-251-64/+54
* Move ExtensionService code that manages pending extensions into its own class.skerner@chromium.org2011-03-251-54/+64
* Add progress notifications for extension updates (from: 6665014)dennisjeffrey@chromium.org2011-03-211-3/+6
* ImportantFileWriter: check return value of PostTaskphajdan.jr@chromium.org2011-03-101-16/+42
* Send active ping days along with the rollcall ping days parameter.asargent@chromium.org2011-03-081-30/+88
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1
* Split PendingExtensionInfo into its own file. No behavior changed.skerner@chromium.org2011-03-031-4/+3
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* Fix unit test leak introduced by fix for crbug.com/70887asargent@chromium.org2011-02-071-6/+2
* Extensions: Attempt to fix unit test leak from r73764.thestig@chromium.org2011-02-041-1/+3
* Avoid crashes due to GetDefaultRequestContext returning NULL.asargent@chromium.org2011-02-041-3/+7
* Introduce incognito preference settings.battre@chromium.org2011-01-251-9/+11
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-131-8/+9
* 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/+21
* Rename ExtensionsService to ExtensionService.tfarina@chromium.org2010-12-141-1/+1
* Add command line flag to override gallery update urlsasargent@chromium.org2010-11-301-3/+3
* Allow an extension to dynamically set extra data in its update URL, in orderrogerta@chromium.org2010-11-121-7/+92
* Ensure that ExtensionUpdater doesn't do anything after Stop() is calledakalin@chromium.org2010-11-111-2/+44
* Disable browser caching for URLFetchers used in extensions updater.skerner@chromium.org2010-11-041-1/+3
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-20/+20
* Part 3 of immutable Extension refactor.mpcomplete@chromium.org2010-10-291-4/+4
* Unrevert again r63919: "Part 2 of immutable Extension refactor."mpcomplete@chromium.org2010-10-271-11/+2
* Revert 63962 (broke chromeos and chromium linux builder) - Unrevert r63919: "...thakis@chromium.org2010-10-261-2/+11
* Unrevert r63919: "Part 2 of immutable Extension refactor."mpcomplete@chromium.org2010-10-261-11/+2
* Revert r63919 "Part 2 of immutable Extension refactor."mpcomplete@chromium.org2010-10-261-2/+11
* Part 2 of immutable Extension refactor.mpcomplete@chromium.org2010-10-261-11/+2
* Move the rest of the Extension data into either StaticData or RuntimeDatampcomplete@chromium.org2010-10-181-9/+13
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-4/+4
* Rename ChromeThread to BrowserThread Part20:tfarina@chromium.org2010-10-121-1/+1
* Implement new strategy for default apps. Instead of usingaa@chromium.org2010-10-091-5/+8
* Rename ChromeThread to BrowserThread Part10:tfarina@chromium.org2010-10-091-13/+13
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* extensions: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-211-3/+4
* Check for updates for a user script only if it has an update URL.akalin@chromium.org2010-09-091-0/+3
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* When extension is blacklisted by admin policy, it should be removed if alread...finnur@chromium.org2010-08-211-7/+11