DescriptionFire start/stop based on Frame::IsLoading for same document navigations
Prior to this change, DidStartLoading/DidStopLoading is fired for
same document navigations based on a heuristic similar to (but not
exactly the same as) the heuristic that changes the Frame loading bit.
There's no reason to have multiple different definitions, and this
should prevent a situation in which we have interleaved start/stop
notifications (or 2 starts but only 1 stop).
BUG=
Review-Url: https://codereview.chromium.org/2943523002
Cr-Commit-Position: refs/heads/master@{#480968}
Committed: https://chromium.googlesource.com/chromium/src/+/f52c295d282cfb4c88f075008d53c9daec7da71e
Patch Set 1 #Patch Set 2 : drop start/stop for same doc nav #Patch Set 3 : Fire start/stop based on IsLoading #
Total comments: 1
Messages
Total messages: 21 (17 generated)
|