gecko-dev/docshell/base
rpotts%netscape.com 80d4f413a0 bug #98469 (r=pavlov, sr=jst). Using the _content window target sometimes fails... 2001-09-06 05:31:14 +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 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
Makefile.in Bug 73353: clean up the REQUIRES lines in Makefiles. 2001-07-23 22:36:12 +00:00
appstrings.properties Upload Channel API changes. Bug 29839. r=darin@Netscape.com, sr=rpotts@netscape.com. 2001-09-05 03:52:26 +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.win Fix for 76758, 63241 and 68307. Make Find search through all frames, bring the Find dialog up from JS, and make a docShell enumerator. r=adamlock, sr=kin 2001-04-27 21:11:03 +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
nsDSURIContentListener.cpp bug #96418 (r=valeski, sr=mscott). SaveAs dialog not shown when saving file... 2001-08-24 18:45:11 +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
nsDefaultURIFixup.cpp Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc. 2001-06-30 11:02:25 +00:00
nsDefaultURIFixup.h Bug : 58866 2001-06-22 01:28:18 +00:00
nsDocShell.cpp bug #98469 (r=pavlov, sr=jst). Using the _content window target sometimes fails... 2001-09-06 05:31:14 +00:00
nsDocShell.h r=dbaron, sr=dougt. 97667. nsIInterfaceRequestor is now frozen. nsIInterfaceRequestorUtils.h is now required if you want to use do_GetInterface() for convenience. The two were split because the stuff that is now in nsIInterfaceRequestorUtils.h wasn't ready for freezing. Also, .idl files should just contain interface defs anyway. 2001-09-05 21:28:38 +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
nsDocShellEnumerator.cpp Doc shell enumerator for bug 76758. r=adamlock, sr=kin 2001-04-27 00:32:32 +00:00
nsDocShellEnumerator.h Doc shell enumerator for bug 76758. r=adamlock, sr=kin 2001-04-27 00:32:32 +00:00
nsDocShellLoadInfo.cpp bug #94205. Adding flags to nsIWebNavigation::Stop(). 2001-08-14 04:46:20 +00:00
nsDocShellLoadInfo.h bug #94205. Adding flags to nsIWebNavigation::Stop(). 2001-08-14 04:46:20 +00:00
nsIContentViewer.idl Split nsIContentViewer::destroy into close and destroy so we can trigger teardown both at the beginning and at the end of paint suppression. Move the PresShell's teardown from its destructor into new Destroy method so it happens at the end of paint suppression. Also clean up nsDocumentViewer.cpp a bit. b=80203,89626 r=hyatt sr=waterson 2001-08-01 03:15:50 +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 Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
nsIDocShell.idl Bug 92210 - Window steals focus if you switch to another app during "Transferring data from...". r=saari, sr=hyatt. 2001-08-21 21:18:45 +00:00
nsIDocShellHistory.idl Fix for bug # 37324 r=rpotts 2000-07-18 21:55:37 +00:00
nsIDocShellLoadInfo.idl Fix for bug # 86752. LOAD_FLAGS_BYPASS_HISTORY does not work. r=adamlock sr=rpotts 2001-08-16 23:49:50 +00:00
nsIDocShellTreeItem.idl Fix for 76758, 63241 and 68307. Make Find search through all frames, bring the Find dialog up from JS, and make a docShell enumerator. r=adamlock, sr=kin 2001-04-27 21:11:03 +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 Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +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 bug #94205. Adding flags to nsIWebNavigation::Stop(). 2001-08-14 04:46:20 +00:00
nsWebShell.cpp r=dbaron, sr=dougt. 97667. nsIInterfaceRequestor is now frozen. nsIInterfaceRequestorUtils.h is now required if you want to use do_GetInterface() for convenience. The two were split because the stuff that is now in nsIInterfaceRequestorUtils.h wasn't ready for freezing. Also, .idl files should just contain interface defs anyway. 2001-09-05 21:28:38 +00:00
nsWebShell.h bug #84749. (r=nisheeth, sr=jst). Document unload() events fired *after* the current URI had been changed - this allowed JS to track where the user was going next... 2001-07-17 20:17:38 +00:00