[Webkit-unassigned] [Bug 95334] Web Inspector: the URL of worker inspector window sometimes is invalid

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 31 02:05:56 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=95334





--- Comment #7 from Peter Wang <peter.wang at torchmobile.com.cn>  2012-08-31 02:06:03 PST ---
(In reply to comment #6)
> (From update of attachment 161210 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=161210&action=review
> 
> > Source/WebCore/inspector/front-end/WorkerManager.js:168
> > +        url += "&dedicatedWorkerId=" + workerId;
> 
> You don't need '&' to follow '?', right?

No, I need "&dedicatedWorkerId" to indicate the parameter, but the "url" is not always ended with '?', and it will caused a invalid URL.

-- 
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