DescriptionMove pending prerender logic into PrerenderLinkManager.
Pending prerenders should not count towards max_link_concurrency. Fix and
re-enable the tests accordingly. This also removes the last instances of
unpaired content::RunMessageLoop() / base::MessageLoop::current()->Quit() calls
in the browser tests. All waiting should now use the new base::RunLoop-based
code.
Also add a new test to check pending prerenders are canceled when their
launching prerenders are.
BUG=333276, 167792, 145248, 307592
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=248646
Patch Set 1 #
Total comments: 2
Patch Set 2 : Appease clang #Patch Set 3 : Fix prerender_unittests #
Total comments: 19
Patch Set 4 : gavinp comments #Patch Set 5 : Rebase #Messages
Total messages: 27 (0 generated)
|