Commit Graph

10 Commits

Author SHA1 Message Date
buster@netscape.com
9a8d8af722 added hooking up document tree in FireEndDocumentLoad. 1999-11-11 23:30:41 +00:00
buster@netscape.com
50e1234e68 nsDocShellBase implements nsIDocShellContainer
added some member data
1999-11-11 00:34:41 +00:00
tbogard@aol.net
21b35f4ebb Added mLoadCookie that is used in the new URI Loader calls. 1999-11-10 21:43:58 +00:00
tbogard@aol.net
178365d839 Removed NewURI as it is no longer needed. Added new methods that are found in the interface for getting the currently loaded URI. Also made the changes to LoadURI* to match changes in the interface. Took advantage of the change to nsDSURIContentListener to set the presContext for the load. Made nsDSURIContentListener a friend class to avoid having to make some non-interface member functions public. 1999-11-07 10:03:51 +00:00
tbogard@aol.net
52fbf5e4d5 Changed the nsIDocShell parent attribute to not create a cycle. Added notes about this. Framed out start of usage for the uriloader. Added code for the new nsDSURIContentListener object to be the callback object for nsIURIContentListener passed to uriloader. 1999-11-06 04:51:05 +00:00
tbogard@aol.net
b224f2b9c0 Removed mPresShell and mPresContext from the base class. Added internal getter function GetPresShell to retrieve presShell objects. Added a pointer to mContentViewer. Changed LoadURI* to take a presContext. Changed SetDocument to take a presContext. Changed the attribute presContext to be read only. 1999-10-30 02:30:13 +00:00
buster@netscape.com
f9e7b84912 more implementation
some nits to conform more to seamonkey coding conventions.
1999-10-29 18:25:57 +00:00
tbogard@aol.net
2dc0808ae6 Pushed many of the method implementations done by buster from nsHTMLDocShell into the base class. 1999-10-28 02:20:44 +00:00
tbogard@aol.net
53137dfd7f Implemented a number of methods for the doc shell attributes. Setup and Init structure which is used to accept the settings of attributes until Create() is called. 1999-10-26 22:56:59 +00:00
tbogard@aol.net
39c37e4d67 Created a base class library that will provide the shared docShell implmentation. 1999-10-26 01:44:00 +00:00