Chromium Code Reviews
DescriptionCleaned up code duplication in -[CRWWebController goToItemAtIndex:].
Moved updateDesktopUserAgentForEntry:fromEntry: out of conditional
blocks, because the calls order does not matter as long as |toEntry| is
correct.
Removed unnecessary webWillFinishHistoryNavigationFromEntry: call. For
same-document navigations Tab gets webState:didFinishNavigation: call
and for different-document navigations Tab gets
webState:didStartProvisionalNavigationForURL:. Both calls update the
toolbar, which is the only thing done in
webWillFinishHistoryNavigationFromEntry:.
BUG=684098
Review-Url: https://codereview.chromium.org/2728723002
Cr-Commit-Position: refs/heads/master@{#454079}
Committed: https://chromium.googlesource.com/chromium/src/+/9b2fb40242a52cf1cf25b14eff6f095432c7bb81
Patch Set 1 #
Messages
Total messages: 12 (8 generated)
|
|||||||||||||||||||