summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/updater/extension_updater_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename extension_manifest_keys namespace to extensions::manifest_keys.yoz@chromium.org2013-08-151-4/+4
* Make CrxInstaller creation take install prompt as a scoped_ptrasargent@chromium.org2013-08-091-2/+2
* Correctly integrate StoragePartition into TestingProfile.ajwong@chromium.org2013-07-231-8/+2
* Use a direct include of the message_loop header in chrome/browser/, part 6.avi@chromium.org2013-07-181-1/+1
* Get rid of ResourceDispatcherHost check in safe_manifest_parser.cc. Single pr...jam@chromium.org2013-07-121-16/+47
* Update some includes of chrome_notification_types.hjam@chromium.org2013-07-121-1/+1
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-2/+2
* Use a direct include of strings headers in chrome/browser/extensions/, part 4.avi@chromium.org2013-06-101-2/+2
* Pull sync type / syncability out of Extension.yoz@chromium.org2013-06-051-5/+5
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-3/+3
* chrome: Use base::MessageLoop. (Part 3)xhwang@chromium.org2013-05-281-1/+1
* Cleanup: Remove unneeded base/file_util.h includes in chrome.thestig@chromium.org2013-05-151-1/+0
* Revert 198844 "Move sequenced_task_runner to base/task"dbeam@chromium.org2013-05-081-1/+1
* Move sequenced_task_runner to base/taskbrettw@chromium.org2013-05-081-1/+1
* Consolidate manifest handler registration.yoz@chromium.org2013-05-061-4/+0
* Add os/arch/nacl_arch to webstore install codeasargent@chromium.org2013-05-041-7/+2
* chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.tfarina@chromium.org2013-05-011-1/+1
* Move chrome/common/omaha_query_params.{h,cc} into their own directoryasargent@chromium.org2013-04-271-1/+1
* Explicitly construct/destruct UserManager and dependencies in testsbartfab@chromium.org2013-04-241-0/+12
* Revert 195811 "Explicitly construct/destruct UserManager and dep..."kalman@chromium.org2013-04-231-8/+0
* Explicitly construct/destruct UserManager and dependencies in testsbartfab@google.com2013-04-231-0/+8
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-27/+40
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-40/+27
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-27/+40
* Move CrxFile, FileReader, ExtensionResource to src/extensions.yoz@chromium.org2013-03-231-12/+7
* Factor out OmahaQueryParamsjackhou@chromium.org2013-03-111-28/+53
* Manifest handler for all keys background-related.yoz@chromium.org2013-03-011-3/+2
* chrome: Update include paths of string_split.h to its new location.tfarina@chromium.org2013-02-281-1/+1
* Sanity tweaks to the extension blacklist:kalman@chromium.org2013-02-121-2/+2
* Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable.joi@chromium.org2013-02-101-2/+2
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-10/+10
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions edit...rsleevi@chromium.org2013-02-071-1/+1
* Allow manifest handlers to declare keys they depend on that must be parsed be...yoz@chromium.org2013-02-051-2/+3
* Move Extension Location and Type enums to Manifest, and move InstallWarning t...yoz@chromium.org2013-01-311-13/+14
* Move the parsing of 'update_url' & 'options_page' URLs out of Extension.MHX348@motorola.com2013-01-151-0/+4
* Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.joi@chromium.org2012-12-221-1/+1
* Removed dead code from chrome/browser/extensions/updatersergiyb@google.com2012-12-111-3/+6
* Reland 171079, as it wasn't the CL that caused the perf regressionakalin@chromium.org2012-12-061-3/+10
* Revert 171079 - investigating perf regression.kalman@chromium.org2012-12-061-10/+3
* Retry manifest and extension downloads on http errors.mek@chromium.org2012-12-061-21/+163
* Make Blacklist::IsBlacklist asynchronous (it will need to be for safekalman@chromium.org2012-12-041-3/+10
* Add enabled state to extension update pings.mek@chromium.org2012-11-281-2/+6
* Prevent redownloading of already downloaded crx files.mek@chromium.org2012-11-171-0/+5
* Pull extension blacklist and policy logic out of ExtensionPrefs and into twokalman@chromium.org2012-11-151-36/+21
* add chrome.runtime.requestUpdateCheck method.mek@chromium.org2012-11-141-8/+13
* Refactor ExtensionUpdater/ExtensionDownloader to be able to get more meaningf...mek@chromium.org2012-11-131-38/+50
* Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po...zelidrag@chromium.org2012-11-081-41/+62
* Revert 165062 - We believe this change broke startup_testsnsylvain@chromium.org2012-11-011-49/+28
* Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po...zelidrag@chromium.org2012-10-301-28/+49