This website requires JavaScript.
Explore
Help
Sign In
Bommels05
/
Mozilla
Watch
1
Star
0
Fork
0
You've already forked Mozilla
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Mozilla
/
mozilla
/
docshell
/
html
History
pavlov%netscape.com
21d2358524
add unix makefiles for docshell r=mcafee,paulmac. also changed IDL to C++ in the two .cpp files' emacs comments and added a newline at the end of them (files not built by default)
...
git-svn-id: svn://10.0.0.236/trunk@52492 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 03:43:10 +00:00
..
Makefile.in
add unix makefiles for docshell r=mcafee,paulmac. also changed IDL to C++ in the two .cpp files' emacs comments and added a newline at the end of them (files not built by default)
1999-11-02 03:43:10 +00:00
makefile.win
Updated to use new nsDocShellBase class. Removed a bunch of code from this level so it instead can be pulled from the base class.
1999-10-26 01:46:22 +00:00
nsCHTMLDocShell.idl
Defined what nsCHTMLDocShell implements and included the appropriate header files.
1999-10-25 04:48:14 +00:00
nsHTMLDocShell.cpp
add unix makefiles for docshell r=mcafee,paulmac. also changed IDL to C++ in the two .cpp files' emacs comments and added a newline at the end of them (files not built by default)
1999-11-02 03:43:10 +00:00
nsHTMLDocShell.h
Removed mDocument in favor of the preferred way of getting the document from the content viewer.
1999-10-30 00:02:38 +00:00
nsIHTMLDocShell.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