Brendan Eich
|
fbecd311a0
|
Remove excessive braces; nuke else after return.
|
2010-03-09 14:29:50 -08:00 |
|
Boris Zbarsky
|
19a7e9b481
|
Bug 551118. Reuse string-to-number code and fix bug with negative hex in strings being treated as a negative integer. r=brendan
|
2010-03-09 17:21:32 -05:00 |
|
Chris Leary
|
a5a35ca3be
|
Bug 550643 - Minor improvements to parsemark.py. r=jorendorff.
|
2010-03-08 18:22:44 -06:00 |
|
David Anderson
|
b8e9325d42
|
Trace recursion when the return keyword is omitted (bug 530900, r=gal).
|
2010-03-08 10:28:08 -08:00 |
|
Nicholas Nethercote
|
3e03ef3a42
|
Bug 550796 - TM: remove dead ImportGlobalSlotVisitor class. r=lw.
|
2010-03-08 16:11:59 +11:00 |
|
Nicholas Nethercote
|
f7c713fc2d
|
Bug 550654 - TM: removed dead 'inner_sp_ins' variable. r=dvander.
|
2010-03-08 08:09:35 +11:00 |
|
Luke Wagner
|
f6385a89c7
|
Comparison operator for HashTable Ptr (no bug)
--HG--
extra : rebase_source : 2d64c307f6a524066d0a4cb66c66a5b4cd48d83d
|
2010-03-05 11:55:42 -08:00 |
|
Chris Leary
|
06b4d618a7
|
Bug 548621 - Create suite of tests for JS parsing speed. r=jorendorff.
|
2010-03-05 16:47:24 -06:00 |
|
Chris Leary
|
82a9895df9
|
Bug 549971 - Add compile() function to JS shell. r=jorendorff.
|
2010-03-05 16:42:06 -06:00 |
|
Jason Orendorff
|
bfaa2dc218
|
In case of OOM in DEBUG build, don't crash. No bug, rs=jwalden via IRC.
--HG--
extra : rebase_source : c08508a93d1c1a98606dc1c7c8d9c08c57e17cad
|
2010-03-05 16:29:44 -06:00 |
|
David Mandelin
|
71634c4850
|
Bug 549509: jsval representation profiling, r=lw
--HG--
extra : rebase_source : e0e6c19db20d2e469066b5f9433c96c05bbff1c1
|
2010-03-05 11:45:28 -08:00 |
|
Jason Orendorff
|
ec9c7fcca7
|
New test for long-fixed bug 500528. We were about to re-introduce it in bug 497789! r=test coverage is good. See bug 497789 comments 78-79.
|
2010-03-05 09:05:12 -06:00 |
|
Igor Bukanov
|
9d1cbd468c
|
bug 549010 - folowup to replace PROTO access macros with the inlne function
|
2010-03-04 23:52:52 -08:00 |
|
Luke Wagner
|
7be2f8f3f2
|
Silence MSVC warning about no default assignment operator (r=me)
|
2010-03-04 23:30:28 -08:00 |
|
Mike Moening
|
0373a2437d
|
bug 549010 - fixing and silencing MSVC warnings. r=brendan,igor
|
2010-03-04 20:44:09 -08:00 |
|
David Mandelin
|
5860e3e1f3
|
Bug 550352: make check-string-tagcloud more robust, r=lw
|
2010-03-04 17:03:53 -08:00 |
|
Luke Wagner
|
fdc3899884
|
Bug 543057 - Drop the Script object (r=brendan)
|
2010-03-04 00:33:57 -08:00 |
|
Luke Wagner
|
a87d51a58a
|
Loosen check-math-partial-sums for floating error (r=dmandelin)
|
2010-03-04 16:32:06 -08:00 |
|
Andreas Gal
|
cef73f06e6
|
Don't include JS-engine internal header files in header files outside the JS engine (bug 549440, r=jst).
|
2010-03-04 16:17:05 -08:00 |
|
David Mandelin
|
01cb3b3c0a
|
No bug: refresh JS_OPMETER feature, no_r=me
|
2010-03-04 15:22:07 -08:00 |
|
David Mandelin
|
fdacbe87cc
|
Bug 549503: more SunSpider verification tests, r=dvander
--HG--
extra : rebase_source : 15ebc76e6de2c982ca77bb6a271f691ddc8559a8
|
2010-03-01 17:40:01 -08:00 |
|
Brendan Eich
|
98c439cd12
|
Fix dictionary-mode scope property node alloc to happen inside rt->gcLock (538307, r=jorendorff).
|
2010-03-03 17:14:20 -08:00 |
|
Brendan Eich
|
9925442e73
|
Fix latent bug, exposed by fix for 549617, where JS_EvaluateUCInStackFrame looks like eval and confuses the compiler into writing into the empty script singleton-const (550045, r=mrbkap).
|
2010-03-03 16:43:17 -08:00 |
|
Brendan Eich
|
9af18d4767
|
Fix CallPropertyOp to cope with non-int arguments id (549951, r=mrbkap).
|
2010-03-03 14:44:03 -08:00 |
|
Luke Wagner
|
804b9124ea
|
Bug 515812 - Fix Range assignment (r=me)
|
2010-03-03 09:26:04 -08:00 |
|
Brendan Eich
|
37fd6525cc
|
Typo'ed testname in jstests.list for 549617.
|
2010-03-02 17:48:00 -08:00 |
|
Brendan Eich
|
9c8234d49b
|
Bug 549617 - JS_EvaluateUCInStackFrame doesn't see variables in flat closure (r=mrbkap).
|
2010-03-02 17:30:54 -08:00 |
|
Jeff Walden
|
23f47cabac
|
Bug 547087 - JS_EnumerateStandardClasses uses non-configurable, not non-configurable/non-writable, as attributes for global.undefined. r=jorendorff
|
2010-02-18 19:51:57 -08:00 |
|
Jeff Walden
|
d7c775ea6a
|
Bug 484508 - Support imacro groups corresponding to non-contiguous opcodes. r=brendan
|
2009-12-31 14:05:54 -06:00 |
|
David Anderson
|
487814a4c4
|
Removed initializing inparam from TraceRecorder::set. (bug 549727, r=luke)
|
2010-03-02 14:04:50 -08:00 |
|
Luke Wagner
|
27eed6e277
|
540706 - Small record_EnterFrame simplification (r=dvander)
|
2010-03-02 12:56:48 -08:00 |
|
Brendan Eich
|
fe7558946d
|
Bug 549531 - fix strict aliasing warnings about scopeChain (also clean trailing whitespace; r=dmandelin).
|
2010-03-02 11:03:04 -08:00 |
|
Nicholas Nethercote
|
c8a754a27d
|
Bug 545274 - nanojit: start adding alias info to loads/stores/calls (TM-specific part). r=jseward.
|
2010-03-02 13:47:17 +11:00 |
|
Nicholas Nethercote
|
a6b7c69153
|
Update nanojit-import-rev stamp.
|
2010-03-02 12:50:19 +11:00 |
|
Nicholas Nethercote
|
e9aaac654a
|
Bug 545274 - nanojit: start adding alias info to loads/stores/calls. r=rreitmai.
--HG--
extra : convert_revision : 4adbf1bbb16cf4751b46a49a4f9c474c0ab0a3b9
|
2010-03-02 12:43:20 +11:00 |
|
Nicholas Nethercote
|
96d5cd60a5
|
Bustage fix for Windows. No bug, r=me.
--HG--
extra : convert_revision : 4901be8fd3260bb90b90fda989f624cda7401032
|
2010-03-02 11:18:48 +11:00 |
|
Blake Kaplan
|
bd22a432d9
|
Bug 542864 - Convert the right variable to an id. r=jorendorff
|
2010-02-26 17:06:23 -08:00 |
|
Andreas Gal
|
9d5b1c0316
|
Disallow embeddings reaching into our guts (part 1: jsnum.h, bug 548205, r=brendan).
|
2010-03-01 13:30:23 -08:00 |
|
Jason Orendorff
|
c2491461c6
|
Bug 548276 - "Assertion failure: HAS_FUNCTION_CLASS(funobj), at ../jsdbgapi.cpp". r=jwalden.
|
2010-03-01 11:07:40 -06:00 |
|
Nicholas Nethercote
|
7acf0ac12b
|
Update nanojit-import-rev stamp.
|
2010-03-01 15:02:36 +11:00 |
|
Nicholas Nethercote
|
10443de653
|
Bug 535705 - nanojit: finish regstate update fixes for i386. r=edwsmith.
--HG--
extra : convert_revision : 05949faa5b451d5452c9b5eb95296a53b555dda1
|
2010-03-01 14:57:19 +11:00 |
|
Nicholas Nethercote
|
40e2a10ebf
|
Bug 542932 - nanojit: make opcode range checks safer (TM-specific part). r=gal.
|
2010-03-01 12:16:38 +11:00 |
|
Nicholas Nethercote
|
a6f866410c
|
Update nanojit-import-rev stamp.
|
2010-03-01 12:09:04 +11:00 |
|
Nicholas Nethercote
|
764bc7aaa8
|
Bug 542932 - nanojit: make opcode range checks safer. r=stejohns.
--HG--
extra : convert_revision : a5291bc7b0cef4f41f4180db6388edebdbb4c208
|
2010-03-01 12:02:01 +11:00 |
|
Nicholas Nethercote
|
e6ef82426b
|
Update nanojit-import-rev stamp.
|
2010-03-01 09:52:59 +11:00 |
|
Nicholas Nethercote
|
23edcdcbce
|
Bug 535706 - nanojit: fix regstate updates for X64. r=edwsmith.
--HG--
extra : convert_revision : 6fb5f71fba861a333e17de644fe49de60bb7a1bd
|
2010-03-01 09:46:17 +11:00 |
|
Igor Bukanov
|
62a7855349
|
bug 515812 - less vebose enumerastion. r=lw
|
2010-02-26 12:11:50 -08:00 |
|
Jason Orendorff
|
f207cc4e99
|
Fix ppc breakage due to 337699f6a88a. No bug, r=burning nightly.
|
2010-02-25 07:10:40 -08:00 |
|
Jason Orendorff
|
ad75218737
|
Bug 539170 - Encapsulate JSScopeProperty::{getter,setter} and move assertions to init-time. r=Waldo.
|
2010-02-24 17:40:28 -08:00 |
|
Jason Orendorff
|
4b5079e907
|
Bug 547911 - TM: Crash [@ js_CallIteratorNext] or "Assertion failure: !JSVAL_IS_PRIMITIVE(regs.sp[-2]), at ../jsops.cpp" or "Assertion failure: regs.sp == StackBase(fp), at ../jsops.cpp" with defineGetter, StopIteration. r=brendan.
|
2010-02-24 17:32:46 -08:00 |
|