.. |
.cvsignore
|
Adding local .cvsignore file; r=none
|
1999-11-30 23:22:27 +00:00 |
appstrings.properties
|
Fix for bug # 55055 r=adamlock sr=rpotts Save CacheKey in SH
|
2001-04-13 22:20:33 +00:00 |
jar.mn
|
Landing jar packaging from jar_restructuring_branch. r=hyatt,dprice,sfraser,dveditz,vishy,sgehani
|
2000-09-20 19:35:24 +00:00 |
Makefile.in
|
Add "gfx2" and "imglib2" to REQUIRES lines in Makefile.in for MOZ_TRACK_MODULE_DEPS builds (e.g. senna)
|
2001-03-30 10:39:06 +00:00 |
makefile.win
|
Moving nsIContentViewer over from webshell to docshell, converting from .h to .idl. Needed for bug 46200, r=moa=adam@netscape.com, a=alecf
|
2000-11-09 20:30:35 +00:00 |
MANIFEST
|
First Checked In.
|
2000-01-12 00:51:56 +00:00 |
MANIFEST_IDL
|
Moving nsIContentViewer over from webshell to docshell, converting from .h to .idl. Needed for bug 46200, r=moa=adam@netscape.com, a=alecf
|
2000-11-09 20:30:35 +00:00 |
nsCDefaultURIFixup.idl
|
Moved URI fixup code out of docshell and into a global service. b=51702, sr=waterson@netscape.com
|
2000-11-08 21:00:37 +00:00 |
nsCDocShell.idl
|
Bug 37275, Changing value of all progids, and changing everywhere a progid
|
2000-09-13 23:57:52 +00:00 |
nsDefaultURIFixup.cpp
|
Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc
|
2001-03-02 09:26:57 +00:00 |
nsDefaultURIFixup.h
|
a little cleanup - no need to make private methdos virtual...
|
2000-12-19 23:01:25 +00:00 |
nsDocShell.cpp
|
Fix for bug 61557. location.replace() loads wrong page in the frame r=valeski sr=rpotts
|
2001-04-18 04:55:16 +00:00 |
nsDocShell.h
|
Fix for bug#66334 - Viewsource needs to be a protocol handler
|
2001-04-16 20:17:36 +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 |
nsDocShellLoadInfo.cpp
|
bugzilla 52182. r=a=mscott.
|
2000-09-22 05:04:58 +00:00 |
nsDocShellLoadInfo.h
|
bugzilla 52182. r=a=mscott.
|
2000-09-22 05:04:58 +00:00 |
nsDSURIContentListener.cpp
|
r=rpotts, r=heikki, sr=vidur. content types are no longer hardcoded for docshell load acceptance. we now ask layout what it can handle (indirectly via the category manager). 40772.
|
2001-04-16 23:05:08 +00:00 |
nsDSURIContentListener.h
|
r=rpotts, r=heikki, sr=vidur. content types are no longer hardcoded for docshell load acceptance. we now ask layout what it can handle (indirectly via the category manager). 40772.
|
2001-04-16 23:05:08 +00:00 |
nsDSWebProgressListener.cpp
|
NO CODE CHANGES. Reformatted to remove evil 3 space indentation
|
2001-04-13 13:05:16 +00:00 |
nsDSWebProgressListener.h
|
NO CODE CHANGES. Reformatted to remove evil 3 space indentation
|
2001-04-13 13:05:16 +00:00 |
nsIContentViewer.idl
|
Moving nsIContentViewer over from webshell to docshell, converting from .h to .idl. Needed for bug 46200, r=moa=adam@netscape.com, a=alecf
|
2000-11-09 20:30:35 +00:00 |
nsIContentViewerEdit.idl
|
64313 (Implement cmd_copyLink, cmd_copyImageLocation, cmd_copyImageContents). Implement the commands, hook them up in the navigator and mailnews frontends, provide hooks for embedding. r=hyatt, sr=waterson
|
2001-04-18 06:06:31 +00:00 |
nsIContentViewerFile.idl
|
Printing of selected frameset frames and Iframes
|
2001-02-06 23:03:17 +00:00 |
nsIDocShell.idl
|
Fix for bug#66334 - Viewsource needs to be a protocol handler
|
2001-04-16 20:17:36 +00:00 |
nsIDocShellHistory.idl
|
Fix for bug # 37324 r=rpotts
|
2000-07-18 21:55:37 +00:00 |
nsIDocShellLoadInfo.idl
|
bugzilla 52182. r=a=mscott.
|
2000-09-22 05:04:58 +00:00 |
nsIDocShellTreeItem.idl
|
More checkins for feature bug 36547. CODE NOT PART OF THE BUILD. reviewer will be provided
|
2000-06-23 23:54:30 +00:00 |
nsIDocShellTreeNode.idl
|
Added a paramater for stating if children of a different type should be returned from FindChildWithName or not.
|
2000-03-11 00:55:39 +00:00 |
nsIDocShellTreeOwner.idl
|
Removing IsModal,ShowModal,ExitModalLoop methods from nsIDocShellTreeOwner. General API cleanup. bug 70481 r=ccarlen,hyatt
|
2001-03-12 23:08:29 +00:00 |
nsIGlobalHistory.idl
|
r=rpotts. comment changes only. 48726. adding status to idl files of api rev. ifaces.
|
2001-03-24 00:22:18 +00:00 |
nsIMarkupDocumentViewer.idl
|
bug 75066; author=simon@softel.co.il; r=jst; sr=erik; diffs from IBM bidi
|
2001-04-12 23:35:24 +00:00 |
nsIScrollable.idl
|
Bug 28670: Move scroll methods from webshell to docshell r=travis a=rickg
|
2000-02-29 06:51:48 +00:00 |
nsITextScroll.idl
|
Added nsITextScroll.idl.
|
1999-10-21 06:41:03 +00:00 |
nsIURIFixup.idl
|
Moved URI fixup code out of docshell and into a global service. b=51702, sr=waterson@netscape.com
|
2000-11-08 21:00:37 +00:00 |
nsIWebNavigation.idl
|
r=rpotts. comment changes only. 48726. adding status to idl files of api rev. ifaces.
|
2001-03-24 00:22:18 +00:00 |
nsWebShell.cpp
|
Fix for bug # 55055 r=adamlock sr=rpotts Save CacheKey in SH
|
2001-04-13 22:20:33 +00:00 |
nsWebShell.h
|
Fix for 74143, change nsIController to use DOMStrings. sr=hyatt, r=kin
|
2001-04-04 23:48:03 +00:00 |