summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extensions_service_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert change that disallowed content scripts access toaa@chromium.org2009-11-221-3/+3
* Don't allow content scripts to execute on file:// urls.finnur@chromium.org2009-11-181-3/+3
* Add validation to extension packaging.aa@chromium.org2009-11-171-1/+21
* Disabled extensions should be uninstallable. finnur@chromium.org2009-11-101-3/+3
* Fix a memory leak in ExtensionsServiceTest by ensuring that the message loopphajdan.jr@chromium.org2009-11-091-0/+7
* Use more ScopedTempDirs.thestig@chromium.org2009-11-031-11/+9
* 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-7/+12
* - Removes fallback from Prefs to LoadExtension on UI thread.cira@chromium.org2009-10-291-8/+3
* Disable ExtensionsServiceTest.InstallExtension and ExtensionTest.InitFromValu...mirandac@chromium.org2009-10-291-1/+2
* Get rid of FilePath::AppendAndResolveRelative().mad@chromium.org2009-10-281-6/+10
* Remove deprecated CommandLine(std::wstring) ctor.evan@chromium.org2009-10-261-2/+2
* Move the json-related files into a separate json directory. This hopefully alsobrettw@chromium.org2009-10-231-2/+2
* Add support for to automation interface load install and load extensions.rogerta@chromium.org2009-10-201-1/+1
* Minimize dependency of user scripts.mad@chromium.org2009-10-201-3/+9
* Improve error messages when a manifest is not readable or not valid JSON.aa@chromium.org2009-10-091-2/+2
* Use ASSERT_TRUE, not ASSERT_NE.jhawkins@chromium.org2009-10-081-1/+1
* Coverity: Assert that GetMutableDictionary returns a non-NULL dictionary.jhawkins@chromium.org2009-10-081-2/+3
* Reland: HTML Pack Extension Dialog / Linux & Mac Packaging Support.rafaelw@chromium.org2009-10-081-2/+0
* Loads local resources from current locale subtree if available, if not it fal...cira@chromium.org2009-10-071-12/+6
* Revert "Reland: HTML Pack Extension Dialog / Linux & Mac Packaging Support. P...rafaelw@chromium.org2009-10-071-0/+2
* Reland: HTML Pack Extension Dialog / Linux & Mac Packaging Support. Part 1.rafaelw@chromium.org2009-10-071-2/+0
* This reverts: HTML Pack Extension Dialog / Linux & Mac Packaging Support.rafaelw@chromium.org2009-10-071-0/+2
* HTML Pack Extension Dialog. This removes the views implementation of the Exte...rafaelw@chromium.org2009-10-071-2/+0
* Generate IDs for --load-extension by hashing the path insteadaa@chromium.org2009-10-061-13/+6
* Coverity: Check GetInteger & GetBoolean return.mattm@chromium.org2009-10-021-2/+2
* Coverity: Initialize ids_found_ in the constructor.jhawkins@chromium.org2009-09-281-1/+1
* Actually run directory validation code on install.aa@chromium.org2009-09-251-0/+8
* Fix two tests that leak temporary files.thestig@chromium.org2009-09-021-9/+7
* Enable extensions by default.aa@chromium.org2009-08-291-8/+8
* Load extensions that have their manifest in the Prefs on the UI thread.mpcomplete@chromium.org2009-08-211-7/+4
* Get rid of the extension's "Current Version" file.mpcomplete@chromium.org2009-08-201-32/+16
* The change has the followings:lzheng@chromium.org2009-08-141-48/+212
* Add module-level permissions to extensions.mpcomplete@chromium.org2009-08-071-1/+1
* Pull CrxInstaller out of ExtensionsService.aa@chromium.org2009-07-301-78/+29
* reenable a disabled part of a unit testerikkay@chromium.org2009-07-271-4/+2
* add test to verify mole data being readerikkay@chromium.org2009-07-261-0/+3
* Try again to commit r21622: Add infobar preview for themes,aa@chromium.org2009-07-261-31/+4
* Revert revisions 21622-21624.aa@chromium.org2009-07-261-4/+31
* Add infobar preview for themes, remove --enable-extensionaa@chromium.org2009-07-261-31/+4
* add mole info to toolstrip definition and enable moleserikkay@chromium.org2009-07-261-3/+6
* Use referrer_url instead of download url to decide whether aaa@chromium.org2009-07-251-5/+19
* Fix the win build. path is being modified and returned, so it can't be a con...jhawkins@chromium.org2009-07-241-1/+1
* More (temporary) cleanup for theme installation:aa@chromium.org2009-07-241-4/+17
* Coverity: Pass strings by reference.jhawkins@chromium.org2009-07-241-7/+10
* Nasty short-term hack to special case display of dialogaa@chromium.org2009-07-221-5/+4
* Refactor extension constants to improve readability, debugging, and to make i...erikkay@chromium.org2009-07-131-3/+4
* Implementation of Extension Updater.asargent@chromium.org2009-07-101-15/+16
* Make the API to open a message channel symmetric, so it works the same whethe...mpcomplete@chromium.org2009-07-091-1/+1
* ExtensionsServiceBackend::GarbageCollectionExtensions() makes a local copy of...rafaelw@chromium.org2009-07-091-6/+0