[Webkit-unassigned] [Bug 78459] New: [Chromium] [WebSocket] Add a delegate to WebFrameClient for a chance to annotate WebSocketStreamHandle

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 12 22:26:54 PST 2012


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

           Summary: [Chromium] [WebSocket] Add a delegate to
                    WebFrameClient for a chance to annotate
                    WebSocketStreamHandle
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: toyoshim at chromium.org
                CC: fishd at chromium.org, abarth at webkit.org,
                    tkent at chromium.org, yutak at chromium.org,
                    bashi at chromium.org


In Chromium port, we should bind a WebSocket object with its owner RenderView to share RenderView wide information between the objects.
RenderView implements WebFrameClient, so if a WebSocketStreamHandle object has a reference to the owner WebFrame object, it means that it also has a chance to call RenderView functions via WebFrameClient delegate.
Then, the RenderView could set owner RenderView information to WebSocketStreamHandle at the delegate function.

This is chromium side issue.
http://code.google.com/p/chromium/issues/detail?id=53836

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