New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 694595 link

Starred by 1 user

Issue metadata

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



Sign in to add a comment

Add an API in content/ to associate NavigationHandles with a URLRequest

Project Member Reported by clamy@chromium.org, Feb 21 2017

Issue description

Several users of the content/ public API have been trying to match NavigationHandles with the URLRequest that corresponds to the navigation. The current interface has some edge cases due to MIME sniffing and ordering of events between the UI and IO thread. I propose introducing a new method, WebContentsObserver::DidCreateURLRequestForNavigation(NavigationHandle*) to make it easy for content/ embedders to do so.

See the rationale in this doc https://docs.google.com/a/chromium.org/document/d/1FqxC_mgBEi5N1tVCxgj3M7P2yrRTOdxZdShzEpxdknM/edit?usp=sharing.
 
Status: Assigned (was: Untriaged)

Sign in to add a comment