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

569 Коммитов

Автор SHA1 Сообщение Дата
bsmedberg%covad.net 7ccf6e4965 Bug 273876 - libxul step 2 (everything through widget, except spidermonkey) r=darin; again, this should not affect non-xulrunner trees. 2004-12-09 19:28:35 +00:00
tor%cs.brown.edu 4ff43fc17d Bug 261922 - upgrade to libpng-1.2.7. r=tor. 2004-10-07 19:21:29 +00:00
tor%cs.brown.edu 682e34bba8 Bug 208607 - reconfigure libpng for smaller imglib2.
Patch by glennrp@imagemagick.org, r+sr=tor
2004-06-30 18:59:11 +00:00
tor%cs.brown.edu a45935d71a Bug 242915 - out-of-bounds read during error message processing.
Patch by glennrp@imagemagick.org, r+sr=tor
2004-05-07 17:16:50 +00:00
gerv%gerv.net c40f4f93a2 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
bryner%brianryner.com 804e3272b8 Prefix all external symbols in Mozilla's libpng with MOZ_PNG_ to avoid runtime version conflicts with a system-installed libpng in static builds (bug 181936). Patch by glennrp@imagemagick.org, r=pavlov, sr=tor/bryner 2003-11-01 07:20:43 +00:00
tor%cs.brown.edu 1474fe5031 Bug 208607 - configure away unused png write code. Patch by
randeg@alum.rpi.edu, r=pavlov, sr=tor
2003-07-03 06:51:18 +00:00
tor%cs.brown.edu e4642be310 Bug 208607 - reconfigure libpng for smaller imglib2. r=pavlov, sr=blizzard 2003-06-11 20:05:13 +00:00
seawood%netscape.com 41119ba822 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-11 00:15:38 +00:00
seawood%netscape.com 6934dc37a9 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 20:12:33 +00:00
cbiesinger%web.de 99100ebaac remove final traces of mng decoder, part of bug 195280. not part of build. 2003-06-05 16:27:19 +00:00
pavlov%pavlov.net 7237927e55 Removal of MNG support. Bug 195280. Patch by tor@acm.org. r=pavlov sr=blizzard. 2003-06-03 23:16:42 +00:00
cbiesinger%web.de 9521e49d22 198149 patch by gjuyn@3-t.com rs=tor (third party library, patch by author)
MNG that is set to loop indefinitely, stops working after first loop.
2003-03-21 21:37:37 +00:00
tor%cs.brown.edu 239bdac10c Bug 181676 - Update libmng to 1.0.5. rs=blizzard 2003-03-07 09:28:30 +00:00
seawood%netscape.com 63ffaa111b Fix mach-o static builds by forcing all code that's linked into a shared lib to build with -fPIC.
Bug #194662 r=ccarlen
2003-02-26 04:17:40 +00:00
cbiesinger%web.de 9b0fd3105b missed a file. still r=pavlov sr=tor 2002-11-08 21:54:43 +00:00
cbiesinger%web.de 89f78573ac removing antiquated gif decoder code and similar stuff. r=pavlov sr=tor, and this is not part of the build. 2002-11-08 21:53:18 +00:00
tor%cs.brown.edu 047528135b document mkaply's os2 build bustage fix 2002-10-07 06:28:56 +00:00
mkaply%us.ibm.com 35de627c10 Putting code back since I fixed the PNG decoder - note the change to IBMCPP - not sure how that got checked in wrong - probably broke in the PNG mainline code 2002-10-07 04:40:33 +00:00
mkaply%us.ibm.com 31d07ee76b OS/2 runtime bustage - this should be the right thing to do, but it causes PNG to crash horribly backing out for now 2002-10-07 04:10:10 +00:00
tor%cs.brown.edu 2781ac8ac1 update libpng to 1.2.5. r=cls 2002-10-04 06:34:53 +00:00
dougt%netscape.com c5e8f896cd 166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 17:13:19 +00:00
seawood%netscape.com 8ae6c40f5d Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
pavlov%netscape.com ff59ce4d20 checking in fix for bug 155222 r=pavlov sr=tor@acm.org 2002-07-15 20:17:09 +00:00
tor%cs.brown.edu 4378bdf92e Bug 154996 - PNGs with invalid IHDR can crash/hang browser. rs=tor 2002-06-29 20:11:33 +00:00
tor%cs.brown.edu 0bf34a74eb Bug 135579 - small interlaced PNGs not decoded correctly.
Patch from randeg@alum.rpi.edu, rs=tor.
2002-06-17 21:32:03 +00:00
seawood%netscape.com daf3c69f34 Do not add these libraries to the generated static libs list as they have their own vars that are also used in the static build.
Bug #149211 r=bryner
2002-06-11 20:18:03 +00:00
seawood%netscape.com e750f69a60 Sync tree against pristine 1.0.9 png distribution.
Reapply moz patches.  Added MOZCHANGES file to track moz-specific changes.
Bug #125845 r=pavlov a=asa
2002-03-22 00:06:13 +00:00
tor%cs.brown.edu 53704b3bd5 Bug 123613 - mng subimage composite reading dest alpha from wrong
location, bump required libmng to 1.0.4. r=pavlov,cls; sr=blizzard
2002-02-17 15:29:18 +00:00
ccarlen%netscape.com 9285546c83 Bug 115334 - Removing .mcp files which are obsolete after XML conversion. r=jj/sr=sfraser 2002-02-12 15:41:41 +00:00
cathleen%netscape.com 31f584b51c eliminate 24 callers to nsCRT::memmove to use memmove from libC instead. removed nsCRT::memove() bug 118135 r=dp sr=brendan 2002-02-08 01:11:33 +00:00
sfraser%netscape.com d285f8f560 Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
seawood%netscape.com fa5df5e54c Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility.
bug #58981 sr=jag
2002-01-16 05:10:09 +00:00
cathleen%netscape.com c2d19ad82a converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp 2002-01-12 03:18:55 +00:00
timeless%mac.com 711739d601 Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
r='s from many people. sr=jst
2001-12-23 23:23:41 +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
ccarlen%netscape.com 5be3015148 Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser 2001-12-11 05:25:50 +00:00
ccarlen%netscape.com eec09f1b7d Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 21:02:40 +00:00
ccarlen%netscape.com d360173601 Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 20:42:22 +00:00
leaf%mozilla.org 99e99b9ff7 remove cppsrcs defines from makefile.win files, bug 102459, sr=cls r=dbaron 2001-12-05 03:43:29 +00:00
seawood%netscape.com d8927fcc61 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
tor%cs.brown.edu 47489a840c Update to libmng 1.0.3. rs=blizzard 2001-11-01 00:19:53 +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
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
alecf%netscape.com cf9912aa80 Final REQUIRES changes for bug 98371, adding support for MOZ_TRACK_MODULE_DEPS to win32. r=cls (and tested by cls!) 2001-09-17 19:06:35 +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