gecko-dev/docshell
Kris Maglione cb1ee1e34d Bug 1463291: Move docShell getter from Document to Window. r=bz
DocShells are associated with outer DOM Windows, rather than Documents, so
having the getter on the document is a bit odd to begin with. But it's also
considerably less convenient, since most of the times when we want a docShell
from JS, we're dealing most directly with a window, and have to detour through
the document to get it.

MozReview-Commit-ID: LUj1H9nG3QL

--HG--
extra : rebase_source : a13c59d1a5ed000187c7fd8e7339408ad6e2dee6
2018-05-21 16:58:23 -07:00
..
base Bug 1445659 - Remove dangling BrowsingContexts left from closing process. r=Nika 2018-06-29 02:41:00 +03:00
build Bug 1445659 - Create basic Browsing Context in Content Parent and Child. r=peterv 2018-07-26 10:31:00 +03:00
resources/content Bug 1438243 - Improve the UI for pages blocked by policy r=Felipe 2018-02-22 15:41:12 -08:00
shistory Bug 1473631: Part 11 - Replace pref observers with callbacks in nsSHistory. r=njn 2018-07-05 14:58:04 -07:00
test Bug 1463291: Move docShell getter from Document to Window. r=bz 2018-05-21 16:58:23 -07:00
moz.build