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

4194 Коммитов

Автор SHA1 Сообщение Дата
troy%netscape.com 2698502e58 Turned back on optimized images 1998-07-16 18:32:17 +00:00
kmcclusk%netscape.com 3c7c5e8b26 Removed #ifdef (!XP_PC) so the VIEWER_UI is defined for Unix 1998-07-16 18:24:56 +00:00
guha%netscape.com 850489e013 Fix for bug reported by Mr. Hickman 1998-07-16 18:22:23 +00:00
kipp%netscape.com 39fd8b6e99 Deal with lingering leaf content properly during append reflow 1998-07-16 18:19:53 +00:00
spider%netscape.com a78b5bc6ef Update for new cvs server 1998-07-16 17:54:57 +00:00
spider%netscape.com 5fb3452263 Misc fixes to build on Unix 1998-07-16 17:53:13 +00:00
kmcclusk%netscape.com 99e5b09d92 Changed CopyOffScreenBits to copy from 0,0 instead of using the aBounds (x,y) 1998-07-16 17:40:47 +00:00
troy%netscape.com 0f8921d050 Fixed some more nsColor.h captitalization problems 1998-07-16 17:09:26 +00:00
nisheeth%netscape.com 43e47de554 Fix for bug #300477 to stabilize the table freeing changes. This fixes
the crash that occurred when you aborted the loading of the Netscape home
page.
1998-07-16 08:42:43 +00:00
ramiro%netscape.com 5c5498ff39 Fix a broken INCLUDES += ./
Should be INCLUDES += -I./
Im not really sure why this is needed since the current mime is on the
REQUIRES list.  I had to fix this cause 'make depend' was breaking because
of the misplaced './'
1998-07-16 07:25:12 +00:00
mlm%netscape.com 62850ceecd Fix for bug 122467 (P0 SF1 In): Merge from 4.06 fix for 123836.
If two layers come in with the same name, rename the first one
to avoid a layer getting prematurely garbage collected or GC'd
twice.  Originally reviewed by brendan, chouck, and nisheeth.
1998-07-16 05:20:45 +00:00
kipp%netscape.com a030caaa7d Fixed include 1998-07-16 05:04:01 +00:00
troy%netscape.com 6619360a1e Changed background color to be a const 1998-07-16 04:51:12 +00:00
troy%netscape.com 8a3882d546 Added background color to image loading member functions 1998-07-16 04:34:59 +00:00
gagan%netscape.com 317366bcdb Fix for #300506 and #300207. 1998-07-16 03:36:10 +00:00
gagan%netscape.com 0f6f28717e Fix for bug #300506 and #300207. Incompatible cache formats between gromit and mozilla were causing the crash/asserts. Cleaning your cache before using this should fix everything. 1998-07-16 03:33:34 +00:00
troy%netscape.com 007ea3d8b5 Fixed some build bustage I introduced 1998-07-16 03:09:33 +00:00
troy%netscape.com a90f1b6cbd Changed image group GetImage() member function so the background color
is a pointer and not a color by value. This allows it to be NULL if the
caller wants a transparency mask to be created
1998-07-16 02:32:08 +00:00
kipp%netscape.com 6d0a25535d Setup includes for unix 1998-07-16 02:21:30 +00:00
kipp%netscape.com 1f4d58f10e Fixed exporting makefile bug 1998-07-16 02:16:05 +00:00
kipp%netscape.com 68b5fb6156 build workage for windows 1998-07-16 01:53:55 +00:00
kipp%netscape.com 98fa2a4633 Fix unix build woes 1998-07-16 01:19:02 +00:00
kipp%netscape.com a79127243a new 1998-07-16 01:16:47 +00:00
rpotts%netscape.com e084a5bf89 Fix for view reference counting... A reference to the scrolling view was not being release. This prevented Scrolling views from being destroyed. 1998-07-16 00:14:03 +00:00
guha%netscape.com 7fc26bf75d Fix bug in related links 1998-07-16 00:10:48 +00:00
vidur%netscape.com c7deba47ae Got rid of unnecessary file 1998-07-15 23:49:22 +00:00
karnaze%netscape.com 3617f6230c initial framesets, nsHTMLIFrame.cpp absorbed by nsHTMLFrame.cpp 1998-07-15 23:42:14 +00:00
guha%netscape.com 7d64544262 Remove duplicates from related links 1998-07-15 23:39:14 +00:00
kipp%netscape.com f2f161b1d4 Allocated IID's for nsIHTMLContentSink, nsIContentSink, nsIDTD 1998-07-15 22:51:30 +00:00
scullin%netscape.com 0badcedacf Attempting to fix raptor mac build (not part of grommit or mozilla build) 1998-07-15 22:41:57 +00:00
rpotts%netscape.com 646e80db63 Added nsIURL argument to the nsIStreamListener interface 1998-07-15 22:38:01 +00:00
kipp%netscape.com 8f8e2e233f Updated to XPCOM'ized sink api 1998-07-15 22:31:10 +00:00
kipp%netscape.com 2fe4af0884 Revised sink API's and others to be more xpcom'ish 1998-07-15 22:30:39 +00:00
kipp%netscape.com 8432d360c2 Cleaned up exports list 1998-07-15 22:04:21 +00:00
kipp%netscape.com 31425bcdf9 Fixed build issue 1998-07-15 22:03:56 +00:00
terry%netscape.com 789f33d517 Testing Bonsai, try 11. 1998-07-15 21:40:59 +00:00
kipp%netscape.com 26f9d0f9ef Fixed up to build 1998-07-15 21:07:47 +00:00
kipp%netscape.com 94d38fc013 fix directory name 1998-07-15 21:03:38 +00:00
terry%netscape.com 141fb54f7a Testing Bonsai, try 10. 1998-07-15 20:56:25 +00:00
terry%netscape.com de45197e6f Testing Bonsai, try 9. 1998-07-15 20:50:31 +00:00
terry%netscape.com 971249c3d6 Testing Bonsai, try 8. 1998-07-15 20:47:57 +00:00
terry%netscape.com 710d071bf1 Testing Bonsai, try 7. 1998-07-15 19:56:37 +00:00
terry%netscape.com e28da77c26 Testing Bonsai, try 6. 1998-07-15 19:50:56 +00:00
terry%netscape.com f24a94b99c Testing Bonsai, try 5. 1998-07-15 19:43:52 +00:00
terry%netscape.com 7e026cbfa4 Testing Bonsai, try 4. 1998-07-15 19:41:56 +00:00
terry%netscape.com 1e8a77c9cc Testing Bonsai, try 3. 1998-07-15 19:39:32 +00:00
terry%netscape.com f060cf81d8 Testing Bonsai, try 2. 1998-07-15 19:37:24 +00:00
danm%netscape.com eeb3260ba9 bumping the revision number some more. making last checkin more likely to work. bug 301138. 1998-07-15 19:22:02 +00:00
terry%netscape.com ba0e1e5ec3 Just testing to make sure we haven't busted Bonsai. 1998-07-15 19:18:58 +00:00
troy 23955af1a3 Unused 1998-07-15 18:58:44 +00:00