jorendorff@mozilla.com
|
e366e3a8e5
|
Merge from cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
|
2008-04-07 17:37:54 -05:00 |
|
vladimir@pobox.com
|
06c698810e
|
b=419715, upgrade cairo to 1.6 or as-close-as-possible -- imported patch cairo-upgrade.patch ; r=me
|
2008-04-06 22:08:30 -07:00 |
|
vladimir@pobox.com
|
3f56db9279
|
backout [mq]: cairo-rollback.patch
|
2008-04-06 16:34:08 -07:00 |
|
vladimir@pobox.com
|
2d82be0e34
|
b=419715, upgrade cairo to 1.6 or as-close-as-possible -- imported patch cairo-upgrade.patch ; r=me
|
2008-04-06 15:14:09 -07:00 |
|
caillon@redhat.com
|
58d54a2e69
|
Bug 426205 - Fix implicit declaration of exit() warning running configure r=bsmedberg a=beltzner
|
2008-04-03 19:09:06 -07:00 |
|
jorendorff@mozilla.com
|
1dd1d9f71d
|
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/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/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/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/jsxml.c => js/src/jsxml.cpp
|
2008-04-02 16:35:13 -05:00 |
|
reed@reedloden.com
|
0db96a15fe
|
Bug 417345 - "build broken on sparc" (make sparc same as ppc) [p=dennis@ausil.us (Dennis Gilmore) r=luser/ted a1.9=beltzner]
|
2008-04-01 01:43:09 -07:00 |
|
gavin@gavinsharp.com
|
c2a615ee4e
|
Bug 425159: properly support optional help viewer (--enable-help-viewer), r=neil, sr=bsmedberg
|
2008-03-28 11:08:44 -07:00 |
|
jorendorff@mozilla.com
|
4d6eed1e29
|
Merge from cvs-trunk-mirror to mozilla-central. (This doesn't build, thanks to bug 425080, which I'll fix next.)
--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/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/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/jsscript.c => js/src/jsscript.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
|
2008-03-26 11:42:07 -05:00 |
|
gavin@gavinsharp.com
|
045e3e4f8c
|
Back out bug 415947 due to topcrash bug 424163, a=beltzner
|
2008-03-20 12:17:09 -07:00 |
|
Benjamin Smedberg
|
300dc2107c
|
Merge cvs-trunk-mirror -> mozilla-central. There's a C++ bug in js/src/jsinterp.cpp that I am going to file upstream.
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jscntxt.c => js/src/jscntxt.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.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/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.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-03-20 12:42:05 -04:00 |
|
alfred.peng@sun.com
|
429f53c829
|
Bug 391361. The integration of breakpad on Solaris. r=ted.mielczarek,a=beltzner.
|
2008-03-19 18:13:36 -07:00 |
|
mozilla@weilbacher.org
|
a560905165
|
Bug 415947: upgrade SQLite to 3.5.7, r=sdwilsh, a1.9=beltzner
|
2008-03-19 15:40:10 -07:00 |
|
ted.mielczarek@gmail.com
|
97158e6522
|
bustage fix for solaris from bug 403224
|
2008-03-18 14:30:54 -07:00 |
|
ted.mielczarek@gmail.com
|
64d5240343
|
bug 403224 - build config fixes to build spidermonkey with icc. r=bsmedberg
|
2008-03-18 10:37:00 -07:00 |
|
marco@gnome.org
|
ecaa0cecbc
|
Bug 422463, fix pyxpcom build on some x86_64 systems r=mhammond sr=benjamin
|
2008-03-18 04:57:31 -07:00 |
|
ginn.chen@sun.com
|
a578e7b9f7
|
Bug 422894 Firefox 3 failed to start on Solaris SPARC workaround a compiler bug r=ted.mielczarek a=beltzner
|
2008-03-17 23:39:45 -07:00 |
|
kairo@kairo.at
|
4137c96cb6
|
bug 423261 - Build failure when gcc was compiled with some option that contains "version", r=ted a1.9=beltzner
|
2008-03-17 07:53:47 -07:00 |
|
dwitte@stanford.edu
|
de7b5d0fe2
|
add gcc 4.2.x to the list of compilers broken with -Os. b=409803
|
2008-03-16 02:43:10 -07:00 |
|
dwitte@stanford.edu
|
9f32f0bf76
|
Bug 409803 - gcc (4.1 only) zealously avoids inlining at -Os. make -finline-limit=50 the default on linux -Os builds. r=ted, blocking1.9+
|
2008-03-15 19:48:01 -07:00 |
|
vladimir@pobox.com
|
cf1fc3fd9a
|
b=421422, cairo upgrade ; r=me
|
2008-03-14 20:44:23 -07:00 |
|
mnyromyr@tprac.de
|
f8ab7179b1
|
Bug 421689: Mozilla won't build with XCode 3.1/more stable fix; r=ted.mielczarek, a1.9+=damons
|
2008-03-13 14:18:32 -07:00 |
|
benjamin@smedbergs.us
|
0a29c83b00
|
Merge cvs-trunk-mirror -> mozilla-central to pick up the 421274 backout especially
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jscntxt.c => js/src/jscntxt.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.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/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
|
2008-03-13 15:26:42 -04:00 |
|
dwitte@stanford.edu
|
754dd1f5b7
|
Bug 417345 - build broken on sparc. r=ted, a=damons
|
2008-03-13 11:56:42 -07:00 |
|
benjamin@smedbergs.us
|
22ab1903e9
|
Merge cvs-trunk-mirror -> mozilla-central
--HG--
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsnum.c => js/src/jsnum.cpp
|
2008-03-12 16:32:37 -04:00 |
|
mcsmurf@mcsmurf.de
|
1867381d21
|
bustage fix for Bug 421787
|
2008-03-12 05:09:06 -07:00 |
|
reed@reedloden.com
|
dbd95b1964
|
Bug 305782 - "Please allow to use system bzip2 library" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner]
|
2008-03-12 04:13:09 -07:00 |
|
reed@reedloden.com
|
b544cb9223
|
Bug 356011 - "kfreebsd support" (main configure.in and xpcom parts) [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=damons]
|
2008-03-12 03:59:03 -07:00 |
|
mcsmurf@mcsmurf.de
|
f766af8913
|
Bug 421787 - NSS portion of build uses continuation lines in variable definition that is used in an AC_SUBST, p=bill@wg9s.com, r=jag, sr=bsmedberg, a1.9=dsicore
|
2008-03-12 03:45:20 -07:00 |
|
benjamin@smedbergs.us
|
ce79af60a1
|
Merge cvs-trunk-mirror -> mozilla-central
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsutil.c => js/src/jsutil.cpp
|
2008-03-11 11:22:05 -04:00 |
|
hwaara@gmail.com
|
af1e927e86
|
bug 421689, Mozilla won't build with Xcode 3.1 (included with the iPhone SDK). Path by Matthew Gertner (matthew@allpeers.com). r=ted, a=dsicore
|
2008-03-11 03:24:35 -07:00 |
|
benjamin@smedbergs.us
|
1f36c2d078
|
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/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/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/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/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
|
2008-03-10 17:07:41 -04:00 |
|
reed@reedloden.com
|
d64bd4491f
|
Back out Mike Hommey's patch from bug 305782 due to build bustage.
|
2008-03-08 04:33:28 -08:00 |
|
reed@reedloden.com
|
d7da80123d
|
Bug 305782 - "Please allow to use system bzip2 library" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner]
|
2008-03-08 01:53:28 -08:00 |
|
wr@rosenauer.org
|
09ff9e6db8
|
Bug 420040 - minimal required gtk2 version in configure.in is outdated, r=bsmedberg, a19=beltzner
|
2008-03-06 11:56:49 -08:00 |
|
ted.mielczarek@gmail.com
|
d143c684fe
|
bug 419348 - build config fixes for profile-guided optimization on mac. fixes for PGO on universal builds, configure arg to disable PGO in spite of profiled build. r=bsmedberg
|
2008-03-06 03:57:21 -08:00 |
|
jorendorff@mozilla.com
|
6442158c7e
|
Merge from cvs-trunk-mirror 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/jsexn.c => js/src/jsexn.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsinvoke.c => js/src/jsinvoke.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/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
|
2008-03-05 15:00:01 -06:00 |
|
ted.mielczarek@gmail.com
|
5c3a01ed13
|
bug 405523 - add dynamicbase flag (build with ASLR when available). r=bsmedberg
|
2008-03-05 07:10:26 -08:00 |
|
joshmoz@gmail.com
|
9d15dd6a9e
|
always link against cocoa framework on Mac OS X, cocoa exception wrapping in xpcom file io. b=419392 r=bent sr=roc a=beltzner
|
2008-02-29 15:24:53 -08:00 |
|
benjamin@smedbergs.us
|
efcdec4558
|
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
|
f0cebceb5b
|
Bustage of bug 263381 r=Ted Mielczarek a1.9b4=beltzner
|
2008-02-28 00:36:38 -08:00 |
|
benjamin@smedbergs.us
|
8e65489719
|
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
|
27523547f0
|
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
|
9b4bd4025c
|
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
|
6d280d5866
|
Backing out bug 415928 to hopefully fix runtime failures on perf boxes
|
2008-02-23 07:44:54 -08:00 |
|
reed@reedloden.com
|
36c3422ac1
|
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
|
bd3ecfec1d
|
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
|
13c04d87e7
|
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
|
9bc1a0c467
|
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
|
74f38e1c06
|
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 |
|