Chris Leary
|
e347ae1b1b
|
Fix warning on GCC 4.0.1. No bug, r=jorendorff.
|
2010-09-16 11:46:58 -07:00 |
|
Jim Blandy
|
bdd7ba704a
|
Bug 585803: Unit tests for existing JSScript and script object creation API. r=jorendorff
These tests exercise the new API, in which script objects are allocated
immediately for scripts that can have them.
|
2010-09-16 09:59:10 -07:00 |
|
Chris Leary
|
c1efc206b8
|
Fix windows build breakage.
|
2010-09-16 01:38:19 -07:00 |
|
David Anderson
|
d9994e6934
|
Fixed thinko in 89283cd55a98 (bug 596457, no_r=me).
|
2010-09-15 23:01:03 -07:00 |
|
David Anderson
|
797765d0c9
|
Require SSE2 to use Method JIT on x86 (bug 596457, r=dmandelin).
|
2010-09-15 22:27:17 -07:00 |
|
Luke Wagner
|
22b9595546
|
Bug 595923 - InvokeConstructor can return primitive value (r=brendan)
--HG--
extra : rebase_source : 75fd8e06ce4abceb17f2452236e3425efdb035fa
|
2010-09-15 21:59:08 -07:00 |
|
Luke Wagner
|
4399739182
|
Bug 595916 - don't access actual args in TraceRecorder (r=dvander)
--HG--
extra : rebase_source : 72db63003c6995b446a5718fae1ca101e3a23996
|
2010-09-15 21:55:02 -07:00 |
|
Chris Leary
|
204b2a98e5
|
Bug 596026: PIC-like construct for GETELEM on trace. (r=jorendorff, a=nnethercote,cdleary)
--HG--
extra : rebase_source : 63b57898593b2b178a7ebb1f38071c1058ccb4f7
|
2010-09-15 21:33:17 -07:00 |
|
Benjamin Stover
|
755c4ace79
|
Bug 596433 - Method JIT inline assembly has illegal instruction [r=dvander, will get r=Jacob.Bramley asap]
|
2010-09-15 13:58:21 -07:00 |
|
Nicholas Nethercote
|
1196fa707b
|
Remove unnecessary V8 platform-detection code that broke PPC builds in 562dc7fd7492. r=me.
|
2010-09-15 16:24:40 -07:00 |
|
Jim Blandy
|
2a3cf83056
|
Bug 537873, Bug 514574: Have strict mode code report TypeErrors for assignments, deletions. r=brendan
TODO: Fix error messages.
|
2010-09-15 13:43:55 -07:00 |
|
Jim Blandy
|
7747ff883f
|
Bug 537873, Bug 514574: Delete unused property operation typedefs: JSDefinePropOp, JSPropertyIdOp. r=luke
|
2010-09-15 13:43:54 -07:00 |
|
Jim Blandy
|
f1251d7a8d
|
Bug 537873, Bug 514574: Tests for strict mode assignments to read-only properties, deletions of non-configurable properties. r=jorendorff
|
2010-09-15 13:43:54 -07:00 |
|
Jim Blandy
|
eed175c2ac
|
Bug 537873, Bug 514574: Use ObjectOps::setProperty for both fast and slow arrays. r=brendan
|
2010-09-15 13:43:54 -07:00 |
|
Nicholas Nethercote
|
3e6075346a
|
Bug 594680 - Update about:license with the relevant information for V8. r=gerv.
|
2010-09-15 11:49:49 -07:00 |
|
Nicholas Nethercote
|
687594069c
|
Bug 558799 - Import FastDtoa code from V8. r=gal.
|
2010-09-15 11:49:12 -07:00 |
|
David Mandelin
|
3577fae9f6
|
Bug 595604: make sure we have a stack frame before we run the compiler in call ICs, r=dvander
|
2010-09-14 15:18:48 -07:00 |
|
Igor Bukanov
|
dc286830a3
|
bug 595207 - making functionNamespaceURIAtom eager for simpler code. r=brendan
|
2010-09-15 16:55:35 +02:00 |
|
Brendan Eich
|
666763cd97
|
Sample initialShape after putProperty call, which may go toDictionaryMode (596128, r=bhackett).
|
2010-09-14 12:07:15 -07:00 |
|
Brian Hackett
|
c401cdd9f8
|
OOL fast path for string comparison, bug 579479. r=dvander
|
2010-09-14 20:07:11 -07:00 |
|
Dave Herman
|
206fee8283
|
bug 594622, r=cdleary: support for TOK_XMLSPACE nodes
|
2010-09-14 19:55:53 -07:00 |
|
Dave Herman
|
9d8c1a41fa
|
bug 569464, r=brendan: bad let-expression-statements in strict mode
|
2010-09-14 19:53:35 -07:00 |
|
Brendan Eich
|
158b754944
|
JSFunction::addLocal never calls Shape::maybeHash (595918, r=jorendorff).
|
2010-09-13 18:44:34 -07:00 |
|
Jason Orendorff
|
06829c5b39
|
Merge backout.
|
2010-09-14 17:44:30 -07:00 |
|
Jason Orendorff
|
1676aac8c4
|
Backed out changeset 84b4d4856e1e (bug 580033) due to orange.
|
2010-09-14 17:42:36 -07:00 |
|
Jason Orendorff
|
a43bea11f5
|
Bug 593147 - TM: global Object created in _newJSDContext needs a compartment. r=gal.
|
2010-09-14 16:24:59 -07:00 |
|
Jason Orendorff
|
9901eaf870
|
Bug 580033 - JS_Save/RestoreFrameChain should update cx->compartment. r=gal,mrbkap.
--HG--
extra : rebase_source : ff05faf1a39513255bcd6218b0adf6ab554a30b1
|
2010-09-14 14:38:09 -07:00 |
|
Brian Hackett
|
5058265a9a
|
Fix assert, bug 595921. r=dmandelin
|
2010-09-14 14:28:55 -07:00 |
|
Brendan Eich
|
ccc80abca5
|
Fix screwed up layering of GC marking for JSObject::emptyShape (596103, r=jorendorff).
|
2010-09-14 12:13:12 -07:00 |
|
Peter Van der Beken
|
ecf263a596
|
Bug 592352 - 'Assertbotch on shutdown after IDB solo mochitest -- leaked contexts?'. r=bent.
|
2010-09-13 15:32:56 -07:00 |
|
Makoto Kato
|
c840ba8205
|
Bug 595766 - bustage Win64 build due to UnsetVMFrameRegs. r=dvander
|
2010-09-14 17:20:36 +09:00 |
|
Chris Leary
|
818371c4da
|
Disable mochitest bug484107. (r=mrbkap, b=596134)
|
2010-09-13 21:40:47 -07:00 |
|
David Mandelin
|
ada5bcfdf9
|
Backout merge
|
2010-09-13 18:34:34 -07:00 |
|
David Mandelin
|
87e9ceb9bf
|
Backed out changeset 834e5fb759c2 -- appears to be causing leaks on mochitest-browser-chrome
|
2010-09-13 18:34:11 -07:00 |
|
Chris Leary
|
269a7d6bab
|
Bug 571355: Move RegExpStatics out of JSContext. (r=gal)
|
2010-09-13 15:53:50 -07:00 |
|
David Mandelin
|
7c97912baf
|
Bug 595706: fix object class guard for arguments length PIC, r=cdleary
--HG--
extra : rebase_source : 7aef085022eefa1a214fcacc3f9b92795be579c1
|
2010-09-13 15:36:13 -07:00 |
|
Peter Van der Beken
|
250280ac1c
|
Bug 592352 - 'Assertbotch on shutdown after IDB solo mochitest -- leaked contexts?'. r=bent.
|
2010-09-13 15:32:56 -07:00 |
|
David Mandelin
|
dca5850bce
|
No bug, fix windows build bustage due to int32 type mismatch, r=burning, rs=njn
|
2010-09-13 14:52:33 -07:00 |
|
Sean Stangl
|
4756c3f985
|
Fix isNotType() usage in jsop_rhs_unknown_any(). b=593554, r=dvander.
|
2010-09-13 16:47:57 -04:00 |
|
Robert Sayre
|
bad43e469d
|
Increment JSXDR_BYTECODE_VERSION
|
2010-09-13 13:21:31 -07:00 |
|
Nicholas Nethercote
|
837cae8aad
|
Bug 590834 - Clean up number-to-string code. r=jwalden.
|
2010-09-13 13:08:25 -07:00 |
|
Chris Leary
|
86f41cf42a
|
Fix build warning. (no_r=me)
--HG--
extra : rebase_source : cd1afe2f1e8597fb88ca530912dbd6008e3ee9f7
|
2010-09-13 13:00:58 -07:00 |
|
David Mandelin
|
9b5b678e32
|
Bug 595420: fix warning in trampoline compiler, r=lw
|
2010-09-13 11:30:11 -07:00 |
|
Jacob Bramley
|
eb1a424c11
|
[JAEGER] A trivial, but maybe not ideal fix for overflowing offset fields. [Bug 595336]. r=dvander
|
2010-09-13 10:28:42 -07:00 |
|
Chris Leary
|
2fa4fedbc1
|
Bug 540675: eviscerate JSStackFrame::callerVersion. (r=lw)
|
2010-09-13 09:38:22 -07:00 |
|
Jacek Caban
|
944566a777
|
Bug 595199 - [Jaeger] Linking failure on mingw due to wrong asm calls in MethodJIT.cpp r=dvander
|
2010-09-13 12:28:58 +02:00 |
|
Robert Sayre
|
a07edfcc75
|
Merge mozilla-central to tracemonkey.
|
2010-09-12 18:16:47 -04:00 |
|
Brendan Eich
|
7bcb596924
|
Modularize to avoid inline vs. not ShapeHasher static woes (595615, r=dbaron)
|
2010-09-12 09:34:56 -07:00 |
|
Brendan Eich
|
0366d26673
|
Try to fix Ts regression from patch for bug 592556...
|
2010-09-12 08:53:18 -07:00 |
|
Kyle Huey
|
8c6e1c37ec
|
Disable js-reftest that requires shell features to work. a=shutupalready
|
2010-09-12 08:00:14 -07:00 |
|