gecko-dev/embedding/browser/webBrowser
2001-09-20 12:11:46 +00:00
..
.cvsignore Ignore generated files. 2000-02-03 00:58:45 +00:00
Makefile.in Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf 2001-09-18 13:41:47 +00:00
makefile.win One module per line for REQUIRES. r=/sr=alecf 2001-09-18 22:01:13 +00:00
MANIFEST_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
nsCommandHandler.cpp API changes for embedding. b=46847, r=dougt, a=valeski 2000-08-25 18:39:46 +00:00
nsCommandHandler.h Added newline to end of file. b=48270 a=valeski 2000-08-16 08:47:57 +00:00
nsCWebBrowser.idl Bug 37275, Changing value of all progids, and changing everywhere a progid 2000-09-13 23:57:52 +00:00
nsDocShellTreeOwner.cpp fixing bug 78690. removing old imagelib. r=jst sr=waterson 2001-08-09 20:22:39 +00:00
nsDocShellTreeOwner.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
nsDOMWalker.cpp Changed memory allocation and stack usage to be less brutal as the DOM is being walked. b=92534 r=rjesup@wgate.com sr=blizzard@mozilla.org 2001-08-18 09:59:28 +00:00
nsDOMWalker.h Making this mess build on Mac, fixing the tinderbox bustage. 2000-11-30 04:35:38 +00:00
nsICommandHandler.idl Oops. 2001-09-20 00:02:59 +00:00
nsIContextMenuListener.idl Oops. 2001-09-20 00:02:59 +00:00
nsIEmbeddingSiteWindow.idl nsIEmbeddingSiteWindow frozen. Updated documentation. b=99181 r=chak@netscape.com sr=rpotts@netscape.com 2001-09-20 12:11:46 +00:00
nsIPrintPreviewNavigation.idl Minor fix. r=sfraser. Does not effect build 2001-05-08 13:35:48 +00:00
nsITooltipListener.idl Oops. 2001-09-20 00:02:59 +00:00
nsIWebBrowser.idl r=rpotts. comment changes only. 48726. adding status to idl files of api rev. ifaces. 2001-03-24 00:22:18 +00:00
nsIWebBrowserChrome.idl r=rpotts. comment changes only. 48726. adding status to idl files of api rev. ifaces. 2001-03-24 00:22:18 +00:00
nsIWebBrowserChromeFocus.idl fix for 70224 (need nsIWebBrowserChromeFocus for embedding). r=danm, sr=hyatt, a=asa 2001-04-25 02:04:56 +00:00
nsIWebBrowserFocus.idl r=rpotts. comment changes only. 48726. adding status to idl files of api rev. ifaces. 2001-03-24 00:22:18 +00:00
nsIWebBrowserPersist.idl r=rpotts. comment changes only. 48726. adding status to idl files of api rev. ifaces. 2001-03-24 00:22:18 +00:00
nsIWebBrowserPrint.idl This now enables print listeners, print progress and the cancelling of printing 2001-03-27 12:04:30 +00:00
nsIWebBrowserSetup.idl Bug 82123 -- enable embeddors to alter the focus traversal so that the document itself receives focus first instead of last. r=saari, adamlock, sr=jst, a=chofmann. 2001-06-26 01:19:11 +00:00
nsNonPersistAuthPrompt.cpp Oops. 2001-09-20 00:02:59 +00:00
nsNonPersistAuthPrompt.h Oops. 2001-09-20 00:02:59 +00:00
nsWebBrowser.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
nsWebBrowser.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
nsWebBrowserContentPolicy.cpp r=ccarlen, sr=rpotts on the mozilla/docshell/* and mozilla/embedding/* mods (81263). embedding apps can now control whether or not images are loaded in a specific nsWebBrowser window. This is done via nsIWebBrowserSetup. shaver@mozilla.org provided a nsWebBrowserContentPolicy implementation which registers for, and responds to, nsIContentPolicy callbacks giving nsIContentPolicies an opportunity to cancel a load or the processing of an element. processing isn't hooked up yet, and some of the content policy types in the switch statement won't become relevant until further nsIContentPolicy hookup is done. Those cases are handled inside the docshell/webshell until the content policy hook-up is made. 2001-05-21 22:42:46 +00:00
nsWebBrowserContentPolicy.h r=ccarlen, sr=rpotts on the mozilla/docshell/* and mozilla/embedding/* mods (81263). embedding apps can now control whether or not images are loaded in a specific nsWebBrowser window. This is done via nsIWebBrowserSetup. shaver@mozilla.org provided a nsWebBrowserContentPolicy implementation which registers for, and responds to, nsIContentPolicy callbacks giving nsIContentPolicies an opportunity to cancel a load or the processing of an element. processing isn't hooked up yet, and some of the content policy types in the switch statement won't become relevant until further nsIContentPolicy hookup is done. Those cases are handled inside the docshell/webshell until the content policy hook-up is made. 2001-05-21 22:42:46 +00:00
nsWebBrowserPersist.cpp Upload Channel API changes. Bug 29839. r=darin@Netscape.com, sr=rpotts@netscape.com. 2001-09-05 03:52:26 +00:00
nsWebBrowserPersist.h Necko API changes, bug 74221. r=valeski, sr=rpotts. 2001-04-10 06:01:08 +00:00