gecko-dev/embedding
rods%netscape.com ab52751787 1) Removes the arg of nsIDOMWindow in the nsIWebBrowserPrint calls
2) Adds a couple of new methods and an attr to nsIWebBrowserPrint (navigate, is frameset, & exitPP)
3) Removes all but one method from nsIContentViewerFile.idl/h the remaining call is for print regression testing
4) Removes the "static" implementation of nsIContentViewerFile.h
5) Fixed up nsIContentViewerFile.idl and turned it back on so it is now generating the header file
6) Removed all uses of nsIContentViewerFile.h except for the WebCrawler (uses it for Printing Regression testing)
7) nsDocumentViewer.cpp now implements nsIWebBrowserPrint.idl this makes it easier to add new print functionality in one place
8) You can now ask an instance of the ContentViewer for a nsIWebBrowserPrint to do printing (it retruns the nsIWebBrowserPrint interface implemented by the nsDocumentViewer)
9) Anybody who was using nsIContentViewerFile to print will now use nsIWebBrowserPrint
10) You can now do a "GetInterface()" on a GlobalWindow for a nsIWebBrowserPrint
11) The browser UI now uses the GetInterface on the GlobalWindow to get a nsIWebBrowserPrint object to do printing and this can be used for all printing functionality
Bug 120622 r=dcone sr=waterson
2002-02-01 14:52:11 +00:00
..
base change in wording of comment. bug 122393 2002-01-31 23:32:07 +00:00
browser 1) Removes the arg of nsIDOMWindow in the nsIWebBrowserPrint calls 2002-02-01 14:52:11 +00:00
components Fix for stall when saving certain documents. Don't count non-persistent URIs when figuring out whether to do state notifications synchronously or asynchronously. b=122078 r=brade@netscape.com sr=rpotts@netscape.com 2002-02-01 12:42:13 +00:00
config Updated fix for Bugscape #11939 - JavaScript Fails on CTA Signed Page 2002-01-29 22:30:12 +00:00
examples NOT PART OF BUILD. Makefile tweaks b=72851 2001-03-27 12:22:01 +00:00
qa 1) Removes the arg of nsIDOMWindow in the nsIWebBrowserPrint calls 2002-02-01 14:52:11 +00:00
tests 1) Removes the arg of nsIDOMWindow in the nsIWebBrowserPrint calls 2002-02-01 14:52:11 +00:00
wrappers NOT PART OF BUILD. Makefile tweaks b=72851 2001-03-27 12:22:01 +00:00
.cvsignore Ignore generated files. 2000-02-03 00:58:45 +00:00
Makefile.in Landing the rest of the win32 gmake changes: 2001-12-18 09:14:29 +00:00
makefile.win turn the embedding tests on for MOZILLA_OFFICIAL builds, bug 110341, r=cls 2001-11-17 02:34:52 +00:00