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

Issue 639469 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Nov 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug-Regression



Sign in to add a comment

Regression: Network requests from data url parent frame not shown

Project Member Reported by allada@chromium.org, Aug 19 2016

Issue description

Network requests when the parent frame is from a data url causes devtools to throw an exception and does not show the request.

Offending patch: https://codereview.chromium.org/2186753002
 
Project Member

Comment 1 by bugdroid1@chromium.org, Aug 22 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/e34d0a4a39bc5c48d94b4eaa362d64908e891794

commit e34d0a4a39bc5c48d94b4eaa362d64908e891794
Author: allada <allada@chromium.org>
Date: Mon Aug 22 23:41:49 2016

[Devtools] [Regression fix] Network Requests with data urls

Fixed Regression caused from https://codereview.chromium.org/2186753002
which caused network requests from data url parents to cause devtools
to throw an exception because there is no host of the parent frame.

R=lushnikov
BUG= 639469 ,  624494 

Review-Url: https://codereview.chromium.org/2266473003
Cr-Commit-Position: refs/heads/master@{#413585}

[modify] https://crrev.com/e34d0a4a39bc5c48d94b4eaa362d64908e891794/third_party/WebKit/LayoutTests/http/tests/inspector/network/request-name-path-expected.txt
[modify] https://crrev.com/e34d0a4a39bc5c48d94b4eaa362d64908e891794/third_party/WebKit/LayoutTests/http/tests/inspector/network/request-name-path.html
[modify] https://crrev.com/e34d0a4a39bc5c48d94b4eaa362d64908e891794/third_party/WebKit/Source/devtools/front_end/sdk/NetworkRequest.js

Comment 2 by allada@chromium.org, Nov 16 2016

Status: Fixed (was: Assigned)

Sign in to add a comment