Re: [whatwg] Spec for location object needs to make some properties unforgeable; need supporting WebIDL changes

On Mon, Sep 24, 2012 at 11:31 PM, Boris Zbarsky <bzbarsky@mit.edu> wrote:
> On 9/25/12 2:24 AM, Adam Barth wrote:
>> Also valueOf.
>
> We'd just need to add that on the interface to make it work, right?

I'm not sure what needs to be done in spec-land to make valueOf work
correctly, but in implementation-land it needs the same unforgability
mitigations as toString.

Here are a couple test suites that might be helpful:

http://trac.webkit.org/browser/trunk/LayoutTests/fast/dom/Window/Location

In particular the location-override-* and location-shadow-* tests.
Also http://webblaze.cs.berkeley.edu/tests/window-location/ has a test
suite (which might overlap substantially with the former).

Adam

Received on Tuesday, 25 September 2012 16:55:43 UTC