Jason Orendorff
|
492cbe1d52
|
Bug 547140, part 5 - Remove flags argument from lookup functions. r=Waldo.
|
2014-04-25 16:11:03 -05:00 |
|
Jason Orendorff
|
409179b8a6
|
Bug 547140, part 4 - Remove flags argument from resolve hooks. r=Waldo.
|
2014-04-25 16:11:02 -05:00 |
|
Jason Orendorff
|
bddf859a02
|
Bug 547140, part 3 - Remove flags argument from DefineNativeProperty. r=Waldo.
|
2014-04-25 16:11:02 -05:00 |
|
Jason Orendorff
|
009c8c80e0
|
Bug 547140, part 2 - Remove flags argument from JS_GetPropertyDescriptor and friends. r=Waldo.
|
2014-04-25 16:11:01 -05:00 |
|
Jason Orendorff
|
b2a996f2e3
|
Bug 547140, part 1 - Remove JSRESOLVE_ASSIGNING. r=Waldo.
|
2014-04-25 16:11:00 -05:00 |
|
Jason Orendorff
|
ff629d2bb4
|
Bug 987007, part 2 - Handle assignment to named and indexed setters without using JSRESOLVE_ASSIGNING. r=bz, r=bholley.
--HG--
extra : rebase_source : a26eb85a086a18219a4d423cd7ad49a92cfd2584
|
2014-04-25 15:07:18 -05:00 |
|
Steve Fink
|
e206d6e9d0
|
Bug 999140 - Implement createMappedArrayBuffer for testing, r=Waldo
--HG--
extra : rebase_source : f9304f99349cbec76dcb50f67353dcd4e95e506e
|
2014-04-25 13:46:26 -07:00 |
|
Steve Fink
|
b573e5dde5
|
Bug 999140 - Mapped array buffers need a safety buffer, r=Waldo
--HG--
extra : rebase_source : 03e97115af90ea27f6f2a658bea5af6552b2a588
|
2014-04-25 13:46:26 -07:00 |
|
Jason Orendorff
|
54847f31a8
|
Bug 994159 - Fix typo in OOM check in DefineMetaTypeDescr. r=nmatsakis.
--HG--
extra : rebase_source : 90202dc1b00a0ddedb709e4199fe8641a9b4129e
|
2014-04-25 11:50:33 -05:00 |
|
Jason Orendorff
|
fbdeb95dbd
|
Bug 991027 - JS_snprintf: Don't allocate a temporary buffer when handling %hs format-specifier. r=Waldo.
--HG--
extra : rebase_source : d8c25f0b2e7ca9631d31d98fe457f08520be31a1
|
2014-04-25 11:50:33 -05:00 |
|
Shu-yu Guo
|
42ae87d361
|
Bug 1001222 - Implicitly use operands to JSOP_POS. (r=jandem)
|
2014-04-25 12:13:13 -07:00 |
|
Brian Hackett
|
5fb6ee56ea
|
Bug 995336 - Use IonBuilder for arguments usage analysis, r=jandem.
|
2014-04-25 13:01:37 -06:00 |
|
Nick Fitzgerald
|
8635b60ffa
|
Bug 972045 - Add a compact representation for call stacks in SpiderMonkey. r=jimb
|
2014-04-24 17:25:00 -04:00 |
|
Steve Fink
|
faa7d7b36c
|
Bug 999755 - Add neuter() variants to vary data pointer, r=Waldo
|
2014-04-24 14:40:57 -07:00 |
|
Ben Kelly
|
be75d4dd16
|
Bug 987556 Part 11 Use allocated array version of ConvertToUTF16() in XPCJSRuntime. r=bz
|
2014-04-25 10:11:57 -04:00 |
|
Ben Kelly
|
7397ab419d
|
Bug 987556 Part 10 Use JS::SourceBufferHolder in mozJSSubScriptLoader. r=bz
|
2014-04-25 10:11:57 -04:00 |
|
Ben Kelly
|
57e225e811
|
Bug 987556 Part 6 Use JS::SourceBufferHolder in JS::Compile() and JS::CompileFunction() r=luke
|
2014-04-25 10:11:56 -04:00 |
|
Ben Kelly
|
fefc33218d
|
Bug 987556 Part 3 Use JS::SourceBufferHolder in various JS Evaluate() APIs r=luke
|
2014-04-25 10:11:56 -04:00 |
|
Ben Kelly
|
07402cc3d7
|
Bug 987556 Part 2 Use JS::SourceBufferHolder in frontend::ByteCompiler API. r=luke
|
2014-04-25 10:11:56 -04:00 |
|
Ben Kelly
|
85c3a02ab2
|
Bug 987556 Part 1 Add JS::SourceBufferHolder for passing source script data. r=luke
|
2014-04-25 10:11:56 -04:00 |
|
Jon Coppeard
|
4a43400316
|
Bug 993768 - Handle TypeArrayObjects when tenuring r=terrence
|
2014-04-10 13:46:58 +01:00 |
|
Jon Coppeard
|
fbd79e61a6
|
Bug 993768 - ArrayBufferObject::neuter updates view objects twice r=waldo
|
2014-04-25 11:33:33 +01:00 |
|
Till Schneidereit
|
f335f56ce4
|
Bug 996536 - Don't assume that all interpretedLazy functions have a lazyScript. r=bhackett
--HG--
extra : rebase_source : 38cc4170ef4296ff706ed2603a17ec97b64b68e7
|
2014-04-25 10:40:17 +02:00 |
|
Nick Fitzgerald
|
eded7ce0ed
|
Bug 984696 - Save more detailed source notes so that Debugger.Script.prototype.getAllColumnOffsets can offer more for source mapped and/or pretty printed JS debugging. r=ejpbruel
|
2014-04-24 09:32:00 +02:00 |
|
Luke Wagner
|
3feb99b396
|
Bug 998490 - OdinMonkey: make asm.js frames show up in FrameIter (r=dougc)
--HG--
extra : rebase_source : 8ed09da1be0afda32c1f669a6736b266019a10ae
|
2014-04-16 18:46:03 -05:00 |
|
Luke Wagner
|
7b42a24527
|
Bug 998490 - OdinMonkey: rm unused functionCounts from asm.js (r=bbouvier)
--HG--
extra : rebase_source : c6b38f528625ca9bea4ce6f9de85d66e1d3374e0
|
2014-04-16 16:06:08 -05:00 |
|
Luke Wagner
|
ab7d0e7236
|
Bug 998490 - OdinMonkey: add common AssemblerShared base class, hoist some things into it (r=bbouvier,jandem)
--HG--
extra : rebase_source : 0ee188f547bddf5e191e9cab041cb5489828f999
|
2014-04-16 16:05:39 -05:00 |
|
Luke Wagner
|
df4b6b328d
|
Bug 998490 - OdinMonkey: add operator-> to ActivationIterator (r=jandem)
--HG--
extra : rebase_source : 0ccecece1d8366c656b858bf2ec9e3beec6d1b54
|
2014-04-16 15:57:04 -05:00 |
|
Luke Wagner
|
bbcd38a170
|
Bug 998490 - OdinMonkey: simplify stack-overflow exit stub (r=sunfish)
--HG--
extra : rebase_source : a9fdec79fcf136ef296173f08ae8908ee46019f9
|
2014-04-16 15:57:00 -05:00 |
|
Shu-yu Guo
|
9342b7fdec
|
Bug 716647 - Followup: observe JS_OPTIMIZED_OUT as unknown instead of undefined inside BaselineFrameInspector to avoid unnecessary type barrier bailouts. (r=jandem)
|
2014-04-24 14:46:27 -07:00 |
|
Jeremy Morton
|
69d567dd6b
|
Bug 998291 - Allow for relatively-loaded modules to be loaded into a given scope. r=bsmedberg
|
2014-04-22 23:37:26 +01:00 |
|
Bobby Holley
|
b6159e528a
|
Bug 1001094 - Give nsJSID classinfo. r=mrbkap
|
2014-04-24 13:23:27 -07:00 |
|
Ryan VanderMeulen
|
fac2b02c39
|
Backed out changeset ace4dd426349 (bug 972045) for mochitest failures.
|
2014-04-24 15:10:44 -04:00 |
|
Nick Fitzgerald
|
bedb70222c
|
Bug 972045 - Add a compact representation for call stacks in SpiderMonkey. r=jimb
|
2014-04-24 10:04:00 -04:00 |
|
Terrence Cole
|
b2e138f9d8
|
Bug 998355. r=jonco
|
2014-04-23 15:39:56 -07:00 |
|
Ryan VanderMeulen
|
2fca4d1b9a
|
Backed out changeset 0b365c68c8a9 (bug 995336) for Android armv6 crashes.
CLOSED TREE
|
2014-04-24 12:22:33 -04:00 |
|
Ehsan Akhgari
|
6f17753f68
|
Bug 998738 - Kill nsIDOMXPathNamespace (and window.XPathNamespace); r=smaug
|
2014-04-24 12:07:44 -04:00 |
|
Brian Hackett
|
40dbda7fc1
|
Bug 1000145 - Tweak type set OOM handling while sweeping, r=jandem.
|
2014-04-24 09:04:00 -06:00 |
|
Brian Hackett
|
b5966dc82f
|
Bug 995336 - Use IonBuilder for arguments usage analysis, r=jandem.
|
2014-04-24 08:57:26 -06:00 |
|
Branislav Rankov
|
734cbc07e1
|
Bug 969375 - MIPS port: Added Trampoline-mips and Bailouts-mips. r=nbp
|
2014-04-24 11:54:02 +02:00 |
|
Branislav Rankov
|
f7b61e4042
|
Bug 969375 - MIPS port: Added CodeGenerator-mips code. r=nbp
|
2014-04-22 16:01:13 +02:00 |
|
Branislav Rankov
|
9ed4b078d7
|
Bug 969375 - MIPS port: Added JS_CODEGEN_MIPS checks and includes. r=jandem
|
2014-04-15 11:53:23 +02:00 |
|
masaya iseki
|
b511251697
|
Bug 939115 - Add MIR node for ArraySplice to avoid creating the result array if it's unused. r=jandem
|
2014-04-24 12:08:17 +02:00 |
|
Ed Morley
|
665dcd1f38
|
Bug 997489 - Fix stray </tt> tag causing JS warning spam during jsreftests; r=Waldo
|
2014-04-24 10:33:10 +01:00 |
|
Carsten "Tomcat" Book
|
a518ef1da4
|
Backed out changeset 51dbd71f00a5 (bug 984696) for mochitest-2 test failures on a CLOSED TREE
|
2014-04-24 11:22:14 +02:00 |
|
Shu-yu Guo
|
05479d78d5
|
Bug 716647 - Part 6 1/2: Add shell function to deterministically request interrupt. (r=jimb)
|
2014-04-24 01:59:38 -07:00 |
|
Shu-yu Guo
|
8d1b8459fb
|
Bug 716647 - Part 6: Tests. (r=jimb)
|
2014-04-24 01:59:38 -07:00 |
|
Shu-yu Guo
|
d0c4fd8664
|
Bug 716647 - Part 5 1/2: Support rematerialized frames in DebugScopes::updateLiveScope. (r=jimb)
|
2014-04-24 01:59:38 -07:00 |
|
Shu-yu Guo
|
9bb9d04ea0
|
Bug 716647 - Part 5: Relax the no on-stack scripts restriction for addDebuggee. (r=jimb)
|
2014-04-24 01:59:37 -07:00 |
|
Shu-yu Guo
|
2232bbdf1c
|
Bug 986767 - Fix adjusting stepModeCount when removing a debuggee global from inside the onStep handler. (r=jimb)
|
2014-04-24 01:59:37 -07:00 |
|