e29aaba07431aa12b2e2cdfbcb0d055106177d46: Bug 510449 - Bug 493457 causes crash on x64 windows build because JSSLOT_CLASS_MASK_BITS is uint32. r=jwalden
Makoto Kato <m_kato@ga2.so-net.ne.jp> - Fri, 14 Aug 2009 11:09:59 -0700 - rev 31821
Push 8746 by rsayre@mozilla.com at Tue, 25 Aug 2009 16:53:43 +0000
Bug 510449 - Bug 493457 causes crash on x64 windows build because JSSLOT_CLASS_MASK_BITS is uint32. r=jwalden
7b6fbcb0fd974678c98802d9e654531074a09b69: Bug 510451 - Build failed on solaris after merge tamarin's CodeAlloc(bug 504462). r=gal
Leon Sha <leon.sha@sun.com> - Fri, 14 Aug 2009 18:01:38 +0800 - rev 31820
Push 8746 by rsayre@mozilla.com at Tue, 25 Aug 2009 16:53:43 +0000
Bug 510451 - Build failed on solaris after merge tamarin's CodeAlloc(bug 504462). r=gal
2a5544bd7012f2d6de8b59ef953ebb630785024b: Bug 503952 - replace JSStringBuffer with JSTempVector in json.cpp
Luke Wagner <lw@mozilla.com> - Thu, 13 Aug 2009 17:22:55 -0700 - rev 31819
Push 8746 by rsayre@mozilla.com at Tue, 25 Aug 2009 16:53:43 +0000
Bug 503952 - replace JSStringBuffer with JSTempVector in json.cpp
d6b1904fd103e3fd0b9f255219290c8b7603be41: Avoid unused variable warning if not verbose.
Brendan Eich <brendan@mozilla.org> - Thu, 13 Aug 2009 16:54:36 -0700 - rev 31818
Push 8746 by rsayre@mozilla.com at Tue, 25 Aug 2009 16:53:43 +0000
Avoid unused variable warning if not verbose.
270901f18b6da095ea12f06c047bdd4cde4b3899: Bug 509098 - Remove JS_HAS_LVALUE_RETURN support, part 2. r=brendan. This was part of the original patch, but while rebasing it I accidentally dropped the parts that touch jsops.cpp.
Jason Orendorff <jorendorff@mozilla.com> - Thu, 13 Aug 2009 17:49:56 -0500 - rev 31817
Push 8746 by rsayre@mozilla.com at Tue, 25 Aug 2009 16:53:43 +0000
Bug 509098 - Remove JS_HAS_LVALUE_RETURN support, part 2. r=brendan. This was part of the original patch, but while rebasing it I accidentally dropped the parts that touch jsops.cpp.
063c6c5249abeb9055813c287d1538218e68ca50: Bug 505588: simpler test format and improved harness for trace-tests, r=jorendorff
David Mandelin <dmandelin@mozilla.com> - Thu, 13 Aug 2009 15:42:51 -0700 - rev 31816
Push 8746 by rsayre@mozilla.com at Tue, 25 Aug 2009 16:53:43 +0000
Bug 505588: simpler test format and improved harness for trace-tests, r=jorendorff
64674b9f45a50c1d4a30a1b128d54c61ed1afd4b: Bug 509098 - Remove JS_HAS_LVALUE_RETURN support. r=brendan.
Jason Orendorff <jorendorff@mozilla.com> - Thu, 13 Aug 2009 16:18:33 -0500 - rev 31815
Push 8746 by rsayre@mozilla.com at Tue, 25 Aug 2009 16:53:43 +0000
Bug 509098 - Remove JS_HAS_LVALUE_RETURN support. r=brendan.
b8b9d78f12d25957afd442faaf1f1c606d1a45d3: Bug 510091 - Fennec crash on mousedown on an iframe. r=Waldo.
Jason Orendorff <jorendorff@mozilla.com> - Thu, 13 Aug 2009 16:07:13 -0500 - rev 31814
Push 8746 by rsayre@mozilla.com at Tue, 25 Aug 2009 16:53:43 +0000
Bug 510091 - Fennec crash on mousedown on an iframe. r=Waldo.
2983b136963a9ce3ea74cf6abbed70efed025629: Bug 509103 - Drop support for assigning to parameterized properties. r=shaver.
Jason Orendorff <jorendorff@mozilla.com> - Thu, 13 Aug 2009 16:05:25 -0500 - rev 31813
Push 8746 by rsayre@mozilla.com at Tue, 25 Aug 2009 16:53:43 +0000
Bug 509103 - Drop support for assigning to parameterized properties. r=shaver.
653353855fffd5cf181e2c8dca30aa8934ccdda2: Relax the testTableSwitch2 test for non-x86 platforms which don't use ::tableswitch() in jstracer.cpp. (510193, r=jorendorff) (with minor orangeness fix by jorendorff, r=shaver)
Jacob Bramley <Jacob.Bramley@arm.com> - Thu, 13 Aug 2009 15:03:48 -0500 - rev 31812
Push 8746 by rsayre@mozilla.com at Tue, 25 Aug 2009 16:53:43 +0000
Relax the testTableSwitch2 test for non-x86 platforms which don't use ::tableswitch() in jstracer.cpp. (510193, r=jorendorff) (with minor orangeness fix by jorendorff, r=shaver)
a0b2a2ffa12445d54487d836332ee5ca1fab43da: Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
Benjamin Smedberg <benjamin@smedbergs.us> - Tue, 25 Aug 2009 08:59:31 -0700 - rev 31811
Push 8745 by bsmedberg@mozilla.com at Tue, 25 Aug 2009 16:00:12 +0000
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
4152186f5fdaa44434901821631df8d691249cd3: Fix test from bug 501569 to avoid triggering the tinderbox error parser.
L. David Baron <dbaron@dbaron.org> - Tue, 25 Aug 2009 08:30:16 -0700 - rev 31810
Push 8744 by dbaron@mozilla.com at Tue, 25 Aug 2009 15:30:47 +0000
Fix test from bug 501569 to avoid triggering the tinderbox error parser.
525d2bb69a7cda9dd2c0ab58ff063024831bcae6: Bug 507379 - hostname from SSL_RevealURL is null checked too late [@ nsDependentCString - nsNSSBadCertHandler]; r=kaie
timeless <timeless@bemail.org> - Tue, 25 Aug 2009 15:22:28 +0200 - rev 31809
Push 8743 by sgautherie.bz@free.fr at Tue, 25 Aug 2009 13:22:51 +0000
Bug 507379 - hostname from SSL_RevealURL is null checked too late [@ nsDependentCString - nsNSSBadCertHandler]; r=kaie
e2cc9f1841d7be96ebfb27cff493a8a8adfaf08b: Bug 506502 - Remove "MOZ_BITS == 16" parts (in dbm and nsprpub); (Bv1-MC) Remove (last) 3 *.mak; r=gal
Serge Gautherie <sgautherie.bz@free.fr> - Tue, 25 Aug 2009 15:22:26 +0200 - rev 31808
Push 8743 by sgautherie.bz@free.fr at Tue, 25 Aug 2009 13:22:51 +0000
Bug 506502 - Remove "MOZ_BITS == 16" parts (in dbm and nsprpub); (Bv1-MC) Remove (last) 3 *.mak; r=gal
2457c3db5ba694d1b7e563ed21c98495b06df0a5: Bug 508927. In list box body frame don't return a frame for an item that is not in its child list, and don't destory a frame if it is not in the childlist. r=bzbarsky
Timothy Nikkel <tnikkel@gmail.com> - Tue, 25 Aug 2009 08:37:07 -0400 - rev 31807
Push 8742 by bzbarsky@mozilla.com at Tue, 25 Aug 2009 12:37:32 +0000
Bug 508927. In list box body frame don't return a frame for an item that is not in its child list, and don't destory a frame if it is not in the childlist. r=bzbarsky
b712ab888d9b9cf539d8ef31baa97abc8c06639b: Bug 511521 - downloading file with RTL override (RLO) presents conflicting filenames; r=bzbarsky
Ehsan Akhgari <ehsan.akhgari@gmail.com> - Tue, 25 Aug 2009 13:52:47 +0430 - rev 31806
Push 8741 by ehsan.akhgari@gmail.com at Tue, 25 Aug 2009 09:24:32 +0000
Bug 511521 - downloading file with RTL override (RLO) presents conflicting filenames; r=bzbarsky
f9ec318d49797a97d15f8bb583b4cfd76972b213: Bug 510780 - Use doCommand instead of manually generating a "command" event in browser chrome tests; r=mconnor
Ehsan Akhgari <ehsan.akhgari@gmail.com> - Tue, 25 Aug 2009 13:52:45 +0430 - rev 31805
Push 8741 by ehsan.akhgari@gmail.com at Tue, 25 Aug 2009 09:24:32 +0000
Bug 510780 - Use doCommand instead of manually generating a "command" event in browser chrome tests; r=mconnor
35cb659d031c6acd8351b995823121bc86eec0fc: Bug 508526 - Make gDownloadLastDir smarter; r=mconnor
Ehsan Akhgari <ehsan.akhgari@gmail.com> - Tue, 25 Aug 2009 13:52:43 +0430 - rev 31804
Push 8741 by ehsan.akhgari@gmail.com at Tue, 25 Aug 2009 09:24:32 +0000
Bug 508526 - Make gDownloadLastDir smarter; r=mconnor
2e8b6f1bf670fc64652d0f82cd140fc339b96daf: Backed out changeset 4aa19414e651 (bug 488249) to fix test orange.
Boris Zbarsky <bzbarsky@mit.edu> - Mon, 24 Aug 2009 20:51:57 -0400 - rev 31803
Push 8740 by bzbarsky@mozilla.com at Tue, 25 Aug 2009 00:52:50 +0000
Backed out changeset 4aa19414e651 (bug 488249) to fix test orange.
7687616b2a35d841691da03b55eb482965eb1548: Backed out changeset 59ae87416f96 (bug 488249 followup) to fix test orange.
Boris Zbarsky <bzbarsky@mit.edu> - Mon, 24 Aug 2009 20:50:52 -0400 - rev 31802
Push 8740 by bzbarsky@mozilla.com at Tue, 25 Aug 2009 00:52:50 +0000
Backed out changeset 59ae87416f96 (bug 488249 followup) to fix test orange.
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -20 +20 +50 +100 +300 +1000 +3000 +10000 +30000 +100000 +300000 tip