DescriptionAdd hooks for capturing meaningful text info, gently.
The two hooks are:
* WebLocalFrame::isNavigationPending
* WebViewClient::didFirstLayoutAfterFinishedParsing
The WebLocalFrame::isNavigationPending provides a
simple check whether the content of the document intends to
change the location (via Refresh or window.location change).
The WebViewClient::didFirstLayoutAfterFinishedParsing is called
when we finish the first layout after the document had finished
parsing. Another way to explain it is "first layout after
DOMContentLoaded".
BUG=521149
R=esprehn
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201042
Patch Set 1 #
Total comments: 6
Patch Set 2 : Feedback addressed. #Patch Set 3 : Oopsie fixed. #
Total comments: 2
Messages
Total messages: 30 (10 generated)
|