New issue
Advanced search Search tips

Issue 781923 link

Starred by 3 users

Issue metadata

Status: Started
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 781922



Sign in to add a comment

Avoid sending FormData::origin over IPC for autofill

Project Member Reported by lukasza@chromium.org, Nov 6 2017

Issue description

autofill::mojom::FormData is received in the browser process by autofill::mojom::AutofillDriver which is associated with a specific RenderFrameHost.  Therefore, instead of receiving autofill::mojom::FormData::origin over IPC, the browser should be able to calculate it from render_frame_host->GetLastCommittedURL().

Note: |origin| here is not url::Origin, but rather document GURL stripped of auth and params - see GetCanonicalOriginForDocument for more details.
 
Cc: engedy@chromium.org

Comment 3 by ma...@chromium.org, May 1 2018

Components: UI>Browser>Autofill
Cc: -vabr@chromium.org
vabr going hobby only -> reducing involvement.
Please contact me directly in urgent matters.

Sign in to add a comment