summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extensions_service_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Disabled InstallApps while I fix the text on Linux.mpcomplete@chromium.org2010-06-031-1/+3
* Prevent installation of an app if its web extent overlaps another installed app.mpcomplete@chromium.org2010-06-031-2/+30
* Removed dependency on ChromeThread from JsonPrefStore and moved JsonPrefStore...sanjeevr@chromium.org2010-05-211-1/+6
* Allow extensions to be overinstalled with extensions of sameaa@chromium.org2010-05-191-4/+4
* Fix a bug in unit test where we were not resetting stateaa@chromium.org2010-05-191-1/+2
* Reduce header dependencies in chrome/phajdan.jr@chromium.org2010-05-111-0/+1
* Changing linux platform for chromeos. This involved moving platform_util and...dhg@chromium.org2010-04-291-1/+1
* Reland "Factor out reading and writing of preferences into |PrefStore|."bauerb@chromium.org2010-04-221-1/+1
* Revert 45168 - Reland r45028: Factor out reading and writing of preferences i...erikkay@chromium.org2010-04-211-1/+1
* Reland r45028: Factor out reading and writing of preferences into |PrefStore|.bauerb@chromium.org2010-04-211-1/+1
* Revert 45028 - Factor out reading and writing of preferences into |PrefStore|.thomasvl@chromium.org2010-04-201-1/+1
* Factor out reading and writing of preferences into |PrefStore|.bauerb@chromium.org2010-04-201-1/+1
* detect preferences errorserikkay@chromium.org2010-04-061-4/+2
* Changed AddPendingExtension() to treat adding an already-installedakalin@chromium.org2010-03-291-18/+0
* Added support for pending extensions to ExtensionsService andakalin@chromium.org2010-03-261-7/+144
* Reland r42467. Clear cookies, local storage and databases when an extension g...jochen@chromium.org2010-03-251-4/+75
* Reverts 42520 and 42477. It back red again when adding this change back.maruel@chromium.org2010-03-251-69/+0
* Reapply 42467 by reverting 42499 and added suppression.maruel@chromium.org2010-03-241-0/+69
* Revert r42467: "Clear cookies, local storage and databases when an extension ...maruel@chromium.org2010-03-241-69/+0
* Clear cookies, local storage and databases when an extension gets uninstalled.jochen@chromium.org2010-03-241-0/+69
* Force an app's orgin to be the origin of the URL the crx isaa@chromium.org2010-03-181-2/+2
* Add a pref for the number of showing icons in the browser actions toolbar.estade@chromium.org2010-03-171-0/+2
* Mechanical refactor of CrxInstaller signatures. This will makeaa@chromium.org2010-03-121-6/+6
* Persistent "Load unpacked extension" extensions across browser restarts.mpcomplete@chromium.org2010-03-091-4/+2
* Load the bookmark manager extension at Chrome startup.aa@chromium.org2010-03-041-0/+39
* Reset the default quota limit for extensions to 5MB, but add adumi@chromium.org2010-02-271-0/+51
* Make sure that ResourceQueue is shut down before destruction.phajdan.jr@chromium.org2010-02-101-91/+101
* Move the extension messaging tests to be ExtensionApiTests. Remove the oldmpcomplete@chromium.org2010-01-081-1/+1
* Extensions: file handling clean up.estade@chromium.org2009-12-181-1/+1
* Localizing manifest for installed or unpacked extensions.cira@chromium.org2009-12-161-7/+62
* Fix browser crash in extension system.finnur@chromium.org2009-12-161-117/+49
* Fix a crash bug on user script installation and add a testaa@chromium.org2009-12-061-2/+36
* Fixes to the string MatchPattern functions:tony@chromium.org2009-12-031-4/+4
* Many changes to DictionaryValues:pkasting@chromium.org2009-11-251-2/+2
* disable extension toolstrips by default, addingerikkay@chromium.org2009-11-241-0/+3
* 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