summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extensions_service_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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