gecko-dev/docshell/base
mscott%netscape.com 2772b8e808 Bug #17468 --> LoadURL, do load url need to pass around the window target for now.
r=travis
2000-02-16 07:30:17 +00:00
..
.cvsignore Adding local .cvsignore file; r=none 1999-11-30 23:22:27 +00:00
MANIFEST First Checked In. 2000-01-12 00:51:56 +00:00
MANIFEST_IDL Removed nsIDocShellContainer.idl, added nsIDocShellTreeOwner.idl. 1999-12-12 10:10:36 +00:00
Makefile.in Defining new navigation interface that can be used by both docshell and browser embedding. r=pavlov 2000-02-02 05:51:30 +00:00
appstrings.properties Index: appstrings.properties 2000-01-25 02:36:08 +00:00
makefile.win Defining new navigation interface that can be used by both docshell and browser embedding. r=pavlov 2000-02-02 05:51:30 +00:00
nsCDocShell.idl Replaced includes and references to nsIScriptContextOwner with nsIScriptGlobalObjectOwner. 1999-12-08 04:54:33 +00:00
nsDSURIContentListener.cpp more prepation for docshell landing. Implement IsPreferred and move implemtation of CanHandlecontent from the 2000-02-04 08:45:34 +00:00
nsDSURIContentListener.h Part of docshell/webshell landing prep work. The doc loader is being re-factored into the uri loader. 2000-01-29 06:10:54 +00:00
nsDocShell.cpp Stop now has an implementation. Not yet called. 2000-02-14 10:27:32 +00:00
nsDocShell.h nsDocShell now implements the nsIWebNavigation interface. Added some stubbed code to Ensure that there is a content viewer. Also added stubbed code to Setup the content viewer when a new one is created. This will eventually replace the embed method. Removed the mCreated member as it is no longer needed. The destructor calls Destroy now to centralize the destruction code. r=hyatt 2000-02-14 06:40:28 +00:00
nsDocShellBase.cpp moved content-specific data and methods from nsIWebShell to appropriate content viewer interface 1999-11-19 07:35:27 +00:00
nsIContentViewerEdit.idl initial checkin of idl files for header files that are already used (but not generated) 1999-12-15 05:12:18 +00:00
nsIContentViewerFile.idl initial checkin of idl files for header files that are already used (but not generated) 1999-12-15 05:12:18 +00:00
nsIDocShell.idl Removed GetDocument from the docshell interface. r=hyatt 2000-02-14 06:29:40 +00:00
nsIDocShellTreeItem.idl Updated a comment. 2000-01-26 03:31:24 +00:00
nsIDocShellTreeNode.idl updated comment. 1999-12-18 02:18:21 +00:00
nsIDocShellTreeOwner.idl GlobalWindow now calls up nsIDocShellTreeOwner rather than nsIBrowserWindow. GlobalWindow has mostly been re-organized as well as cleaned up to provide this new functionality. DocShellTreeOwners got implementations filled in and many bugs fixed. nsIScriptGlobalObject now talks in terms of docShells instead of webShells. Fixed a number of cases where people were walking through content viewers etc to get to a presShell and changed them to simply ask for the presShell from the docShell. GlobalWindow now deals completely in terms of docShells. r=vidur 2000-02-08 13:40:10 +00:00
nsIGlobalHistory.idl updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsIMarkupDocumentViewer.idl first version of interface for content-specific manipulations 1999-11-19 07:44:27 +00:00
nsIScrollable.idl Removed RemoveFocus() from nsIGenericWindow. Moved SizeToContent() to nsIHTMLDocShell. Added setCurScrollPosEx and setScrollRangeEx to nsIScrollable. Moved a bunch of code from nsHTMLDocShell into the base class. Commented out some stuff. Everything should compile now. 1999-10-28 07:51:10 +00:00
nsITextScroll.idl Added nsITextScroll.idl. 1999-10-21 06:41:03 +00:00
nsIWebNavigation.idl Defining new navigation interface that can be used by both docshell and browser embedding. r=pavlov 2000-02-02 05:51:30 +00:00
nsWebShell.cpp Bug #17468 --> LoadURL, do load url need to pass around the window target for now. 2000-02-16 07:30:17 +00:00