Ted Shroyer
|
4211119139
|
Bug 765890 - Alter mochitests/jsreftests to pass when javascript.options.xml.content defaults to false. r=jorendorff.
--HG--
extra : rebase_source : 12bd1c7b597c4834424876ac797cf7c118434d5e
|
2012-07-20 14:00:53 -05:00 |
|
Aryeh Gregor
|
2e7996f8d1
|
Bug 777292 - Convert incorrect conversions to nsresult and fix named constants; r=ehsan
|
2012-07-27 16:59:29 +03:00 |
|
Landry Breuil
|
4df91067fc
|
Bug 778414. Fix clang builds on OpenBSD/i386. r=glandium
|
2012-07-30 17:57:04 +02:00 |
|
Ehsan Akhgari
|
c80897316e
|
Merge the nullptr conversion from mozilla-central into mozilla-inbound
|
2012-07-30 10:28:15 -04:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Brian Hackett
|
4da0b7720d
|
Use HandleValue and MutableHandleValue in API hooks where possible, bug 776579. r=billm, sr=dmandelin
|
2012-07-30 05:19:09 -06:00 |
|
Aryeh Gregor
|
66d337960d
|
Bug 777292 - Add default cases to switches on nsresult; r=ehsan
|
2012-07-27 17:03:25 +03:00 |
|
Rafael Ávila de Espíndola
|
b99afdfb17
|
Bug 778301 - Remove old change for llvm.org/pr11003.
--HG--
extra : rebase_source : 41006c35798d0722a43b6c37bc0216a6c6064aa9
|
2012-07-28 08:04:45 -04:00 |
|
Benjamin Peterson
|
3b7ecb0d35
|
Bug 777776 - Properly barrier JSScript::scriptSource_. r=terrence
|
2012-07-28 15:18:33 -07:00 |
|
Ed Morley
|
35f13f7e90
|
Backout a5b21cffeebf (bug 743112) for intermittent but severe leaks; a=whatafunwaytospendtheday on a CLOSED TREE
|
2012-07-28 18:46:27 +01:00 |
|
Benjamin Peterson
|
36d4b2c395
|
Bug 778268 - Allow definitions with no uses to be removed. r=luke
|
2012-07-27 21:56:46 -07:00 |
|
Benjamin Peterson
|
064f4d886e
|
Backout 4cdd23569371 (Bug 777776) for more bustage
|
2012-07-27 19:35:01 -07:00 |
|
Terrence Cole
|
0377bfd95e
|
Bug 744675 - Make jstest suite default parallelism match cpu count; r=sfink
--HG--
extra : rebase_source : 41dab7c1354f31c27cb019a622b8602e7fc521c5
|
2012-07-27 17:51:12 -07:00 |
|
Benjamin Peterson
|
cdd5257acd
|
Bug 777776 - Properly barrier JSScript::scriptSource_. r=terrence
|
2012-07-27 17:51:49 -07:00 |
|
Bill McCloskey
|
d84ff9f0bd
|
Bug 778370 - Track individual sweep phases in GC statistics (r=terrence)
|
2012-07-27 17:37:21 -07:00 |
|
David Mandelin
|
42385a0327
|
Bug 778347: fix some MSVC warnings, r=luke
--HG--
extra : rebase_source : 859cdd689d4aa794ab8c25d39fb9f9cd7817a92c
|
2012-07-27 16:32:37 -07:00 |
|
Eric Faust
|
b5fc0ac9c5
|
Bug 747288 - Reland renaming jitinfo to MJITinfo. (r=bhackett)
|
2012-07-27 16:20:48 -07:00 |
|
David Mandelin
|
2779a603ff
|
Backout changeset 8bd9d81db80a which landed without a bug
--HG--
extra : rebase_source : 69b0afc5aab63afeea06919db9c2e635e7c6f1dc
|
2012-07-27 15:49:11 -07:00 |
|
Benjamin Peterson
|
2245f50fb8
|
Backout b69f5004fde8 (Bug 777776) for bustage
|
2012-07-27 15:22:13 -07:00 |
|
Benjamin Peterson
|
52f2036252
|
Bug 777776 - Properly barrier JSScript::scriptSource_. r=terrence
|
2012-07-27 14:42:56 -07:00 |
|
Steve Fink
|
82b0cf8278
|
Bug 777956 - With CPG, AutoCompartment no longer needs to store the target object. r=luke
|
2012-07-26 18:27:08 -07:00 |
|
Terrence Cole
|
c29bd1c107
|
Bug 777992 - Move array slowification barrier closer to update; r=billm
--HG--
extra : rebase_source : c7bb1cb451877282e6d8a1bc2b1e971cbbfad2a7
|
2012-07-27 12:32:16 -07:00 |
|
David Mandelin
|
41d9e9dd7a
|
Bug 776704: allow shell to build without zlib, r=bpeterson
|
2012-07-25 16:47:16 -07:00 |
|
Bill McCloskey
|
4d57317ec8
|
Bug 743112 - Incremental release of C++ objects during GC (r=smaug,jonco)
|
2012-07-27 11:27:51 -07:00 |
|
Bobby Holley
|
6d3eb5ee8b
|
Bug 760109 - Tests. rs=mrbkap
|
2012-07-27 12:15:46 +02:00 |
|
Bobby Holley
|
a7c9c6c0e0
|
Bug 760109 - Override traps in ChromeObjectWrapper to bounce lookups to the local prototype chain. r=mrbkap
|
2012-07-27 12:15:46 +02:00 |
|
Bobby Holley
|
27dfe5daed
|
Bug 760109 - Introduce an explicit ChromeObjectWrapper. r=mrbkap
For now it's identical to ChromeObjectWrapperBase. Custom behavior comes in the next patch.
|
2012-07-27 12:15:46 +02:00 |
|
Bobby Holley
|
bc2fe5e629
|
Bug 760109 - When COWing objects with standard prototypes, use the prototype in the home compartment instead. r=mrbkap
|
2012-07-27 12:15:46 +02:00 |
|
Bobby Holley
|
f2d2aebee5
|
Bug 760109 - Add an API to lookup proto key via standard prototype objects and vice-versa.
|
2012-07-27 12:15:46 +02:00 |
|
Bobby Holley
|
5a7d569a9a
|
Bug 760109 - Don't force wrappers to use the wrapped proto if they decide to use something different. r=mrbkap
|
2012-07-27 12:15:46 +02:00 |
|
Eric Faust
|
976b680d59
|
No bug - Rename JitInfo mJITInfo. (r=bhackett)
|
2012-07-26 19:44:52 -07:00 |
|
Ehsan Akhgari
|
ac735a4137
|
Backout changeset 0589b96414e6 which landed without a bug and broke the builds
|
2012-07-26 22:56:23 -04:00 |
|
Eric Faust
|
7f96a704b2
|
No bug - Rename JitInfo mJITInfo. (r=bhackett)
|
2012-07-26 19:44:52 -07:00 |
|
Terrence Cole
|
0335964257
|
Bug 777999 - Fix JSRefTest shell progressbar brokeness in windows; r=dmandelin DONTBUILD
--HG--
extra : rebase_source : e6170427c1d56de503c71157234ca2b1a52fe9aa
|
2012-07-26 18:07:17 -07:00 |
|
Bill McCloskey
|
e296fc91da
|
Bug 777919 - Free LifoAlloc chunks on background thread (r=luke)
|
2012-07-26 18:05:31 -07:00 |
|
Luke Wagner
|
f417d29a6c
|
Bug 777643 - re-enable arguments.length fast path in JM (r=bhackett)
|
2012-07-26 16:08:26 -07:00 |
|
Eric Faust
|
898361218d
|
Bug 777618 - Remove VALUE_TO_BOOLEAN and POP_BOOLEAN from interpreter. (r=luke)
|
2012-07-26 15:24:28 -07:00 |
|
Boris Zbarsky
|
90f6c60e4d
|
Bug 777627. Make sure we can't accidentally turn off mochitests for a directory by reordering the Makefile.in. r=khuey
|
2012-07-26 12:38:03 -04:00 |
|
Ed Morley
|
0696306c60
|
Backout 137efb901fc9 (bug 777627) for bustage
|
2012-07-26 17:48:00 +01:00 |
|
Boris Zbarsky
|
f81242abb5
|
Bug 777627. Make sure we can't accidentally turn off mochitests for a directory by reordering the Makefile.in. r=khuey
|
2012-07-26 12:38:03 -04:00 |
|
Jan de Mooij
|
f3b611a445
|
Backout 72bd41f8ca61 (bug 777383) to see if it fixes a sunspider regression on 64-bit.
|
2012-07-26 17:37:09 +02:00 |
|
Ed Morley
|
8ae0bc807e
|
Merge mozilla-central to mozilla-inbound
|
2012-07-26 13:25:04 +01:00 |
|
Ed Morley
|
7c29aed7d0
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-07-26 13:04:00 +01:00 |
|
Olli Pettay
|
555347dbf5
|
Bug 776986 - Implement MozApplicationEvent using codegenerator, r=fabrice
|
2012-07-26 13:23:22 +03:00 |
|
Olli Pettay
|
2c67e04427
|
Bug 776971 - codegen DeviceLightEvent impl, r=dougt
|
2012-07-26 00:26:51 +03:00 |
|
Olli Pettay
|
a90431f527
|
Bug 776966 - Generate DeviceOrientationEvent implementation, r=dougt
|
2012-07-26 00:17:14 +03:00 |
|
Olli Pettay
|
56e3342ec9
|
Bug 777074 - dictionary_helper_gen.py doesn't handle 'unsigned long' types, r=khuey
|
2012-07-25 01:59:22 +03:00 |
|
Ed Morley
|
3ccef88f32
|
Backout eecd3aa199e6 (bug 776305), 62facd5b3da9, c6a0ac7d47d2 & 2d56621abfee (bug 776035), e4e68cf2bd40 (bug 776016), 0853a4d49b4e & 31de6ffdedcb (bug 770426), 43a69b4981f5 (bug 756786) for Windows mochitest crashes
|
2012-07-25 09:35:32 +01:00 |
|
Eric Faust
|
d074f7d445
|
Bug 749536 - Implement JS::ToBoolean to fastpath Value to Boolean unwrappings. (r=luke)
|
2012-07-24 22:59:55 -07:00 |
|
Mike Hommey
|
ad008ce17e
|
Bug 776305 - Fix building spidermonkey with system zlib after bug 761723. r=khuey
|
2012-07-25 07:44:08 +02:00 |
|