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

Issue 619596 link

Starred by 1 user

Issue metadata

Status: Archived
Owner: ----
Closed: Jan 10
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

GURL::inner_url()::spec() is the same as GURL::spec()

Project Member Reported by mmenke@chromium.org, Jun 13 2016

Issue description

GURL::inner_url() is nominally the nested URL in file system URLs.  However, GURL::inner_url()::spec() returns the same value of GURL::spec(), which is confusing and incorrect.  inner_url() seems to mostly exist so its PathForRequest() method can be called, which apparently behaves as it should, but the value returned by inner_url()::spec() should be fixed so that it makes sense.

Another option would be to get rid of inner_url(), at least as a public method, and make special accessors for the parts of filesystem URLs we actually care about.
 

Comment 1 by ricea@chromium.org, May 24 2017

Components: Blink>Network

Comment 2 by ricea@chromium.org, May 26 2017

Components: -Blink>Network Internals>Network

Comment 3 by mmenke@chromium.org, May 26 2017

Components: -Internals>Network
Removing network label - we don't own src/url...Which also doesn't look to have an associated component?
Status: Archived (was: Untriaged)
Archiving P3s older than 1 year with no owner or component.

Sign in to add a comment