..
.cvsignore
Ignore generated files.
2000-02-03 00:58:45 +00:00
Makefile.in
Bug 113538 - embedding depends on wallet. Rename nsISingleSignonPrompt to nsIAuthPromptWrapper and into embedding. r=morse/sr=darin
2002-02-08 15:21:26 +00:00
makefile.win
Bug 113538 - embedding depends on wallet. Rename nsISingleSignonPrompt to nsIAuthPromptWrapper and into embedding. r=morse/sr=darin
2002-02-08 15:21:26 +00:00
MANIFEST_IDL
Move webbrowserpersist code to components/ directory. b=106554 r=brade@netscape.com sr=sfraser@netscape.com
2001-11-01 14:39:26 +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
nsCTooltipTextProvider.h
Fix missing newline at the end. b=99181 r=chak@netscape.com sr=rpotts@netscape.com
2001-09-20 13:32:49 +00:00
nsCWebBrowser.idl
Move webbrowserpersist code to components/ directory. b=106554 r=brade@netscape.com sr=sfraser@netscape.com
2001-11-01 14:39:26 +00:00
nsDocShellTreeOwner.cpp
one part of fix for bug 107575 - clean up consumers of nsString::EqualsIgnoreCase and nsString::EqualsWithConversion, to be explicit about case-insensitive compares
2002-02-19 22:49:12 +00:00
nsDocShellTreeOwner.h
pulling content-area drag&drop out of JS and into C++ so it is available to embedding. Now built-in to <browser> tag. r=brade/sr=ben. bug#45605
2002-02-17 19:32:08 +00:00
nsICommandHandler.idl
License changes, take 2. Bug 98089. mozilla/embedding/.
2001-09-25 22:58:40 +00:00
nsIContextMenuListener.idl
License changes, take 2. Bug 98089. mozilla/embedding/.
2001-09-25 22:58:40 +00:00
nsIEmbeddingSiteWindow2.idl
update some comments and mention that this file is for bug 57841, r=bryner,rpotts
2002-01-05 02:07:40 +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
License changes, take 2. Bug 98089. mozilla/embedding/.
2001-09-25 22:58:40 +00:00
nsITooltipTextProvider.idl
nsITooltipTextProvider and contract id split out into its own files frozen and documented. b=99181 r=chak@netscape.com sr=rpotts@netscape.com
2001-09-20 13:25:40 +00:00
nsIWebBrowser.idl
Missing documentation. Should gone in with b=99181 but didn't.
2001-09-26 20:13:26 +00:00
nsIWebBrowserChrome.idl
consolidating nsIWebBrowserChrome::CreateBrowserWindow and nsIWindowCreator::CreateChromeWindow. part of bug 88229 r=hyatt,rpotts
2001-11-06 01:19:39 +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
nsIWebBrowserPrint.idl
1) Makes sure that when a PrintSettings is created it is initialized from the
2002-02-20 03:18:33 +00:00
nsIWebBrowserSetup.idl
Bug 104977 -- landing tabbing rewrite. Fixes bugs 78256, 83575, 85602, 96273, 103980, and 105224. r=saari, sr=hyatt.
2001-10-22 22:43:52 +00:00
nsWebBrowser.cpp
stifle infinite focus/activation recursion. bug 124299 r=hyatt,jst
2002-02-08 01:01:21 +00:00
nsWebBrowser.h
stifle infinite focus/activation recursion. bug 124299 r=hyatt,jst
2002-02-08 01:01:21 +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