mozilla@weilbacher.org
|
569c86f6e4
|
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
|
43fbf10186
|
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
|
7db8d99c06
|
Bug 412923: Remove gfx/gfx-config.h.in, r=ted.mielczarek, a=beltzner
|
2008-01-28 14:05:47 -08:00 |
mozilla@weilbacher.org
|
c9f76a0f27
|
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
|
7376cbecd3
|
bug 404855 - Crash Reporter UI Review, round 2, Linux bits. r=dcamp/bsmedberg
|
2008-01-22 16:06:40 -08:00 |
reed@reedloden.com
|
c6c7f07cd5
|
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
|
40167cc305
|
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
|
7ee1f1c7e5
|
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
|
a33bbb3ce3
|
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
|
a442aa2057
|
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
|
1647a5803a
|
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
|
a355d3804f
|
Bug 411365. Start and stop Shark from JS. r=crowder, sr=jst
|
2008-01-16 12:42:50 -08:00 |
dwitte@stanford.edu
|
12d4db0c66
|
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
|
d4dc1c73dd
|
Back to -O2.
|
2008-01-08 01:03:06 -08:00 |
sayrer@gmail.com
|
6d048cbbaf
|
Clobbering to test Linux settings on Mac. Will back out shortly.
|
2008-01-07 23:05:38 -08:00 |
jorendorff@mozilla.com
|
cf19d90d78
|
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
|
64d4ad0baa
|
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
|
f75cf958da
|
Fixing a typo in an error message in configure (trivial, npotb)
|
2007-12-31 21:54:37 -08:00 |
dwitte@stanford.edu
|
6b0685a39f
|
reverting changes.
|
2007-12-23 02:57:15 -08:00 |
dwitte@stanford.edu
|
6b73547c11
|
more tweaks.
|
2007-12-22 22:55:32 -08:00 |
dwitte@stanford.edu
|
04d9fe60dc
|
bump inline limit.
|
2007-12-22 22:28:33 -08:00 |
dwitte@stanford.edu
|
8028e9d1b9
|
test different linux optimization settings for a few cycles on the perf boxes.
|
2007-12-22 21:04:32 -08:00 |
mark@moxienet.com
|
fc5a25d1f3
|
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
|
dfce215459
|
Bug 407794. Nightlies should not override module-specific build settings. r=ted.mielczarek.
|
2007-12-13 19:22:52 -08:00 |
jorendorff@mozilla.com
|
892051e27c
|
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
|
cb1e19b584
|
[OS/2] Bug 407524: Enable PDF surface on OS/2, r=ted.mielczarek
|
2007-12-11 13:49:27 -08:00 |
sayrer@gmail.com
|
7843545274
|
backing out bug 407794
|
2007-12-10 22:20:08 -08:00 |
gavin@gavinsharp.com
|
4f7c1dac21
|
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
|
73de16313c
|
Bustage fix #3 for bug 402742.
|
2007-12-07 17:00:18 -08:00 |
reed@reedloden.com
|
8e76e25f24
|
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
|
d671ebaf01
|
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
|
ce29508061
|
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
|
8baa4348f5
|
[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
|
925dcd312e
|
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
|
90de2a4fa6
|
check for unwind.h b=326594 r=bsmedberg a=schrep
|
2007-11-26 19:58:14 -08:00 |
jorendorff@mozilla.com
|
0a8d75e76c
|
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
|
2f0fdaf444
|
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
|
6851476101
|
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
|
4d1f2c1095
|
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
|
31a6d9b985
|
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
|
5077dfb36a
|
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
|
9e4a4ba72d
|
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
|
df3100bdd8
|
Bug 398566 - Set MOZ_FIX_LINK_PATHS unconditionally, r=luser a=sayrer
|
2007-10-13 14:13:50 -07:00 |
bent.mozilla@gmail.com
|
f644faab9b
|
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
|
28a0fabaaf
|
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
|
e345b1509a
|
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
|
c10729129f
|
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
|
479c625948
|
backing out, again.. not sure what the leaks are.
|
2007-09-27 17:15:59 -07:00 |
pavlov@pavlov.net
|
0975834191
|
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
|
7e642cf6bb
|
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
|
9930a5a13f
|
Bug 397080 - Disable OJI (LiveConnect) in mozilla-central (r=bsmedberg)
|
2007-09-21 15:46:47 -04:00 |
kairo@kairo.at
|
56b45fbdbb
|
bug 394671 - cvs remove extensions/help, r+sr=Neil a=bsmedberg
|
2007-09-21 08:03:20 -07:00 |
benjamin@smedbergs.us
|
b4f0321140
|
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
|
baa8d2e6cb
|
backing out 362682 due to linux tinderboxen not being upgraded... (396805, 389426)
|
2007-09-19 16:53:09 -07:00 |
pavlov@pavlov.net
|
309e7d7b07
|
crossing fingers that this fixes linux bustage
|
2007-09-19 16:12:48 -07:00 |
pavlov@pavlov.net
|
5331bc3fe6
|
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
|
761aa91deb
|
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
|
b31ace6d7e
|
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
|
fddef7f9a7
|
Reenable zipwriter to get the test boxes working again
|
2007-09-16 22:33:12 -07:00 |
rflint@ryanflint.com
|
1f39f78169
|
Disable zipwriter for real this time due to test failures. r=foopy
|
2007-09-16 21:22:19 -07:00 |
dtownsend@oxymoronical.com
|
e0dbe1f429
|
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
|
e35ecbdccb
|
Bug 379633: Scriptable zipwriter component. r=bsmedberg, sr=cbiesinger, a=bzbarsky
|
2007-09-16 16:48:03 -07:00 |
jorendorff@mozilla.com
|
be41c62098
|
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
|
85ec15dcfe
|
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
|
34183fe5ce
|
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
|
14b121aac1
|
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
|
5cec3c5693
|
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
|
31e4de9a87
|
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
|
7a85126b16
|
Bustage fix
|
2007-08-28 09:38:08 -07:00 |
sdwilsh@shawnwilsher.com
|
64b9885a71
|
Bug 389575 - Add WARNINGS_AS_ERRORS compile time flag. r=bsmedberg NPOTFB.
|
2007-08-28 09:02:43 -07:00 |
jorendorff@mozilla.com
|
d163a45c40
|
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
|
ace883ada9
|
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
|
5943e55d0b
|
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
|
5f0733a4ac
|
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
|
28f3be7fab
|
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
|
4a8ba914a2
|
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
|
f66dede029
|
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
|
1bcec045ad
|
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
|
1f6bcdc9b8
|
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
|
e60812f625
|
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
|
adbb74115a
|
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
|
952a655e07
|
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
|
ebb77ef6f6
|
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
|
8713bbee30
|
b=383960, Cairo 1.5.x: fix XLIB_XRENDER feature
|
2007-07-24 10:33:26 -07:00 |
pavlov@pavlov.net
|
e3421eba8a
|
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
|
54fac1b3c5
|
merging from cvs-trunk-mirror
|
2007-07-20 14:18:36 -07:00 |
sayrer@gmail.com
|
2484784b91
|
Bug 388920. EXTENSIONS_ALL broken since webservices was removed. r=ted.mielczarek
|
2007-07-20 12:24:10 -07:00 |
ted.mielczarek@gmail.com
|
dd069fbf46
|
bug 386841 - crashreporter linked with libsso.so.4, libcrypto.so.4. r=bsmedberg
|
2007-07-18 21:28:05 -07:00 |
jst@mozilla.org
|
85fb705d1b
|
merging from cvs-trunk-mirror
|
2007-07-18 13:32:08 -07:00 |
sayrer@gmail.com
|
997de61dc1
|
Bug 332174. Disable SOAP support. r=peterv, sr=brendan
|
2007-07-18 12:24:26 -07:00 |
asqueella@gmail.com
|
3a9bac9105
|
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
|
29b5951872
|
Bug 386392 - Drop pre places/places-bookmarks support from browser/. r=gavin.
|
2007-07-17 14:08:24 -07:00 |
joshmoz@gmail.com
|
fe24c61628
|
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
|
fb912445df
|
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
|
dcb69d27d4
|
bug 386874, add python emulation for nsinstall for --disable-compile-environment, r=bsmedberg
|
2007-07-17 06:47:55 -07:00 |
benjamin@smedbergs.us
|
88da9a5d7a
|
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
|
6606570596
|
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
|
1e8f0bec0e
|
back out 372428, I think it broke Linux fxnewref-linux-tbox
|
2007-07-14 15:12:55 -07:00 |
asqueella@gmail.com
|
f5813c4687
|
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
|
1efffbed10
|
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
|
db57b867f7
|
bug 385241 - disable libxul for debug builds. r=bsmedberg
|
2007-07-05 11:04:47 -07:00 |
axel@pike.org
|
e6cc4cbf81
|
bug 385745, breakpad landing broke --disable-compile-environment, r=luser
|
2007-07-02 01:34:10 -07:00 |
vladimir@pobox.com
|
475a855557
|
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
|
7f76b858fe
|
b=383960: Upgrade cairo to 1.4.10: Cairo 1.4.10
|
2007-06-30 00:45:16 -07:00 |
jwalden@mit.edu
|
b295511c59
|
Bug 385810 - Error early on unrecognized extensions provided to --enable-extensions. r=bsmedberg
|
2007-06-25 15:08:01 -07:00 |
dcamp@mozilla.com
|
7b7ba77f0c
|
disable breakpad by default for 64bit builds. b=385398, r=luser
|
2007-06-23 21:29:43 -07:00 |
dcamp@mozilla.com
|
12e4d7ca12
|
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
|
798879852e
|
backing out last patch for bug 380540 for breakage
|
2007-06-21 13:22:58 -07:00 |
dcamp@mozilla.com
|
80afc67b07
|
Bug 380540: enable breakpad by default on linux, r=luser
|
2007-06-21 13:04:02 -07:00 |
dcamp@mozilla.com
|
cdcc784ff9
|
Bug 380540 - crash reporter client on linux, r=luser
|
2007-06-21 09:11:07 -07:00 |
ginn.chen@sun.com
|
5ab0180cc3
|
Bug 384283 Firefox trunk failed to build on Solaris
r=benjamin
|
2007-06-20 00:54:04 -07:00 |
sdwilsh@shawnwilsher.com
|
86d610bd40
|
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
|
72c51a103b
|
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
|
b9ae5baf9b
|
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
|
d2d3147720
|
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
|
4e82a2576d
|
merging from cvs-trunk-mirror
|
2007-06-15 15:03:02 -04:00 |
mats.palmgren@bredband.net
|
cfcd055eb1
|
Bye bye Xprint. b=326716 r+sr=dbaron
|
2007-06-13 11:02:58 -07:00 |
axel@pike.org
|
47960c4b4f
|
bug 383463, --disable-compile-environment checks too much, r=bsmedberg
|
2007-06-11 08:56:41 -07:00 |
gavin@gavinsharp.com
|
931b0a8fe1
|
Bustage fix: Vlad apparently forgot to back out the changes to this file
|
2007-06-10 21:58:30 -07:00 |
vladimir@pobox.com
|
c515dfa57b
|
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
|
b7269623f7
|
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
|
935b4d3035
|
Bug 380196: Kill QT graphics code, p=sciguyryan, r/sr=roc
|
2007-06-10 15:13:08 -07:00 |
kairo@kairo.at
|
ede00ee648
|
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
|
50bc70940d
|
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
|
be572ef7f8
|
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
|
934776a3e5
|
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
|
78591e7a95
|
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
|
77f29a1cf4
|
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
|
7bf72286f6
|
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
|
d3449b24ae
|
Turing on Bookmarks on Places.
|
2007-05-18 20:46:27 -07:00 |
dwitte@stanford.edu
|
d48e9f87e5
|
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
|
ddd6bfbe96
|
bug 368206 - build breakpad by default on os x. (trying again). r=bsmedberg
|
2007-05-08 12:44:33 -07:00 |
sayrer@gmail.com
|
006a40490f
|
backing out patch for bug 368206 due to bustage
|
2007-05-07 14:56:02 -07:00 |
ted.mielczarek@gmail.com
|
46b9a2dad5
|
bug 368206 - build breakpad by default on OS X. r=bsmedberg
|
2007-05-07 13:53:29 -07:00 |
ted.mielczarek@gmail.com
|
768daa8337
|
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
|
ac5f88756e
|
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
|
52e1b37f17
|
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
|
08c2308848
|
Bye bye gtk1 and xlib (Patch 2). b=326152 r+sr=roc
|
2007-05-02 17:52:32 -07:00 |
asqueella@gmail.com
|
fc7e5a1432
|
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
|
87a0062405
|
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
|
3f11b275e6
|
Backing out last change to fix bustage. b=326152
|
2007-04-30 14:33:33 -07:00 |
mats.palmgren@bredband.net
|
b025d25e83
|
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
|
8e79d661df
|
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
|
c0af98572c
|
backing out due to tinderbox bustage - bug 368206
|
2007-04-25 10:46:32 -07:00 |
benjamin@smedbergs.us
|
fe6a3a671c
|
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
|
b1e8017718
|
bug 378469 - fix some configure tests in MSMANIFEST_TOOL checking. r=bsmedberg
|
2007-04-23 09:32:52 -07:00 |
pavlov@pavlov.net
|
d4f5806371
|
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
|
888a07c136
|
Bug 377992 - dbus build fails with some dbus versions, r=luser
|
2007-04-19 04:52:40 -07:00 |
ted.mielczarek@gmail.com
|
d2c6ada155
|
bug 377939 - set _WIN32_IE=0x500 r=bsmedberg
|
2007-04-18 14:02:45 -07:00 |
bugzilla@standard8.demon.co.uk
|
ea3cb5dde3
|
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 |