DescriptionCorrection of race-condition in ExtensionBrowserTest::WaitForExtensionHostsToLoad() that was causing flakiness in the ExtensionBrowserTest.Popup test.
The issue is that with the addition of the chrome.experimental.popup.* set of API's, we are now creating new ExtensionHosts programatically through JS. The existing test harness was not designed for this behaviour, and was iterating through a container assuming that container was immutable.
I also re-enabled ExtensionBrowserTest.Popup, the previously disabled test.
BUG=26599
TEST=extension_popup_apitest.cc
committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30982
Patch Set 1 #Patch Set 2 : '' #
Messages
Total messages: 4 (0 generated)
|