summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_updater_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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