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

21420 Коммитов

Автор SHA1 Сообщение Дата
rods%netscape.com 9d41fd02d9 Added additional MIME constants 1999-03-26 15:03:59 +00:00
rods%netscape.com 8d1a673c82 Added XIF support 1999-03-26 15:03:13 +00:00
rods%netscape.com f4a60280d9 added nsBaseClipboard.cpp 1999-03-26 15:02:44 +00:00
rods%netscape.com e1a328edfb initial checkin 1999-03-26 15:01:23 +00:00
rods%netscape.com c456fc1560 Added ShowClipboard method 1999-03-26 14:54:10 +00:00
karnaze%netscape.com f1125c933b bug 4141, space bar activating button 1999-03-26 13:47:35 +00:00
ramiro%netscape.com 58156c9428 Fix indiscriminate debug comment spewage. 1999-03-26 11:34:21 +00:00
ramiro%netscape.com ef24e6bc53 Opps, forgot a debug abort(). 1999-03-26 10:40:44 +00:00
ramiro%netscape.com bb74a84005 Fix 2 things.
1) dont do the RGB -> BGR conversion.  Its not needed thanks
to a IMGLIB workaround i just checked in.

2) create a pixmap from the image data only ONCE for unique image bits and
re paint that, instead of doing this every single time we render.
1999-03-26 09:53:13 +00:00
ramiro%netscape.com 301eeb4fe4 Change ConvertRGBToRGB24 to be dumb on unix so that it doesn reverse the
byte order.  This is needed because the unix gtk image munging code expects
the image data to be in RGB format.

The ConvertRGBToRGB24 conversion is obviously a waste of time on unix and
probably mac.

Unfortunately, the alternative seems to require significant IMGLIB
work.  Simply seeting to ic->converter to NULL for the 24 bit case
did not work as expected.

