New issue
Advanced search Search tips

Issue 683321 link

Starred by 0 users

Issue metadata

Status: Fixed
Owner:
Closed: Mar 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug

Blocking:
issue 652783



Sign in to add a comment

OOPIF DevTools: not attached early enough to capture main request

Project Member Reported by dgozman@chromium.org, Jan 20 2017

Issue description

What steps will reproduce the problem?
(0) Enable "Auto-attach to cross-process subframes" DevTools experiment and start Chrome with --site-per-process (see  https://crbug.com/652783#c8 ).
(1) Visit http://csreis.github.io/tests/cross-site-iframe-simple.html
(2) Open Network Panel and reload the page.

What is the expected result?
Should see two requests for "input-types.html", one cancelled from main process, one successful from child process.

What happens instead?
Only cancelled request is there.

 
This should be easier to fix with browser side navigation. For now, this is really hard due to current and pending co-existing and the need to preemptively attach and pause both (or just pending).
Status: Fixed (was: Assigned)
This was fixed a while ago!

Sign in to add a comment