Confirmed users, Bureaucrats and Sysops emeriti
969
edits
Freesamael (talk | contribs) (Update image captions) |
(Update for the changes that split nsGlobalWindow into two separate classes) |
||
Line 35: | Line 35: | ||
There are relatively few objects in Gecko that are associated with a | There are relatively few objects in Gecko that are associated with a | ||
docshell rather than being associated with a particular one of the pages | docshell rather than being associated with a particular one of the pages | ||
inside of it. Most such objects are attached to the docshell. An important object associated with the docshell is the | inside of it. Most such objects are attached to the docshell. An important object associated with the docshell is the nsGlobalWindowOuter which is what the HTML5 spec refers to as a WindowProxy (into which Window objects, as implemented by nsGlobalWindowInner, are loaded). See the DOM section below for more information on | ||
this. | this. | ||