[Webkit-unassigned] [Bug 73339] New: Add an internal targetOrigin member to MessageEvent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 29 11:12:12 PST 2011


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

           Summary: Add an internal targetOrigin member to MessageEvent
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: ASSIGNED
          Severity: Normal
          Priority: P2
         Component: Event Handling
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: supersat at chromium.org
            Blocks: 73337


To support cross-process postMessage in Chromium (bug 73337), we need to be able to check the postMessage's target origin in Chromium to avoid time-of-check-to-time-of-use security bugs. However, the MessageEvent generated by WebKit doesn't contain the target origin, so the event listeners in Chromium currently can't get this information. We need to add a targetOrigin member to track this. This change will not affect the MessageEvent IDL, so none of the bindings will be aware of this change.

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