[Bug 22346] Security: Check origins when invoking a method, getter, or setter on an object using the property descriptor of another

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

--- Comment #15 from Boris Zbarsky <bzbarsky@mit.edu> ---
IDL needs to have a concept of WindowProxy, which it doesn't right now. 
There's some rambling but relevant discussion in bug 27128.

The right behavior, imo, is for methods/getters/setters that expect a Window or
some interface Window inherits from (in practice just EventTarget) to extract
the underlying Window from a WindowProxy "this" before performing the security
check bits.

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

Received on Tuesday, 19 January 2016 05:30:37 UTC