[Bug 25914] No definition of parsing blob's scheme data

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

--- Comment #22 from Glenn Maynard <glenn@zewt.org> ---
(In reply to Anne from comment #21)
> Again, the whole origin check is largely unneeded as I explained due to the
> blob URL store being scoped to browsing contexts that can reach each other
> which is document.domain reach. For browsing contexts with unique origins
> that's obviously only same-origin browsing contexts and therefore the whole
> null thing is kind of irrelevant.

I don't remember any discussion about "the whole origin check is largely
unneeded", but that's the same as what I said: doing the origin check through
the blob URL store (implicit) and not by comparing something serialized into
the URL (explicit).

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

Received on Monday, 9 June 2014 15:08:46 UTC