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 |
benjamin@smedbergs.us
|
8318c6c44f
|
Fix libxul bustage from bug 376658, patch by sylvain.pasche, r=me
|
2007-04-11 11:22:35 -07:00 |
benjamin@smedbergs.us
|
8cfe0308a7
|
Bustage fix for cygwin environment with non-cygwin python, from bug 361583
|
2007-04-11 11:17:02 -07:00 |
axel@pike.org
|
bd59165ddd
|
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
|
0eb95e2c00
|
And fix bashism :-(
|
2007-04-10 10:37:44 -07:00 |
benjamin@smedbergs.us
|
d67c648c1a
|
Bug 375219 bustage fix.
|
2007-04-10 10:35:40 -07:00 |
benjamin@smedbergs.us
|
3b132c04d9
|
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
|
cea0c8c82a
|
Back out bug 359716 again - still have windows bustages.
|
2007-04-06 03:47:46 -07:00 |
bugzilla@standard8.demon.co.uk
|
be66eb9d91
|
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
|
07ee9de230
|
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
|
f842c61252
|
b=374462, bumping min cairo version in configure.in, r=stuart
|
2007-04-04 12:21:22 -07:00 |
masayuki@d-toybox.com
|
8f76905f46
|
b=333126 backing-out the previous checkin
|
2007-04-03 22:42:44 -07:00 |
masayuki@d-toybox.com
|
13a164aaf2
|
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
|
724852819d
|
b=374462, update cairo to 1.4.2, r=stuart
|
2007-04-03 18:09:15 -07:00 |
bugzilla@standard8.demon.co.uk
|
f59ecde809
|
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
|
30ddbd4c1e
|
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
|
87972ee826
|
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 |
roc+@cs.cmu.edu
|
0054412272
|
Bug 374866. Reftests for text-transform. r=dbaron
|
2007-03-22 16:01:14 -07:00 |
ted.mielczarek%gmail.com
|
3091fe1f96
|
bug 419665 - VC9 on Vista builds a manifest file with duplicate entries. Patch by Lukas Blakk <lukasblakk@gmail.com>, r=me a=ss
|
2008-07-21 11:54:08 +00:00 |
sdwilsh%shawnwilsher.com
|
136262c8e2
|
Bug 435414 - Upgrade to sqlite 3.5.9. r=mconnor, a=beltzner
|
2008-06-24 22:51:17 +00:00 |
kairo%kairo.at
|
9ac5503c62
|
bug 428683 - red SeaMonkey cygwin tinderbox - make the definition for cygwin match others in configure.in (no influence on default builds or nightlies, which are all MSYS now), r=ted a=beltzner
|
2008-05-28 18:23:27 +00:00 |
alfred.peng%sun.com
|
6df9029382
|
Followup fix for Bug 385280. should send proxy settings to the breakpad reporter. Add the check on whether gconf library exists.
r=ted.mielczarek,a=beltzner.
|
2008-05-05 21:08:15 +00:00 |
gavin%gavinsharp.com
|
7ee049197c
|
Bug 414531: The return value of some of math method of javascript is not IEEE standard on solaris, patch by Leon Sha <leon.sha@gmail.com>, r=brendan, a=damon
|
2008-04-30 17:15:42 +00:00 |
mozilla%weilbacher.org
|
73e47e6aab
|
Bug 369007: Enable high-memory feature on OS/2 by default (Mozilla changes), r=ted.mielczarek, a1.9+=damons
|
2008-04-30 07:30:59 +00:00 |
ginn.chen%sun.com
|
c223f871f1
|
Bug 422055 Use jemalloc on OpenSolaris
p=Jason Evans, Ginn Chen r=ted.mielczarek a=beltzner
|
2008-04-30 07:14:45 +00:00 |
bent.mozilla%gmail.com
|
647e6cb371
|
Bug 430718 - "Better objc exception logging with stack traces in debug builds". r=josh, sr=roc. a=DEBUG-only change.
|
2008-04-25 20:55:50 +00:00 |
gavin%gavinsharp.com
|
05762b4aaf
|
Bug 428970: Implement --disable-vista-sdk-requirements configure option and update source to use it, patch by Jim Mathies <jmathies@mozilla.com>, r=rob_strong, r=bsmedberg, a=beltzner
|
2008-04-25 16:44:25 +00:00 |
ted.mielczarek%gmail.com
|
40598dc85e
|
bug 428431 - configure should add -wd flags to CFLAGS/CXXFLAGS for PGO builds. r=bsmedberg a=damons
|
2008-04-21 18:28:23 +00:00 |
benjamin%smedbergs.us
|
bbd3da45e2
|
Fix typo.
|
2008-04-21 14:03:21 +00:00 |
benjamin%smedbergs.us
|
ff031db635
|
Bug 425974 - issue a dire warning to those who are still using cygwin to build - and skip the broken AC_CHECK_HEADERS checks, so that they will continue to build for the time being, r=luser a=mconnor
|
2008-04-21 13:43:32 +00:00 |
dholbert%cs.stanford.edu
|
c662e64a64
|
Back out bug 429336 to see if it fixes orange.
|
2008-04-17 21:03:21 +00:00 |
sdwilsh%shawnwilsher.com
|
66e129fe2b
|
Bug 429336 - Upgrade to sqlite 3.5.8. r=shaver, a=beltzner
|
2008-04-17 16:33:30 +00:00 |
benjamin%smedbergs.us
|
96af45a43a
|
Bug 426065 part 2: configure should confirm that Windows headers necessary for certain features are actually available. r=luser a=beltzner
|
2008-04-16 14:15:30 +00:00 |
vladimir%pobox.com
|
bbc55aa13d
|
b=428563, minor upgrade to cairo 1.6.4, really this time; r=me,a=beltzner
|
2008-04-16 12:48:51 +00:00 |
mozilla%weilbacher.org
|
effe25f939
|
Bug 415947: Upgrade to SQLite 3.5.4.2 to pick up OS/2 code changes, r=sdwilsh, a1.9=beltzner
|
2008-04-15 19:29:46 +00:00 |
benjamin%smedbergs.us
|
edffc11e5e
|
Bug 426065 part 1 - use AC_CHECK_HEADERS to check for Windows headers that might not be present in various SDKs, r=ted a=beltzner
|
2008-04-15 15:18:39 +00:00 |
ginn.chen%sun.com
|
c410baaf6d
|
Bug 425626 Enable PGO with Sun Studio on Solaris
r=ted.mielczarek a=beltzner
|
2008-04-09 06:34:20 +00:00 |
reed%reedloden.com
|
9134b9a496
|
Bug 425979 - "Win2003 SDK and MinGW build error in ../mozilla/toolkit/components/parentalcontrols/src/nsParentalControlsServiceWin.cpp (add --disable-parental-controls)" (configure bits) [p=ted.mielczarek@gmail.com (Ted Mielczarek [luser]) r=bsmedberg a1.9=beltzner]
|
2008-04-09 06:17:11 +00:00 |
pavlov%pavlov.net
|
a4f1a294da
|
bug 424040. add valgrind hooks to jemalloc. patch from Jason Evans <jasone@canonware.com> r=me
|
2008-04-08 07:19:41 +00:00 |
ted.mielczarek%gmail.com
|
26976db0c7
|
bug 424960 - only enable crash reporting for X% of release builds. r=bsmedberg (blocking 1.9)
|
2008-04-07 21:18:06 +00:00 |
vladimir%pobox.com
|
fd4e46690e
|
b=419715, upgrade cairo to 1.6 or as-close-as-possible -- imported patch cairo-upgrade.patch ; r=me
|
2008-04-07 05:08:32 +00:00 |
vladimir%pobox.com
|
973c64b540
|
backout [mq]: cairo-rollback.patch
|
2008-04-06 23:34:12 +00:00 |
vladimir%pobox.com
|
df48786348
|
b=419715, upgrade cairo to 1.6 or as-close-as-possible -- imported patch cairo-upgrade.patch ; r=me
|
2008-04-06 22:14:10 +00:00 |
caillon%redhat.com
|
1ca853c973
|
Bug 426205 - Fix implicit declaration of exit() warning running configure
r=bsmedberg a=beltzner
|
2008-04-04 02:09:06 +00:00 |
reed%reedloden.com
|
5dc43abd95
|
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 08:43:09 +00:00 |
gavin%gavinsharp.com
|
10a16e1481
|
Bug 425159: properly support optional help viewer (--enable-help-viewer), r=neil, sr=bsmedberg
|
2008-03-28 18:08:59 +00:00 |
gavin%gavinsharp.com
|
cf223052b1
|
Back out bug 415947 due to topcrash bug 424163, a=beltzner
|
2008-03-20 19:17:11 +00:00 |
alfred.peng%sun.com
|
8516bb84ee
|
Bug 391361. The integration of breakpad on Solaris.
r=ted.mielczarek,a=beltzner.
|
2008-03-20 01:13:43 +00:00 |
mozilla%weilbacher.org
|
efc85ba6dd
|
Bug 415947: upgrade SQLite to 3.5.7, r=sdwilsh, a1.9=beltzner
|
2008-03-19 22:40:11 +00:00 |
ted.mielczarek%gmail.com
|
8bb2c173cd
|
bustage fix for solaris from bug 403224
|
2008-03-18 21:30:54 +00:00 |
ted.mielczarek%gmail.com
|
ac3d37bb2a
|
bug 403224 - build config fixes to build spidermonkey with icc. r=bsmedberg
|
2008-03-18 17:37:01 +00:00 |
marco%gnome.org
|
18cc77b977
|
Bug 422463, fix pyxpcom build on some x86_64 systems
r=mhammond sr=benjamin
|
2008-03-18 11:57:31 +00:00 |
ginn.chen%sun.com
|
a1d0643326
|
Bug 422894 Firefox 3 failed to start on Solaris SPARC
workaround a compiler bug
r=ted.mielczarek a=beltzner
|
2008-03-18 06:39:45 +00:00 |
kairo%kairo.at
|
08c38c8c5c
|
bug 423261 - Build failure when gcc was compiled with some option that contains "version", r=ted a1.9=beltzner
|
2008-03-17 14:53:47 +00:00 |
dwitte%stanford.edu
|
9226bcf968
|
add gcc 4.2.x to the list of compilers broken with -Os. b=409803
|
2008-03-16 09:43:10 +00:00 |
dwitte%stanford.edu
|
dba12d7c41
|
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-16 02:48:02 +00:00 |
vladimir%pobox.com
|
70d8a145f4
|
b=421422, cairo upgrade ; r=me
|
2008-03-15 03:45:20 +00:00 |
mnyromyr%tprac.de
|
4d18d6f404
|
Bug 421689: Mozilla won't build with XCode 3.1/more stable fix; r=ted.mielczarek, a1.9+=damons
|
2008-03-13 21:18:32 +00:00 |
dwitte%stanford.edu
|
2b4059754f
|
Bug 417345 - build broken on sparc. r=ted, a=damons
|
2008-03-13 18:56:42 +00:00 |
mcsmurf%mcsmurf.de
|
383b1d7902
|
bustage fix for Bug 421787
|
2008-03-12 12:09:06 +00:00 |
reed%reedloden.com
|
be1f96edd1
|
Bug 305782 - "Please allow to use system bzip2 library" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner]
|
2008-03-12 11:13:11 +00:00 |
reed%reedloden.com
|
7f695a27b2
|
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 10:59:03 +00:00 |
mcsmurf%mcsmurf.de
|
b39a6cac39
|
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 10:45:20 +00:00 |
hwaara%gmail.com
|
6f890186ed
|
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 10:24:35 +00:00 |
reed%reedloden.com
|
3805937bba
|
Back out Mike Hommey's patch from bug 305782 due to build bustage.
|
2008-03-08 12:33:30 +00:00 |
reed%reedloden.com
|
fd79bde8cf
|
Bug 305782 - "Please allow to use system bzip2 library" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner]
|
2008-03-08 09:53:29 +00:00 |
wr%rosenauer.org
|
97fe83cd58
|
Bug 420040 - minimal required gtk2 version in configure.in is outdated, r=bsmedberg, a19=beltzner
|
2008-03-06 19:56:49 +00:00 |
ted.mielczarek%gmail.com
|
1c6dfae9cf
|
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 11:57:22 +00:00 |
ted.mielczarek%gmail.com
|
2a71e34b53
|
bug 405523 - add dynamicbase flag (build with ASLR when available). r=bsmedberg
|
2008-03-05 15:10:26 +00:00 |
joshmoz%gmail.com
|
793a2e0747
|
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 23:24:55 +00:00 |
ginn.chen%sun.com
|
860e0e0e8d
|
Bustage of bug 263381
r=Ted Mielczarek a1.9b4=beltzner
|
2008-02-28 08:36:38 +00:00 |
ted.mielczarek%gmail.com
|
98c6d64d89
|
bug 415928 - fix packaging of CRT with jemalloc - make nspr/nss play along. r=bsmedberg
|
2008-02-25 20:50:36 +00:00 |
dtownsend%oxymoronical.com
|
9ea27680de
|
Backing out bug 415928 to hopefully fix runtime failures on perf boxes
|
2008-02-23 15:44:55 +00:00 |
reed%reedloden.com
|
eac58b46e4
|
Bug 415928 - "fix packaging of CRT with jemalloc" [p=ted.mielczarek@gmail.com (Ted Mielczarek [luser]) r=bsmedberg a1.9=damons]
|
2008-02-23 11:20:05 +00:00 |
reed%reedloden.com
|
981869b961
|
Bug 263381 - "support --with-system-sqlite3 in storage builds" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner]
|
2008-02-22 11:26:00 +00:00 |
dougt%meer.net
|
f87029f1c1
|
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 20:53:16 +00:00 |
mozilla%weilbacher.org
|
77df7ffafe
|
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 10:35:29 +00:00 |
dougt%meer.net
|
1fafe69982
|
Fixing build bustage on ubuntu in configure. b=418775.
|
2008-02-21 04:59:06 +00:00 |
ted.mielczarek%gmail.com
|
15bfe95de7
|
bug 361343 - make profiledbuild work on windows. r=bsmedberg
|
2008-02-20 23:29:12 +00:00 |
dougt%meer.net
|
96a3d7f0ae
|
configure changes required for building on windows mobile. r=bsmedberg, a=beltzner
|
2008-02-20 22:38:25 +00:00 |
ted.mielczarek%gmail.com
|
6ceeaae926
|
bug 415928 - fix packaging of CRT with jemalloc - fix CRT linkage. r=bsmedberg
|
2008-02-20 12:33:11 +00:00 |
ted.mielczarek%gmail.com
|
8af2331823
|
bug 240267 - link error when doing make profiledbuild. r=bsmedberg
|
2008-02-16 22:23:08 +00:00 |
reed%reedloden.com
|
725e9b8564
|
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 11:16:54 +00:00 |
pavlov%pavlov.net
|
588aa02d99
|
bug 417066. disable jemalloc when we're building with trace-malloc. r=ted
|
2008-02-13 00:47:43 +00:00 |
pavlov%pavlov.net
|
2122f4a38c
|
bug 417066. enabling jemalloc by default on linux. r=bsmedberg.
|
2008-02-12 23:55:04 +00:00 |
surkov.alexander%gmail.com
|
499f792430
|
Bug 388992 ��� Make schema-validation not depend on webservices, patch=aaronr, r=doronr, sspeiche@gmail.com, benjamin, a=beltzner
|
2008-02-12 14:36:40 +00:00 |
karlt+%karlt.net
|
e27de832ff
|
Bug 413050 ��� call cairo_debug_reset_static_data in system cairo on shutdown
r=pavlov
|
2008-02-12 06:47:40 +00:00 |
mozilla%weilbacher.org
|
fc14ee9296
|
[OS/2] Bug 415661: strip symbols when linking, p=wuno, r=me
|
2008-02-09 10:41:00 +00:00 |
reed%reedloden.com
|
b09d86d7bc
|
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 21:17:39 +00:00 |
neil%parkwaycc.co.uk
|
33d3ab0c21
|
Bug 414374 Make debug mailnews builds nonstatic by default r=luser^H^H^H^H^Hted sr=bienvenu a=damons
|
2008-02-06 12:33:03 +00:00 |
pavlov%pavlov.net
|
3b1de34d7a
|
bug 407459. hooking jemalloc up to the build system. r=various people
|
2008-02-05 03:16:25 +00:00 |
sayrer%gmail.com
|
ed91cb2124
|
Bug 413253. build with -fno-strict-aliasing on GCC platforms. r=ted.mielczarek
|
2008-01-29 19:46:12 +00:00 |
mozilla%weilbacher.org
|
a69995660c
|
Bug 412582: remove MOZ_ENABLE_CAIRO_GFX from the build system, r=ted.mielczarek, a=beltzner
|
2008-01-28 23:07:36 +00:00 |
mozilla%weilbacher.org
|
8eddf0f12b
|
Bug 413613: remove MOZ_EXTRA_X11CONVERTERS and the code it enables, r=smontagu, a=beltzner
|
2008-01-28 22:22:55 +00:00 |
mozilla%weilbacher.org
|
8063b5028a
|
Bug 412923: Remove gfx/gfx-config.h.in, r=ted.mielczarek, a=beltzner
|
2008-01-28 22:05:47 +00:00 |
mozilla%weilbacher.org
|
5750878092
|
Bug 376790: remove support for non-cairo GFX ports from configure.in, r=ted.mielczarek, a=mtschrep
|
2008-01-23 08:27:49 +00:00 |
ted.mielczarek%gmail.com
|
abb2e2cccf
|
bug 404855 - Crash Reporter UI Review, round 2, Linux bits. r=dcamp/bsmedberg
|
2008-01-23 00:06:41 +00:00 |
reed%reedloden.com
|
38e12ee76c
|
Bug 193001 - "Use gnome's native print dialog" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr+a1.9=roc]
|
2008-01-21 03:47:28 +00:00 |
reed%reedloden.com
|
4373f2b739
|
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-19 06:56:17 +00:00 |
kaie%kuix.de
|
3aaf810b89
|
Bug 399590, Update Mozilla trunk to use NSS tag NSS_3_12_BETA1
r=rrelyea, a1.9=mtschrep
|
2008-01-18 10:41:08 +00:00 |
reed%reedloden.com
|
6f9ce8a3d1
|
Back out Michael Ventnor's patch from bug 193001 for now, as it is causing crashes in bug 396024's mochitest.
|
2008-01-17 10:13:33 +00:00 |