Commit Graph

16 Commits

Author SHA1 Message Date
pnunn%netscape.com
e5aab9a82f bug#15585. cleanup. pn.
git-svn-id: svn://10.0.0.236/trunk@55145 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-03 01:07:49 +00:00
pnunn%netscape.com
30c6a5b9b5 bug#15585. changes so logging macros don't generate warnings. pn.
git-svn-id: svn://10.0.0.236/trunk@55142 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-03 00:54:25 +00:00
cls%seawood.org
0c8429dbc0 Replace uint* (which are not defined on all systems) with the appropriate PRUint* types. Submitted by Jerry L. Kirk <Jerry.Kirk@Nexwarecorp.com>
git-svn-id: svn://10.0.0.236/trunk@53436 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-13 22:37:44 +00:00
dmose%mozilla.org
0efb7c174c updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@52910 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-06 03:43:54 +00:00
sfraser%netscape.com
c0ec1f713e Fixes for 16723 -- fix error returns from imglib. r=pnunn, a=chofmann.
git-svn-id: svn://10.0.0.236/trunk@52819 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 23:11:11 +00:00
dp%netscape.com
fabbeba48e Fixed warnings. r=pam nunn
git-svn-id: svn://10.0.0.236/trunk@51197 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 22:28:38 +00:00
pnunn%netscape.com
f97d466756 Chkins for newt@pobox.com.
git-svn-id: svn://10.0.0.236/trunk@46597 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 19:32:16 +00:00
dp%netscape.com
44d54884d7 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.)


git-svn-id: svn://10.0.0.236/trunk@44743 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 04:09:01 +00:00
dp%netscape.com
f03ed5b5bc 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


git-svn-id: svn://10.0.0.236/trunk@44728 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 03:54:08 +00:00
pnunn%netscape.com
411f2f27f0 Cleaning up returns across api's. pnunn.
git-svn-id: svn://10.0.0.236/trunk@43725 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 22:22:46 +00:00
dp%netscape.com
46081f327c XPCOM Review of imglib.
git-svn-id: svn://10.0.0.236/trunk@43052 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-10 22:41:26 +00:00
pnunn%netscape.com
eec4544e8f fix for bug#924 (from newt@pobox.com), and clean up of unused code. pnunn. ok'd by chofmann.
git-svn-id: svn://10.0.0.236/trunk@38715 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 19:24:02 +00:00
pnunn%netscape.com
0e8116efd8 fix warnings, #8154. pnunn.
git-svn-id: svn://10.0.0.236/trunk@36908 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-25 19:47:25 +00:00
pnunn%netscape.com
cf42252f89 Minor adjustment for testing. pnunn.
git-svn-id: svn://10.0.0.236/trunk@36580 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-23 19:54:52 +00:00
pnunn%netscape.com
23709b377e Prep work for alpha channel. pnunn.
git-svn-id: svn://10.0.0.236/trunk@36316 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-22 20:09:29 +00:00
pnunn%netscape.com
2992c4de3e new. decoder. pnunn
git-svn-id: svn://10.0.0.236/trunk@28102 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-19 22:03:25 +00:00