[Webkit-unassigned] [Bug 25030] New: Need to refactor MessagePort to support multi-process implementations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 3 10:41:07 PDT 2009


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

           Summary: Need to refactor MessagePort to support multi-process
                    implementations
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: atwilson at google.com
                CC: ap at webkit.org


The current implementation of MessagePort has a direct reference between a port
and its entangled pair. This works when both ports are running in the same
process, but won't work when the entangled port lives in a separate process.

We need to refactor the MessagePort code to expose a RemotePort interface -
this allows multi-process implementations to use a proxy object as the
entangled pair.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list