Chromium Code Reviews
Description[draft] PlzNavigate: send searchable form data to the browser side on form submission.
In the non-PlzNavigate case, searchable form data is stored in the provisional
document loader by RenderFrameImpl::willSubmitForm, and later sent to the
browser in the DidCommitProvisionalLoad message.
In the PlzNavigate case, however, there isn't a provisional document loader when
RenderFrameImpl::willSubmitForm is called. Therefore, this CL sends the
information to the browser side in the BeginNavigation message, and store it in
NavigationHandleImpl.
This fixes TemplateURLScraperTest.ScrapeWithOnSubmit for PlzNavigate.
BUG=504347
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation
Committed: https://crrev.com/15ceb3909b88d7d858a47547c9fc03f1eee20776
Cr-Commit-Position: refs/heads/master@{#431915}
Patch Set 1 #Patch Set 2 : . #Patch Set 3 : . #
Total comments: 8
Patch Set 4 : . #Patch Set 5 : . #
Total comments: 7
Patch Set 6 : . #Patch Set 7 : rebase&resolve #Messages
Total messages: 48 (30 generated)
|