summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_updater_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix 2 bugs in extensions autoupdate request parameters.asargent@chromium.org2009-07-241-3/+80
* Coverity: Pass strings and GURLs by reference.jhawkins@chromium.org2009-07-241-3/+4
* Refactor extension constants to improve readability, debugging, and to make i...erikkay@chromium.org2009-07-131-2/+5
* Fix leaks in ExtensionUpdater unit testsasargent@chromium.org2009-07-101-5/+6
* Temporarily disable unit tests with leaks until I can check in a fix for them.asargent@chromium.org2009-07-101-5/+5
* Implementation of Extension Updater.asargent@chromium.org2009-07-101-0/+448