Chromium Code Reviews
DescriptionClear page display after navigation if no rendered output arrives
A bug reporter found a way to navigate a page and cause the omnibar to
update with the destination's URL, but block the renderer from producing
any compositor frames using script. This has some implications for
phishing, even though the phisher's actual content has been unloaded
from the renderer process.
This CL creates a timeout which clears the last displayed compositor
frame if no update is received within 2 seconds after the navigation
being committed.
BUG=497588
Committed: https://crrev.com/3ddcd84850a1bfe9f4b3974f355abce66f4e35ab
Cr-Commit-Position: refs/heads/master@{#348902}
Patch Set 1 #Patch Set 2 : Added Android #Patch Set 3 : Crash bug fix #Patch Set 4 : Added test #
Total comments: 13
Patch Set 5 : Review comments addressed #Patch Set 6 : Made ClearCompositorFrame pure virtual #Messages
Total messages: 12 (3 generated)
|