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

114 Коммитов

Автор SHA1 Сообщение Дата
Makoto Kato ccdb20845f Bug 539378 - Remove MOZ_BITS macro from tree. r=ted 2010-01-19 14:12:09 +09:00
timeless@mozdev.org 245e62181e Bug 468994 - fixing warning about formal parameter 2 different from declaration int16 != int, r=joe 2009-12-13 09:11:39 -08:00
Daniel Holbert e39a82fa4a Bug 520672 followup: replace "unsigned char" with "JSAMPLE" (which is typedef'd to unsigned char) in jdmaster.c, for consistency. r=bholley 2009-10-05 21:56:54 -07:00
Daniel Holbert db4da7881d Bug 520672: Use unsigned instead of signed char for static array in jpeg/jdmaster.c, to fix "overflow in implicit constant conversion" compile warning. r=bholley 2009-10-05 18:04:58 -07:00
Peter Weilbacher d912d34674 [OS/2] Bug 506869: remove obsolete file, r=wuno@lsvw 2009-07-29 02:05:05 +03:00
Serge Gautherie 609b7f95ab Bug 459047 - Remove Win16 reference from jdatadst.c; (Av1) Remove 1 function and 2 files; r=joe@drew.ca 2009-04-16 19:54:28 +02:00
Arpad Borsos c72ef7d248 Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan 2008-10-10 17:04:34 +02:00
gijskruitbosch@gmail.com d923d94e57 Bug 414042 - MSVC71 build error in jdapimin.c attempting to include intrin.h p=mook@songbirdnest.com (Mook) r=mmoy@yahoo.com (Michael Moy) sr=pavlov@pavlov.net (Stuart Parmenter) a=dsicore@mozilla.com (Damon Sicore) 2008-03-12 14:36:47 -07:00
reed@reedloden.com 7c0fde4cae Bug 44781 - "Support CMYK, YCCK JPEGs" [p=alfredkayser@gmail.com (Alfred Kayser) r=stuart a1.9=schrep] 2008-02-14 12:38:19 -08:00
reed@reedloden.com 6ebe5d23b5 Bug 416906 - "Incorrect preprocessor syntax" (Replace "#endif !" with "#endif /* */") [p=tglek@mozilla.com (Taras Glek) r=stuart a1.9=schrep] 2008-02-13 02:34:01 -08:00
dwitte@stanford.edu 7fb4bb6085 compile fix. 2008-01-29 22:29:24 -08:00
reed@reedloden.com 9acd0859e1 Get rid of obsoleted XP_MAC checks. [p=reed r+a1.9=stuart] 2008-01-24 23:15:32 -08:00
reed@reedloden.com b727f3d585 Bug 411379 - "Add SSE2 processing for JPEG color, use static instead of dynamic arrays" (SSE2 Intrinsics Support and Static Tables) [p=mmoy@yahoo.com (Michael Moy) r=alfredkayser r+sr=stuart a=blocking1.9+] 2008-01-24 22:52:01 -08:00
sayrer@gmail.com 9b97fee396 Bug 411369. Crash while trying to print. r=ted.mielczarek 2008-01-18 17:09:36 -08:00
sdwilsh@shawnwilsher.com 296d89a513 Bug 247437 - SSE has issues with JPEG decoding. Patch by Ryan VanderMeulen <ryanvm@gmail.com>. r=pavlov 2007-06-26 16:53:56 -07:00
hg@mozilla.com 05e5d33a57 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00
gerv%gerv.net 23a46fc53e Bug 369752 - update text to mention tri-license. 2007-02-09 11:10:27 +00:00
dbaron%dbaron.org 038e34bd9a Use hidden visibility for JPEG lib when we build it. b=359461 r=bsmedberg 2006-12-15 00:27:53 +00:00
cbiesinger%web.de 51a89a8b1e bug 335180 Remove win32.order, mozilla-bin.order, --enable-reorder, and
associated code. These options do not really work anymore.

r=bsmedberg
2006-05-06 17:53:51 +00:00
benjamin%smedbergs.us cfa4b0b6f3 Bug 332115 - hide a bunch of symbols when building libxul, fix the thebes symbols so that they are exported/imported sanely, and some other graphics-related linking/visibility fixups, r=darin+vlad 2006-04-27 14:41:11 +00:00
gerv%gerv.net 7f1b5c62e5 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-12-31 13:18:10 +00:00
brettw%gmail.com c342bda954 Bug 245684 fix bustage 2005-11-15 18:36:57 +00:00
tor%cs.brown.edu 39f3e84889 Bug 263087 - remove unused IFAST code. Patch by bernard.alleysson@gmail.com.
r+sr=tor
2004-12-12 00:57:39 +00:00
cls%seawood.org 0bd6524c78 Remove unneeded VC4 flags.
Thanks to Stephen Walker <sdwalker@myrealbox.com> for the patch.
Bug #255616 r=cls
2004-08-18 22:24:59 +00:00
tor%cs.brown.edu bb4ca2e11e Bug 247437 - disable sse2 jpeg code. r=biesi, sr=darin 2004-07-15 16:01:56 +00:00
tor%cs.brown.edu 6979fb6a3a Bug 238958 - missing align(16). r=pavlov, sr=bryner, a=chofmann 2004-04-05 15:39:29 +00:00
cls%seawood.org f965d19c85 Disable mmx/sse2 for win32 gcc builds.
Bug #125762 sr=tor a=asa
2004-03-26 01:17:16 +00:00
tor%cs.brown.edu 22865564af Bug 125762 - turn on SSE2 jpeg code (win32). r=sicking, sr=bryner 2004-03-05 22:17:45 +00:00
tor%cs.brown.edu bef81aec51 Bug 137478 - try not to confuse the compiler with inline asm.
r=sicking, sr=bryner
2004-03-05 21:59:21 +00:00
tor%cs.brown.edu 69e0b6971c Bug 9922: large jpeg images not displaying on win32.
r=darin, sr=blizzard, a=asa
2003-11-20 19:24:53 +00:00
mkaply%us.ibm.com 8edbf92e6c #73642
r=pavlov, sr=tor
Cleanup of calling conventions in JPEG
2003-09-18 20:38:36 +00:00
mkaply%us.ibm.com 1457bc9258 One too many #endifs 2003-07-22 21:50:27 +00:00
mkaply%us.ibm.com 0ebbd8021a rs=leaf
Remove XP_OS2_VACPP from the tree
2003-07-22 21:08:40 +00:00
seawood%netscape.com 97649bab86 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 21:18:27 +00:00
seawood%netscape.com b28ce0a530 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 20:12:33 +00:00
cls%seawood.org d9a8576360 mingw/w32api uses a different header guard than MSVC for <basestd.h>
Bug #134113 r=pavlov sr=tor
2003-03-14 20:41:43 +00:00
seawood%netscape.com d5efcdfb6d Start installing GRE libraries & components into a separate dist/gre directory as part of the default build.
Bug #186241 r=dougt
2002-12-28 01:15:07 +00:00
seawood%netscape.com 322da773fb Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
seawood%netscape.com 12459a892a 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
cathleen%netscape.com 71d2119fdc Checking in Intel's contribution for SSE2 JPEG optimization, bug 125762, r=cathleen sr=scc 2002-04-29 23:27:33 +00:00
seawood%netscape.com 97531eb92c Add make -j support to win32 gmake builds.
Bug #132848 r=bryner
2002-04-19 02:42:28 +00:00
seawood%netscape.com a1147fcd84 Argh. Missed a file fo rbug #38061 2002-04-02 09:42:24 +00:00
seawood%netscape.com f940144626 Remove xp_core.h & xp_mem.h and all build references to them.
Remove cruft from xp_mcom.h & xp_str.h.
Bug #38061 r=brendan sr=alecf a=valeski
2002-03-27 06:02:39 +00:00
seawood%netscape.com e56e20b1dc 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
seawood%netscape.com 45bfbf0658 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 f810f656cc Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser 2001-12-11 05:10:45 +00:00
ccarlen%netscape.com baca6ece31 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
gerv%gerv.net 4e12e44b2f 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 1856815ff1 Oops. 2001-09-20 00:02:59 +00:00
scc%mozilla.org bc444f528a bug #98089: ripped new license 2001-09-19 22:39:41 +00:00