Commit Graph

822 Commits

Author SHA1 Message Date
tbogard@aol.net
e8b476b7bf Changed places where containers were set to use nsISupports instead of nsIContentViewerContainer. r=dp 1999-11-15 22:17:54 +00:00
tbogard@aol.net
11696e2a43 Reflect changes to nsIContentViewer::SetContainer and GetContainer API. r=pavlov 1999-11-14 10:12:21 +00:00
beard@netscape.com
7f3709df3b pork jockey paint fixes. bug=18140, r=kmcclusk,pavlov 1999-11-14 02:51:25 +00:00
law@netscape.com
5235266ee3 Fix bustage by backing out some CallQueryInterface calls (for Travis); r=travis@netscape.com 1999-11-13 08:20:53 +00:00
tbogard@aol.net
9930c3cba0 Changed storage of of the container to hold simply nsISupports as the mContainer instead of nsIContentViewerContainer. Changed calls to QueryCapability to use the nsIInterfaceRequestor::GetInterface(). r=scc 1999-11-13 07:36:28 +00:00
dmose@mozilla.org
796280940b updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
jst@citec.fi
9f50f22244 Make printing use only enabled stylesheets. No bug, r=kipp@netscape.com and dcone@netscape.com. 1999-10-21 22:20:37 +00:00
rpotts@netscape.com
dc6c6bd1e5 Changed the printing to use the ImageGroup notifications rather than the document loader because a document is *not* being loaded... This fixes printing after the changes to the document loader notifications. 1999-09-22 07:34:31 +00:00
dcone@netscape.com
6488c943c5 added debugging for printing 1999-09-21 14:34:28 +00:00
valeski@netscape.com
26bc0f435d api change to nsIWebShell and nsIDocumentLoaderObserver. I've replaced all the old method delarations with the new versions. We now pass 'nsresult' types into the On*() methods instead of PRInt32. The PRInt32 arg type was causing data loss.
I also checked in a fix for bug 10848 (which prompted the api change), and 10549 (these changes were in nsWebShell.cpp).
1999-08-05 01:37:52 +00:00
warren@netscape.com
61a33642b8 Big changes for Necko load groups. Things are much happier now. Now images work (on pages, but not in chrome). 1999-07-16 11:14:36 +00:00
valeski@netscape.com
882ab7ee1d yanked some function redefinitions if NECKO was defined 1999-07-15 15:17:43 +00:00
dcone@netscape.com
10fe138110 Fixed printing to make sure all URL's are loaded before print.
Fixed the background tile render'er to save and restore clip.
1999-07-15 14:23:40 +00:00
sspitzer@netscape.com
f10401b2a2 use NS_DEFINE_CID instead of NS_DEFINE_CID where appropriate. fix warning 1999-07-15 07:00:22 +00:00
peterl@netscape.com
b43d9a2d36 propogate quirk mode into child contexts 1999-07-07 01:20:21 +00:00
nisheeth@netscape.com
38b10d091b Fix for bug 6892. We should not set focus each time a document viewer creates a new window but leave it to the embedding application to decide when to set focus. 1999-06-04 01:48:38 +00:00
dcone@netscape.com
8c4eeb6d8e added a webshell parameter to the PrintContent call, unhooked the PresShell from the
document before deletion.  Fixed a leak.
1999-05-14 14:40:59 +00:00
neeti@netscape.com
b8c43a5bb8 Fixed SetEnableRendering() in nsDocumentViewer.cpp
Initialized mEnableRendering in constructors of nsDocumentViewer.cpp and nsPlugin.cpp to a default value of PR_TRU
Do EnableRefresh only if mEnableRendering is set to true in nsHTMLContentSink.cpp,nsXMLContentSink.cpp,
nsXMLContentSink.h
1999-05-13 20:27:47 +00:00
dcone@netscape.com
9c428b7a1e added a PrintContent() method to these classes 1999-05-12 13:32:09 +00:00
kipp@netscape.com
c9dd09e014 Added a reminder comment 1999-05-10 22:29:34 +00:00
kipp@netscape.com
a5d1783ab8 Implement support for SetEnableRendering/GetEnableRendering 1999-05-07 19:26:23 +00:00
kipp@netscape.com
43604f549c Moved from webshell/src 1999-05-06 19:25:40 +00:00