summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extensions_service_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Also fixes a bug where an externally installedaa@chromium.org2009-03-041-18/+15
* Fix ExtensionViewTest and reenable it.mpcomplete@google.com2009-03-031-3/+3
* Add a centralized error reporter to theaa@chromium.org2009-02-271-44/+53
* Enforce new id format (hex str of sha-1)erikkay@google.com2009-02-261-10/+20
* Auto install and update extensions from a registry defined location. This al...erikkay@google.com2009-02-261-15/+16
* Add NPAPI plugins contained in extensions to the PluginList.mpcomplete@google.com2009-02-211-0/+2
* Fix linux tests. Can't rely on directory iteration order.aa@chromium.org2009-02-201-1/+2
* Complain when an extension does not contain a user script it claims to.aa@chromium.org2009-02-201-4/+23
* Manifest renames.aa@chromium.org2009-02-191-3/+3
* Do two TODOs related to --load-extension:aa@chromium.org2009-02-171-9/+31
* Integrate URLPattern with Extension user scripts.aa@chromium.org2009-02-051-7/+9
* Add a command line flag to load a single extension from an arbitrary (non-ver...erikkay@google.com2009-02-031-3/+30
* Add support for loading Current Version. (haven't removed the old style loadi...erikkay@google.com2009-01-311-1/+9
* Simple installation of extensions using chrome.exe --install-extensionChanged...erikkay@google.com2009-01-291-6/+92
* Try again to commit r8486, which updates the manifestaa@chromium.org2009-01-231-8/+16
* Revert "Parse more user script info out of the manifest and expose"aa@chromium.org2009-01-221-16/+8
* Parse more user script info out of the manifest and exposeaa@chromium.org2009-01-221-8/+16
* Switch Extension over to UTF8 strings.scherkus@chromium.org2008-12-181-8/+8
* Fix extensions_service_unittest on Linux.phajdan.jr@chromium.org2008-12-111-3/+17
* Reverting 6787. inteded to commit other changelist.phajdan.jr@chromium.org2008-12-111-17/+3
* Fix extensions_service_unittest on Linux.phajdan.jr@chromium.org2008-12-111-3/+17
* Fix a leak in ExtensionsService and another in ExtensionsServiceTest.aa@chromium.org2008-12-081-3/+4
* Report errors during extension load. Change all the error strings to utf-8.aa@chromium.org2008-12-081-8/+14
* fix chrome_paths to make some test dirs relative to base::DIR_SOURCE_ROOTerikkay@google.com2008-12-051-5/+3
* Introduce ExtensionsService. Load extensions on startup from a directory inaa@chromium.org2008-12-051-0/+98