summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_browsertests_misc.cc
Commit message (Expand)AuthorAgeFilesLines
* Generate IDs for --load-extension by hashing the path insteadaa@chromium.org2009-10-061-7/+7
* Disabling the test while I figure out why it is flaky.finnur@chromium.org2009-10-021-1/+1
* We now postMessage the RSS file over to the js script and have it parse it th...finnur@chromium.org2009-10-021-28/+44
* The RSS extension now renders the RSS HTML preview inside an IFRAME.finnur@chromium.org2009-09-291-4/+24
* Update renderer plugin cache when we load/unload extensions with plugins.mpcomplete@chromium.org2009-09-211-0/+51
* While fixing bug 22070 (Toolstrip theme background not updated when resizing ...finnur@chromium.org2009-09-181-4/+2
* Disable ExtensionViews and toolstrip browser tests becausensylvain@chromium.org2009-09-171-2/+4
* Force page-action views to update after reloading an extension, by deletingpam@chromium.org2009-09-111-4/+28
* Linux: implement Page Actions support.mattm@chromium.org2009-09-101-2/+2
* Add a disable button to the Extension management UI.mpcomplete@chromium.org2009-09-081-0/+28
* Try again to fix bug 20968, this time not breaking browseraa@chromium.org2009-09-031-1/+2
* Remove obsolete comment about a test being disabled.asargent@chromium.org2009-09-031-1/+0
* Revert "Revert "Allow DOMUI pages to call window.open(), giving DOMUI privile...mpcomplete@chromium.org2009-09-031-0/+74
* Attempt at a fix for ExtensionBrowserTest.MessagingContentScript.mpcomplete@chromium.org2009-09-021-1/+1
* Revert r25250: "Allow DOMUI pages to call window.open(), giving DOMUI privile...mpcomplete@chromium.org2009-09-021-88/+0
* Allow DOMUI pages to call window.open(), giving DOMUI privileges to the newmpcomplete@chromium.org2009-09-021-0/+88
* Revert accidental commits: r25115 and r25116mpcomplete@chromium.org2009-09-011-56/+0
* formattingmpcomplete@chromium.org2009-09-011-1/+3
* Merge branch 'api' of /src/chrome/src into apimpcomplete@chromium.org2009-09-011-0/+54
* Disable MessagingContentScript test due to flakinessdglazkov@chromium.org2009-09-011-1/+1
* Disable flakey browsertests on Linux.rafaelw@chromium.org2009-08-311-4/+7
* Don't show extension disabled infobar when manually updatingaa@chromium.org2009-08-281-1/+1
* Extension API Renaming/Consistency changesrafaelw@chromium.org2009-08-281-0/+6
* Disable ExtensionBrowsertest.MessagingContentScripts on linuxrafaelw@chromium.org2009-08-281-0/+3
* Enable a bunch of extension browsertests for linuxrafaelw@chromium.org2009-08-281-1/+10
* Async extension callbacks now always fire and set chrome.extension.lastError ...rafaelw@chromium.org2009-08-181-0/+17
* DevTools: remove TODO on completed item.pfeldman@chromium.org2009-08-171-1/+0
* Undo disabled toolstrip test, now that upstream bug is fixed.aa@chromium.org2009-08-151-1/+1
* Disable UpdatePermissions until I can figure out why it's failing.mpcomplete@chromium.org2009-08-141-0/+3
* Disable an extension when it is upgraded to a version that requires morempcomplete@chromium.org2009-08-141-1/+47
* Temporarily disable ExtensionBrowserTest.Toolstrip while the levin@chromium.org2009-08-141-1/+2
* Implementation of getBackgroundPage(), getToolstrips(), andaa@chromium.org2009-08-141-3/+43
* Coverity: Check the return value of ExecuteJavaScriptAndExtractString.jhawkins@chromium.org2009-07-311-8/+8
* Reenable use of ExecuteScriptInNewWorld.mpcomplete@chromium.org2009-07-281-12/+14
* Another try at enabling the content script messaging test.mpcomplete@chromium.org2009-07-241-10/+6
* Fix my previous revert. Merge issues.mpcomplete@chromium.org2009-07-221-3/+0
* Revert "Fix an issue with unregistering content script contexts."mpcomplete@chromium.org2009-07-221-0/+2
* Disable 2 extension messaging browsertests until I can figure out why they arempcomplete@chromium.org2009-07-221-0/+4
* Fix an issue with unregistering content script contexts.mpcomplete@chromium.org2009-07-221-3/+0
* Fix for bug where we would not create ExtensionFunctionDispatcheraa@chromium.org2009-07-161-0/+12
* Disable MessagingContentScript. It's failing on the buildbot.mpcomplete@chromium.org2009-07-151-0/+3
* Reenable content script messaging test.mpcomplete@chromium.org2009-07-151-4/+0
* Add getLanguage function to tab extension.sidchat@google.com2009-07-101-4/+20
* Add a rudamentary feed preview to the RSS extension. Itfinnur@chromium.org2009-07-091-1/+135
* Make the API to open a message channel symmetric, so it works the same whethe...mpcomplete@chromium.org2009-07-091-11/+121
* Add some logging to a flakey browsertest to debug.aa@chromium.org2009-07-081-2/+0
* Disable ExtensionBrowserTest.Incognito because it fails too often.nsylvain@chromium.org2009-07-071-0/+3
* Add an ExtensionBrowserTest base class that allows in-process browser tests o...aa@chromium.org2009-07-041-0/+106