The correct fix might be to not do any conversion if the image data
is already in the format expected on the nsIImage end.
1999-03-26 09:50:40 +00:00
ramiro%netscape.com 39fb8151db noisy fonts only on debug build. 1999-03-26 09:46:28 +00:00
ramiro%netscape.com 3504870212 print depth on debug printf 1999-03-26 09:43:57 +00:00
rjc%netscape.com 24f2f5e954 Buffer up a line at a time when reading in FTP input. 1999-03-26 07:44:01 +00:00
rjc%netscape.com 4a0cdf9124 Gotta luv Makefiles! 1999-03-26 06:06:16 +00:00
rjc%netscape.com a84bec059e Add FTP datasource into build. 1999-03-26 05:57:22 +00:00
briano%netscape.com a528848110 Automated update 1999-03-26 05:44:30 +00:00
slamm%netscape.com ac00745474 1. Turn --enable-md on by default if using GNU tools.
2. Remove "-include" test again. I thought we needed it but we don't.
3. Standardize GNU_CC and GNU_CXX usage.
4. General clean-up.
1999-03-26 05:37:38 +00:00
waterson%netscape.com 7e832a0c8d Fixed bad merge. 1999-03-26 05:34:36 +00:00
rjc%netscape.com 3c9ae2c577 More FTP changes. (Not yet in build) 1999-03-26 05:20:25 +00:00
waterson%netscape.com 65e97da034 Added some preconditions; changed resource equality test to interface ==. 1999-03-26 04:44:24 +00:00
waterson%netscape.com 3e108aa171 Added the _real_ RDF namespace, commented out for now. 1999-03-26 04:43:28 +00:00
waterson%netscape.com 00896c290d Removed HACK_DONT_USE_LIBREG #ifdef. 1999-03-26 04:43:02 +00:00
waterson%netscape.com 430bbb3c3f Fixed default namespaces. 1999-03-26 04:42:29 +00:00
waterson%netscape.com 715da55dfe Added assert to scream when the browsing profile can't be loaded. 1999-03-26 04:41:09 +00:00
waterson%netscape.com 1c28dcc482 Debugged to get working. 1999-03-26 04:40:32 +00:00
troy%netscape.com ef7800bb44 Fix for bug #2592. Changed ComputeMargin() and ComputePadding() to handle
'inherit' when calculating the computed values
1999-03-26 03:57:46 +00:00
mscott%netscape.com c056b96446 When running an imap command through a url, register the test harness as a listener to the url so we can get a call back when the url is done. This allows us to not display the command menu item to the user until the url is finished. I also cleaned up some ref counting stuff with regards to when a url is created and when we release it. 1999-03-26 03:40:08 +00:00
mscott%netscape.com 4a29649938 For now, when we get on data available from the server and we successfully wrote data out through the log interface, then mark the url as done. 1999-03-26 03:37:33 +00:00
mscott%netscape.com 91845a00c0 initialize ptr to nsnull. 1999-03-26 03:35:42 +00:00
terry%netscape.com 4fe3986212 Look for text like "bug 213" and make it a link to that bug... 1999-03-26 03:11:49 +00:00
danm%netscape.com 17cffb116d removing glowcode. a:jband 1999-03-26 02:37:22 +00:00
terry%netscape.com 2c93ea2eb8 Redo the linkifying of URLs and email addresses to not munge up weird
cases so badly.
1999-03-26 02:34:12 +00:00
mscott%netscape.com 084631a564 Fix build breakage on windows. For some reason VC6.0 is able to find the include file for nsMsgKey_none. VC5.0 apparently has more problems with it... 1999-03-26 02:05:14 +00:00
kipp%netscape.com c4e67b2be9 Use raw trapezoid data to solve issues of floaters with margins (bug #2024) 1999-03-26 01:59:13 +00:00
danm%netscape.com 9778c7a9c6 oooo. rev 1.15 added dist/public/dom to INC path incorrectly. did it right this time. 1999-03-26 01:41:50 +00:00
ftang%netscape.com e0a7810073 correct katakan/hiragana/katakana-iroha/hiragana-iroha list after reviewed by momoi. Add implementation for NS_STYLE_LIST_STYLE_DECIMAL_LEADING_ZERO. 1999-03-26 01:37:27 +00:00
jband%netscape.com 9850a9e41c catpure caller information to display in the exception if uncaught and verbose is set 1999-03-26 01:31:16 +00:00
nhotta%netscape.com 01eeaaa829 Removed to link to mime, it wasn't needed. 1999-03-26 01:28:14 +00:00
mscott%netscape.com aa0890f182 Don't link with nntp.lib. news now builds as a stand alone component. 1999-03-26 01:13:55 +00:00
mscott%netscape.com f247c62edf Don't built nntpTest until it is upgraded to use the new news service. 1999-03-26 01:11:20 +00:00
mscott%netscape.com fe4785355b Build nsNntpService. 1999-03-26 01:10:16 +00:00
mscott%netscape.com 1ae14ebecb Export nsINntpService.h 1999-03-26 01:09:32 +00:00
mscott%netscape.com 9b062bac04 Build the build directory. 1999-03-26 01:09:02 +00:00
mscott%netscape.com cd14046b9f Build news\build. Part of making news a standalone component. 1999-03-26 01:08:43 +00:00
mscott%netscape.com 78c3cd71b1 News now builds as a standalone component. Don't link with nntp.lib. 1999-03-26 01:07:20 +00:00
mscott%netscape.com ccdb2982d7 News now builds as a standalone component. Use the nntp service for running news urls and remove the old "C" functions. 1999-03-26 01:06:41 +00:00
mscott%netscape.com a4aa227ddd Part of making news a standalone component. Build the "build" directory. 1999-03-26 01:05:20 +00:00
mscott%netscape.com 8c06146a07 Part of making news a stand alone component. nntp url supports the nsIMsgMailNewsUrl interface. 1999-03-26 01:04:12 +00:00
mscott%netscape.com 685bcbf3ea Build nsNntpService. 1999-03-26 01:03:27 +00:00
mscott%netscape.com 0dd962f755 Spell nsNNTPProtocol.h correctly when including the file. (unix is case sensitive) 1999-03-26 01:02:57 +00:00