Граф коммитов

36 Коммитов

Автор SHA1 Сообщение Дата
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
alecf%netscape.com 62424ee7b2 Final REQUIRES changes for bug 98371, adding support for MOZ_TRACK_MODULE_DEPS to win32. r=cls (and tested by cls!) 2001-09-17 19:06:35 +00:00
disttsc%bart.nl 87187c390c 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
valeski%netscape.com c7cfdbf6bf adding xpidl module 2000-07-19 00:45:53 +00:00
valeski%netscape.com 175fa58cd9 45723. r=rpotts. webshell-docshell consolodation changes. 2000-07-18 23:13:07 +00:00
tbogard%aol.net 509907d4d2 Removed nsIBrowserWindow.h from the export list. 2000-03-14 11:09:48 +00:00
mscott%netscape.com cbb675dd1b Remove nsIDocumentloader, nsIDocumentLoaderObserver from the builds. These files are now
in the uriloader
r=travis
2000-01-29 06:04:35 +00:00
tbogard%aol.net dafffb90cc Stop copying the nsIMarkupDocumentViewer.h from this directory into the public directory. Rely on the IDL file in the docshell directory to copy it out. 1999-12-02 09:10:32 +00:00
buster%netscape.com 93551f1751 moved content-specific data and methods from nsIWebShell to appropriate content viewer interface
no bug number, this is for webshell redesign work
r=rickg, travis
1999-11-19 07:35:27 +00:00
dmose%mozilla.org 142ac52eaf updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
danm%netscape.com 504b2a8862 removing nsIModalWindowSupport r:hyatt@netscape.com 1999-10-18 15:05:17 +00:00
kipp%netscape.com 2848f39658 Don't export nuked nsIThrobber 1999-09-25 20:08:21 +00:00
cyeh%netscape.com 1729151e74 Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 01:24:51 +00:00
danm%netscape.com 3da241e524 Landing modal dialogs from JS. More like a feature than stabilization. Apologies. approved: chofmann,don 1999-08-12 22:08:17 +00:00
vidur%netscape.com 34e2caf4f8 Fix for build bustage from Judson. Inclusion of config.mak is necessary before we depend on the NECKO symbol. 1999-08-03 23:00:19 +00:00
valeski%netscape.com 0edfda477b 10720 fix - we now do meta tag refreshes 1999-08-03 21:48:40 +00:00
radha%netscape.com 28e9091188 Add nsIUrlDispatcher.h to export list 1999-07-04 23:39:39 +00:00
slamm%netscape.com 729786606f Remove nsIDocumentViewer.h from EXPORTS. It does not live here. Thanks to 'David Gardiner' <david.gardiner@unisa.edu.au> for the patch. 1999-06-15 23:42:32 +00:00
nisheeth%netscape.com 6d73a13ebb - Adding the nsIWebShellServices interface that will be used by external services to access the webshell.
- Also, adding a method to nsIDocumentLoader that maps a document ID into an nsIContentViewerContainer.
1999-05-06 01:55:10 +00:00
nisheeth%netscape.com e5c640d2b4 Removing nsIExternalDocLoadObs.h... 1999-04-28 05:01:03 +00:00
law%netscape.com 0fde647421 Remove reference to obsolete nsIURLListener 1999-04-28 01:40:01 +00:00
nisheeth%netscape.com d7d9f5662b Shortened filename to nsIExternalDocLoadObs.h to work around Mac build bustage. Filenames longer than 31 characters are a bad thing on the Mac. 1999-04-26 14:54:03 +00:00
nisheeth%netscape.com 22113ef93e Adding and exporting nsIExternalDocumentLoadObserver.h on all platforms. This interface is implemented by external clients that want to receive document load notifications from the document loader. 1999-04-26 10:50:09 +00:00
scc%netscape.com 5577a91851 added interfaces 1999-04-23 17:50:12 +00:00
law%netscape.com fe4caf46b2 Export nsIURLListener.h 1999-03-13 03:01:15 +00:00
joki%netscape.com 096ec2090d Fixing missing '.h' on filename. 1998-11-05 05:50:20 +00:00
rpotts%netscape.com 7ac4c05622 Added new public interface nsIClipboardCommands.h 1998-11-04 08:46:48 +00:00
rpotts%netscape.com 5734c80932 Removed the exporting of the obsolete nsIDocumentLoadInfo interface... 1998-11-03 10:11:01 +00:00
vidur%netscape.com ed5a03320a Added nsIDocumentLoadInfo interface. Temporarily added service startup inside WebShell factory. 1998-08-20 22:28:52 +00:00
joki%netscape.com edb8b34146 Adding partial load event support, removing script context Run_GC method adding partial script error support 1998-08-12 04:56:40 +00:00
kipp%netscape.com f7750ea04e Export new files 1998-07-19 01:15:26 +00:00
kipp%netscape.com cb0492d40f Updated exports list 1998-07-18 21:49:11 +00:00
rpotts 2284ed07f4 Added nsIDocumentLoader.h 1998-07-01 11:25:55 +00:00
spider cd74c826b1 Removing ApplicationShell interfaces from webshell. Will be moved to toplevel 'shell' in near future. 1998-05-04 19:25:58 +00:00
spider 58a14eee94 Modifications to support new nsIApplicationShell interface 1998-04-29 22:43:33 +00:00
kipp 098bef52b4 moved to pub 1998-04-13 20:24:54 +00:00