Add 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 Review URL: https://codereview.chromium.org/1309883003 git-svn-id: svn://svn.chromium.org/blink/trunk@201042 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment