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

51 Коммитов

Автор SHA1 Сообщение Дата
pnunn%netscape.com bfb2a00bb9 bug#15585. cleanup. pn. 1999-12-03 01:07:49 +00:00
pnunn%netscape.com b89fae48b4 bug#15585. changes so logging macros don't generate warnings. pn. 1999-12-03 00:54:25 +00:00
jdunn%netscape.com d70d78c6bf Fixing all unresolved symbols on unix. The bug has the diff's
r dp@netscape.com (ramiro helped me with it)
# 18688
1999-11-16 06:02:31 +00:00
cls%seawood.org fb3de20f7e Replace uint* (which are not defined on all systems) with the appropriate PRUint* types. Submitted by Jerry L. Kirk <Jerry.Kirk@Nexwarecorp.com> 1999-11-13 22:37:44 +00:00
dmose%mozilla.org 8535dda53e updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
sfraser%netscape.com 3237e6f610 Fixes for 16723 -- fix error returns from imglib. r=pnunn, a=chofmann. 1999-11-04 23:11:11 +00:00
pnunn%netscape.com 124a51530e fix for mac bustage. pnunn. 1999-10-23 00:10:14 +00:00
pnunn%netscape.com fc9a9125a8 bug#15585. r:neeti@netscape.com. Fix build warnings. 1999-10-22 21:04:28 +00:00
pnunn%netscape.com eea929ccce Bug#13505: r:neeti@netscape.com. Replace str()'s with nsCRT()'s & nspr()'s. 1999-10-22 21:03:52 +00:00
pnunn%netscape.com 67cb0e41c1 bug#13505. Replacing str functions with nsCRT functions, nspr functions.
pnunn@netscape.com  r:jfrancis@netscape.com
1999-10-21 22:23:24 +00:00
dp%netscape.com 906426ca6e Fixed warnings. r=pam nunn 1999-10-19 22:28:38 +00:00
dp%netscape.com 19dc10dde0 Converting implementations of QueryInterface() to the std one. This
fixes bugs in the previous implementation that caused unbalanced
refcounts and premature releases. Thanks for rpotts for the heads
up. r=pam nunn
1999-10-19 22:27:08 +00:00
waterson%netscape.com c7347c6be0 Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur 1999-10-12 03:05:10 +00:00
kipp%netscape.com 22abad3fb9 More module work 1999-09-30 21:17:44 +00:00
kipp%netscape.com 2ddd276011 new 1999-09-28 00:50:17 +00:00
pnunn%netscape.com 420ac11534 Code check in for lennox@cs.columbia.edu for bug#6323. Fix for bsd folks.
r:dp,pnunn a:leaf
1999-09-23 19:19:07 +00:00
cls%seawood.org 11333d189a Linux only: Removed -D_BSD_SOURCE from DEFINES as it is unnecessary now that __STRICT_ANSI__ is set in <prinet.h> 1999-09-16 14:54:18 +00:00
pnunn%netscape.com 56f36ccf03 Change net/gfx/imglib buffer size. pnunn. 1999-09-16 01:22:44 +00:00
briano%netscape.com 70f4c0b6b8 General cleanup. 1999-09-14 02:51:42 +00:00
cls%seawood.org 17c88d7b29 Fix my bustage using -D_BSD_SOURCE 1999-09-12 16:41:14 +00:00
pnunn%netscape.com 92661b962b Chkins for newt@pobox.com. 1999-09-09 19:32:16 +00:00
cyeh%netscape.com df37c0fb33 Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 01:24:51 +00:00
pnunn%netscape.com 93ad4e40fb fix for #10371. shortened lib names. pnunn. 1999-09-01 01:07:16 +00:00
dp%netscape.com 10f850710d This patch improves the PNG error-handling. Primarily it fixes a very
subtle compile-time error involving the jmp_buf struct, which can be
different sizes depending on what macros are defined.  Since libpng and
Mozilla are not necessarily compiled at the same time (at least during
development), the only way to guarantee that their concept of jmp_buf
is consistent is to avoid using it at all in one of them; specifically,
replace libpng's default error-handler with essentially the same thing
within Mozilla.  (This will likely be required in a future version of
libpng, btw.)
1999-08-27 04:09:01 +00:00
dp%netscape.com a8690299b5 png cleanup from Greg Roelofs <newt@pobox.com> 1999-08-27 04:00:13 +00:00
dp%netscape.com 0bf8694861 Removing png_png.cpp 1999-08-27 03:54:37 +00:00
dp%netscape.com 2ba9a7e305 PNG Cleanup from Greg Roelofs <newt@pobox.com>
- eliminate prototypes for libpng functions already declared in png.h
- eliminate prototype for il_create_alpha_mask() (now deleted)
- add "extern" to prototype for row_callback() (in png_png.cpp)
- eliminate il_png_init_transparency() and il_png_destroy_transparency() (never used)
- ifdef out GIF leftovers in il_png_complete()
- This patch plugs the memory leak. il_png_init() does PR_NEWZAP()on
ic->ds; never freed.
- Removed png_png.cpp
1999-08-27 03:54:08 +00:00
pnunn%netscape.com d31014a9d1 Modifications needed for Necko and general clean up of imglib api. pnunn. 1999-08-24 19:53:32 +00:00
pnunn%netscape.com dcd120c8f7 Cleaning up returns across api's. pnunn. 1999-08-19 22:31:12 +00:00
pnunn%netscape.com af9e76ad65 Cleaning up returns across api's. pnunn. 1999-08-19 22:22:46 +00:00
dp%netscape.com e2b51ff8da XPCOM Review of imglib. 1999-08-10 22:41:26 +00:00
pnunn%netscape.com e02684b30a Clean up. pn. 1999-07-19 18:46:46 +00:00
pnunn%netscape.com 1bc3c8db14 fix for bug#924 (from newt@pobox.com), and clean up of unused code. pnunn. ok'd by chofmann. 1999-07-07 19:24:02 +00:00
dveditz%netscape.com 7aa859429b makefile cleanups 1999-07-02 13:40:18 +00:00
pnunn%netscape.com f9be54e0fe fix warnings, #8154. pnunn. 1999-06-25 19:47:25 +00:00
pnunn%netscape.com 58460640a8 Minor adjustment for testing. pnunn. 1999-06-23 19:54:52 +00:00
pnunn%netscape.com aa67deb2f0 Prep work for alpha channel. pnunn. 1999-06-22 20:09:29 +00:00
pnunn%netscape.com 0a6c82a410 move kISupportsIID declaration local. pnunn. 1999-06-01 21:53:12 +00:00
dp%netscape.com 0443b20e33 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
sspitzer%netscape.com 0d4bfe6a64 make the destructors virtual 1999-05-13 00:59:19 +00:00
dp%netscape.com cee9b8c834 Converting stray UnregisterFactory calls to UnregisterComponent 1999-05-06 01:37:04 +00:00
dp%netscape.com edc68a4e09 XPCOM: Addref() and Release() usage fixed. 1999-05-04 18:38:21 +00:00
pnunn%netscape.com c59c9c6855 Added png and zlib library link. pnunn. refer to Bug#5459. review:slamm. ok'd:chofmann. 1999-04-30 18:30:36 +00:00
dveditz%netscape.com 38870e7a3c fix zlib name on windows 1999-04-28 00:40:56 +00:00
pnunn%netscape.com 09f0b78385 fix mem leak. pnunn. bugz# 5552. 1999-04-27 23:27:30 +00:00
pnunn%netscape.com 3d41b70af7 Building directory incorrect for nsPNGCallback.obj on windows. fixed. pnunn.
If you have trouble building, clobber and delete any obj file existing
in mozilla/modules/libimg/pngcom directory.
1999-04-27 19:37:43 +00:00
sspitzer%netscape.com e1453af3fd cvs ignorage of generated makefiles 1999-04-26 18:26:05 +00:00
pnunn%netscape.com cacde97da7 new. decoders. unix/autoconfig. pnunn. 1999-04-19 22:33:13 +00:00
pnunn%netscape.com 4f7713e665 new. decoder. pnunn. 1999-04-19 22:03:55 +00:00
pnunn%netscape.com a083695b19 new. decoder. pnunn 1999-04-19 22:03:25 +00:00