Description[RDS] Reloads a page using the original request URL
When toggling between different versions of a website by changing user agents,
we often need to reload using an earlier URL in a redirect chain to avoid
redirects caused by user-agent detection.
* Adds a new type of reload that hooks into WebFrame::reloadWithOverrideURL,
added in https://bugs.webkit.org/show_bug.cgi?id=89788
* Changes the original request URL we were saving before to be the URL sent
back as part of WebKit's original request. This URL often differs from
the URL stored at the beginning at the redirect chain. It's sent back as
a new field when the renderer navigates.
Part of upstreaming Chrome for Android.
Internal BUG=6272286
BUG=112923
TEST=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=150003
Patch Set 1 #
Total comments: 7
Patch Set 2 : Adding unit test & removing public function #
Total comments: 8
Patch Set 3 : Changing test, addressing comments #Patch Set 4 : Rebasing #Patch Set 5 : Rebase fix #Messages
Total messages: 13 (0 generated)
|