summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extensions_service_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix user scripts not getting initialized.aa@chromium.org2009-06-081-35/+17
* Add this ability to install Extensions using preferences. Also known as: port...finnur@chromium.org2009-06-051-23/+266
* Don't prompt before installing a Theme, move existing prompt so that users ar...glen@chromium.org2009-06-051-1/+1
* Validate that extension resources exist.glen@chromium.org2009-06-051-2/+6
* Change plugin handling in extension from "plugin_dir" to a "plugin" list ofmpcomplete@google.com2009-06-031-3/+8
* The extensions service wasn't getting inited despite being used by themes (th...glen@chromium.org2009-06-021-5/+22
* Allow themes to be installed without any commandline flag, still require flag...glen@chromium.org2009-05-291-11/+43
* Remove unused code from ExtensionsService.mpcomplete@google.com2009-05-261-2/+2
* Have the browser process rewrite manifest.json and theme/page action imagesmpcomplete@google.com2009-05-221-1/+15
* Hook up more of extension uninstall.aa@chromium.org2009-05-211-235/+309
* Revert "Hook up more of extension uninstall."aa@chromium.org2009-05-211-309/+235
* Hook up more of extension uninstall.aa@chromium.org2009-05-201-235/+309
* TBR: Revert "Hook up more of extension uninstall."aa@chromium.org2009-05-201-309/+235
* Hook up more of extension uninstall.aa@chromium.org2009-05-201-235/+309
* Introducing the Utility process, which handles the unpacking and verificationmpcomplete@google.com2009-05-151-7/+7
* Add ExtensionsService::Uninstall() plus unit tests.aa@chromium.org2009-05-151-12/+47
* This is the first pass at themes.glen@chromium.org2009-05-091-4/+73
* Resurrect ExtensionProcessManager. Move the code for starting extensionmpcomplete@google.com2009-05-061-37/+0
* PageActions now work across tabs and windows.finnur@chromium.org2009-05-061-0/+4
* Several minor visual fixes to toolstrips:aa@chromium.org2009-05-041-8/+8
* Refactor ExtensionView to support a UI-less extension instance.mpcomplete@google.com2009-04-291-0/+3
* Remove ExtensionProcessManager and move its functionality ontompcomplete@google.com2009-04-161-0/+37
* Make the "id" key for extension manifests optional inaa@chromium.org2009-03-311-0/+30
* Support for extensions permissions. This CL only contains, parsing, initializ...rafaelw@chromium.org2009-03-231-0/+5
* Allow multiple toolstrips in an extension.aa@chromium.org2009-03-211-0/+4
* Allow multiple js files per content script. Thanks to georged for making this...aa@chromium.org2009-03-201-7/+6
* Review URL: http://codereview.chromium.org/42288georged@chromium.org2009-03-181-4/+4
* chrome-ui://extensions/ is now populated with data collected from the Extensi...rafaelw@chromium.org2009-03-091-1/+5
* 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