[Bug 11267] Add a [NonConfigurable] extended attribute

http://www.w3.org/Bugs/Public/show_bug.cgi?id=11267

--- Comment #9 from Boris Zbarsky <bzbarsky@mit.edu> 2011-06-20 15:01:48 UTC ---
> I guess we need to prevent own properties of the Window object from being
> defined with the name "location", as well as prevent redefinition of it on
> Window.prototype?

In Gecko, 'location' is a non-configurable own property on the window.

> What about when an <iframe name=location> is in the document?

This case can be buggy in Gecko right now, but that's just an internal Gecko
bug.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Monday, 20 June 2011 15:01:55 UTC