gecko-dev/docshell
Nika Layzell 64fd29f182 Bug 1663757 - Part 4: Track current remote URI on CanonicalBrowsingContext, r=annyG,farre
This URI is intended to reflect the currentURI field on the content nsIDocShell,
and is the value used for getters like `window.location.href`. For most
documents, this generally matches the Document URI on WindowGlobalParent, it
does not match in specific cases such as error pages or when performing a
session restore.

The field is kept up-to-date by listening to `OnLocationChange` notifications
from the content process, and is ignored when the BrowsingContext is loaded in
the parent process.

Differential Revision: https://phabricator.services.mozilla.com/D105559
2021-03-09 15:29:41 +00:00
..
base Bug 1663757 - Part 4: Track current remote URI on CanonicalBrowsingContext, r=annyG,farre 2021-03-09 15:29:41 +00:00
build Bug 1695197 - Remove MOZ_GLEAN constant, introduce MOZ_GLEAN_ANDROID. r=chutten,emilio 2021-03-04 11:15:12 +00:00
resources/content Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
shistory Bug 1692208 - Remove unused nsSHistory::mIsRemote, r=peterv 2021-03-03 12:28:50 +00:00
test Bug 1696266, test reloading a page which might otherwise enter bfcache, r=peterv 2021-03-09 13:42:43 +00:00
moz.build Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00