[Webkit-unassigned] [Bug 105279] New: Web Inspector: Document* should be used directly in WebSocket Instrumentation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 18 04:52:32 PST 2012


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

           Summary: Web Inspector: Document* should be used directly in
                    WebSocket Instrumentation
           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: pan.deng at intel.com
                CC: keishi at webkit.org, pmuellr at yahoo.com,
                    pfeldman at chromium.org, yurys at chromium.org,
                    apavlov at chromium.org, loislo at chromium.org,
                    vsevik at chromium.org,
                    web-inspector-bugs at googlegroups.com


In inspectorInstrumentation.h,
first arg of some WebSocket instrumentation functions are ScriptExecutionContext, (didCreateWebSocket, willSendWebSocketHandshakeRequest, didReceiveWebSocketHandshakeResponse, didCloseWebSocket), however they are all feed with Document* in their client (WebSocketChannel.cpp) accurately, and handled as Document* again in instrumentingAgentsForContext(). 
in addition, if Document* is adopted as arg, more info can be accessed, frame info for example.

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