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
Files
fe0f1e89f29743f55dcbb765ef57beb4a59cd824
Mozilla
/
mozilla
/
docshell
/
base
History
gagan%netscape.com
7265366ff3
Small HTTP api change.
...
git-svn-id: svn://10.0.0.236/trunk@66817 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-22 00:40:21 +00:00
..
appstrings.properties
…
Makefile.in
dist...chrome restructuring
2000-04-19 21:42:30 +00:00
makefile.win
dist...chrome restructuring
2000-04-19 21:42:30 +00:00
MANIFEST
…
MANIFEST_IDL
Adding nsIDocShellLoadInfo.idl to the make system.
2000-03-30 12:29:51 +00:00
nsCDocShell.idl
…
nsDocShell.cpp
Small HTTP api change.
2000-04-22 00:40:21 +00:00
nsDocShell.h
Made the constructor public to allow the generic factory to be used for creation. Removed the static Create. Removed EnsureGlobalHistory. Global History is now instantiated on startup. Changed GetStringBundle to GetPromptAndStringBundle since most people are always wanting to get both the prompt and the string bundle.
2000-04-21 23:31:40 +00:00
nsDocShellBase.cpp
…
nsDocShellLoadInfo.cpp
Added a CreateLoadInfo to nsIDocShell to facilitate creating a loadInfo object without having to go through xpcom. This also allows the docshell to do any setup it may need to do.
2000-03-30 12:52:02 +00:00
nsDocShellLoadInfo.h
Added a CreateLoadInfo to nsIDocShell to facilitate creating a loadInfo object without having to go through xpcom. This also allows the docshell to do any setup it may need to do.
2000-03-30 12:52:02 +00:00
nsDSURIContentListener.cpp
Making the addref and release thread safe.
2000-04-16 13:00:52 +00:00
nsDSURIContentListener.h
Removed the Set and GetPresContext as they were not being used.
2000-03-25 03:43:58 +00:00
nsDSWebProgressListener.cpp
Make sure we properly notify of window activity starting and stoping.
2000-04-16 05:09:07 +00:00
nsDSWebProgressListener.h
Provided implementation for the nsIWebProgressListener interface.
2000-03-29 10:32:45 +00:00
nsIContentViewerEdit.idl
…
nsIContentViewerFile.idl
…
nsIDocShell.idl
Added an attribute for holding the charset info to be used during a load.
2000-04-12 00:07:04 +00:00
nsIDocShellLoadInfo.idl
Finished implementing nsDocShellLoadInfo and hooked up to the build.
2000-03-30 12:38:18 +00:00
nsIDocShellTreeItem.idl
…
nsIDocShellTreeNode.idl
…
nsIDocShellTreeOwner.idl
…
nsIGlobalHistory.idl
…
nsIMarkupDocumentViewer.idl
bug 30022; added Set/Get TextZoom for enlarging/reducing fonts only
2000-04-02 21:53:46 +00:00
nsIScrollable.idl
…
nsITextScroll.idl
…
nsIWebNavigation.idl
Fixed the duplicates in the enum.
2000-04-21 23:23:17 +00:00
nsWebShell.cpp
Removed some old ifdef 0 code. Removed some unused variables. Some cleanup to OnStart and OnEndDocumentLoad to get ready to move them over to the progress interface code.
2000-04-21 23:31:41 +00:00