summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_service_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 193974 "Test extension reloading behavior."dmazzoni@chromium.org2013-04-121-198/+17
* Test extension reloading behavior.jyasskin@chromium.org2013-04-121-17/+198
* Move path functions from file_util to FilePath object.brettw@chromium.org2013-04-121-5/+5
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-4/+4
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-4/+4
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-4/+4
* Refactor APIPermission to separate out specific permission registration.yoz@chromium.org2013-04-041-6/+1
* Move Requirements out of Extension Classrdevlin.cronin@chromium.org2013-03-261-0/+2
* Move ContentScripts out of Extensionrdevlin.cronin@chromium.org2013-03-241-4/+12
* Move CrxFile, FileReader, ExtensionResource to src/extensions.yoz@chromium.org2013-03-231-7/+10
* Generalzie GpuBlacklist to GpuControlList.zmo@chromium.org2013-03-221-1/+1
* Revert 153989 "Disable flaky test on windows"yoz@chromium.org2013-03-111-9/+1
* Move Plugins out of Extension classrdevlin.cronin@chromium.org2013-03-081-8/+15
* Remove install time OAuth2 dialogs for Identity APIcourage@chromium.org2013-03-071-2/+2
* Add unit test to ensure calling ReloadExtension twice in a row works, and fix...mek@chromium.org2013-03-061-0/+37
* Introduce //components/user_prefs.joi@chromium.org2013-03-061-1/+1
* Fix up unused includes from chrome/browser/extensions to the rest of chrome/b...yoz@chromium.org2013-03-051-1/+0
* Fix prefs registration in BrowserInstantController.joi@chromium.org2013-03-021-1/+1
* Manifest handler for all keys background-related.yoz@chromium.org2013-03-011-4/+4
* Change --load-extension flag so the extensions don't persist across restart.mpcomplete@chromium.org2013-02-271-6/+6
* Fix prefs registration in SyncPrefs.joi@chromium.org2013-02-271-1/+0
* Move calls of ManifestHandler::ClearRegistryForTesting to TearDown.yoz@chromium.org2013-02-121-1/+4
* Sanity tweaks to the extension blacklist:kalman@chromium.org2013-02-121-1/+1
* Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable.joi@chromium.org2013-02-101-3/+6
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-215/+229
* 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-8/+8
* Allow manifest handlers to declare keys they depend on that must be parsed be...yoz@chromium.org2013-02-051-1/+2
* Move Extension Location and Type enums to Manifest, and move InstallWarning t...yoz@chromium.org2013-01-311-119/+120
* Move default_locale out of Extension class.MHX348@motorola.com2013-01-301-0/+6
* cros: Add a InstallLimiter PKS to control default app install on cros.xiyuan@chromium.org2013-01-171-0/+8
* Move the parsing of 'update_url' & 'options_page' URLs out of Extension.MHX348@motorola.com2013-01-151-4/+8
* Exclude hosted apps from post-sideload UI.mpcomplete@chromium.org2013-01-041-3/+1
* Clean up after ExtensionService unittestsrdevlin.cronin@chromium.org2012-12-301-20/+45
* Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.joi@chromium.org2012-12-221-3/+4
* Exclude PluginService for builds with enable_plugins==0nileshagrawal@chromium.org2012-12-201-6/+16
* Switch prefs::kExtensionInstallForceList to be a dictionary.mnissler@chromium.org2012-12-141-7/+15
* Garbage Collect the Storage directory on next profile start after an extensio...ajwong@chromium.org2012-12-111-1/+2
* Prevent duplicate installations of an extension when the new installation has...joaodasilva@chromium.org2012-12-071-2/+3
* Reland 171079, as it wasn't the CL that caused the perf regressionakalin@chromium.org2012-12-061-96/+21
* Revert 171079 - investigating perf regression.kalman@chromium.org2012-12-061-21/+96
* Revert 170960 (introduced few_tabs regression -- see bug 164409)akalin@chromium.org2012-12-051-30/+4
* Make Blacklist::IsBlacklist asynchronous (it will need to be for safekalman@chromium.org2012-12-041-96/+21
* ExtensionService: Delay non-critical IO until after startup has finished.jeremy@chromium.org2012-12-041-4/+30
* Perform install tasks for newly installed or upgraded component apps/extensions.tapted@chromium.org2012-11-291-2/+2
* Flag extensions from the retail mode AppPack as coming from the Webstore when...joaodasilva@chromium.org2012-11-281-0/+13
* Move extension_error_utils.* and url_pattern_set.* intoaa@chromium.org2012-11-191-0/+1
* chrome/browser: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-171-76/+76
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-11/+11
* Pull extension blacklist and policy logic out of ExtensionPrefs and into twokalman@chromium.org2012-11-151-13/+31