summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extensions_service_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* PageActions can now specify multiple icons and switch between themfinnur@chromium.org2009-07-011-2/+5
* Create an interface just for update-related functions in ExtensionsService.asargent@chromium.org2009-07-011-2/+2
* Adds a browser_test for extension startup, content scriptaa@chromium.org2009-07-011-3/+51
* Fix proper MACOSX exlussion.rvargas@google.com2009-06-261-3/+3
* Disable ExtensionsService.ExternalInstallPref unittest on mac.rafaelw@chromium.org2009-06-261-0/+6
* Refactored ExtensionsPrefs to store paths relative to the extensions install ...rafaelw@chromium.org2009-06-251-64/+169
* The Provider for External Extensions no longer usesfinnur@chromium.org2009-06-251-27/+142
* Changes to ExtensionsService to support extensions auto-update.asargent@chromium.org2009-06-231-0/+143
* Re-enable the --enable-extensions flag. Fix a bug where the extensions.enable...aa@chromium.org2009-06-231-1/+31
* Disable extensions besides externally installed ones and themes.aa@chromium.org2009-06-231-6/+15
* TBR: Fix dead tree.aa@chromium.org2009-06-221-46/+7
* Re-enable the --enable-extensions flag. Fix a bug where the extensions.enable...aa@chromium.org2009-06-221-1/+31
* Disable extensions besides externally installed ones and themes.aa@chromium.org2009-06-221-6/+15
* TBR: Add more logging to try and track down flakey crypto tests.aa@chromium.org2009-06-201-4/+0
* linux: make extensions service test pass in Debug.evan@chromium.org2009-06-191-1/+1
* Abstract ExtensionPrefs into their own class.erikkay@google.com2009-06-181-3/+3
* Revert r18661.willchan@chromium.org2009-06-181-3/+3
* Pull Extension-related prefs into its own class. Also add a notification for...erikkay@google.com2009-06-171-3/+3
* Whoops. Actually print out the private key in the unit test,aa@chromium.org2009-06-161-1/+1
* Trying to debug a purify problem, the flags are not set to output LOG(INFO), ...aa@chromium.org2009-06-161-1/+1
* Temporarily break the purify bot again so that I can get logaa@chromium.org2009-06-161-0/+4
* Clean up extension loading:erikkay@google.com2009-06-151-68/+73
* Change extension id format back to mp-decimal, and change theaa@chromium.org2009-06-131-26/+21
* Verify signed .crx extension installationsrafaelw@chromium.org2009-06-121-20/+66
* Factor out the code that deals with installing external extensions through Re...finnur@chromium.org2009-06-121-49/+116
* Revert "BUG=12114"tc@google.com2009-06-111-67/+21
* BUG=12114rafaelw@chromium.org2009-06-111-21/+67
* Fix extension loading code to properly filter out non-themesaa@chromium.org2009-06-111-0/+1
* Remove the prepended manifest from the crx format. Now we just have the heade...aa@chromium.org2009-06-101-3/+7
* Dummy change to fix "svn: Inconsistent line ending style"maruel@chromium.org2009-06-101-13/+13
* chrome.exe --package-extension generates .crx from extension directoryrafaelw@chromium.org2009-06-091-0/+65
* 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