summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_browsertest.cc
Commit message (Expand)AuthorAgeFilesLines
* Launch processes asynchronously so as not to block the UI thread. For now, re...jam@chromium.org2009-11-181-7/+7
* Revert 32203,32204,32205 - Launch processes asynchronously so as not to block...jam@chromium.org2009-11-181-7/+7
* Launch processes asynchronously so as not to block the UI thread. For now, r...jam@chromium.org2009-11-171-7/+7
* Fix for flaky browser tests as done by twiz and reviewed here:mad@chromium.org2009-11-041-5/+8
* Add support for to automation interface load install and load extensions.rogerta@chromium.org2009-10-201-0/+5
* Correctly handle extension reloading in the task manager.phajdan.jr@chromium.org2009-10-201-0/+12
* Add a browser test for extensions autoupdate.asargent@chromium.org2009-10-141-0/+25
* Generate IDs for --load-extension by hashing the path insteadaa@chromium.org2009-10-061-0/+1
* ExtensionApiTest improvements.rafaelw@chromium.org2009-09-251-5/+5
* Force page-action views to update after reloading an extension, by deletingpam@chromium.org2009-09-111-6/+34
* Enable extensions by default.aa@chromium.org2009-08-291-2/+0
* override chrome:// URLs via extensions.erikkay@chromium.org2009-08-281-10/+13
* Don't show extension disabled infobar when manually updatingaa@chromium.org2009-08-281-3/+15
* Load extensions that have their manifest in the Prefs on the UI thread.mpcomplete@chromium.org2009-08-211-3/+3
* Show the extension install UI when the user clicks Reenable for a disabled-on...mpcomplete@chromium.org2009-08-181-1/+1
* Adds a copyright header to extension_browsertest.cc and fixes lint error.mpcomplete@chromium.org2009-08-141-0/+6
* Disable an extension when it is upgraded to a version that requires morempcomplete@chromium.org2009-08-141-20/+31
* Add a rudamentary feed preview to the RSS extension. Itfinnur@chromium.org2009-07-091-0/+25
* Aha, I think this was racing because INSTALLED is actually firedaa@chromium.org2009-07-081-7/+2
* Add some more logging. Still trying to figure out flakey test.aa@chromium.org2009-07-081-3/+20
* Add some logging to a flakey browsertest to debug.aa@chromium.org2009-07-081-2/+11
* Add an ExtensionBrowserTest base class that allows in-process browser tests o...aa@chromium.org2009-07-041-152/+95
* Move render_view_host_manager* and site_instance* from tab_contents to render...brettw@chromium.org2009-06-291-1/+1
* Change ExtensionHost to use notificationserikkay@chromium.org2009-06-261-1/+1
* Refactored ExtensionsPrefs to store paths relative to the extensions install ...rafaelw@chromium.org2009-06-251-9/+12
* The Provider for External Extensions no longer usesfinnur@chromium.org2009-06-251-2/+3
* Disabling some browser tests that fail, as part of deploying the browser test...jcampan@chromium.org2009-06-231-2/+4
* Disabling a test (bug filed) that is crashing (I am not sure what the correct...jcampan@chromium.org2009-06-231-1/+2
* Move extension view classes from browser/extensions to browser/views/extensions.erikkay@google.com2009-06-231-1/+1
* Close all browsers during InProcessBrowserTest cleanup, not just the main one.erikkay@google.com2009-06-161-7/+0
* Disable extensions in incognito mode.mpcomplete@google.com2009-06-111-0/+173