Boris Zbarsky
6c34899d42
Bug 1142731. Make IsInternalFunctionObject work correctly again. r=waldo
2015-03-12 21:46:57 -04:00
Boris Zbarsky
5ae05d7e9a
Bug 1142311 part 2. Rename the parent arg of NewScriptedFunction to enclosingDynamicScope, and make it optional. r=waldo
2015-03-12 21:46:57 -04:00
Boris Zbarsky
8f6992dd92
Bug 1142311 part 1. Stop parenting self-hosted objects to the intrinsics holder. r=waldo
2015-03-12 21:46:57 -04:00
Brian Hackett
89a333a739
Bug 1135897 - Use unboxed objects for JSON objects and constant literals embedded in scripts, r=jandem.
2015-03-12 17:09:21 -06:00
Jim Blandy
f5ae8deae6
Bug 1128603: Remove findReferences and the tests that use it. r=terrence
...
--HG--
extra : rebase_source : d2619dffb3a0d406e8512a5611096eb0cd03bd3f
extra : amend_source : 086dee8a8dd091676bad889895164f1057708eee
2015-03-12 14:08:49 -07:00
Luke Wagner
70288ad5f9
Bug 1136331 - OdinMonkey: allow stdlib calls in heap expressions (r=bbouvier)
...
--HG--
extra : rebase_source : 11d3f434ae9fc85246a6053aad235d3794aa8cfe
2015-02-24 14:11:37 -06:00
Ryan VanderMeulen
172a9aa7e0
Backed out changeset 94f1fc3d9ec8 (bug 1135897) for LSAN leaks.
...
CLOSED TREE
2015-03-12 15:02:08 -04:00
Ryan VanderMeulen
8fbe69b141
Backed out 8 changesets (bug 1141234) for bustage.
...
Backed out changeset 9c7dd01f338e (bug 1141234)
Backed out changeset df39d787c523 (bug 1141234)
Backed out changeset 3632c514a358 (bug 1141234)
Backed out changeset 1e8743d47b41 (bug 1141234)
Backed out changeset ddd5d5191e49 (bug 1141234)
Backed out changeset 274b1f5afc29 (bug 1141234)
Backed out changeset 65e299373b5b (bug 1141234)
Backed out changeset eff0109392e9 (bug 1141234)
2015-03-12 15:01:16 -04:00
Terrence Cole
fbd1e7e370
Bug 1141234 - Part 8: Suppress a false positive rooting analysis hazard; r=sfink
2015-03-12 11:20:47 -07:00
Terrence Cole
278c3b07fc
Bug 1141234 - Part 7: Reorder the allocator methods for clarity; r=sfink
2015-03-11 11:11:29 -07:00
Terrence Cole
5bcdbfd721
Bug 1141234 - Part 6: Namespace the allocator into GCRuntime; r=sfink
2015-03-11 11:09:31 -07:00
Terrence Cole
01f2fccf3f
Bug 1141234 - Part 5: Inline the one user of ShouldNurseryAllocate; r=sfink
2015-03-11 11:07:57 -07:00
Terrence Cole
446ceb1489
Bug 1141234 - Part 4: Move off-thread object allocation above unimplementable operations; r=sfink
...
--HG--
extra : rebase_source : 69ae05513b5ca2f8dfa0f006ed8d5e9df04c149d
2015-03-11 11:07:38 -07:00
Terrence Cole
355d820daa
Bug 1141234 - Part 3: Share the code to allocate a tenured thing; r=sfink
...
--HG--
extra : rebase_source : 9b9b320a6e94abc9a543b54d6e968217c20a0696
2015-03-11 11:07:23 -07:00
Terrence Cole
37560d20b5
Bug 1141234 - Part 2: Use UniquePtr to free slots if object allocation fails; r=sfink
...
--HG--
extra : rebase_source : 2822811f81dfaac81a424422e04f2ba7325a3b78
2015-03-11 11:07:22 -07:00
Terrence Cole
79915303f4
Bug 1141234 - Part 1: Abstract PossiblyFail into the OOM testing machinery; r=sfink
...
--HG--
extra : rebase_source : fe817f518671675e26b2df12a48ff2b0fca2fcb0
2015-03-11 11:06:20 -07:00
Nicolas B. Pierron
364a4cc4af
Bug 1131846 - Check the return value of MResumePoint::Copy. r=h4writer
2015-03-12 19:17:50 +01:00
Jonathan Griffin
d1c61bc9b6
Bug 1116187 - Disable failing mochitest-chrome tests for B2G, r=gbrown
2015-02-06 16:30:37 -08:00
Nicolas B. Pierron
7b765cf10b
Bug 1105574 - Range Analysis: Keep folded bitwise instructions alive for bailouts. r=sunfish
2015-03-12 19:01:51 +01:00
Jason Orendorff
24e0838e6f
Bug 1133294 - Object.getOwnPropertyDescriptor(obj, key) must always return either undefined or a complete property descriptor, even if obj is a proxy. r=efaust.
...
--HG--
extra : rebase_source : 6f68a9607d1a3f8c5a589bd51aa737d601b00e16
extra : amend_source : b4afc4ecede67f806e2b00adfa004ee72e3bfd91
2015-02-15 02:49:42 -06:00
Jason Orendorff
ad14104dc9
Bug 1133085 - PropDesc::initFromPropertyDescriptor should understand JSPROP_GETTER without JSPROP_SETTER and vice versa. r=efaust.
...
PropDesc and PropertyDescriptor are at last capable of expressing all valid PropertyDescriptors, both complete and incomplete. This should make them pretty much equivalent. But since this came on gradually, there is a lingering bug in the code that translates between the two structs.
--HG--
extra : rebase_source : 7787ce6d1e116548f656a1a02d7ef325a7bc783a
2015-02-13 16:25:31 -06:00
Jason Orendorff
dc964acb19
Bug 1133094 - Object.defineProperty() on scripted proxy incorrectly sets {[[Configurable]]: true} if it's missing. r=efaust.
...
It is not immediately clear why the test has anything to do with the code changes, but the code changes do in fact make that test pass, because they cause us not to generate nonsensical PropDesc/PropertyDescriptor records that confuse our DefineProperty machinery.
The first hunk in jsobj.cpp is the key bit, and the rest is mopping up regressions from that change.
--HG--
extra : rebase_source : 150d5fd6d294a97b249c4636138a5aa78f72a38d
2015-02-13 17:07:08 -06:00
Jason Orendorff
205f49b948
Bug 1130537 - Reimplement js::SetPropertyIgnoringNamedGetter to follow ES6 draft rev 32 9.1.9 [[Set]]. r=efaust.
...
--HG--
extra : rebase_source : 6f7d04b419f7a0d31ab7914df60c51db2658c31f
2015-02-06 16:55:49 -06:00
Brian Hackett
4ec89acaaf
Bug 1137180 - Only mark inner scripts as having failed a bounds check after bailing out, r=jandem.
2015-03-12 11:15:01 -06:00
Brian Hackett
cd01ecd2f8
Bug 1135897 - Use unboxed objects for JSON objects and constant literals embedded in scripts, r=jandem.
2015-03-12 10:58:19 -06:00
Kannan Vijayan
2bce8ca261
Bug 1132265 - Handle dummy frames when initializing ProfilingFrameIterator. r=shu
2015-03-12 12:37:21 -04:00
Brian Hackett
e3a09cbcf6
Bug 1128076 - Clean up naming around unboxed scalar MIR accesses, r=jandem.
2015-03-12 10:25:44 -06:00
Kannan Vijayan
2c3cf9af1b
Bug 1135703 - Add test case. r=shu
2015-03-12 12:19:58 -04:00
Kannan Vijayan
95bb641fb6
Bug 1135703 - Ensure that lastProfilingFrame gets set appropriately on ALL JitActivations when profiling is turned on or off. r=shu
2015-03-12 12:17:40 -04:00
Kannan Vijayan
4511df38c5
Bug 1134515 - Ensure SPSBaselineOSRMarker checks pseudostack size properly. r=shu
2015-03-12 12:13:16 -04:00
Jan de Mooij
345a0ef86e
Bug 1128646 part 1 - Optimize calls to own property scripted getters. r=efaust
2015-03-12 16:57:34 +01:00
Hiroyuki Ikezoe
36fdba3e1a
Bug 751387 - Fix crash caused by out-of-bounds accesses in command line options handling. r=bholley
2015-03-12 01:37:00 -04:00
Jan de Mooij
c79699b21f
Bug 1140428 - Warn when __noSuchMethod__ is used. r=jorendorff
2015-03-12 13:07:02 +01:00
Boris Zbarsky
46b5adbff8
Bug 1142282 part 3. Remove the parent argument of NewNativeObjectWithClassProto. r=waldo
2015-03-11 22:33:59 -04:00
Boris Zbarsky
a34c94dd8a
Bug 1142282 part 2. Remove the parent argument of NewNativeObjectWithGivenTaggedProto. r=waldo
2015-03-11 22:33:59 -04:00
Boris Zbarsky
2fd882441b
Bug 1142282 part 1. Remove the parent argument of NewNativeObjectWithGivenProto. r=waldo
2015-03-11 22:33:59 -04:00
Boris Zbarsky
d0524b1a9e
Bug 1142266. Remove the parent argument from js::NewObjectWithProto. r=waldo
2015-03-11 22:33:59 -04:00
Boris Zbarsky
425e239f47
Bug 1142241. Stop using getParent() in js::GetObjectEnvironmentObjectForFunction. r=waldo
2015-03-11 22:33:59 -04:00
Boris Zbarsky
1ca30ee69f
Bug 1140586 part 5. Split up js::NewFunction into several different APIs that are more clear in terms of what they do and don't need parents as much. r=waldo
2015-03-11 22:33:59 -04:00
Boris Zbarsky
bf509e3470
Bug 1140586 part 4. Stop passing non-null parents to js::NewFunctionWithProto when creating a native function via direct calls to that API. r=waldo
2015-03-11 22:33:59 -04:00
Boris Zbarsky
3b6d207238
Bug 1140586 part 3. Drop the funobjArg of js::NewFunction and js::NewFunctionWithProto. r=waldo
2015-03-11 22:33:59 -04:00
Boris Zbarsky
3e6ae938f8
Bug 1140586 part 2. Stop passing non-null funobjArg to js::NewFunction and js::NewFunctionWithProto. r=waldo
2015-03-11 22:33:59 -04:00
Boris Zbarsky
d69ae85742
Bug 1140586 part 1. Add some asserts about us not caring too much about the parents of native functions. r=waldo
2015-03-11 22:33:58 -04:00
Wes Kocher
6473a1f935
Backed out changeset 851347e26940 (bug 1038839) for spidermonkey failures CLOSED TREE
2015-03-11 14:52:14 -07:00
Sean Stangl
9fb770d771
Bug 1038839 - Use type information for alias analysis. r=jandem
2015-03-10 14:56:13 -07:00
Boris Zbarsky
f5d543e29c
Bug 1140737. Fix Ion setter cache to reserve the register the value being set lives in as needed, so other things don't stomp on that register. r=jandem
2015-03-11 16:53:29 -04:00
Brian Hackett
798a1ce672
Bug 1141379 - Remove unboxed layouts from the per-compartment list they are threaded through while we are still on the main thread, r=jandem.
2015-03-11 14:08:00 -06:00
Brian Hackett
68283b5b8d
Bug 1139466 - Watch for strict scripts with lazy arguments when marking Ion frames, r=jandem.
2015-03-11 14:03:24 -06:00
Ryan VanderMeulen
bdbf597dc9
Backed out changesets 18c84fcee487 and cc4786da89db (bug 1135039) for Linux32 jit-test assertion failures.
...
CLOSED TREE
2015-03-11 15:23:58 -04:00
Benjamin Bouvier
611473a2a2
Bug 1140317: and even more using mozilla::UniquePtr in a CLOSED TREE; r=bustage
...
--HG--
extra : rebase_source : c4f6f5bf886cdc2cd151efbc396205940af26714
2015-03-11 17:47:45 +01:00
Benjamin Bouvier
47bf0598f9
Bug 1140317: include more UniquePtr and more using mozilla::UniquePtr in a CLOSED TREE; r=bustage
...
--HG--
extra : rebase_source : f8a64e3c5cdaa9abd47e2071d1a6331622e00e98
2015-03-11 17:32:02 +01:00
Jason Orendorff
0ab8467895
Bug 1137616 - Restore ReferenceError when a proxy is on the global object's prototype chain, regressed by rev 615f118f2787. r=jandem.
...
--HG--
extra : rebase_source : b6e51ec6061c99a0d796b85f87d25e436d3e472e
2015-03-03 18:13:03 -06:00
Jason Orendorff
cd9a74e351
Bug 828137, part 1 - Make Object.defineProperty fail on window elements. r=bz.
...
--HG--
extra : rebase_source : 8bfc7e8ebd9219511a6119bcefd2c784dc9a1682
2015-02-11 11:38:36 -06:00
Jason Orendorff
0c60195cd7
Bug 1132522, part 2 - Treat false return from proxyHandler.set() as strict mode failure. r=efaust.
...
This changeset includes a change in addon-sdk/source that is logically of a piece with the rest, but was reviewed separately; see <https://github.com/mozilla/addon-sdk/pull/1888 >. r=Mossop.
--HG--
extra : rebase_source : 2cc5537258811d6c9d369062bd127947eed450c1
2015-02-13 09:49:31 -06:00
Jason Orendorff
ee6d024995
Bug 1132522, part 1 - Treat false return from proxyHandler.defineProperty() as strict mode failure. r=efaust.
...
--HG--
extra : rebase_source : 2fb0022f52553fe3bedf38e46ae50d465b7ae402
2015-02-12 11:29:32 -06:00
Benjamin Bouvier
4c5b145bae
Bug 1135039: Apply swizzle type policy changes in Ion too; r=sunfish
...
--HG--
extra : rebase_source : ea6a775b4a32aa83745ae8950867f92dd1ff2e0b
2015-03-02 19:40:06 +01:00
Benjamin Bouvier
fca5b420d0
Bug 1135039: Throw on non-int32 or out-of-bounds lanes arguments to swizzle/shuffle; r=sunfish
...
--HG--
extra : rebase_source : 569ad212b4cd75089ba449ae86922d641810ae33
2015-03-05 11:55:10 +01:00
Jason Orendorff
8da1228198
Bug 1141329 - Fix crash [@ JSObject::getGroup] or [@ js::jit::SetPropertyIC::update]. r=efaust.
...
--HG--
extra : rebase_source : f34ba2ec39a84663892db9e08405e0efb3f5cd46
2015-03-10 13:14:36 -05:00
Jason Orendorff
eedeed1e47
Bug 1141329, prelude - Make ObjectOpResult pointer-sized to fix amazingly bogus code and assertions in IonCaches, introduced by rev 0712a3d4b79c. r=efaust.
...
--HG--
extra : rebase_source : 1d82219b61105088cf27154c6200e647091a36e0
2015-03-10 12:22:30 -05:00
Jason Orendorff
a9a1c904c3
Bug 1141154 - Fix crashes with Ion and proxy set failure cases, caused by rev 0712a3d4b79c. r=efaust.
...
--HG--
extra : rebase_source : d56b6bfda21f3e3797aae487efb344aae782c277
2015-03-09 19:07:56 -05:00
Benjamin Bouvier
98c2be829a
Bug 1140317: Make sure chars created by DecompileValueGenerator won't ever leak; r=Waldo
...
--HG--
extra : rebase_source : 826d3b85b3b0b094f9d4d570a13915a99e985598
2015-03-10 19:34:00 +01:00
Lars T Hansen
5c82f1e14b
Bug 1141067 - byte operations on x86/x64. r=sunfish
2015-03-11 15:45:57 +01:00
Lars T Hansen
6a807eabb7
Bug 1138348 - byte array test cases. r=h4writer
2015-03-11 15:45:57 +01:00
Lars T Hansen
0bb0797a10
Bug 1138348 - byte ops on x86_64. r=h4writer
2015-03-11 15:45:57 +01:00
Jan de Mooij
1f3dbeca3b
Bug 1090583 part 2 - Fix the property count check in MonitorAssign to check the actual count instead of the capacity. r=bhackett
2015-03-11 11:58:25 +01:00
Benjamin Bouvier
52df648372
Bug 1140709: Add a second bounds check for checking that the index is actually positive; r=bhackett
...
--HG--
extra : rebase_source : b00b985e47d4814e1b7a8b8afd347b4f908d5303
extra : amend_source : 3bf3226a3a7b46ed083f0565c66dc48f8d270adc
2015-03-10 19:24:25 +01:00
ziyunfei
1158db1ff7
Bug 1108949 - RegExp(RegExp object, flags) no longer throws. r=till
...
--HG--
extra : rebase_source : 08109d67f72abee35d9928c6645e43cdffd6e85c
2015-03-10 21:36:00 +01:00
Eric Faust
3cf7f008c4
Bug 1066233 - Followup: Address a forgotten review comment. (r=jorendorff)
2015-03-11 00:49:38 -07:00
Eric Faust
ad9c2fb296
Bug 1066233 - Tests. (r=jorendorff)
2015-03-11 00:44:41 -07:00
Eric Faust
3ba28c5305
Bug 1066233 - Part 3: Reflect.parse support for ES6 ClassExpressions. (r=jorendorff)
2015-03-11 00:44:41 -07:00
Eric Faust
9a04835fc4
Bug 1066233 - Part 2: Emitter support for ES6 ClassExpressions. (r=jorendorff)
2015-03-11 00:44:41 -07:00
Eric Faust
4c1796a8f6
Bug 1066233 - Part 1: Parser suppoert for ES6 ClassExpressions. (r=jorendorff)
2015-03-11 00:44:41 -07:00
Eric Faust
362ec8b4d4
Bug 1066234 - Tests. (r=jorendorff)
2015-03-10 20:27:35 -07:00
Eric Faust
fa7237865e
Bug 1066234 - Part 6: Emitter support for 'extends' in ES6 Classes. (r=jorendorff)
2015-03-10 20:27:34 -07:00
Eric Faust
bde88f8031
Bug 1066234 - Part 5: Implement JSOP_OBJWITHPROTO. (r=jorendorff)
2015-03-10 20:27:34 -07:00
Eric Faust
e61516dc68
Bug 1066234 - Part 4: Implement JSOP_FUNWITHPROTO. (r=jorendorff)
2015-03-10 20:27:34 -07:00
Eric Faust
ba03dfe707
Bug 1066234 - Part 3: Refactor js::CloneFunctionObject to take a proto argument. (r=jorendorff)
2015-03-10 20:27:34 -07:00
Eric Faust
2d0c5144f4
Bug 1066234 - Part 2: Implement JSOP_CLASSHERITAGE. (r=jorendorff)
2015-03-10 20:27:34 -07:00
Eric Faust
0255a0299e
Bug 1066234 - Part 1: Parser support for 'extends' in ES6 Classes. (r=jorendorff)
2015-03-10 20:27:34 -07:00
Phil Ringnalda
c9d7caebde
Backed out 7 changesets (bug 1066234) for bustage
...
CLOSED TREE
Backed out changeset ce28663e61d4 (bug 1066234)
Backed out changeset e06ad6b69b25 (bug 1066234)
Backed out changeset 99933582c7d8 (bug 1066234)
Backed out changeset a40045b47bba (bug 1066234)
Backed out changeset f6b44a3c3c6f (bug 1066234)
Backed out changeset 478d797266b1 (bug 1066234)
Backed out changeset 73f4dd8f8d97 (bug 1066234)
2015-03-10 20:44:12 -07:00
Eric Faust
060d7c0a57
Bug 1066234 - Tests. (r=jorendorff)
2015-03-10 20:27:35 -07:00
Eric Faust
c00fc2c512
Bug 1066234 - Part 6: Emitter support for 'extends' in ES6 Classes. (r=jorendorff)
2015-03-10 20:27:34 -07:00
Eric Faust
bc022f421f
Bug 1066234 - Part 5: Implement JSOP_OBJWITHPROTO. (r=jorendorff)
2015-03-10 20:27:34 -07:00
Eric Faust
499ec1d19f
Bug 1066234 - Part 4: Implement JSOP_FUNWITHPROTO. (r=jorendorff)
2015-03-10 20:27:34 -07:00
Eric Faust
f6ede58ce7
Bug 1066234 - Part 3: Refactor js::CloneFunctionObject to take a proto argument. (r=jorendorff)
2015-03-10 20:27:34 -07:00
Eric Faust
f716749e26
Bug 1066234 - Part 2: Implement JSOP_CLASSHERITAGE. (r=jorendorff)
2015-03-10 20:27:34 -07:00
Eric Faust
1fe797e160
Bug 1066234 - Part 1: Parser support for 'extends' in ES6 Classes. (r=jorendorff)
2015-03-10 20:27:34 -07:00
Shu-yu Guo
bd45de1bac
Bug 1140643 - JitcodeGlobalMap marking must participate in iterative weak reference marking. (r=terrence)
2015-03-10 20:12:32 -07:00
Wes Kocher
02e6dbd486
Backed out changeset 449fc5e20299 (bug 1141067) for making windows ggc permafail CLOSED TREE
2015-03-10 19:50:23 -07:00
Wes Kocher
68ce293eb5
Backed out 2 changesets (bug 1138348)
...
Backed out changeset 9c405f41e3e7 (bug 1138348)
Backed out changeset 5777a98e824f (bug 1138348)
2015-03-10 19:49:58 -07:00
Blake Kaplan
3ae54c5cdb
Bug 1134006 - Avoid IPC for domElement.QueryInterface(nsISupports) and nsIClassInfo. r=billm
...
--HG--
extra : rebase_source : cd3ce71089e89c512c0cc04fb49c666e5fab5117
2015-03-10 14:36:01 -07:00
Wes Kocher
014849cca6
Merge m-c to inbound a=merge CLOSED TREE
2015-03-10 16:11:23 -07:00
Wes Kocher
d8ac0068e5
Merge b2g-inbound to m-c a=merge CLOSED TREE
2015-03-10 15:44:53 -07:00
Carsten "Tomcat" Book
cc4d1b9af9
Merge mozilla-central to b2g-inbound
2015-03-10 14:07:36 +01:00
Lars T Hansen
5dd9fabd2f
Bug 1138348 - byte array test cases. r=h4writer
2015-03-10 08:29:03 +01:00
Lars T Hansen
e21d01ae4e
Bug 1138348 - byte ops on x86_64. r=h4writer
2015-03-10 08:29:01 +01:00
Lars T Hansen
10a38119d5
Bug 1141067 - clean up x86 and x64 byte operations. r=sunfish
2015-03-10 08:28:24 +01:00
Sean Stangl
ebf143adc2
Bug 1141268 - Install js-config.h for standalone builds. r=glandium
2015-03-09 13:42:31 -07:00
Chris Peterson
f52bd1d07c
Bug 1140806 - Initialize JS random seed using arc4random on Android and BSDs. r=fitzgen
2015-03-08 17:49:04 -07:00
Shu-yu Guo
9906429672
Bug 1140741 - Teach JitProfilingFrameIterator to read DebugModeOSRInfo. (r=djvj)
2015-03-09 18:55:26 -07:00
Lars T Hansen
5406e27070
Bug 1141516 - call reportCompare even on early exit. r=luke
2015-03-10 16:35:20 +01:00
Brian Hackett
39171f8939
Bug 1138073 - Improve checking when folding and/or blocks in Ion, r=sunfish.
2015-03-10 08:56:57 -06:00
Tom Schuster
dadd824d2c
Bug 1139696 - Test for cross-compartment Set/Map clone (r=billm)
2015-03-09 17:55:19 -07:00
Bill McCloskey
d3467852f4
Bug 1139696 - Fix cross-compartment Map/Set structured cloning (r=evilpie)
2015-03-09 17:43:54 -07:00
Jeff Walden
4877857e68
Bump the XDR version two more to account for yet more branch-versioning oddities. No bug, r=me as trivial, DONTBUILD because really building bytecode-bumping patchwork twice is just too much for an opaque identifier that we already built once, pushing in a CLOSED TREE because version bumps are risk-free and these versions are needed for a branch backport and otherwise I'm spinning wheels waiting on the tree to reopen right now
2015-03-09 10:57:47 -07:00
Jeff Walden
e9437e2662
Bump XDR bytecode version up several to reserve those skipped version numbers for use in branch patches. No bug, r=me as trivial
2015-03-09 10:37:00 -07:00
Nicolas B. Pierron
0fa9a5e3bf
Bug 1138141 - x64: Add some padding after pushing an odd number of float32 registers. r=bbouvier
2015-03-09 18:21:42 +01:00
Boris Zbarsky
5801b265ee
Bug 1140670 part 3. Add an assertParentIs() for asserting the parent is something specific and use it in various places to eliminate getParent() calls. r=waldo
2015-03-09 12:52:15 -04:00
Boris Zbarsky
fc853faf5b
Bug 1140670 part 2. Just use the global as the parent in js::CreateThis and js::CreateThisForFunctionWithProto. r=waldo
2015-03-09 12:50:56 -04:00
Boris Zbarsky
e6f23c7edb
Bug 1140670 part 1. Just use the global, not the proto's parent, as the default parent in NewObjectWithGivenTaggedProto. r=waldo
2015-03-09 12:50:55 -04:00
Boris Zbarsky
5d2ae0a555
Bug 1140573 part 4. Drop the parent argument from js::NewFunctionByIdWithReserved. r=waldo
2015-03-09 12:50:08 -04:00
Boris Zbarsky
cc3b42e52a
Bug 1140573 part 3. Drop the parent argument from js::NewFunctionWithReserved. r=waldo
2015-03-09 12:50:07 -04:00
Boris Zbarsky
8a4d4838fb
Bug 1140573 part 2. Drop the parent argument from JS_NewFunctionById. r=waldo
2015-03-09 12:50:05 -04:00
Boris Zbarsky
dcb007a0d8
Bug 1140573 part 1. Drop the parent argument from JS_NewFunction. r=waldo
2015-03-09 12:50:03 -04:00
Boris Zbarsky
5d69db0b28
Bug 1140582. Remove the parent argument from JS_NewObjectWithUniqueType. r=waldo
2015-03-09 12:49:50 -04:00
Carsten "Tomcat" Book
54a4c96d39
Backed out changeset 95fa879e6855 (bug 1132522) for JP test failures on a CLOSED TREE
2015-03-09 16:50:02 +01:00
Carsten "Tomcat" Book
caa09aaec2
Backed out changeset 0f393119201c (bug 1132522)
2015-03-09 16:49:36 +01:00
Carsten "Tomcat" Book
bca0a2c02e
Backed out changeset df26246112ad (bug 828137)
2015-03-09 16:49:34 +01:00
Brian Hackett
fca1be3e56
Bug 1138984 - Allow 'new' template objects to have dynamic slots, r=jandem.
2015-03-09 09:25:23 -06:00
Brian Hackett
69e6b9f055
Bug 1140888 - Make sure Ion code depending on unboxed layouts is invalidated when unboxed objects are converted to natives, r=jandem.
2015-03-09 09:17:27 -06:00
Hannes Verschore
1a22e29af0
Bug 1139834 - TraceLogger: refactor to add fail function, r=bbouvier
2015-03-09 15:25:55 +01:00
Heiher
1df9e925e2
Bug 1140821
- IonMonkey: MIPS: Fix profiler enter frame calculating. r=nbp
2015-03-08 00:40:00 -05:00
Heiher
1a310f1824
Bug 1139299 - Fix align stack in Simulator-mips::call. r=rankov, r=nbp
2015-03-04 01:01:00 -05:00
Jan de Mooij
d97c9509d9
Bug 1090583 - Fix a pre-existing issue with MLoadElementHole and negative index checks. r=bhackett
2015-03-10 13:14:42 +01:00
Jan de Mooij
472d2ebba1
Bug 1139368 - Set FilterTypeSet dependency in improveThisTypesForCall. r=h4writer
2015-03-10 13:14:38 +01:00
Carsten "Tomcat" Book
bd447688dc
Backed out changeset 6c7ebb2f5a92 (bug 1134006) for bustage
2015-03-10 12:37:24 +01:00
Blake Kaplan
318dc8ec77
Bug 1134006 - Avoid IPC for domElement.QueryInterface(nsISupports) and nsIClassInfo. r=billm
2015-03-09 15:01:00 +01:00
Steve Singer
7936390cff
Bug 1140801 - Don't invoke functions on non-ion platforms. r=nbp
2015-03-07 21:13:00 +01:00
Sean Stangl
2a1c08cab7
Bug 1139181 - Add missing MIRTypes to StringFromMIRType(). r=efaust
2015-03-03 14:39:00 +01:00
Jason Orendorff
659c8de550
Bug 828137, part 1 - Make Object.defineProperty fail on window elements. r=bz.
...
--HG--
extra : rebase_source : ececca61c52296fb41e26e277a6bfa0d5eca63bb
extra : amend_source : 4229cb2652c2eb5b4347ebe043eccf1c0515e62a
2015-02-11 11:38:36 -06:00
Jason Orendorff
a735d8f183
Bug 1132522, part 2 - Treat false return from proxyHandler.set() as strict mode failure. r=efaust.
...
--HG--
extra : rebase_source : 438b6070a1770bc17cc455a457df2b033bbc972d
2015-02-13 09:49:31 -06:00
Jason Orendorff
555004b2bf
Bug 1132522, part 1 - Treat false return from proxyHandler.defineProperty() as strict mode failure. r=efaust.
...
--HG--
extra : rebase_source : f2b3e7e643158fd46508856b27869722aa178d1a
2015-02-12 11:29:32 -06:00
Benjamin Bouvier
a942b867cf
Bug 1141032: Fix a string comparison when checking for env overriding JIT defaults; r=h4writer
...
--HG--
extra : rebase_source : dccdbd6b8e4511ec21fde84f7adddc12dc3e404c
2015-03-06 19:35:46 +01:00
Benjamin Bouvier
c1545d8d9e
Bug 1141032: fix = instead of == in an assert in NativeRegexpMacroAssembler.cpp; r=h4writer
...
--HG--
extra : rebase_source : 4c0063522a1175f96cfd0d229e97342522830511
2015-03-06 14:17:58 +01:00
Yoshi Huang
38c3210ae5
Bug 1138886 - Structured Clone for MozNDEFRecord. r=smaug
...
From 9b1bdef0b25b41d0448662ec689a961ae4e8fcd2 Mon Sep 17 00:00:00 2001
---
dom/base/StructuredCloneTags.h | 2 +
dom/base/nsJSEnvironment.cpp | 29 +++++++++
dom/nfc/MozNDEFRecord.cpp | 122 ++++++++++++++++++++++++++++++++++---
dom/nfc/MozNDEFRecord.h | 20 ++++--
js/xpconnect/src/ExportHelpers.cpp | 36 ++++++++++-
5 files changed, 193 insertions(+), 16 deletions(-)
2015-01-30 15:36:42 +08:00
Brian Hackett
828690c286
Bug 1138199
. r=billm
2015-03-08 22:10:01 -04:00
Phil Ringnalda
8f5c1764fb
Merge m-c to m-i
2015-03-07 19:39:49 -08:00
Phil Ringnalda
d5d934be28
Merge f-t to m-c, a=merge
2015-03-07 19:38:53 -08:00
Paolo Amadini
f638425f9d
Bug 1140435 - Part 2 - Allow JS code to provide an async stack when calling a function. r=bz
2015-03-07 13:30:34 +00:00
Brian Hackett
fd4b480871
Bug 1138912 - Watch for MNewObject instructions without a template object when recovering, r=jandem.
2015-03-07 17:11:02 -06:00
Brian Hackett
ed7eebd0f5
Bug 1139474
- Watch for unboxed object properties when attaching Ion SETPROP ICs, r=jandem.
2015-03-07 17:05:21 -06:00
Ryan VanderMeulen
8aaa845a81
Merge inbound to m-c. a=merge
...
CLOSED TREE
2015-03-06 16:18:04 -05:00
Paolo Amadini
54445b17d2
Bug 1083359
- Part 2 - Allow C++ code to provide an async stack when calling a JS function. r=jimb
2015-03-06 15:50:28 +00:00
Jason Orendorff
e2f96cba3f
Fix JSErr_Limit, broken by rev 41df9affe00f. No bug, r=red.
...
--HG--
extra : rebase_source : 5e52c66efe5475479f10f8aded036de6850eb365
2015-03-06 20:24:39 -06:00
Boris Zbarsky
27d9cf2be6
Bug 1131805 part 2. Remove remaining js::GetObjectParent and JS_GetParent uses in SpiderMonkey. r=waldo
2015-03-06 16:33:31 -05:00
Boris Zbarsky
f0ef2a86aa
Bug 1131802 part 2. Allocate functions with reserved slots for DOM Xrays so we can store the Xray wrapper reference in those slots instead of as the function parent. r=peterv
2015-03-06 16:33:31 -05:00
Boris Zbarsky
a14a442f94
Bug 1131802 part 1. Add JS friend API to test whether a given function object has extended slots. r=terrence
2015-03-06 16:33:30 -05:00
Benjamin Bouvier
d61b6923ca
Bug 1140336: Remove init() method in VMFunction (and dubious assert); r=h4writer
...
--HG--
extra : rebase_source : 34b09439f2229d01bd9dba1220d10b3a0da9b17f
extra : amend_source : e8aaa92d04f6579b006d11e53d3ebdfb54bf4253
2015-03-06 11:19:45 +01:00
Jon Coppeard
5b60f0ea54
Bug 1139832 - Restrict compacting GC zealousness to zeal collections r=terrence
2015-03-06 10:19:07 +00:00
Jon Coppeard
186408ba66
Bug 1138874 - Generalise assertion that source object has a preserved wrapper r=bholley
2015-03-06 10:19:07 +00:00
Boris Zbarsky
19d83a360f
Bug 1139964 part 1. Factor out the guts of BackstagePass::Resolve and BackstagePass::Enumerate to allow reuse for other globals that want to opt in to Exposed=System WebIDL annotations. r=smaug
2015-03-06 01:08:06 -05:00
Paolo Amadini
14addff448
Bug 1083359
- Part 1 - Add the asyncCause and asyncParent properties to the native SavedFrame object. r=jimb
2015-02-21 11:56:00 +00:00
Brian Hackett
6181573297
Bug 1138740 - Notify Ion when changing a typed array's data pointer due to making a lazy buffer for it, r=sfink.
2015-03-07 09:46:27 -06:00
Jason Orendorff
f9c659ca6c
Bug 1113369, part 7 - [[SetPrototypeOf]] ObjectOpResult support. r=Waldo, r=bz in dom, r=dvander in js/ipc, r=bholley in js/xpconnect.
...
--HG--
extra : rebase_source : e712f5faf1463a447e52153c556605bb9552e990
2015-02-05 16:36:50 -06:00
Jason Orendorff
29bfe274bb
Bug 1113369, part 6 - [[PreventExtensions]] ObjectOpResult support. r=Waldo, r=bz in dom, r=dvander in js/ipc, r=bholley in js/xpconnect.
...
--HG--
extra : rebase_source : 08631a46c776f6d9e60794ad61308240dde3d94d
2015-02-04 12:01:01 -06:00
Jason Orendorff
cc85989b86
Bug 1113369, part 5 - [[Delete]] ObjectOpResult support. r=Waldo, r=bz in dom, r=dvander in js/ipc, r=bholley in js/xpconnect.
...
--HG--
extra : rebase_source : 64b0e44bbb7673d139fab920243566db4844b517
2015-02-04 10:20:04 -06:00
Jason Orendorff
9a17368e8e
Bug 1113369, part 4 - [[Set]] ObjectOpResult support. r=Waldo, r=bz in dom, r=dvander in js/ipc, r=bholley in js/xpconnect.
...
--HG--
extra : rebase_source : ee44b9a7c933addd7f26643443900843b984587b
2015-02-03 19:51:40 -06:00
Jason Orendorff
de9e3b99dc
Bug 1113369, part 3 - [[DefineOwnProperty]] ObjectOpResult support. r=Waldo, r=bz in dom, r=dvander in js/ipc, r=bholley in js/xpconnect.
...
Add an ObjectOpResult out-param for DefineProperty functions everywhere. We leave a few js::DefineProperty() convenience functions with no *result out-param. These have strict behavior: that is, they automatically check the result and throw if it is false. In bug 1125624 these strict signatures may end up being called DefinePropertyOrThrow, as that is what the spec calls it.
--HG--
extra : rebase_source : 36439a8fa433c453f63b02c93fceaf0d8b9e9626
2015-01-30 11:37:07 -06:00
Jason Orendorff
ce09b0bfc5
Bug 1113369, part 2 - js::SetArrayLength ObjectOpResult support. r=Waldo.
...
--HG--
extra : rebase_source : fa947b315a7ede20a16893e3e44dd4118665c777
2015-01-29 23:02:26 -06:00
Jason Orendorff
844535d277
Bug 1113369, part 1½ - Avoid regressing error messages by adding obj to the ObjectOpResult methods that could throw a TypeError. r=Waldo.
...
--HG--
extra : rebase_source : 5494b04d773badadc2c33fd90ae67cad90aa88d3
2015-02-18 18:49:17 -06:00
Jason Orendorff
63891dbbf5
Bug 1113369, part 1 - Introduce JS::ObjectOpResult and use it in js::StandardDefineProperty. r=Waldo.
...
In general, jsobj.h will offer, for each standard internal method that returns a boolean value indicating success/failure, signatures with a JS::ObjectOpResult& out-parameter and signatures without it. The ones without will throw a TypeError on failure (that is, the behavior will be "strict").
--HG--
extra : rebase_source : fbf30988ed48412a10168e359848940123035e0f
2015-02-02 17:06:47 -06:00
Jason Orendorff
18470d8d6a
Bug 1138059 - Tweak XPCOMUtils.defineLazyGetter behavior to avoid weird behavior in weird cases. r=mak.
...
--HG--
extra : rebase_source : 40887fe2375350b3b183aff2a24e17053b02d349
2015-02-28 09:17:43 -06:00
Jason Orendorff
85abad51f2
Bug 1130576 - Rename JSPropertyOp -> JSGetterOp and JSStrictPropertyOp -> JSSetterOp. r=efaust.
...
--HG--
extra : rebase_source : 44edb174028da6dbd637975e6358112060de535b
extra : amend_source : dd79490550af1370dac037057bdc2c06cb4c71f5
2015-01-30 13:56:15 -06:00
Shu-yu Guo
1c4fd5e1a7
Bug 1140180 - Stop leaking TypeLists when tracking optimizations. (r=djvj)
2015-03-06 17:58:26 -08:00
Jeff Walden
be22d693ec
Bug 1140196. r=jorendorff
2015-03-05 18:03:56 -08:00
L. David Baron
8de963d8ad
Back out bug 1131802 (changesets 80e90f586329 and 35c268f162db) and patch 2 from bug 1131805 (changeset 4139522bf814) on a CLOSED TREE for assertion failures.
...
Assertion failure: (ptrBits & 1) == 0, at ../../dist/include/js/Value.h
:871
called from XrayCreateFunction
2015-03-06 15:14:52 -08:00
Jim Blandy
18e3ff59b1
Bug 1140182: JS GDB pretty-printers: Implement pretty-printer for js::AbstractFramePtr. r=sfink
...
--HG--
extra : rebase_source : a039fe37a7379dd738c8ddfc1bf15ecea3235edf
2015-03-04 17:34:49 -08:00
Boris Zbarsky
3cc15e64a8
Bug 1131805 part 2. Remove remaining js::GetObjectParent and JS_GetParent uses in SpiderMonkey. r=waldo
2015-03-06 16:33:31 -05:00
Boris Zbarsky
05aaddd360
Bug 1131805 part 1. Remove remaining JS_GetParent and js::GetObjectParent uses in Gecko. r=bholley
2015-03-06 16:33:31 -05:00
Boris Zbarsky
6523d4990f
Bug 1131802 part 2. Allocate functions with reserved slots for DOM Xrays so we can store the Xray wrapper reference in those slots instead of as the function parent. r=peterv
2015-03-06 16:33:31 -05:00
Boris Zbarsky
7fbe78ed00
Bug 1131802 part 1. Add JS friend API to test whether a given function object has extended slots. r=terrence
2015-03-06 16:33:30 -05:00
Boris Zbarsky
8911f2e109
Bug 1140399. Add friend API to check whether a given function object has a JSNative and to get that JSNative as needed. r=jandem
2015-03-06 16:33:30 -05:00
Jeff Walden
7048331318
Bug 1139769 - Self-host %TypedArray%.prototype.subarray. r=till
...
--HG--
extra : rebase_source : 183d35ba530088a578d8afc1a482fd0dba1c0e3d
2015-03-03 11:29:49 -08:00
Jeff Walden
b6c434b930
Bug 1139769 - Add TypedArrayBuffer, TypedArrayByteOffset, and TypedArrayElementShift intrinsics to safely get the relevant information for a typed array. r=till
...
--HG--
extra : rebase_source : 29f7aa4ce10c1f3752db797080eb41e7919f6e92
2015-03-03 11:29:45 -08:00
Jeff Walden
1f072a19fd
Bug 1139759 - Self-host %TypedArray%.prototype.copyWithin. r=till
...
--HG--
extra : rebase_source : da5b73835180f7a5b743cfe26889b23ebd9471d2
2015-03-03 11:29:02 -08:00
Jeff Walden
01267dea87
Bug 1127012. r=jorendorff
...
--HG--
extra : rebase_source : e956c7cc017d453b003c26fc2c85595133f90c26
2015-03-02 17:06:46 -08:00
Jim Blandy
c36a83e07f
Bug 1139570: JS GDB pretty-printer: Add a pretty-printer for js::InterpreterRegs. DONTBUILD r=ttromey
...
--HG--
extra : rebase_source : 3d367952ed039cb2d1af6c062a628002f6aaff47
2015-03-04 11:40:47 -08:00
Jim Blandy
3358ad3f7d
Bug 1140179: Adapt to new JSObject structure, which indirects through the ObjectGroup. DONTBUILD r=sfink
...
--HG--
extra : rebase_source : 816b330641a1346413d46c5d136556289b85e27f
2015-03-05 15:00:13 -08:00
Jim Blandy
b336a5c71b
Bug 1139535: In js/src/gdb: Remove workaround for 2012 GDB bug. DONTBUILD r=sfink
...
--HG--
extra : rebase_source : b250e79ff42b144041422e6e8d9fcb7b59dc27c6
2015-03-04 10:33:44 -08:00
Steve Fink
01a264a7a9
Bug 1136309 - Rename the spidermonkey build variants, r=terrence
...
--HG--
rename : js/src/devtools/automation/arm-sim => js/src/devtools/automation/variants/arm-sim
rename : js/src/devtools/automation/dtrace => js/src/devtools/automation/variants/dtrace
rename : js/src/devtools/automation/exactrooting => js/src/devtools/automation/variants/exactrooting
rename : js/src/devtools/automation/generational => js/src/devtools/automation/variants/generational
rename : js/src/devtools/automation/nomethodjit => js/src/devtools/automation/variants/nomethodjit
rename : js/src/devtools/automation/rootanalysis => js/src/devtools/automation/variants/rootanalysis
rename : js/src/devtools/automation/warnaserr => js/src/devtools/automation/variants/warnaserr
rename : js/src/devtools/automation/warnaserrdebug => js/src/devtools/automation/variants/warnaserrdebug
extra : rebase_source : 63e8abb59681e0ca0144cd582178fae67c695e4e
2015-02-24 11:27:45 -08:00
Guillaume Maudoux
b5c8e06412
Bug 1136189 - SIMD: inline SIMD constructors with missing arguments. r=bbouvier
2015-03-05 16:38:40 -08:00
Shu-yu Guo
c9764f7296
Bug 1140077 - Don't invoke read barriers inside IsTypeMarkedFromAnyThread. (r=terrence)
2015-03-05 16:23:17 -08:00
Terrence Cole
eb79dbced5
Backout a0844d972d08 (Bug 1133140) for OOM bustage on TBPL test machines on a CLOSED TREE.
...
--HG--
extra : rebase_source : d28d5b25d9100889a7e909d292b00740f2e30b0c
2015-03-05 11:31:57 -08:00
Terrence Cole
e692ef66b3
Bug 1139983 - Fail the alloc if the nursery is full in NoGC; r=bhackett
...
--HG--
extra : rebase_source : 7629e6bc37f6e95a4cfd26350283de6a698a2973
2015-03-05 08:57:34 -08:00
Terrence Cole
a3f749e381
Bug 1133140 - Move runtime heap size limit checks up to GCIfNeeded; r=sfink
...
--HG--
extra : rebase_source : 5ddbf4859bce2c2dcbd547d046f420d0ab2537de
2015-03-05 08:57:32 -08:00
Terrence Cole
c11c675dc7
Bug 1134425 - Part 2: templatize the GC's allocation routines; r=jonco
...
--HG--
extra : rebase_source : 2b57ac72b48a44199375471b0047e4c40d7fb46d
2015-03-04 11:30:24 -08:00
Jan de Mooij
6a87cf6fe0
Bug 1059364 - Don't emit ObjectGroupDispatch fallback path if we know it's never used. r=bhackett
2015-03-05 15:47:13 +01:00
Jan de Mooij
fc6c5d2e40
Bug 1129977
- Fix bogus MarkOffThreadNurseryObjects assert when post-barrier verifier is used. r=terrence
2015-03-05 15:47:11 +01:00
Jon Coppeard
0edff16cda
Bug 1138874 - Change ReparentWrapper() to avoid multiple JS objects pointing to the same native r=bholley
2015-03-05 13:39:53 +00:00
Hannes Verschore
01775237e6
Bug 1138265: update testcase to be more correct, r=bbouvier ON CLOSED TREE
2015-03-05 13:30:07 +01:00
Nick Fitzgerald
57951abfec
Bug 1139217 - Make js::HashSet<T> work with move-only T types; r=luke
2015-03-03 17:54:00 +01:00
Hannes Verschore
3311e1f58d
Bug 1138265 - TraceLogger: Throw more errors, r=bbouvier ON CLOSED TREE
2015-03-05 11:53:10 +01:00
Hannes Verschore
fb5c0f5ed9
Bug 994016 - IonMonkey: Improve type information at branches with TypeOf (boolean, you are worthy too), r=jandem
2015-03-05 11:03:51 +01:00
Hannes Verschore
87f28bcfcf
Bug 1138265 - TraceLogger: Throw error when trying to enable in AsmJS, r=bbouvier
2015-03-05 10:46:13 +01:00
Shu-yu Guo
7c2196a471
Bug 1137780 - Fix marking JitcodeGlobalTable. (r=terrence)
2015-03-04 23:17:23 -08:00
Shu-yu Guo
a0b7c7e821
Bug 1137780 - Add a skiplist enumerator for JitcodeGlobalTable for removing while traversing. (r=djvj)
2015-03-04 23:17:23 -08:00
Wes Kocher
9da01a4e7f
Backed out changeset f88b64c38d3d (bug 1120655) for adding hazards to a CLOSED TREE
2015-03-04 17:01:09 -08:00
Kannan Vijayan
23ba095c80
Bug 1139506 - Check for null JSRuntime in tableticker stack trace merge. r=shu
2015-03-04 18:18:08 -05:00
Steve Fink
7a5694c553
Bug 1120655 - Label various compartment iters as GCPointers, r=terrence
...
--HG--
extra : rebase_source : 33addf15ffb10c652245caac4dbbd6d4979dcaef
2015-01-12 14:09:21 -08:00
Terrence Cole
bb7d88df07
Bug 1134425 - Part 1: move the allocator interface code out of line; r=jonco
...
--HG--
extra : rebase_source : cbeb8097a3c55397cc0c0f476deb0011ad496f62
2015-03-04 09:32:02 -08:00
Andrew McCreight
e54e14a49d
Bug 1139216 - Add BUG_COMPONENT information for js/xpconnect/. r=bholley
2015-03-04 14:07:59 -08:00
Ryan VanderMeulen
2a3ee8f105
Backed out changeset a190978e94f1 (bug 1136806) for WinXP debug jittest timeouts.
...
CLOSED TREE
2015-03-04 14:02:01 -05:00
Hannes Verschore
3c45032e65
Bug 1139152: IonMonkey: Don't improve types at MTypeOf for unknown types, r=jandem
2015-03-04 16:17:27 +01:00
Jon Coppeard
5a06a69d6c
Bug 1136597 - Mark all relevant cross compartment debugger edges when sweeping r=terrence
2015-03-04 14:45:19 +00:00
Nick Fitzgerald
1c02f24994
Bug 1136806 - Fix assertion failure with Debugger and oomAfterAllocations. r=shu
...
--HG--
extra : rebase_source : cb9a21db0e4fdb2024840dbe15958eb7632db488
2015-03-03 08:36:00 -05:00
Brian Hackett
ace85caac2
Bug 1137497 - Remove shape from unboxed objects, r=jandem.
2015-03-04 08:32:45 -06:00
Benjamin Bouvier
3ee2444840
Bug 1132920: Use movddup for SIMD swizzle pattern (0, 1, 0, 1) on SSE3 enabled machines; r=sunfish
...
--HG--
extra : rebase_source : ac9196feec31d129c91525eaac2908d7567d3f4b
2015-03-04 12:01:31 +01:00
Benjamin Bouvier
5fd025c925
Bug 1135042: Share more code between StoreTypedArray* classes; r=bhackett
...
--HG--
extra : rebase_source : de1f4b7b0cdb4132b6cb562f581a7a48f189f74d
2015-03-03 13:56:49 +01:00
Benjamin Bouvier
01c9ad0916
Bug 1135042: Inline SIMD stores in Ion; r=bhackett
...
--HG--
extra : rebase_source : a4cbb3b6e8dc91f3a7753d77b0851a969353a447
2015-02-27 18:30:22 +01:00
Benjamin Bouvier
21710977d3
Bug 1135042: Inline SIMD loads in Ion; r=bhackett
...
--HG--
extra : rebase_source : 4fff961d06ad855708c00069cf9e83774424ae25
2015-03-02 12:11:19 +01:00
Jon Coppeard
979e646fd3
Bug 1137478 - Add a read barrier for Debugger::debuggees r=terrence
2015-03-04 10:25:07 +00:00
Jon Coppeard
63c7f31b12
Bug 1122640 - Free nursery huge slots off main thread r=terrence
2015-02-04 16:12:06 +00:00
Jon Coppeard
4a71549f56
Bug 1137341 - Don't allow GC to observe cross compartment prototype pointers for object groups r=terrence a=abillings
2015-03-04 10:25:07 +00:00
Ehsan Akhgari
c5cbd265c3
Bug 1050456 - Part 2: Add a nsGlobalWindow::GetIsPrerendered helper
2015-03-04 01:31:08 -05:00
Ehsan Akhgari
0857b0109c
Bug 1050456 - Part 1: Prevent prerendered pages from showing the slow script dialog; r=bzbarsky
2015-03-04 01:30:47 -05:00
Boris Zbarsky
b3a7aa44f6
Bug 1137591 part 2. Throw if someone does Cu.importGlobalProperties in a Window scope. r=bholley
2015-03-03 21:01:58 -05:00
Boris Zbarsky
84cb117bc7
Bug 1137591 part 1. Get rid of SandboxCreateXMLHttpRequest and just use the normal XHR constructor in sandboxes if someone asks for XHR there. r=bholley
2015-03-03 21:01:58 -05:00
Terrence Cole
3b9728eea7
Bug 1131715 - Fix an innocuous data race in the HeapSlot pre barrier; r=jonco
...
--HG--
extra : rebase_source : 1f73da6dadd8540747c32f1609434c657b94147d
2015-02-25 09:22:18 -08:00
Nicolas B. Pierron
afec71338e
Bug 1137688 - Add eager simd unboxing phase. r=sunfish,bbouvier
2015-03-03 14:25:22 +01:00
Brian Hackett
0c2781431e
Bug 1135816 - Handle unboxed object receivers when compiling getter/setter calls in baseline/Ion, r=jandem.
2015-03-03 06:32:27 -06:00
Brian Hackett
e673083ef6
Bug 1137978 - Access an object's compartment and zone via its group, remove ObjectGroup::singleton_, r=jandem,terrence.
2015-03-03 06:23:47 -06:00
Brian Hackett
9db4d94c30
Bug 1138676 - Watch for groups with lazy protos in PropertyReadNeedsTypeBarrier, r=jandem.
2015-03-03 06:19:37 -06:00
Boris Zbarsky
eb1fcd69ef
Bug 1137910 part 2. Give chrome callers that are indirectly (e.g. via nsIStackFrame) poking at content-captured stacks the content view of the stack. r=fitzgen
2015-03-03 07:12:01 -05:00
Boris Zbarsky
1e9cb8803b
Bug 1137910 part 1. Don't lose track of the original 'this' object in THIS_SAVEDFRAME, so we can actually do things based on the principal of the object we're working with. r=fitzgen
2015-03-03 07:12:01 -05:00
Boris Zbarsky
a5316a236e
Bug 1137578. Remove JS_GetParent usage from mozJSSubscriptLoader. r=bholley
2015-03-03 07:12:01 -05:00
Boris Zbarsky
d9cb8e8309
Bug 1131797 part 3. Store the object we originally come from in a reserved slot on XPConnect functions instead of using the parent pointer. r=bholley
2015-03-03 07:12:01 -05:00
Boris Zbarsky
b90fad0b12
Bug 1131797 part 2. Stop storing the XPCNativeInterface* in XPConnect function objects and just get it from the XPCNativeMember* we're still storing. r=bholley
2015-03-03 07:12:01 -05:00
Boris Zbarsky
ff2c755d8f
Bug 1131797 part 1. Store an index into its XPCNativeInterface mMembers array in each XPCNativeMember. r=bholley
2015-03-03 07:12:00 -05:00
Carsten "Tomcat" Book
cd9248b860
Backed out changeset 756a0e4a9f48 (bug 1135042) for static analysis build bustage
...
--HG--
extra : rebase_source : 10504dd1afbadd2b49052ce848c6f7b660df2390
2015-03-03 12:09:50 +01:00
Carsten "Tomcat" Book
d83891aa9a
Backed out changeset d69585ea6ca9 (bug 1135042)
...
--HG--
extra : rebase_source : 4130fcdb7b36fa95c84fd50c1e8dd9a18ca4a5e1
2015-03-03 12:08:24 +01:00
Carsten "Tomcat" Book
55aab8def8
Backed out changeset b7b0305f5747 (bug 1135042)
...
--HG--
extra : rebase_source : fc1d424886af8ba808e88698c1b2017c2b366f23
2015-03-03 12:08:17 +01:00
Tom Schuster
2fa05ed61a
Bug 1138180 - Make --disable-ion compilable again. r=nbp
2015-03-03 11:49:31 +01:00
Landry Breuil
fe82b0fcd6
Bug 1138205 - use a reinterpret_cast instead of a static_cast after bug 986981, fixes build on OpenBSD/amd64. r=sunfish
...
--HG--
extra : rebase_source : 2345a706ddd5a5169a870ec45505329daa561f5a
2015-03-01 23:58:00 +01:00
Jon Coppeard
a1179d85f5
Bug 1138538 - Display GC zeal help text in shell help message r=terrence
2015-03-03 10:28:27 +00:00
Jon Coppeard
2931e312c6
Bug 1138390 - Wait for GC to finish if necessary in runOffThreadScript() r=terrence
2015-03-03 10:28:06 +00:00
Benjamin Bouvier
82ef64ea82
Bug 1135042: Share more code between StoreTypedArray* classes; r=bhackett
...
--HG--
extra : rebase_source : f29cc4ca0f22e4f3ad57823bd3d165d6d5436a55
2015-03-03 11:07:49 +01:00
Benjamin Bouvier
48b1718799
Bug 1135042: Inline SIMD stores in Ion; r=bhackett
...
--HG--
extra : rebase_source : 7d1207d8ac5c6f5ade2424560866225ad75c6c3b
2015-02-27 18:30:22 +01:00
Benjamin Bouvier
b8de7831f3
Bug 1135042: Inline SIMD loads in Ion; r=bhackett
...
--HG--
extra : rebase_source : 9a41cda1780b07ba5ed4cb68010da30c8c91c6c8
2015-03-02 12:11:19 +01:00
Benjamin Bouvier
c1a4bb0b11
Bug 1135039: Implement general SIMD swizzle and use it; r=sunfish
...
--HG--
extra : rebase_source : 03ee012c8e149c80857c454416a8cc9700fcde90
2015-02-27 09:35:03 +01:00
Lars T Hansen
5ef7f7af49
Bug 1137291 - avoid clobbering an input register. r=h4writer
2015-03-03 10:47:00 +01:00
Carsten "Tomcat" Book
3247f3916d
Backed out changeset 074919869975 (bug 1136806) for spidermonkey_info-warnaserr build test failures
...
--HG--
extra : rebase_source : 20b69f349805a40930b25e360591faa00f60a44f
2015-03-03 10:13:43 +01:00
Jan de Mooij
557a87c9f1
Bug 1136837 part 2 - Improve |this| types when inlining after a CALLPROP/CALLELEM. r=h4writer
2015-03-03 09:37:46 +01:00
Jan de Mooij
61b1b5c6bb
Bug 1137523 part 2 - Unprefix a few js_* functions I forgot in part 1. r=bhackett
2015-03-03 09:33:22 +01:00
Nick Fitzgerald
a235485fdb
Bug 1136806 - Fix assertion failure with Debugger and oomAfterAllocations. r=shu
2015-02-27 14:34:00 +01:00
ProgramFOX
e8cec7ff2d
Bug 1136221 - SIMD (interpreter): relax type requirement for Int32x4Bool. r=bbouvier
2015-02-27 17:31:05 +01:00
Steve Fink
ae44364491
Bug 1137336 - Explicitly disallow WeakMapTracer.callback from GCing, r=terrence
...
--HG--
extra : rebase_source : 49c1862cdb21a3089f91a3234276ae394e3928e1
2015-03-02 10:25:16 -08:00
Steve Fink
fe060f5fe7
Bug 1137326 - Fix out of bounds error in JS_iterateCompartments, r=terrence
...
--HG--
extra : rebase_source : 3fbf82054fbe72d15ee1300810820ac5f3bee8b1
2015-01-12 14:19:27 -08:00
Kannan Vijayan
834ee9ffd2
Bug 1130367 - Ensure profiler stack sampling is disabled when spsProfiler is disabled. r=shu
2015-03-02 17:46:13 -05:00
Terrence Cole
9ab946434d
Bug 1135985 - Use typed members to implement pushMarkStack; r=sfink
2015-02-25 13:09:05 -08:00
Nicolas B. Pierron
605350eb82
Bug 1010556 - Bump ASAN kTrustedScriptBuffer constant, to account for the new frame size. r=bholley
...
--HG--
extra : amend_source : 5f927a03e42f4739dc17b19d6c39020c5331a5f9
2015-03-02 14:33:14 -08:00