summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_updater_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow update URLs in external_extensions.json.skerner@chromium.org2010-08-191-7/+17
* Revert 56683 - When extension is blacklisted by admin policy, it should be re...finnur@chromium.org2010-08-191-11/+7
* When extension is blacklisted by admin policy, it should be removed if alread...finnur@chromium.org2010-08-191-7/+11
* FBTF: Remove unneeded headers from base/ (part 1)thestig@chromium.org2010-08-051-1/+0
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-2/+3
* Fixed invalid read in ExtensionsServiceTest.ReloadExtensions.akalin@chromium.org2010-07-151-3/+0
* Change a bunch of string types.estade@chromium.org2010-06-291-2/+2
* Reworked ExtensionsService::AddPendingExtension().akalin@chromium.org2010-06-261-18/+16
* Revert r50804 "Reworked ExtensionsService::AddPendingExtension()."hclam@chromium.org2010-06-251-16/+18
* Reworked ExtensionsService::AddPendingExtension().akalin@chromium.org2010-06-251-18/+16
* Pref service strings should be std::string.estade@chromium.org2010-06-181-1/+1
* Re-enable two unit unit tests that were disabled for Mac in Oct 2009.csilv@chromium.org2010-06-111-11/+2
* Moved URLFetcher and related classes to chrome/common/net.sanjeevr@chromium.org2010-05-071-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-107/+64
* Reland "Factor out reading and writing of preferences into |PrefStore|."bauerb@chromium.org2010-04-221-1/+2
* Revert 45168 - Reland r45028: Factor out reading and writing of preferences i...erikkay@chromium.org2010-04-211-2/+1
* Reland r45028: Factor out reading and writing of preferences into |PrefStore|.bauerb@chromium.org2010-04-211-1/+2
* Revert 45028 - Factor out reading and writing of preferences into |PrefStore|.thomasvl@chromium.org2010-04-201-2/+1
* Factor out reading and writing of preferences into |PrefStore|.bauerb@chromium.org2010-04-201-1/+2
* Fix errors in ExtensionPrefs with storing the blacklist last ping day.asargent@chromium.org2010-04-061-0/+9
* Send ping days parameter for extension blacklist update checksasargent@chromium.org2010-03-301-2/+3
* Fixed memory leak in unittest introduced by 42899.akalin@chromium.org2010-03-271-0/+1
* Fill in a default update_url for extensions with none.akalin@chromium.org2010-03-271-0/+43
* Added support for pending extensions to ExtensionsService andakalin@chromium.org2010-03-261-13/+123
* Force an app's orgin to be the origin of the URL the crx isaa@chromium.org2010-03-181-2/+11
* Load the bookmark manager extension at Chrome startup.aa@chromium.org2010-03-041-0/+1
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* Refactor extension autoupdater.asargent@chromium.org2010-01-281-32/+95
* Don't ping for extension blacklist when no extensions are installed.pam@chromium.org2009-12-031-2/+25
* Make extension updates use omaha id when talking to omaha.asargent@chromium.org2009-11-231-0/+77
* Disabled extensions should be uninstallable. finnur@chromium.org2009-11-101-3/+3
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-021-1/+1
* Get rid of MessageLoop* caching in extensions code.jam@chromium.org2009-10-301-13/+12
* The test is only failing on Mac, so lets just disabled it for Mac specificall...finnur@chromium.org2009-10-281-4/+13
* Another flaky crashy test: ExtensionUpdaterTest.TestBlacklistUpdateCheckRequestsnsylvain@chromium.org2009-10-281-1/+2
* Add a comment above the disabled test to say which bugnsylvain@chromium.org2009-10-281-0/+1
* Disable a test that frequently crashes on Mac 10.5 Tests (dbg) bot (and I've ...finnur@chromium.org2009-10-281-1/+1
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-271-9/+25
* Generate IDs for --load-extension by hashing the path insteadaa@chromium.org2009-10-061-3/+6
* Coverity: check Thread::Start return value.mattm@chromium.org2009-10-021-3/+3
* Do not send or store cookies for extensions autoupdate http requests.asargent@chromium.org2009-09-121-1/+9
* Cleanup temporary files created by the extension updater unit test.thestig@chromium.org2009-09-011-3/+7
* Do extensions update manifest XML parsing in a sandboxed process.asargent@chromium.org2009-08-201-149/+68
* The change has the followings:lzheng@chromium.org2009-08-141-7/+158
* Make extensions auto-update schedule persist across browser restarts.asargent@chromium.org2009-08-031-6/+40
* Pull CrxInstaller out of ExtensionsService.aa@chromium.org2009-07-301-44/+3
* Coverity: Pass strings by reference.jhawkins@chromium.org2009-07-271-1/+3