From e91668d7f969bef6e88ee1a4fee881a40e6819b3 Mon Sep 17 00:00:00 2001
From: Timothy Gu
Let address be browsingContext's active document's + URL.
Append address to request's + URL list.
Let settings be browsingContext's active document's relevant settings object.
When it comes time to initialize the Document
object, use
+ address as the override URL.
If request is non-null, then set - document's URL to request's - current URL.
+If an override URL is set for this navigation, then set document's + URL to the override URL.
+ +An override URL is set when executing a javascript:
URL request.
Otherwise, if request is non-null, then set document's URL to request's current URL.
Otherwise, set document's URL to response's URL.
Append address to request's - URL list.
Append the browsingContext's active + document's URL URL list.
Let settings be browsingContext's active document's relevant settings object.
When it comes time to initialize the Document
object, use
- address as the override URL.
If an override URL is set for this navigation, then set document's - URL to the override URL.
- -An override URL is set when executing a javascript:
URL request.
Otherwise, if request is non-null, then set document's URL to request's current URL.
If request is non-null, then set + document's URL to request's + current URL.
Otherwise, set document's URL to response's URL.
Append browsingContext's active + document's URL to request's URL list.
Let settings be browsingContext's active document's