Bug 83134

Summary: Web Inspector: front-end should accept raw web socket address for the remote connection.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch yurys: review+

Description Pavel Feldman 2012-04-04 02:52:57 PDT
Migrated from the /devtools/page web socket schema to the generic one where page address can be specified as index.html?ws=localhost:9222/page1
Comment 1 Pavel Feldman 2012-04-04 02:56:10 PDT
Created attachment 135539 [details]
Patch
Comment 2 Yury Semikhatsky 2012-04-04 03:05:45 PDT
Comment on attachment 135539 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=135539&action=review

> Source/WebCore/inspector/front-end/inspector.js:351
> +    if ("ws" WebInspector.queryParamsObject)

"ws" in ?
Comment 3 Pavel Feldman 2012-04-04 03:07:20 PDT
Created attachment 135543 [details]
Patch
Comment 4 Pavel Feldman 2012-04-04 04:19:58 PDT
Committed r113167: <http://trac.webkit.org/changeset/113167>