dbaron%fas.harvard.edu
|
730c332685
|
Fix Windows bustage from fastload branch landing.
|
2001-07-31 20:21:01 +00:00 |
|
brendan%mozilla.org
|
dbd7fed5b1
|
FASTLOAD_20010703_BRANCH landing, r=dbaron, sr=shaver.
|
2001-07-31 19:05:34 +00:00 |
|
jaggernaut%netscape.com
|
cb0faab070
|
Bug 73353: clean up the REQUIRES lines in Makefiles.
|
2001-07-23 22:36:12 +00:00 |
|
tor%cs.brown.edu
|
63fe1e459e
|
Mac build fixes and set alpha properly for all platforms. Not in build.
|
2001-07-18 21:34:15 +00:00 |
|
pavlov%netscape.com
|
8aaaf796a4
|
part of bug 78690. r=bryner sr=jst
|
2001-07-17 01:14:40 +00:00 |
|
mscott%netscape.com
|
3b18db52c8
|
Bug #89181 --> fix a typo.
r/sr=sspitzer
|
2001-07-13 04:44:56 +00:00 |
|
mscott%netscape.com
|
0f3b19b652
|
Bug #89181 --> dword align the moz-icon RGB data so they render at certain
resolutions.
r=pavlov
sr=sspitzer
|
2001-07-10 00:55:06 +00:00 |
|
tor%cs.brown.edu
|
7f036e48d0
|
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 |
|
mscott%netscape.com
|
712ed0f759
|
If we don't have a file ext in the moz-icon url, fall back to using the content type if it
was specified.
r/sr=sspitzer
|
2001-07-02 19:12:12 +00:00 |
|
tor%cs.brown.edu
|
1ab9af0ced
|
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 |
|
dougt%netscape.com
|
758f79ff72
|
Landing url parsing branch. 73845. r=alecf@netscape.com, sr=darin@netscape.com, a=blizzard@rednat.com.
This fixes many crashes caused by illegal uses of the nsStdURL.
This also allows a plugable protocol to provide their own url parser.
|
2001-06-21 22:02:47 +00:00 |
|
jat%princeton.edu
|
76e5d3ba17
|
Fixes bug 78649: so libimg/libpr0n do not print to console on opt builds.
r=cls, sr=tor, a=drivers(dbaron)
|
2001-06-20 23:25:34 +00:00 |
|
waterson%netscape.com
|
b74d6e1c8b
|
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 |
|
tor%cs.brown.edu
|
3a6cd76573
|
Backout of jat's checkin for 78649 - win32 line endings will break some
commercial unix compilers.
|
2001-06-20 00:53:26 +00:00 |
|
jat%princeton.edu
|
3a75667d13
|
Removes console output from non-debug builds in libimg and libpr0n modules.
r=cls, sr=tor, a=drivers(dbaron), bug=78649.
|
2001-06-20 00:32:47 +00:00 |
|
pavlov%netscape.com
|
5825708ad5
|
fix for bug 38322 r=cmanske sr=jst a=tor
|
2001-06-18 06:36:37 +00:00 |
|
pavlov%netscape.com
|
fb5cea14ff
|
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
|
7683543edd
|
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 |
|
pavlov%netscape.com
|
739b3b0133
|
fix for bug 83992 r=valeski sr=blizzard a=asa
|
2001-06-08 10:03:27 +00:00 |
|
attinasi%netscape.com
|
67a224ce0c
|
Prevent notifications during cancelation of notifications by clearing listener before removing proxy. b=82926 r=pavlov sr=waterson a=asa t=booyah!
|
2001-06-08 05:44:38 +00:00 |
|
tor%cs.brown.edu
|
72f01417ff
|
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 |
|
dougt%netscape.com
|
e0c4831d10
|
Fixes bug 83401. r=gagan, darin, sr=vidur, a=blizzard. Add port blacklisting to necko
|
2001-06-06 00:10:09 +00:00 |
|
mkaply%us.ibm.com
|
119d23f310
|
More REQUIRES bustage - need mimetype in libpr0n
|
2001-06-05 02:08:59 +00:00 |
|
tor%cs.brown.edu
|
951d575359
|
Bug 83835 - tweak jpeg decoder performance by not doing a OnDataAvailable()
for every line of the image. r=pavlov, sr=blizzard, a=asa
|
2001-06-04 23:57:45 +00:00 |
|
ducarroz%netscape.com
|
18073f24cc
|
Fix for bug 81751. Add define for mime type multipart/x-mixed-replace and multipart/byteranges. Also export nsIFileStreams.idl on Mac. R=varada, SR=mscott, A=asa
|
2001-06-04 22:59:22 +00:00 |
|
tor%cs.brown.edu
|
4eaa263d05
|
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
|
776863635a
|
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 |
|
pavlov%netscape.com
|
efeddaf9d5
|
removing #ifdef MOZ_NEW_CACHEs since they arn't needed anymore (and they are gone from the rest of the code) r=jst
|
2001-05-23 07:01:38 +00:00 |
|
tor%cs.brown.edu
|
96ecfa7c41
|
Plug memory leak in XP_MAC code. Not in build.
|
2001-05-21 14:56:44 +00:00 |
|
tor%cs.brown.edu
|
4ca27180ba
|
MNG/JNG decoder. Not in build.
|
2001-05-21 14:27:45 +00:00 |
|
pavlov%netscape.com
|
f8f2f014ef
|
fixing bug 80011 r=bryner sr=blizzard
|
2001-05-20 19:26:21 +00:00 |
|
jst%netscape.com
|
77aeecc056
|
scc checking in from jst's account. bug #75220: sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances.
|
2001-05-19 11:27:30 +00:00 |
|
kandrot%netscape.com
|
f51c400592
|
Checkin for Ron Guilmette. bug #46775 r=pavlov sr=waterson
|
2001-05-15 06:21:28 +00:00 |
|
darin%netscape.com
|
b26d5adb54
|
Http branch landing: changes to other files (bug 76866) r=gagan,sr=dougt,a=chofmann
|
2001-05-11 21:05:08 +00:00 |
|
dr%netscape.com
|
b10ec5431b
|
fix for 75828 (mozilla repeating animation of images when it shouldn't). patch by saari, r=pavlov, sr=hyatt
|
2001-05-11 05:41:24 +00:00 |
|
dr%netscape.com
|
c4713968bd
|
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 |
|
pavlov%netscape.com
|
4e4a6541ef
|
fix for bug 79460 r=dbaron sr=waterson
|
2001-05-09 07:21:36 +00:00 |
|
gordon%netscape.com
|
893e8e0225
|
Fix bug 79585 "need non-blocking OpenCacheEntry() for HTTP", r=pavlov, sr=darin.
|
2001-05-09 03:36:00 +00:00 |
|
mscott%netscape.com
|
89ac58ca92
|
Bug #79178 --> fix crash on release windows builds for moz-icon urls
a=leaf
|
2001-05-08 23:31:56 +00:00 |
|
pavlov%netscape.com
|
7b41e6b5bf
|
the rest of 79314 r=bryner sr=hyatt
|
2001-05-08 04:21:49 +00:00 |
|
pavlov%netscape.com
|
b59b508a20
|
fixing bug 74284 r=bryner sr=ben
|
2001-05-08 04:12:40 +00:00 |
|
pavlov%netscape.com
|
e7a6b56631
|
fixing up the logging in imglib bug 79314 r=bryner sr=hyatt
|
2001-05-08 04:01:28 +00:00 |
|
pavlov%netscape.com
|
4ae3184536
|
adding some new files... not part of the build
|
2001-05-08 03:38:35 +00:00 |
|
pavlov%netscape.com
|
5c43e187fa
|
removing the quotes from the module name
|
2001-05-05 09:58:31 +00:00 |
|
kandrot%netscape.com
|
afdac97c93
|
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 |
|
mscott%netscape.com
|
951ee67dcf
|
First Checked In.
|
2001-05-05 04:02:11 +00:00 |
|
mscott%netscape.com
|
6c62507a09
|
Bug #74222 --> turn on moz-icon urls. moz-icon urls fetch system icons for mac and windows and render them in mozilla.
r=pavlov
sr=hyatt
|
2001-05-05 03:59:04 +00:00 |
|
valeski%netscape.com
|
349d7fcbf7
|
r=pavlov, sr=rpotts. 77906. making GetName() more generic for user presentation purposes.
|
2001-05-04 20:29:32 +00:00 |
|
tor%cs.brown.edu
|
3447e15d9b
|
Bug 78906 - jpeg images not loading. r=pavlov, sr=blizzard
|
2001-05-04 20:05:49 +00:00 |
|
pavlov%netscape.com
|
8928744f6a
|
fixing topcrash bug 77328 r=hixie sr=tor@cs.brown.edu
|
2001-05-04 07:22:38 +00:00 |
|