Re: Newly-created browsing contexts and about:blank

On 3/4/11 1:46 PM, Adam Barth wrote:
> To be clear, I'm mostly trying to rationalize existing behavior into a
> somewhat sane mental model.

Ah, ok.  Fair enough.

For what it's worth, in Gecko about:blank documents can either get 
created via an actual url load (completely async like all other url 
loads, goes through the HTML parser, etc) or via explicit synchronous 
creation of an about:blank document (effectively via createDocument, 
some createElement calls, etc).

The latter basically happens any time you ask for a .document from a 
window that doesn't have one yet.

-Boris

Received on Friday, 4 March 2011 18:56:29 UTC