Sean Stangl
|
8bc23053db
|
Bug 772892 - Optimize Math.pow(). r=jandem,mjrosenb
|
2012-07-31 20:04:42 -07:00 |
|
David Anderson
|
6e79956e2a
|
Fix ARM build.
|
2012-07-31 17:47:49 -07:00 |
|
David Anderson
|
9929d37fcc
|
Merge from mozilla-central.
|
2012-07-31 17:19:41 -07:00 |
|
David Anderson
|
b39dab49cc
|
Add JM inline cache for calling into Ion (bug 775818, r=jandem,pierron).
|
2012-07-30 17:19:10 -07:00 |
|
Nicolas B. Pierron
|
d16a07caf3
|
Bug 774624 - Fix unexpected TypeError messages. r=dvander
1/ Use JSOP_GOTO to skip unreachable code in ReconstructPCStack.
2/ Abstract slot iteration in js_DecompileValueGenerator.
|
2012-07-30 16:42:17 -07:00 |
|
Mike Habicher
|
d753b0fbff
|
Bug 740997 - ICS camera support, r=jst,gal,roc
|
2012-07-30 17:59:05 -04:00 |
|
Andrew McCreight
|
bd753fa986
|
Bug 761422, part 4 - Don't try to be a hero in ReparentWrapperIfFound. r=bholley
|
2012-07-30 21:02:00 -07:00 |
|
Andrew McCreight
|
c50ae146b8
|
Bug 761422, part 3 - get security wrappers before changing maps. r=bholley
|
2012-07-30 21:01:59 -07:00 |
|
Andrew McCreight
|
c9f8cbe106
|
Bug 761422, part 2 - guard against double reflectors on failure in ReparentWrapperIfFound. r=bholley
|
2012-07-30 21:01:59 -07:00 |
|
Andrew McCreight
|
f0b4fb0eb9
|
Bug 761422, part 1 - Clone before we adjust XPC maps in ReparentWrapperIfFound. r=bholley
|
2012-07-30 21:01:59 -07:00 |
|
David Anderson
|
644c651c3e
|
Merge from mozilla-central.
|
2012-07-30 13:15:39 -07:00 |
|
Jan de Mooij
|
ba42c1120a
|
No bug - Add Compile to js::ion namespace to fix Clang build. r=dvander
|
2012-07-30 20:43:44 +02:00 |
|
Jan de Mooij
|
9c9d8f999b
|
Bug 776880 - Fix dropArguments call in CallConstructor to include |this|. r=dvander
|
2012-07-30 20:37:14 +02:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Shu-yu Guo
|
97705238c0
|
Refactor |Compile| to be templated and not use fp (bug 773339, r=dvander).
|
2012-07-29 11:52:45 -07:00 |
|
Jan de Mooij
|
86a14e256e
|
Implement JSOP_MOD for doubles (bug 716694, r=dvander).
|
2012-07-24 16:39:17 +02:00 |
|
David Anderson
|
4629ab9e30
|
Backout due to orange.
|
2012-07-27 17:17:26 -07:00 |
|
David Anderson
|
d5d034403d
|
Backed out changeset a9addbf7e526
|
2012-07-27 17:16:35 -07:00 |
|
Jan de Mooij
|
f2854d9e1f
|
[mq]: heur
|
2012-07-24 16:39:17 +02:00 |
|
David Anderson
|
b6122238ca
|
Include loop entry types when determining OSR types (bug 774644, r=jandem).
|
2012-07-27 16:13:02 -07:00 |
|
David Anderson
|
ae05820ccb
|
Fix typo in recent merge.
|
2012-07-27 14:57:07 -07:00 |
|
Jan de Mooij
|
84cd45ba36
|
Don't go through GetPcScript to monitor AddValue edge cases (bug 776022, r=dvander).
|
2012-07-27 13:12:30 -07:00 |
|
Jan de Mooij
|
2f2dc17c45
|
Fix hasLazyType assertion (bug 777647, r=dvander).
|
2012-07-27 13:08:24 -07:00 |
|
David Anderson
|
88ed1ce560
|
Merge from mozilla-central.
|
2012-07-26 18:19:02 -07:00 |
|
Nicolas B. Pierron
|
aea7716358
|
Bug 776748 - Do not invalidate ionScript when JM is invalidated. r=dvander
|
2012-07-26 11:17:31 -07:00 |
|
Jan de Mooij
|
ea0eea0a14
|
Backout 72bd41f8ca61 (bug 777383) to see if it fixes a sunspider regression on 64-bit.
|
2012-07-26 17:37:09 +02:00 |
|
Sean Stangl
|
a95da4759c
|
Bug 777570 - visitMathFunctionD() should be isCall(). r=dvander
|
2012-07-25 17:10:20 -07:00 |
|
David Anderson
|
83c5be4f84
|
Merge from mozilla-central.
|
2012-07-25 14:30:08 -07:00 |
|
David Anderson
|
4d4c08d682
|
Backed out changeset eef915d5a18f
|
2012-07-25 02:08:41 -07:00 |
|
Nicolas B. Pierron
|
241df5e8da
|
Bug 776748 - Do not invalidate ionScript when JM is invalidated. r=dvander
|
2012-07-24 17:50:51 -07:00 |
|
Nicolas Pierron
|
6e5bc1a856
|
Bug 767349 - Track bad resume points when snapshots are encoded. r=dvander
|
2012-07-24 17:24:42 -07:00 |
|
Nicolas B. Pierron
|
449a70f3bc
|
Bug 767349 - Simulate hidden instructions when the target is hidden. r=luke
|
2012-07-24 17:24:42 -07:00 |
|
David Anderson
|
5fc5a16b63
|
Merge from mozilla-central.
|
2012-07-24 16:32:08 -07:00 |
|
Olli Pettay
|
f2659bf421
|
Bug 777074 - dictionary_helper_gen.py doesn't handle 'unsigned long' types, r=khuey
|
2012-07-25 01:59:22 +03:00 |
|
Ed Morley
|
853788ef5a
|
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
|
6b01b23e1f
|
Bug 749536 - Implement JS::ToBoolean to fastpath Value to Boolean unwrappings. (r=luke)
|
2012-07-24 22:59:55 -07:00 |
|
Mike Hommey
|
cff1883594
|
Bug 776305 - Fix building spidermonkey with system zlib after bug 761723. r=khuey
|
2012-07-25 07:44:08 +02:00 |
|
Mike Hommey
|
d01edc7116
|
Bug 776016 - Avoid Preprocessor.py warning when no commands are processed, but filters are. r=ted
|
2012-07-25 07:44:08 +02:00 |
|
Olli Pettay
|
8d25c299d6
|
Bug 776929 - Let event implementation codegen to generate MozContactChangeEvent, r=gwagner
|
2012-07-24 22:28:26 +03:00 |
|
David Anderson
|
10352157a6
|
Merge from mozilla-central.
|
2012-07-23 12:37:49 -07:00 |
|
Mike Hommey
|
5f8309d9b6
|
Bug 770426 - Replace double colon rules with dependency chains for preprocessing rules. r=khuey
|
2012-07-23 07:42:22 +02:00 |
|
Benjamin Peterson
|
c612311c13
|
Bug 777181 - Breaking out of a for-let-in loop needs SRC_HIDDEN. r=luke
--HG--
extra : rebase_source : b71d4e1983d9e83f9392ff62fbff280cb3fb3295
|
2012-07-24 19:15:37 -07:00 |
|
Ryan VanderMeulen
|
ba139e6639
|
Merge
|
2012-07-24 22:06:27 -04:00 |
|
Benjamin Peterson
|
5f08df9d9d
|
Bug 777083 - Don't leak when ownSource is true. r=luke
|
2012-07-24 19:01:38 -07:00 |
|
Benjamin Peterson
|
639c29d087
|
Bug 776332 - Fix the rooting of Function's toSource/toString. r=terrence
|
2012-07-24 14:23:36 -07:00 |
|
Chao-ying Fu
|
cd57edc68c
|
Bug 774760 - Fix unaligned PCCounts double access (r=luke)
--HG--
extra : rebase_source : ac9c1d9cb21611a5c23ca92a187b7f3e0e422cf4
|
2012-07-24 11:11:44 -07:00 |
|
Ryan VanderMeulen
|
ca4206d611
|
Merge m-c to inbound.
|
2012-07-24 22:00:07 -04:00 |
|
Benjamin Peterson
|
a810a5ad27
|
Bug 776314 - Stub out genexp toSource. r=luke
|
2012-07-24 11:19:18 -07:00 |
|
Benjamin Peterson
|
82a0c3817c
|
Bug 776314 - Add a script flag indicating if the script is a generator expression. r=luke
|
2012-07-24 11:19:08 -07:00 |
|
Gregory Szorc
|
42d6d9f5c1
|
Bug 776805 - Remove unused NO_GEN_XPT from rules.mk; r=glandium
|
2012-07-24 10:57:13 -07:00 |
|