[Webkit-unassigned] [Bug 67120] New: Web Inspector: wrong script display name when there is a slash in its URL query parameters
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 29 04:56:28 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=67120
Summary: Web Inspector: wrong script display name when there is
a slash in its URL query parameters
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Web Inspector
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: yurys at chromium.org
CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
pmuellr at yahoo.com, joepeck at webkit.org,
pfeldman at chromium.org, yurys at chromium.org,
bweinstein at apple.com, apavlov at chromium.org,
loislo at chromium.org
>From user report:
I see Chrome v15 (Chromium 15.0.861.0) has added some funky options for grouping the list of scripts by folder (enabled by default, see script view options to disable it).
But it seems the URL parsing for this feature is a little buggy... it doesn't cope properly with query parameters that include a slash, so a JS file
/somepath/script.js?version=123&referer=anotherpath/file.html
will be shown as being a file called "file.html" in a folder "/somepath/script.js?version=123&referer=anotherpath/"
[ This actually happens whether the "scripts by folder" option is enabled or not, but it worked properly in v14, so I'm sort of pointing the finger at the grouping change :) ]
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list