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

2167 Коммитов

Автор SHA1 Сообщение Дата
benjamin@smedbergs.us 819bc13ad2 Merge cvs-trunk-mirror -> mozilla-central
--HG--
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
2008-02-28 20:34:28 -05:00
ginn.chen@sun.com f8bba6b1ec Bustage of bug 263381 r=Ted Mielczarek a1.9b4=beltzner 2008-02-28 00:36:38 -08:00
benjamin@smedbergs.us e623eb1082 Merge cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsatom.c => js/src/jsatom.cpp
rename : js/src/jsdate.c => js/src/jsdate.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsnum.c => js/src/jsnum.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsscope.c => js/src/jsscope.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/prmjtime.c => js/src/prmjtime.cpp
2008-02-27 11:33:49 -05:00
benjamin@smedbergs.us 62231824a0 Bug 419624 - Build framework, basic usage, and testsuite for statically checking the codebase using gcc-dehydra, r=luser,dbaron,tglek 2008-02-27 11:28:13 -05:00
ted.mielczarek@gmail.com a0ee43a538 bug 415928 - fix packaging of CRT with jemalloc - make nspr/nss play along. r=bsmedberg 2008-02-25 12:50:35 -08:00
dtownsend@oxymoronical.com 290cf44489 Backing out bug 415928 to hopefully fix runtime failures on perf boxes 2008-02-23 07:44:54 -08:00
reed@reedloden.com ac315e1844 Bug 415928 - "fix packaging of CRT with jemalloc" [p=ted.mielczarek@gmail.com (Ted Mielczarek [luser]) r=bsmedberg a1.9=damons] 2008-02-23 03:20:05 -08:00
benjamin@smedbergs.us 270b1c9735 Merge cvs-trunk-mirror -> mozilla-central
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarena.c => js/src/jsarena.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsatom.c => js/src/jsatom.cpp
rename : js/src/jsbool.c => js/src/jsbool.cpp
rename : js/src/jscntxt.c => js/src/jscntxt.cpp
rename : js/src/jscpucfg.c => js/src/jscpucfg.cpp
rename : js/src/jsdate.c => js/src/jsdate.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsdhash.c => js/src/jsdhash.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsexn.c => js/src/jsexn.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jshash.c => js/src/jshash.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jslock.c => js/src/jslock.cpp
rename : js/src/jsmath.c => js/src/jsmath.cpp
rename : js/src/jsnum.c => js/src/jsnum.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscope.c => js/src/jsscope.cpp
rename : js/src/jsscript.c => js/src/jsscript.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/jsutil.c => js/src/jsutil.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
rename : js/src/prmjtime.c => js/src/prmjtime.cpp
2008-02-22 16:45:09 -05:00
reed@reedloden.com 36fb40a626 Bug 263381 - "support --with-system-sqlite3 in storage builds" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner] 2008-02-22 03:25:59 -08:00
dougt@meer.net 0d7753ff58 fixing 418775. ubuntu configure bustage caused us to remove setting topsrcdir for windows mobile correctly when building under msys or cygwin. r=bsmedberg, a=beltzner 2008-02-21 12:53:16 -08:00
mozilla@weilbacher.org 84938e85a6 Bug 413632: Remove the remaining MOZ_CAIRO_GFX (and related variables), configure.in part of the patch. r/sr=dbaron, r=vlad, a=beltzner 2008-02-21 02:35:29 -08:00
dougt@meer.net 9a9e0da578 Fixing build bustage on ubuntu in configure. b=418775. 2008-02-20 20:59:06 -08:00
ted.mielczarek@gmail.com 577c020e6d bug 361343 - make profiledbuild work on windows. r=bsmedberg 2008-02-20 15:29:11 -08:00
dougt@meer.net d410b606ce configure changes required for building on windows mobile. r=bsmedberg, a=beltzner 2008-02-20 14:38:25 -08:00
ted.mielczarek@gmail.com cb8b0d0615 bug 415928 - fix packaging of CRT with jemalloc - fix CRT linkage. r=bsmedberg 2008-02-20 04:33:11 -08:00
ted.mielczarek@gmail.com 12c021d1bc bug 240267 - link error when doing make profiledbuild. r=bsmedberg 2008-02-16 14:23:07 -08:00
reed@reedloden.com e704bf9751 Bug 345080 - "Allow use of external hunspell library" [p=mh+mozilla@glandium.org (Mike Hommey) r=mscott sr=bsmedberg a1.9=schrep] 2008-02-14 03:16:53 -08:00
pavlov@pavlov.net 486b8de38e bug 417066. disable jemalloc when we're building with trace-malloc. r=ted 2008-02-12 16:47:43 -08:00
pavlov@pavlov.net 56dff7c9d8 bug 417066. enabling jemalloc by default on linux. r=bsmedberg. 2008-02-12 15:55:04 -08:00
surkov.alexander@gmail.com 318b3904ac Bug 388992 - Make schema-validation not depend on webservices, patch=aaronr, r=doronr, sspeiche@gmail.com, benjamin, a=beltzner 2008-02-12 06:36:38 -08:00
karlt+@karlt.net 6e342b0b1e Bug 413050 - call cairo_debug_reset_static_data in system cairo on shutdown r=pavlov 2008-02-11 22:47:40 -08:00
mozilla@weilbacher.org 696693b235 [OS/2] Bug 415661: strip symbols when linking, p=wuno, r=me 2008-02-09 02:41:00 -08:00
reed@reedloden.com d3ef22bd3b Bug 344818 - "Linking - missing library deps" (check cairo-xlib-xrender for system cairo) [p=fta+bugzilla@sofaraway.org (Fabien Tassin) r=vlad a=blocking1.9+] 2008-02-06 13:17:39 -08:00
neil@parkwaycc.co.uk 49f87a5be7 Bug 414374 Make debug mailnews builds nonstatic by default r=luser^H^H^H^H^Hted sr=bienvenu a=damons 2008-02-06 04:33:03 -08:00
pavlov@pavlov.net fdde8df444 bug 407459. hooking jemalloc up to the build system. r=various people 2008-02-04 19:16:24 -08:00
sayrer@gmail.com 57a0f0371e Bug 413253. build with -fno-strict-aliasing on GCC platforms. r=ted.mielczarek 2008-01-29 11:46:12 -08:00
jorendorff@mozilla.com 290dcfc11e Merge from cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsatom.c => js/src/jsatom.cpp
rename : js/src/jsbool.c => js/src/jsbool.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jslock.c => js/src/jslock.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
2008-01-28 17:32:29 -08:00
mozilla@weilbacher.org d0cb8b7ca7 Bug 412582: remove MOZ_ENABLE_CAIRO_GFX from the build system, r=ted.mielczarek, a=beltzner 2008-01-28 15:07:34 -08:00
mozilla@weilbacher.org fc80bb59ab Bug 413613: remove MOZ_EXTRA_X11CONVERTERS and the code it enables, r=smontagu, a=beltzner 2008-01-28 14:22:53 -08:00
mozilla@weilbacher.org 1096a03a1c Bug 412923: Remove gfx/gfx-config.h.in, r=ted.mielczarek, a=beltzner 2008-01-28 14:05:47 -08:00
mozilla@weilbacher.org a47fdbbc92 Bug 376790: remove support for non-cairo GFX ports from configure.in, r=ted.mielczarek, a=mtschrep 2008-01-23 00:27:47 -08:00
ted.mielczarek@gmail.com 6f2d50e15d bug 404855 - Crash Reporter UI Review, round 2, Linux bits. r=dcamp/bsmedberg 2008-01-22 16:06:40 -08:00
reed@reedloden.com 23bbd145b3 Bug 193001 - "Use gnome's native print dialog" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr+a1.9=roc] 2008-01-20 19:47:25 -08:00
reed@reedloden.com 8fdb463998 Bug 410952 - "configure --help describes dtrace option but does not list dtrace option" [p=ray@ganymede.org (Ray Kiddy) r=bsmedberg a1.9=schrep] 2008-01-18 22:56:17 -08:00
kaie@kuix.de 968e988b7c Bug 399590, Update Mozilla trunk to use NSS tag NSS_3_12_BETA1 r=rrelyea, a1.9=mtschrep 2008-01-18 02:40:58 -08:00
benjamin@smedbergs.us 66879412cd Merge from cvs-trunk-mirror to mozilla-central
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarena.c => js/src/jsarena.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jshash.c => js/src/jshash.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jslock.c => js/src/jslock.cpp
rename : js/src/jsnum.c => js/src/jsnum.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscan.c => js/src/jsscan.cpp
rename : js/src/jsscope.c => js/src/jsscope.cpp
rename : js/src/jsscript.c => js/src/jsscript.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/jsutil.c => js/src/jsutil.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
2008-01-17 16:40:00 -05:00
reed@reedloden.com ac15e5aa0a Back out Michael Ventnor's patch from bug 193001 for now, as it is causing crashes in bug 396024's mochitest. 2008-01-17 02:11:00 -08:00
reed@reedloden.com 9e6a8820f7 Bug 193001 - "Use gnome's native print dialog" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=schrep] 2008-01-16 22:27:50 -08:00
sayrer@gmail.com f2a9049b13 Bug 411365. Start and stop Shark from JS. r=crowder, sr=jst 2008-01-16 12:42:50 -08:00
dwitte@stanford.edu d575b60e46 disable -Wcast-align for gcc on ia64. b=411292, r=luser, a=npotb-on-any-plat-we-actually-care-about 2008-01-08 17:34:56 -08:00
sayrer@gmail.com 34bfcf0bf9 Back to -O2. 2008-01-08 01:03:06 -08:00
sayrer@gmail.com 988be4b7f2 Clobbering to test Linux settings on Mac. Will back out shortly. 2008-01-07 23:05:38 -08:00
jorendorff@mozilla.com e865f53470 Merge from cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsbool.c => js/src/jsbool.cpp
rename : js/src/jscntxt.c => js/src/jscntxt.cpp
rename : js/src/jsdate.c => js/src/jsdate.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jslock.c => js/src/jslock.cpp
rename : js/src/jsnum.c => js/src/jsnum.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
2008-01-07 12:35:51 -06:00
reed@reedloden.com 7aa74380fa Bug 389089 - "Configure should check for truncate64, statvfs64" [p=MaierMan@web.de (Nils Maier) r=bsmedberg a1.9=beltzner] 2008-01-02 22:24:46 -08:00
crowder@fiverocks.com 1fe774c6e4 Fixing a typo in an error message in configure (trivial, npotb) 2007-12-31 21:54:37 -08:00
dwitte@stanford.edu 75f36db0af reverting changes. 2007-12-23 02:57:15 -08:00
dwitte@stanford.edu 0f99386859 more tweaks. 2007-12-22 22:55:32 -08:00
dwitte@stanford.edu e74df561e7 bump inline limit. 2007-12-22 22:28:33 -08:00
dwitte@stanford.edu 4c6ef388bb test different linux optimization settings for a few cycles on the perf boxes. 2007-12-22 21:04:32 -08:00
mark@moxienet.com 1405172390 409224 Don't use obsolete gcc -no-cpp-precomp. r=ted.mielczarek a/1.9=beltzner 2007-12-20 14:54:31 -08:00
sayrer@gmail.com 91e16977ee Bug 407794. Nightlies should not override module-specific build settings. r=ted.mielczarek. 2007-12-13 19:22:52 -08:00
jorendorff@mozilla.com 634610f01f Merge from cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsbool.c => js/src/jsbool.cpp
rename : js/src/jscntxt.c => js/src/jscntxt.cpp
rename : js/src/jsdate.c => js/src/jsdate.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsexn.c => js/src/jsexn.cpp
rename : js/src/jsfile.c => js/src/jsfile.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jsmath.c => js/src/jsmath.cpp
rename : js/src/jsnum.c => js/src/jsnum.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsprf.c => js/src/jsprf.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscan.c => js/src/jsscan.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/jsxdrapi.c => js/src/jsxdrapi.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
2007-12-13 13:15:17 -06:00
mozilla@weilbacher.org 39bcc6dd04 [OS/2] Bug 407524: Enable PDF surface on OS/2, r=ted.mielczarek 2007-12-11 13:49:27 -08:00
sayrer@gmail.com fe67b29e71 backing out bug 407794 2007-12-10 22:20:08 -08:00
gavin@gavinsharp.com ec43f5990d Bug 407794, Nightlies should not override the module-specific build settings, patch by Robert Sayre <sayrer@gmail.com>, r=tmielczarek, a=schrep 2007-12-10 15:35:00 -08:00
reed@reedloden.com c076384b9b Bustage fix #3 for bug 402742. 2007-12-07 17:00:18 -08:00
reed@reedloden.com f4fc4c5f32 Bug 402742 - "Stock icons will not display if libgnomeui is not present" (more soft runtime dependencies) [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=vlad sr=roc aM10=schrep] 2007-12-07 16:08:09 -08:00
jorendorff@mozilla.com b57c9929e6 Merge from cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsexn.c => js/src/jsexn.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsnum.c => js/src/jsnum.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsscope.c => js/src/jsscope.cpp
rename : js/src/jsscript.c => js/src/jsscript.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
2007-12-03 17:50:14 -06:00
mark@moxienet.com a413a1b40e Last checkin was for bug 403250. This checkin is for bug 403258. 403258 [10.5] When using an SDK, many configure checks fail: ld: library not found for -lcrt1.10.5.o. Set MACOSX_DEPLOYMENT_TARGET before SDK CFLAGS (-isysroot). r=ted.mielczarek a/1.9=dsicore 2007-11-30 12:34:50 -08:00
mark@moxienet.com 22ed210045 [10.5] 1.8 build configured with --enable-strip fails: strip: symbols referenced by relocation entries that can't be stripped in: .../xpinstall/src/libxpinstall.dylib. Always use ld -exported_symbols_list, never use nmedit -s. r=ted.mielczarek a/1.9=dsicore 2007-11-30 12:33:14 -08:00
reed@reedloden.com 73ff0f62c0 Bug 405219 - "system nspr, nss and cairo checks should bump their version checking" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner] 2007-11-28 14:40:21 -08:00
karlt+@karlt.net a107cf95b2 check for unwind.h b=326594 r=bsmedberg a=schrep 2007-11-26 19:58:14 -08:00
jorendorff@mozilla.com 27325b5b78 Merge from cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsatom.c => js/src/jsatom.cpp
rename : js/src/jscntxt.c => js/src/jscntxt.cpp
rename : js/src/jsdate.c => js/src/jsdate.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsexn.c => js/src/jsexn.cpp
rename : js/src/jsfile.c => js/src/jsfile.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscan.c => js/src/jsscan.cpp
rename : js/src/jsscope.c => js/src/jsscope.cpp
rename : js/src/jsscript.c => js/src/jsscript.cpp
rename : js/src/jsxdrapi.c => js/src/jsxdrapi.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
rename : js/src/prmjtime.c => js/src/prmjtime.cpp
2007-11-26 13:55:13 -06:00
reed@reedloden.com e98f360cdb Bug 388743 - "build dbus on linux by default (--enable-dbus) to auto-detect online/offline state" [p=steffen.wilberg@web.de (Steffen Wilberg) r=luser a1.9=schrep] 2007-11-21 00:26:13 -08:00
reed@reedloden.com 3ee0c70dc5 Bug 368844 - "Build with --enable-system-cairo is broken" [p=astralstorm@gmail.com (Radosław Szkodziński) r=stuart a1.9=schrep] 2007-11-20 02:04:19 -08:00
jorendorff@mozilla.com 39903b025b Merging from cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsatom.c => js/src/jsatom.cpp
rename : js/src/jscntxt.c => js/src/jscntxt.cpp
rename : js/src/jsdate.c => js/src/jsdate.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscan.c => js/src/jsscan.cpp
rename : js/src/jsscope.c => js/src/jsscope.cpp
rename : js/src/jsscript.c => js/src/jsscript.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
rename : js/src/prmjtime.c => js/src/prmjtime.cpp
2007-11-19 15:25:08 -06:00
reed@reedloden.com 332d361cd4 Bug 403239 - "Update libpng to version 1.2.23 and reduce libpng footprint" [p=glennrp@gmail.com (Glenn Randers-Pehrson) r=stuart sr=tor a1.9=schrep] 2007-11-13 03:03:32 -08:00
karlt+@karlt.net e25c30f8ca Bug 326594 - Consider using backtrace() for Unix stack traces: Add safety checks to i386/ppc unwind and use libgcc_s for amd64 and others r=dbaron,bsmedberg a=schrep 2007-11-11 20:45:40 -08:00
benjamin@smedbergs.us b0d59dade2 Merge cvs-trunk-mirror -> mozilla-central
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsbool.c => js/src/jsbool.cpp
rename : js/src/jsdate.c => js/src/jsdate.cpp
rename : js/src/jsexn.c => js/src/jsexn.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jsmath.c => js/src/jsmath.cpp
rename : js/src/jsnum.c => js/src/jsnum.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscript.c => js/src/jsscript.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
rename : js/src/prmjtime.c => js/src/prmjtime.cpp
2007-10-13 21:05:56 -04:00
benjamin@smedbergs.us 190309e089 Bug 398566 - Set MOZ_FIX_LINK_PATHS unconditionally, r=luser a=sayrer 2007-10-13 14:13:50 -07:00
bent.mozilla@gmail.com 1be68bafd4 Bug 397796 - "Allow XULRunner apps to specify the name of xulrunner-stub via configure". r+a=luser. 2007-10-11 11:50:54 -07:00
jst@mozilla.org 4054d48d00 Landing basic framework for dtrace support (bug 388564). Patch by john.rice@sun.com and padraig.obriain@sun.com. r+a=ted.mielczarek@gmail.com, sr=sayrer@gmail.com 2007-10-10 16:03:14 -07:00
jorendorff@mozilla.com a4ab3deb53 Merge from cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscan.c => js/src/jsscan.cpp
rename : js/src/jsscript.c => js/src/jsscript.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
rename : js/src/prmjtime.c => js/src/prmjtime.cpp
2007-10-09 13:00:59 -05:00
pavlov@pavlov.net 2c8ca98b27 bug 362682. re-re-landing linux text goodness. r=vlad, patch by me and Behdad Esfahbod <mozilla@behdad.org>. 2007-10-06 00:26:13 -07:00
pavlov@pavlov.net ef804e9578 backing out, again.. not sure what the leaks are. 2007-09-27 17:15:59 -07:00
pavlov@pavlov.net e914cf6bf2 bug 362682. relanding linux text goodness. patch by myself and Behdad Esfahbod <mozilla@behdad.org>. r=vlad 2007-09-27 15:15:51 -07:00
dbaron@dbaron.org b9d0f43074 Remove freetype2 code, which was used only by the old gfx code. b=389697 r+a1.9=vlad 2007-09-27 13:44:51 -07:00
jorendorff@mozilla.com 65fa99ce6f Bug 397080 - Disable OJI (LiveConnect) in mozilla-central (r=bsmedberg) 2007-09-21 15:46:47 -04:00
kairo@kairo.at c90fe61816 bug 394671 - cvs remove extensions/help, r+sr=Neil a=bsmedberg 2007-09-21 08:03:20 -07:00
benjamin@smedbergs.us e2955edf23 Merge cvs-trunk-mirror to mozilla-central
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsatom.c => js/src/jsatom.cpp
rename : js/src/jscntxt.c => js/src/jscntxt.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsscope.c => js/src/jsscope.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
2007-09-20 13:33:44 -04:00
pavlov@pavlov.net 851b7a28ae backing out 362682 due to linux tinderboxen not being upgraded... (396805, 389426) 2007-09-19 16:53:09 -07:00
pavlov@pavlov.net 2151960126 crossing fingers that this fixes linux bustage 2007-09-19 16:12:48 -07:00
pavlov@pavlov.net 4d525c5bf6 bug 362682. fix missing glyphs on linux. patch by myself and Behdad Esfahbod <mozilla@behdad.org>. r=vlad 2007-09-19 15:18:42 -07:00
gijskruitbosch@gmail.com c0a9608fd1 Bug 395586 - Make xulrunner debug build libxul still.
r=ted.mielczarek@gmail.com (Ted Mielczarek)
a=bzbarsky@mit.edu (Boris Zbarsky)
2007-09-18 03:54:13 -07:00
jorendorff@mozilla.com ff133bf9c3 Merge from CVS trunk to mozilla-central.
--HG--
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
2007-09-17 10:17:44 -04:00
rflint@ryanflint.com 28a0afb0af Reenable zipwriter to get the test boxes working again 2007-09-16 22:33:12 -07:00
rflint@ryanflint.com 25f17be207 Disable zipwriter for real this time due to test failures. r=foopy 2007-09-16 21:22:19 -07:00
dtownsend@oxymoronical.com 916966fc90 Disable zipwriter from bug 379633 for the time being due to test failures. r=gavin.sharp 2007-09-16 17:49:18 -07:00
dtownsend@oxymoronical.com ea740b6146 Bug 379633: Scriptable zipwriter component. r=bsmedberg, sr=cbiesinger, a=bzbarsky 2007-09-16 16:48:03 -07:00
jorendorff@mozilla.com cda4a6bd2b Merge from cvs-trunk-mirror
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
2007-09-12 15:23:10 -04:00
roc+@cs.cmu.edu 38c91d8676 Bug 392950. fix things so that libthebes.so is rebuild when libmozcairo.a changes 2007-09-05 18:49:46 -07:00
jorendorff@mozilla.com 842500992f Merge from cvs-trunk-mirror
--HG--
rename : js/src/jsdtoa.c => js/src/jsdtoa.cpp
2007-09-04 15:53:36 -04:00
asqueella@gmail.com c7fdbb4c3f Bug 388908 - embedding-profile=minimal requires -cookies or +storage p=romaxa <romaxa@gmail.com> r=bsmedberg 2007-09-02 08:45:14 -07:00
jorendorff@mozilla.com 58f54cdf81 Merge from cvs-trunk-mirror.
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarena.c => js/src/jsarena.cpp
rename : js/src/jscntxt.c => js/src/jscntxt.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscope.c => js/src/jsscope.cpp
2007-08-31 17:27:11 -04:00
philringnalda@gmail.com 34e61e8712 Bug 379705 - Build movemail on Mac, just don't ship movemail.rdf with Mac Thunderbird, r=bsmedberg/mnyromyr 2007-08-29 20:53:10 -07:00
sdwilsh@shawnwilsher.com 8c5fee1978 Bustage fix 2007-08-28 09:38:08 -07:00
sdwilsh@shawnwilsher.com 8a369686fc Bug 389575 - Add WARNINGS_AS_ERRORS compile time flag. r=bsmedberg NPOTFB. 2007-08-28 09:02:43 -07:00
jorendorff@mozilla.com 51dfc15b43 Merge from cvs-trunk-mirror
--HG--
rename : js/src/jsobj.c => js/src/jsobj.cpp
2007-08-21 14:08:45 -04:00
bzbarsky@mit.edu b71fe7e5d2 Make sure HAVE_FT_BITMAP_SIZE_Y_PPEM has the right value; ported from the cairo configure.in. Bug 327879, patch by Karl Tomlinson <mozbugz@karlt.net>, r=pavlov 2007-08-20 19:33:05 -07:00
jwalden@mit.edu 444f76bd14 Bug 296653 - mkdepend takes more than 10 hours on Solaris for nsIconChannel.cpp. Patch by Ginn Chen <ginn.chen@sun.com>, r=cls, a=bz 2007-08-17 16:07:39 -07:00
martijn.martijn@gmail.com 8394bebb9e Bug 389392 - Mingw build error, mozlcms.lib: No such file or directory, r=dbaron, sr=benjamin, a=bzbarsky 2007-08-17 11:27:05 -07:00
kairo@kairo.at 6c3dd2078e bug 382187 - use places for SeaMonkey history, step 1: build and use places backend with --enable-places, r=luser sr=Neil 2007-08-17 06:08:31 -07:00
edward.lee@engineering.uiuc.edu 5b2b6dbff9 merging from cvs-trunk-mirror
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsatom.c => js/src/jsatom.cpp
rename : js/src/jsdate.c => js/src/jsdate.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsexn.c => js/src/jsexn.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jslock.c => js/src/jslock.cpp
rename : js/src/jsnum.c => js/src/jsnum.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscan.c => js/src/jsscan.cpp
rename : js/src/jsscope.c => js/src/jsscope.cpp
rename : js/src/jsscript.c => js/src/jsscript.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/jsxdrapi.c => js/src/jsxdrapi.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
2007-08-16 12:06:15 -07:00
benjamin@smedbergs.us 9f81fc8a6a Bug 391325 - Cannot debug installed xulrunner, add a --enable-install-strip flag, patch by Sergey Yanovich <ynvich@gmail.com>, r+a=me 2007-08-15 17:13:15 -07:00
edward.lee@engineering.uiuc.edu 610500d38e merging from cvs-trunk-mirror
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsatom.c => js/src/jsatom.cpp
rename : js/src/jsbool.c => js/src/jsbool.cpp
rename : js/src/jscntxt.c => js/src/jscntxt.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
2007-08-10 15:25:15 -07:00
ted.mielczarek@gmail.com 7050a93f24 bug 389548 - fixup from cvs copy (airbag -> crashreporter). also note that this renames the configure flag from --disable-airbag to --disable-crashreporter. r=bsmedberg 2007-08-08 08:19:57 -07:00
edward.lee@engineering.uiuc.edu 8219550579 merging from cvs-trunk-mirror
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsatom.c => js/src/jsatom.cpp
rename : js/src/jsbool.c => js/src/jsbool.cpp
rename : js/src/jscntxt.c => js/src/jscntxt.cpp
rename : js/src/jsdate.c => js/src/jsdate.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsexn.c => js/src/jsexn.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jsmath.c => js/src/jsmath.cpp
rename : js/src/jsnum.c => js/src/jsnum.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscan.c => js/src/jsscan.cpp
rename : js/src/jsscript.c => js/src/jsscript.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
2007-08-06 16:03:20 -07:00
benjamin@smedbergs.us d3b16377ad Bug 389872 - Install NSS headers to dist/include, r=luser and a=blocks approved bug 389673 2007-08-03 07:04:33 -07:00
benjamin@smedbergs.us f2b2525026 Bug 389671 - CVS remove old suite-style multi-profile code which is not used anymore, r=luser (NPOB except for removing build-system references to files/options) 2007-08-02 11:43:30 -07:00
ted.mielczarek@gmail.com 9e7997f8e2 bug 385912 - breakpad breaks non x86 linux builds. patch by Bill Gianopoulos <wgianopoulos@yahoo.com>, r=me 2007-07-25 07:03:02 -07:00
vladimir@pobox.com 8452bf2592 b=383960, Cairo 1.5.x: fix XLIB_XRENDER feature 2007-07-24 10:33:26 -07:00
pavlov@pavlov.net 5d187e457e adding color management capabilities -- preffed off. bug 16769. patch from tor. r=bsmedberg, sr=me 2007-07-23 15:02:17 -07:00
jst@mozilla.com fc585a751f merging from cvs-trunk-mirror 2007-07-20 14:18:36 -07:00
sayrer@gmail.com fd66403c47 Bug 388920. EXTENSIONS_ALL broken since webservices was removed. r=ted.mielczarek 2007-07-20 12:24:10 -07:00
ted.mielczarek@gmail.com 09b089866b bug 386841 - crashreporter linked with libsso.so.4, libcrypto.so.4. r=bsmedberg 2007-07-18 21:28:05 -07:00
jst@mozilla.org 2fc5a5016d merging from cvs-trunk-mirror 2007-07-18 13:32:08 -07:00
sayrer@gmail.com 9e1d37e67e Bug 332174. Disable SOAP support. r=peterv, sr=brendan 2007-07-18 12:24:26 -07:00
asqueella@gmail.com f0bf14e04a Bug 373535 - firefox-on-top-of-xulrunner browser does't find libmozcairo on linux
p=Walter Meinl <wuno@lsvw.de>
r=bsmedberg
2007-07-17 14:25:11 -07:00
mozilla.mano@sent.com 8854db12e8 Bug 386392 - Drop pre places/places-bookmarks support from browser/. r=gavin. 2007-07-17 14:08:24 -07:00
joshmoz@gmail.com 39dfe813a5 update comment to reflect the fact that nobody should be building trunk on Mac OS X with gcc 3.3 any more. r=bsmedberg 2007-07-17 13:05:14 -07:00
joshmoz@gmail.com dce32c7e6e use gcc 4 on PPC Mac OS X (we already use gcc 4 on Intel), use 10.4 SDK on all tinderboxes, Mac OS X 10.4 is the new minimum system requirement for Gecko 1.9. b=385221 r=mento r=luser 2007-07-17 11:10:59 -07:00
axel@pike.org 6551ebe13f bug 386874, add python emulation for nsinstall for --disable-compile-environment, r=bsmedberg 2007-07-17 06:47:55 -07:00
benjamin@smedbergs.us c1f89b4189 Bug 368854 - Use new compiler/linker flags added in VC8 to improve security, r=luser 2007-07-17 06:31:28 -07:00
asqueella@gmail.com ab16dda630 re-land Bug 372428 with the typo fixed (thanks biesi)
(firefox configure.in does not work currently with a 64 bit kernel and a full 32 bit userland)
p=Petteri Raty <betelgeuse@gentoo.org>
r=cls
2007-07-14 15:16:14 -07:00
asqueella@gmail.com 8d8b65fcfd back out 372428, I think it broke Linux fxnewref-linux-tbox 2007-07-14 15:12:55 -07:00
asqueella@gmail.com 80b8925d3d Bug 372428 - firefox configure.in does not work currently with a 64 bit kernel and a full 32 bit userland
p=Petteri Raty <betelgeuse@gentoo.org>
r=cls
2007-07-14 15:00:15 -07:00
dveditz@cruzio.com 4bf20f69f1 bug 374810 pick up crash fix from libpng 1.2.17, patch=glennrp, r=tor, sr=dveditz 2007-07-12 17:05:43 -07:00
ted.mielczarek@gmail.com 6e56a8ade7 bug 385241 - disable libxul for debug builds. r=bsmedberg 2007-07-05 11:04:47 -07:00
axel@pike.org fdad0ff8be bug 385745, breakpad landing broke --disable-compile-environment, r=luser 2007-07-02 01:34:10 -07:00
vladimir@pobox.com 5c3b18a340 backing out but 383960, upgrade to cairo 1.4.10, due to bug 384035 (again) 2007-06-30 03:45:11 -07:00
vladimir@pobox.com c0161302e8 b=383960: Upgrade cairo to 1.4.10: Cairo 1.4.10 2007-06-30 00:45:16 -07:00
jwalden@mit.edu 71b8c42cc5 Bug 385810 - Error early on unrecognized extensions provided to --enable-extensions. r=bsmedberg 2007-06-25 15:08:01 -07:00
dcamp@mozilla.com 7792764eb4 disable breakpad by default for 64bit builds. b=385398, r=luser 2007-06-23 21:29:43 -07:00
dcamp@mozilla.com d23ec86bfc Bug 380540: Check curl-config if libcurl.pc isn't found, try enabling breakpad by default again on linux. r=luser 2007-06-21 14:44:30 -07:00
dcamp@mozilla.com 26d0a00b41 backing out last patch for bug 380540 for breakage 2007-06-21 13:22:58 -07:00
dcamp@mozilla.com bef80e9a28 Bug 380540: enable breakpad by default on linux, r=luser 2007-06-21 13:04:02 -07:00
dcamp@mozilla.com 453222009e Bug 380540 - crash reporter client on linux, r=luser 2007-06-21 09:11:07 -07:00
ginn.chen@sun.com 9c75486154 Bug 384283 Firefox trunk failed to build on Solaris
r=benjamin
2007-06-20 00:54:04 -07:00
sdwilsh@shawnwilsher.com e8ff89b070 Bug 384262 - Fix typo in --enable-bookmarks-places configure flag. Patch by Dietrich Ayala <dietrich@mozilla.com>. r=sspitzer 2007-06-19 14:34:28 -07:00
benjamin@smedbergs.us 0b85a560e2 Bug 384513 - make the visibility pragma checks aware of mach-o and not just ELF, and re-enable libxul by default, r=mento+shebs 2007-06-19 07:53:05 -07:00
flamingice@sourmilk.net 756da201cd Bug 375921, configure should throw error when APNG not found, Patch by Andrew Smith, r=dbaron, r=benjamin 2007-06-18 12:44:11 -07:00
kherron@fmailbox.com 45ebc4b939 Bug 377344 - Configure should check for PR_STATIC_ASSERT support when building with system NSPR. Patch by Mook <mook.moz+mozbz@gmail.com>, r=benjamin. 2007-06-17 04:45:58 -07:00
Ted Mielczarek 4b6dcacffa merging from cvs-trunk-mirror 2007-06-15 15:03:02 -04:00
mats.palmgren@bredband.net 266f784855 Bye bye Xprint. b=326716 r+sr=dbaron 2007-06-13 11:02:58 -07:00
axel@pike.org 22e73e11a0 bug 383463, --disable-compile-environment checks too much, r=bsmedberg 2007-06-11 08:56:41 -07:00
gavin@gavinsharp.com c2c88b9a26 Bustage fix: Vlad apparently forgot to back out the changes to this file 2007-06-10 21:58:30 -07:00
vladimir@pobox.com f5bcec18eb b=383960, Upgrade cairo to 1.4.8, r=me -- moz cairo: configure.in fixes 2007-06-10 17:08:37 -07:00
vladimir@pobox.com 9f21d9924d b=383960, Upgrade cairo to 1.4.8, r=me -- moz cairo: misc fixes 2007-06-10 17:07:13 -07:00
mozilla@weilbacher.org 58a7060568 Bug 380196: Kill QT graphics code, p=sciguyryan, r/sr=roc 2007-06-10 15:13:08 -07:00
kairo@kairo.at 08d6acee7c bug 383112 - make MOZ_XUL_APP=1 the default in configure, r=bsmedberg 2007-06-04 08:09:49 -07:00
bent.mozilla@gmail.com ec6d60d8fd Bug 380846. Bustage fix for Solaris and K/Ubuntu. Patch by Alfred Peng <alfred.peng@sun.com>. r=bsmedberg. 2007-05-24 10:45:55 -07:00
luser@bluck 4eb0b67e7b bug 381820 - mozilla2 hg repo doesn't build out of the box due to missing extensions 2007-05-24 12:48:39 -04:00
bent.mozilla@gmail.com 20b6443053 Bug 380846 - "Make the build system friendlier for XULRunner apps and extensions." r=bsmedberg. Adds confvars.sh files for all major apps and makefiles.sh for all extensions. 2007-05-23 13:08:44 -07:00
benjamin@smedbergs.us c775966175 Bug 363263 - OS_TARGET set incorrectly in cross-compiled builds, patch by Mike Hommey, r=me 2007-05-23 10:00:17 -07:00
mozilla@weilbacher.org c38362d62d Bug 359716: followup for OS/2 to fix build break with MOZ_LDAP_XPCOM, r=bsmedberg 2007-05-21 12:28:20 -07:00
benjamin@smedbergs.us 1b9a44ef9e Bug 377347 - Disable the obsolete string API (from the Mozilla 1.4 SDK), r=darin sr=dbaron 2007-05-21 07:32:35 -07:00
mozilla.mano@sent.com c71ffbf0e3 Turing on Bookmarks on Places. 2007-05-18 20:46:27 -07:00
dwitte@stanford.edu d8c9a41a83 remove p3p from built extensions (MOZ_EXTENSIONS_ALL and seamonkey MOZ_EXTENSIONS_DEFAULT lists). bug 366611, a=kairo for build change, r=luser 2007-05-17 00:39:15 -07:00
ted.mielczarek@gmail.com 83ff8f73ab bug 368206 - build breakpad by default on os x. (trying again). r=bsmedberg 2007-05-08 12:44:33 -07:00
sayrer@gmail.com a500571ecb backing out patch for bug 368206 due to bustage 2007-05-07 14:56:02 -07:00
ted.mielczarek@gmail.com 958e38da5a bug 368206 - build breakpad by default on OS X. r=bsmedberg 2007-05-07 13:53:29 -07:00
ted.mielczarek@gmail.com 3d1f433e76 backing out configure change from bug 368206 since it's still busted with the 10.3.9 sdk 2007-05-07 09:44:18 -07:00
ted.mielczarek@gmail.com e659c0665b bug 368206 - integrate breakpad exception handler/crash reporter on OS X. fix up static linking for thunderbird et. al and enable breakpad by default on OS X. r=bsmedberg 2007-05-07 08:32:41 -07:00
bugzilla@standard8.demon.co.uk 61493f1e7f Bug 379818 Stop building xpcom-obsolete for suiterunner (and sroaming) r=benjamin,r/sr=Neil 2007-05-07 07:30:15 -07:00
mats.palmgren@bredband.net c984b81071 Bye bye gtk1 and xlib (Patch 2). b=326152 r+sr=roc 2007-05-02 17:52:32 -07:00
asqueella@gmail.com 6395724420 Bug 318331 - Default build does not support Xinerama - detect support at runtimep=Sylvain Pasche <sylvain.pasche@gmail.com>r+sr=roc 2007-05-02 13:07:32 -07:00
mats.palmgren@bredband.net c712869d45 Bye bye gtk1 and xlib (part 1 of 2). b=326152 r+sr=roc 2007-04-30 16:52:44 -07:00
mats.palmgren@bredband.net d8b05d9458 Backing out last change to fix bustage. b=326152 2007-04-30 14:33:33 -07:00
mats.palmgren@bredband.net c6524b0b50 Bye bye gtk1 and xlib (part 1 of 3). b=326152 r+sr=roc 2007-04-30 14:13:39 -07:00
ted.mielczarek@gmail.com 040a815192 bug 377992 - dbus build fails with some dbus versions - disable dbus by default, add --enable-dbus configure arg. r=bsmedberg 2007-04-25 13:40:58 -07:00
ted.mielczarek@gmail.com c103a4e640 backing out due to tinderbox bustage - bug 368206 2007-04-25 10:46:32 -07:00
benjamin@smedbergs.us b301c8bc96 Bug 368206 - enable breakpad by default on mac-intel (it currently doesn't build on mac-ppc, but it will in the future), r=luser 2007-04-25 09:40:27 -07:00
ted.mielczarek@gmail.com 6ca23d7ccc bug 378469 - fix some configure tests in MSMANIFEST_TOOL checking. r=bsmedberg 2007-04-23 09:32:52 -07:00
pavlov@pavlov.net 901644a181 fixing function name check in libpng. bug 257197. patch from asmith15@learn.senecac.on.ca. r=me 2007-04-19 18:27:46 -07:00
wr@rosenauer.org 40c2122644 Bug 377992 - dbus build fails with some dbus versions, r=luser 2007-04-19 04:52:40 -07:00
ted.mielczarek@gmail.com cf49f4ba80 bug 377939 - set _WIN32_IE=0x500 r=bsmedberg 2007-04-18 14:02:45 -07:00
bugzilla@standard8.demon.co.uk a2d8a8e765 Test landing bug 359716 again now that we've hopefully got provisional fixes for the ldap c-sdk code 2007-04-12 04:18:00 -07:00
benjamin@smedbergs.us c6843590e8 Fix libxul bustage from bug 376658, patch by sylvain.pasche, r=me 2007-04-11 11:22:35 -07:00
benjamin@smedbergs.us b3dab0ec60 Bustage fix for cygwin environment with non-cygwin python, from bug 361583 2007-04-11 11:17:02 -07:00
axel@pike.org 0790c5b099 bug 361583, bustage fix for cygwin builds, don't use cygwin-wrapper. We may add that back for non-cygwin pythons 2007-04-11 10:09:51 -07:00
benjamin@smedbergs.us 914e0059b8 And fix bashism :-( 2007-04-10 10:37:44 -07:00
benjamin@smedbergs.us 60ec5148d9 Bug 375219 bustage fix. 2007-04-10 10:35:40 -07:00
benjamin@smedbergs.us 658b2807d9 Bug 376658 - Enable xinerama by default. Patch by Sylvain Pasche <sylvain.pasche@gmail.com>, r=me+roc 2007-04-10 08:37:25 -07:00
bugzilla@standard8.demon.co.uk 782da4d9ea Back out bug 359716 again - still have windows bustages. 2007-04-06 03:47:46 -07:00
bugzilla@standard8.demon.co.uk d7da639be2 Testing landing of bug 359716 again to see if we've fixed the bustages. It may stay if we have. r=benjamin (build config),sr=mscott 2007-04-06 01:53:28 -07:00
mozilla@weilbacher.org d1512c6afb Bug 372151: remove non-cairo gfx toolkit options from configure.in (and set cairo-os2 as default for OS/2), r=benjamin 2007-04-04 13:47:07 -07:00
vladimir@pobox.com 8c70f6383f b=374462, bumping min cairo version in configure.in, r=stuart 2007-04-04 12:21:22 -07:00
masayuki@d-toybox.com f7c3f7f3f1 b=333126 backing-out the previous checkin 2007-04-03 22:42:44 -07:00
masayuki@d-toybox.com 3a8e2b0d6a Bug 333126 Bold/Italic text isn't displayed as bold/italic with cairo-gtk2 build if the font is synthesis font. (only enable enbolden flag in cairo) r=vlad 2007-04-03 22:10:56 -07:00
vladimir@pobox.com 27d4adde0b b=374462, update cairo to 1.4.2, r=stuart 2007-04-03 18:09:15 -07:00
bugzilla@standard8.demon.co.uk b126f2eb4c Back out ldap-csdk upgrade from bug 359716 now that data has been gathered so the remaining problems can be fixed correctly. 2007-03-30 12:00:43 -07:00
bugzilla@standard8.demon.co.uk 0de7385e32 Bug 359716 Upgrade LDAP C-SDK to 6.0.x on trunk for Address Book. r=benjamin (build config),sr=mscott 2007-03-30 06:14:32 -07:00
dbaron@dbaron.org e50f011700 Convert system library version tests from AC_TRY_RUN to AC_TRY_COMPILE so that they work when cross-compiling. b=372878 r=bsmedberg 2007-03-22 23:26:53 -07:00
pavlov%pavlov.net 90172137f6 APNG. bug 257197. patch by Andrew Smith <asmith15@learn.senecac.on.ca>. r=biesi sr=pavlov 2007-03-20 23:56:50 +00:00
benjamin%smedbergs.us e2046d1ae3 Bug 367912 - Remove BUILD_MODULES support, r=luser 2007-03-12 20:14:02 +00:00
benjamin%smedbergs.us 06cdf4ac24 Bug 372400 - Require python in configure, r=luser 2007-03-08 22:13:42 +00:00
dbaron%dbaron.org a8163cca9b Reduce the number of AC_TRY_RUN tests (which are bad for cross-compiling), part 1: add and use static assertion macros. b=372878 r=bsmedberg 2007-03-08 18:18:51 +00:00
cls%seawood.org d979bb49bb Set MOZ_JS_LIBS properly for win32 gcc builds.
Bug #371236 r=bsmedberg
2007-03-05 17:22:31 +00:00
pedemont%us.ibm.com 4dafcd97d6 Bug 350886 - First pass at JavaXPCOM unit tests. r=bsmedberg. 2007-03-02 21:28:58 +00:00
pavlov%pavlov.net 5033ec7891 enabling PDF surface on windows. bug 369930. r/sr=vlad 2007-03-01 00:02:27 +00:00
benjamin%smedbergs.us b5c72a22b9 Bug 78081 - Don't export intermediate libraries, r=luser
This is going to break camino until those build scripts are updated.
2007-02-21 15:13:36 +00:00
cls%seawood.org b55335737f Require perl >= 5.6
Bug #267416 r=bsmedberg
2007-02-12 04:04:12 +00:00
cbiesinger%web.de 7bb149dcc3 part of Bug 370014 - use cairo-beos as default toolkit on BeOS
r=sergei_d
2007-02-11 18:28:09 +00:00
roc+%cs.cmu.edu f5c47d9d22 Bug 223492. Support the freedesktop startup notification API for Linux/Unix. r=caillon/mats,sr=tor 2007-02-09 01:33:26 +00:00
stridey%gmail.com 86af5ee8b8 Bug 282250: Add negotiateauth support for Camino. Patch by Smokey Ardisson <alqahira@ardisson.org> r/sr=mento 2007-02-06 05:35:02 +00:00
benjamin%smedbergs.us ed0bb2cb11 No bug: checking to see which tinderboxes don't have python available. 2007-01-31 16:12:09 +00:00
benjamin%smedbergs.us 7a34af881c Bug 368316 - Add configure detection for VC9 prerelease (codename "Orcas"), patch by Stefanik G��bor <netrolller.3d@gmail.com>, r=me 2007-01-30 17:06:58 +00:00
mozilla%weilbacher.org e499da9c63 [OS/2] Bug 333235: Get Thebes to work on OS/2. Required build additions and easy widget changes. r=mkaply 2007-01-28 22:20:21 +00:00
dbaron%dbaron.org a4720dbaf7 Revert configure check for bug 364049, r=bzbarsky 2007-01-26 06:47:58 +00:00
sayrer%gmail.com 441c02debc Bug 359999. Add an enable-mochitest option. r=bsmedberg 2007-01-17 20:38:57 +00:00
pavlov%pavlov.net 861399a708 removing xmlterm from the tree. bug 366341. r=bsmedberg 2007-01-08 19:03:00 +00:00
scott%scott-macgregor.org 81b5e8ccc5 Bug #365879 --> don't ship movemail.rdf on the mac for thunderbird, this can be installed as an extension now. sr=bienvenu 2007-01-08 05:32:56 +00:00
gavin%gavinsharp.com 12b748dc8b Bug 364049: add configure check for broken msvc7.1 compilers, patch by Mook <mook.moz+sites.org.mozilla.bugzilla@gmail.com>, r=bsmedberg, sr=bzbarsky 2007-01-04 19:59:15 +00:00
timeless%mozdev.org 2256e406a4 sroaming breaks firefox w/ extensions=all
there was an a=benb
this will be removed when bug 249343 is fixed
2006-12-31 00:38:09 +00:00
sspitzer%mozilla.org c674f37df8 fix for bug #355738
re-enable places by default.  note, this will not enable all of places, just
history on top of places.

also note, we are using places.sqlite now (and not bookmarks_history.sqlite)
because the schema has changed.

r=mconnor
2006-12-15 18:40:08 +00:00
mozilla%weilbacher.org 03415ee5a2 [OS/2] Bug 351246: Load Mozilla into Highmem on OS/2. Part 3, changes to build config. r=mkaply, sr=wtc 2006-12-13 21:57:56 +00:00
gijskruitbosch%gmail.com dc3276eedd Bug 361409 - Configure should list options for fixing java-xpcom deficits more clearly
first-r=benjamin@smedbergs.us (Benjamin Smedberg)
2006-12-13 15:14:29 +00:00
roc+%cs.cmu.edu 9a62f7650a fixing bustage 2006-12-04 21:28:56 +00:00
roc+%cs.cmu.edu b965ced77c Bug 312793. Make Linux builds listen to dbus for NetworkManager events so we can go online/offline automatically. r=caillon,bsmedberg sr=darin 2006-12-04 20:42:31 +00:00
dietrich%mozilla.com 5718560d0a Bug 360162 - Create build option for MOZ_PLACES_BOOKMARKS (r=bsmedberg) 2006-12-03 21:19:21 +00:00
tony%ponderer.org 570f67d3f1 Bug 337336: Remove safebrowsing code from /extensions/safebrowsing
patch part 1 (making sure configure change doesn't cause anything to blow up)
r=bsmedbergs
2006-12-03 08:04:21 +00:00
cls%seawood.org 89a357e93f Automatically disable airbag for mingw builds
Bug #362128 r=bsmedberg
2006-12-01 08:04:59 +00:00
cls%seawood.org f010c16a6d Add -D_WIN32_IE=0x0400 to win32 builds to enable features used by SpecialSystemDirectory
Bug #361340 r=bsmedberg
2006-12-01 08:03:14 +00:00
cls%seawood.org 8fabbc2ec8 The features used by nsNotifyAddrListener require w32api 3.8.
Bug #358023 r=bsmedberg
2006-12-01 07:57:08 +00:00
scott%scott-macgregor.org 6328b33b8a Bug #328749 --> start building the url classifier for thunderbird. sr=bienvenu 2006-12-01 06:50:06 +00:00
alfred.peng%sun.com ac884ab92f Bug 362209. test -e not available in sh.
r=mconnor.
2006-12-01 06:13:19 +00:00
benjamin%smedbergs.us cf18e8863e Bug 360125 - --with-branding doesn't provide a way to set MOZ_APP_DISPLAYNAME, r=mconnor 2006-11-28 15:37:41 +00:00
cls%seawood.org 5830c027a5 Mingw builds require _WIN32_WINNT >= 0x0501 (XP) to use the IP_ADAPTER features of nsNotifyAddrListener.
Also fix header include case for cross-compile builds.
Bug #358023 r=bsmedberg
2006-11-28 03:43:05 +00:00
stuart.morgan%alumni.case.edu fedbc0523b Bug 358390: Enable cairo for Camino (and re-enable SVG). r/sr=josh 2006-11-27 20:24:11 +00:00
tor%cs.brown.edu 66fbe00e97 Bug 354866 - remove svg renderer layer, begin switch to thebes. r+sr=roc 2006-11-27 17:30:57 +00:00
pavlov%pavlov.net 88e6ee6401 turning on cocoa-cairo by default. bug 323934. r=vlad 2006-11-22 00:58:15 +00:00
kairo%kairo.at 0cca415aee bug 344243 - move suiterunner help over to toolkit help viewer (and build toolkit typeaheadfind), r=bsmedberg on configure.in change, r=Neil for the rest, sr=Neil 2006-11-01 17:07:23 +00:00
dbaron%dbaron.org dc3244db0b Convert == (bash-only) to = to fix configure tests for visibility bugs. b=353150 Patch from chpe@gnome.org. r=bsmedberg 2006-11-01 16:49:58 +00:00
ted.mielczarek%gmail.com a58d90900e bug 354980, integrate airbag exception handler library on windows. Compiling by default on windows, but disabled at runtime by default right now. Set the environment var MOZ_AIRBAG=1 to enable it. r=bsmedberg/mento 2006-10-26 22:52:30 +00:00
mattwillis%gmail.com 7b65529ea6 bug 352005 - Adds view source support to Sunbird. configure.in change r=bsmedberg/mvl, other r=mvl 2006-10-24 18:34:44 +00:00
gavin%gavinsharp.com d869339551 Bug 355444: make --disable-feeds trigger a configure error when building Firefox, r=bsmedberg 2006-10-16 17:49:49 +00:00
vladimir%pobox.com c13ee71991 b=351561, fix thebes/cairo linking issues 2006-10-14 04:46:04 +00:00
roc+%cs.cmu.edu c5702d6682 Bug 354966. Disable MMX optimizations in pnggccrd.c when they won't build. Patch by Glenn Randers-Pehrson, r=pavlov,sr=tor 2006-10-03 01:16:27 +00:00
pavlov%pavlov.net ca7e331044 relanding libpng-1.2.12. bug 334110. r=me, sr=tor, patch by Glenn Randers-Pehrson <glennrp@gmail.com>. 2006-09-29 22:46:58 +00:00
cbiesinger%web.de 5b36f89cdb bug 353983 add --enable-application=netwerk option
r=bsmedberg sr=darin
2006-09-28 21:22:27 +00:00
joshmoz%gmail.com c8c17b285f use Cocoa widgets by default on Mac OS X. b=326469 r=mento sr=pav 2006-09-28 17:53:08 +00:00
steffen.wilberg%web.de 3519ca9ec4 Bug 353702: rename the enable-canvas and enable-svg switches to disable-canvas and disable-svg since they're both enabled by default. r=bsmedberg 2006-09-27 21:02:08 +00:00
vladimir%pobox.com ee2152688f more turning-off-places bustage fixes 2006-09-26 05:21:51 +00:00
vladimir%pobox.com 41ef08cb83 b=353571, disable Places on trunk; r+sr=mconnor 2006-09-26 03:52:19 +00:00
pavlov%pavlov.net 36223e5472 backing out bug 334110/libpng 1.2.12 until I can figure out why it is broken on mac. 2006-09-25 22:38:55 +00:00
pavlov%pavlov.net 56fae0d1f8 this shouldn't have gone in... 2006-09-25 20:42:48 +00:00
pavlov%pavlov.net de2a318956 upgrading to libpng-1.2.12. patch from Glenn Randers-Pehrson <glennrp@gmail.com>. r=me sr=tor 2006-09-25 19:52:06 +00:00
cbiesinger%web.de 9bd444d187 Bug 352413 Disable MOZ_PROFILESHARING for camino
r=bsmedberg,mento
2006-09-15 21:31:15 +00:00
cbiesinger%web.de f7fc636e7a Bug 352374 remove unused MOZ_STANDALONE_BUILD
r=bsmedberg
2006-09-12 23:48:39 +00:00
mattwillis%gmail.com b4b452e4f6 bug 352005 - Add view source to Sunbird. r1=bsmedberg, r2=mvl 2006-09-12 22:02:34 +00:00