seawood%netscape.com
5a20182a2c
Wrap debug spew in DEBUG_dp ifdef
2001-12-20 11:53:21 +00:00
dp%netscape.com
2a3196ce7e
Fixing mac bustage.
2001-12-20 07:32:00 +00:00
dp%netscape.com
f25959a741
bug 115752 Eliminate 1 8k and 2 4k allocations per gif by using a
...
caching gif allocator that reuses previously allocated
memory. r=pavlov, sr=sfraser
2001-12-20 06:35:18 +00:00
seawood%netscape.com
874c54280c
Landing the rest of the win32 gmake changes:
...
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
alecf%netscape.com
52cd89e71b
win32 REQUIRES cleanup
2001-11-15 03:49:13 +00:00
seawood%netscape.com
93a92132d7
Landing the rest of the mach-o OSX changes.
...
Bug #75653 r=cls sr=waterson
2001-10-27 07:38:18 +00:00
pavlov%netscape.com
09e2680121
fixing bug 106199. r=ben sr=hyatt
2001-10-23 08:07:03 +00:00
jaggernaut%netscape.com
ba810640be
More REQUIRES clean-up.
2001-10-16 22:08:55 +00:00
pavlov%netscape.com
63b4ad657c
remove a bunch of silly xpcom nonsense from imglib. bug 104311 r=bryner sr=sspitzer
2001-10-12 06:43:52 +00:00
gerv%gerv.net
f385eb981a
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
2001-09-28 20:14:13 +00:00
gerv%gerv.net
2a80f3fea9
Oops.
2001-09-20 00:02:59 +00:00
scc%mozilla.org
63e86dc84f
bug #98089 : ripped new license
2001-09-19 20:09:47 +00:00
jaggernaut%netscape.com
e25262c61f
One module per line for REQUIRES. r=/sr=alecf
2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com
3826eb9902
Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf
2001-09-18 13:41:47 +00:00
jaggernaut%netscape.com
efc8c209fb
Bug 73353: move gfx from module layout to module gfx and fix up REQUIRES lines. r=cls
2001-09-14 05:37:29 +00:00
alecf%netscape.com
898cb5872f
add REQUIRES support to layou, content, gfx, gfx2, widget and modules/libpr0n b=98371 r=cls
2001-09-10 20:46:52 +00:00
tor%cs.brown.edu
b296f38195
Bug 87542 - slight mismatch of update regions of an interlaced gif under
...
some circumstances. r=pavlov, sr=blizzard
2001-07-09 18:51:36 +00:00
tor%cs.brown.edu
5af9364307
Bug 86822 - gif spacer image detector was looking at uninitialized data;
...
animated gif spacer flag wasn't being updated. r=pavlov, sr=blizzard, a=dbaron
2001-06-23 05:04:43 +00:00
waterson%netscape.com
0877b1a573
Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs.
2001-06-20 20:21:49 +00:00
pavlov%netscape.com
6812332e43
fixing image rendering color problems on photon. patch from briane@qnx.com. r=pavlov sr=blizzard a=asa
2001-06-13 01:13:06 +00:00
arik%netscape.com
084ce42761
Commiting patch by patrick c. beard to a fix memory leak and bogus free in the gif decoder. Fixes bug 81207, r=saari, sr=hyatt.
2001-06-12 01:31:16 +00:00
tor%cs.brown.edu
eae141e227
Bug 83804 - bounds check transparent pixel index to be inside colormap.
...
r=pavlov, sr=blizzard, a=asa
2001-06-08 04:36:25 +00:00
tor%cs.brown.edu
034908e1f6
Bug 83804 - crash in gif decoder caused by mismatch in rgb line buffer size.
...
Moved ownership of rgb line buffer to nsGIFDecoder2.
r=pavlov, sr=blizzard, a=blizzard
2001-06-04 22:24:38 +00:00
tor%cs.brown.edu
df4cbf8c02
Bug 73195 - interlaced gif display problems. Handle wrapped point in
...
image data flush and do row replication for solid progressive loading.
r=pavlov,saari sr=waterson a=blizzard
2001-05-31 14:25:33 +00:00
kandrot%netscape.com
cc5b4b5e0b
Checkin for Ron Guilmette. bug #46775 r=pavlov sr=waterson
2001-05-15 06:21:28 +00:00
dr%netscape.com
1429430bca
fix for 55918 (some gif images incorrectly parsed and displayed). patch by saari, r=pavlov, sr=hyatt
2001-05-11 05:39:24 +00:00
kandrot%netscape.com
d5bd552195
Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775 .
2001-05-05 05:33:37 +00:00
saari%netscape.com
9bcf2b55c9
Fix for 76119, "clever" 0x0 GIFs crashing. r=pavlov, sr=hyatt
2001-05-03 00:44:37 +00:00
saari%netscape.com
a0a38bee26
Fix for 76230, some GIFs don't display. r=pavlov, sr=hyatt
2001-05-02 22:42:19 +00:00
cls%seawood.org
25c6dc1c7e
Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775
2001-04-28 19:48:12 +00:00
dprice%netscape.com
fb05441bb6
71010 - 76045 new order files a=chofmann
2001-04-28 04:07:11 +00:00
jelwell%netscape.com
6b2f79c601
Fix for bug 73978 "transparent animating gif problems", r=pavlov sr=hyatt.
...
Module owners are on vacation so Asa asked me to check this into the trunk to bake, for possible branch landing.
2001-04-26 07:11:52 +00:00
hyatt%netscape.com
31a850a277
Fix for 77002. reviewers=jst,waterson,hixie,shaver,brendan,pavlov
2001-04-25 19:52:49 +00:00
pavlov%netscape.com
ef463bc6af
fixing image colors on beos. patch from Wade Majors <guru@startrek.com>. bug 75339. r=pavlov sr=cls@seawood.org
2001-04-23 08:27:06 +00:00
akkana%netscape.com
93afc41b85
74169: Enable controls on image animation in libpr0n. r=pavlov,saari sr=sfraser
2001-04-16 22:02:39 +00:00
pavlov%netscape.com
baa5241a1d
removing the request attribute from imgIDecoder since it was unused and pointless. r=saari sr=hyatt
2001-04-16 09:41:01 +00:00
pavlov%netscape.com
3c6fd19b54
adding some additional error checking r=saari sr=hyatt
2001-04-16 09:17:59 +00:00
saari%netscape.com
63394b651c
changes to image container creation to facilitate different container types. Needed for ART support, and cleaner GIF and JPEG support. r=pavlov, sr=hyatt
2001-04-10 01:44:20 +00:00
dprice%netscape.com
3e31ab9946
65845 - new order files
2001-04-05 06:02:32 +00:00
disttsc%bart.nl
96f5f6cf31
Add "gfx2" and "imglib2" to REQUIRES lines in Makefile.in for MOZ_TRACK_MODULE_DEPS builds (e.g. senna)
2001-03-30 10:39:06 +00:00
pavlov%netscape.com
f23ce45a21
removing the extern "C" { ... } that blake accidentally added the other day. fixes runtime errors on solaris
2001-03-30 02:07:00 +00:00
blakeross%telocity.com
acad56cafb
pav sucks. Fixing his startup crash (he didn't checkin the patch that fixed the double mem free). How did mozbot miss this?!?
2001-03-26 05:06:11 +00:00
pavlov%netscape.com
6355bec467
fix for the remaining gif leaks. bug 73394. r=saari sr=mozbot
2001-03-26 02:22:40 +00:00
pavlov%netscape.com
66f70883eb
fixing leaks in the new gif decoder bug 73394 r=pinkerton sr=shaver
2001-03-26 00:11:53 +00:00
saari%netscape.com
57eebbce00
libpr0n 4 mac
r=pinkerton,pavlov, sr=smfr
2001-03-24 02:44:26 +00:00
saari%netscape.com
fde0a19635
like MIR, libpr0n is landing for mac
r=pinkerton, pavlov, sr=smfr
2001-03-24 02:44:07 +00:00
pavlov%netscape.com
09927a9fa1
send the onstopframe message
2001-03-19 21:58:07 +00:00
saari%netscape.com
5aeb5627d0
imglib2 updates
2001-03-13 23:42:16 +00:00
pavlov%netscape.com
76ab46e31e
fixing alpha problem on windoze
2001-03-10 22:12:40 +00:00
pavlov%netscape.com
8e60325e5d
moving the container stuff here.
2001-03-10 01:11:54 +00:00