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

34 Коммитов

Автор SHA1 Сообщение Дата
bzbarsky%mit.edu 1601d80e99 Remove the long-deprecated nsIWebShell interface. Bug 273319, r=biesi, sr=jst. 2005-01-03 22:51:17 +00:00
cbiesinger%web.de 455265001c Bug 251481 remove nsIDocStreamLoaderFactory r+sr=bz 2004-07-15 16:12:22 +00:00
gerv%gerv.net f7f3cb2736 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 16:52:41 +00:00
bsmedberg%covad.net d0f309943a Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 13:37:00 +00:00
dougt%netscape.com 22ffaadb79 exports frozen interface to dist/sdk using new SDK variable. 164717. r=cls, sr=alec 2002-08-27 01:05:21 +00:00
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
seawood%netscape.com 45bfbf0658 Landing the rest of the win32 gmake changes:
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup

Bug #58981 r=mcafee
2001-12-18 09:14:29 +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 a5544d3404 do not need the dot specifier for unix 2000-07-19 00:04:25 +00:00
valeski%netscape.com 175fa58cd9 45723. r=rpotts. webshell-docshell consolodation changes. 2000-07-18 23:13:07 +00:00
cls%seawood.org bca014f1bb Removing last vestiges of raptor from unix build. Since some libs were renamed, a 'make distclean' is recommeneded to remove the old copies of those libs. Bug #8228 r=bryner 2000-07-02 18:44:42 +00:00
tbogard%aol.net 509907d4d2 Removed nsIBrowserWindow.h from the export list. 2000-03-14 11:09:48 +00:00
mscott%netscape.com 53a556cc79 remove files that are moving to the uri loader as idl files. 2000-01-29 06:05:43 +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
briano%netscape.com 6074b8b8a4 Removed the obsolete non-NECKO leftovers. 1999-09-09 00:11:48 +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
ramiro%netscape.com 54d0ca6f1d Fix build bustage on unix. 1999-08-03 22:11:11 +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
kipp%netscape.com 46b66b0230 Moved some headers from here to layout 1999-05-06 19:29:26 +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
akkana%netscape.com a40feb09c3 Fixing linux build bustage 1999-04-23 17:15:58 +00:00
law%netscape.com fe4caf46b2 Export nsIURLListener.h 1999-03-13 03:01:15 +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
cls%seawood.org 411ab80ce3 New autoconf files for nglayout 1998-10-28 03:53:57 +00:00