[Bug 24797] Stop using AbstractView

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

Boris Zbarsky <bzbarsky@mit.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bzbarsky@mit.edu

--- Comment #5 from Boris Zbarsky <bzbarsky@mit.edu> ---
WindowProxy and Window are the same thing in Gecko's WebIDL.  There is never a
raw Window returned to script as a capturable object; it's always a
WindowProxy.

I have no clue what the spec behavior of that is, since the spec state of
WindowProxy is pretty broken (e.g. it's not an IDL object at all).

My suggestion would be to consistently use Window in WebIDL, with the
understanding that in practice what you actually get is a WindowProxy...

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 8 April 2014 21:19:18 UTC