[Bug 29386] New: Account for WindowProxy (window proxy)

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29386

            Bug ID: 29386
           Summary: Account for WindowProxy (window proxy)
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebIDL
          Assignee: cam@mcc.id.au
          Reporter: annevk@annevk.nl
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-script-coord@w3.org
  Target Milestone: ---

According to bz IDL needs to account for WindowProxy. When operations are
passed a WindowProxy, the security check needs to be performed on the
underlying Window.

Bug 27128 has some ideas and ramblings, though mostly I think we want to pass
the actual Window object to the "perform a security check" operation when given
a WindowProxy.

Per https://github.com/annevk/html-cross-origin-objects the tentative plan is
that the Window can be found on the WindowProxy's [[Window]] internal slot.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Wednesday, 20 January 2016 14:56:44 UTC