summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_service_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Correctly integrate StoragePartition into TestingProfile.ajwong@chromium.org2013-07-231-15/+0
* Reset Profile: clear and repopulate extension search engines.vasilii@chromium.org2013-07-221-6/+12
* Remove unused WEBKIT_DEPRECATED threadjamesr@chromium.org2013-07-191-1/+0
* Add ExtensionService test for InstallTracker notifications.calamity@chromium.org2013-07-191-0/+77
* Make devtools, plugin, and webConnectable permissions not specifiable in the ...yoz@chromium.org2013-07-191-0/+2
* Use a direct include of the message_loop header in chrome/browser/, part 6.avi@chromium.org2013-07-181-1/+1
* Remove plugin_list.h includes from chrome tests in preparation for moving web...jam@chromium.org2013-07-181-13/+4
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-8/+8
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-151-4/+4
* Renable ExtensionServiceTest.ExternalInstallMultiple after the fix in r211543.jam@chromium.org2013-07-151-1/+1
* Update some includes of chrome_notification_types.hjam@chromium.org2013-07-121-1/+1
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-49/+49
* Disable ExtensionServiceTest.ExternalInstallMultiple since it's flaky now.jam@chromium.org2013-07-101-1/+1
* Make utility process run in-process when running in single-process mode.jam@chromium.org2013-07-091-41/+116
* Move Copy* into the base namespace.brettw@chromium.org2013-07-091-8/+8
* sync: deferred initialization support for apps + extensionstim@chromium.org2013-07-091-0/+102
* Allow Chrome OS login profile to have different default pref valuesbartfab@chromium.org2013-07-051-1/+1
* chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 2tfarina@chromium.org2013-07-031-1/+1
* Move DeleteAfterReboot, Move, and ReplaceFile to base namespacebrettw@chromium.org2013-07-011-1/+1
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-8/+8
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-271-3/+4
* Move IndexedDB from WEBKIT_DEPRECATED to dedicated threadjsbell@chromium.org2013-06-251-0/+4
* Convert most of extensions and some other random stuff to using the base name...brettw@chromium.org2013-06-211-0/+3
* Auto-install/uninstall shared module dependencies for extensions.elijahtaylor@chromium.org2013-06-211-0/+60
* Use chromium logic for database identifier<->origin conversionsjamesr@chromium.org2013-06-191-3/+3
* Origin identifiers are always ASCII, store as std::stringjamesr@chromium.org2013-06-181-9/+9
* Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-141-1/+1
* Delay garbage collection of extensions until startup is complete.benwells@chromium.org2013-06-141-0/+8
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-7/+6
* Use a direct include of strings headers in chrome/browser/extensions/, part 3.avi@chromium.org2013-06-101-2/+2
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-081-2/+3
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 2.avi@chromium.org2013-06-071-1/+1
* Pull sync type / syncability out of Extension.yoz@chromium.org2013-06-051-4/+4
* Move parsing of app.launch keys out of Extension.yoz@chromium.org2013-06-051-9/+16
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-16/+18
* Add ability to keep external extension for existing user but don't install it...dpolukhin@chromium.org2013-05-301-0/+16
* Move webkit/quota files to webkit/browser/quota or webkit/common/quotatzik@chromium.org2013-05-301-1/+1
* Windows: When an app is updated and its name changes, recreate shortcuts.mgiuca@chromium.org2013-05-291-4/+38
* chrome: Use base::MessageLoop. (Part 3)xhwang@chromium.org2013-05-281-12/+12
* Move GPU device/driver info related code from content to gpu.zmo@chromium.org2013-05-231-2/+2
* Move webkit/database to webkit/browser and webkit/common. Also move content::...michaeln@google.com2013-05-221-1/+1
* Revert 201380 "Move GPU device/driver info related code from con..."zmo@chromium.org2013-05-211-2/+2
* Move GPU device/driver info related code from content to gpu.zmo@chromium.org2013-05-211-2/+2
* Reland 200220 - Make ExtensionPrefs a ProfileKeyedService.yoz@chromium.org2013-05-161-1/+1
* Revert 200220 "Make ExtensionPrefs a ProfileKeyedService."eugenis@chromium.org2013-05-151-1/+1
* Make ExtensionPrefs a ProfileKeyedService.yoz@chromium.org2013-05-151-1/+1
* webkit: Merge fileapi::GetOriginURLFromIdentifier and DatabaseUtil::GetOrigin...tfarina@chromium.org2013-05-101-5/+3
* Revert 198820 "Move FileEnumerator to its own file, do some refa..."dbeam@chromium.org2013-05-081-3/+2
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-071-2/+3
* Consolidate manifest handler registration.yoz@chromium.org2013-05-061-8/+0