Graydon Hoare
|
c22f99d364
|
Bug 524236 - ARM actually needs to check used-ness of call instruction in asm_call, r=gal.
|
2009-10-23 17:48:41 -07:00 |
|
Graydon Hoare
|
89d3fa8350
|
Bug 524230 - adjust asm_ld_imm assertion in ARM, r=gal.
|
2009-10-23 17:33:06 -07:00 |
|
Graydon Hoare
|
b19eee7d5a
|
Bug 524231 - catch lirasm up with recent changes, r=gal.
|
2009-10-23 17:19:56 -07:00 |
|
Graydon Hoare
|
545839b15a
|
Bug 522591 - Followup fix for opt builds, r=burningtree.
|
2009-10-23 15:32:19 -07:00 |
|
Graydon Hoare
|
108c884253
|
Bug 522591 - move reader pipeline from assemble() to compile(), r=gal.
|
2009-10-23 14:58:10 -07:00 |
|
Graydon Hoare
|
c287bc3151
|
Bug 522314 - Make x86 virtual stack pointer code optional, g=gal.
--HG--
extra : rebase_source : c0feec3b6f94580fab0e8569a817bf36db7ed1ab
|
2009-10-23 13:46:09 -07:00 |
|
David Anderson
|
136174c2cb
|
Fixed JSOP_SETELEM+JSOP_POP pairs using wrong stack depth on deep bail (bug 519244, r=brendan).
|
2009-10-23 14:34:07 -07:00 |
|
David Anderson
|
e40deebae7
|
Fixed decompiler assertion related to JSOP_TRACE (bug 522624, r=brendan).
|
2009-10-23 14:28:35 -07:00 |
|
Jason Orendorff
|
eed5fefef2
|
Bug 523670 - Add assertion to detect proto-less dense arrays. r=brendan.
|
2009-10-23 14:40:36 -05:00 |
|
Jason Orendorff
|
e66886b51c
|
Bug 515885 - Assertion failure: !scope->owned(), at ../jsobj.cpp. r=brendan.
|
2009-10-23 14:35:53 -05:00 |
|
Jason Orendorff
|
efdbb8da44
|
Bug 505003 - TM: Different values for modulo of negative number (-2 % 2). r=graydon.
--HG--
extra : rebase_source : 73987a251e045b77ddc1cf1eb7c1516da46b2b9f
|
2009-10-23 13:15:10 -05:00 |
|
Graydon Hoare
|
5c2cdd754c
|
Bug 524158 -re-enable immediate-load optimization on ARM, r=gal.
--HG--
extra : rebase_source : 0faa0de34ff7732b1e0f96ed4b691a55242d6acb
|
2009-10-23 11:10:07 -07:00 |
|
Gavin Sharp
|
8b68dba6c0
|
Bug 523646: make favicon optimization size and file limit configurable using a pref, r=mak
|
2009-10-22 19:10:20 -04:00 |
|
Graydon Hoare
|
951aacba56
|
Bug 523952 - typos and cleanup from tamarin, r=gal.
--HG--
extra : rebase_source : da1dcdcc6c1f21f73b2223dcdb611c17a9018190
|
2009-10-22 14:29:37 -07:00 |
|
David Anderson
|
7d3329fbfb
|
Fixed slurp-fail anchors trying to import and read from the tracker (bug 524061, r=gal).
|
2009-10-23 11:16:05 -07:00 |
|
David Anderson
|
8540cd6e92
|
Added debug-break to JS_Assert for gcc x64 (bug 524143, r=gal).
|
2009-10-23 10:28:06 -07:00 |
|
David Anderson
|
f0bc130dc8
|
Fix GCC uninit-var warning (no bug, r=brendan).
|
2009-10-23 09:28:04 -07:00 |
|
Igor Bukanov
|
a5c9e85705
|
bug 523688 - avoiding spurious OOM messages when on trace. r=brendan
|
2009-10-23 11:03:17 +04:00 |
|
David Anderson
|
8231c0b9ee
|
Clear argsobj private on trace (bug 522024, r=dmandelin).
|
2009-10-22 17:56:46 -07:00 |
|
Luke Wagner
|
f723becfb6
|
Remove execute permissions on source files
|
2009-10-22 10:41:19 -07:00 |
|
Brendan Eich
|
797e4c7194
|
Fix old ES3 lexing bug where 3in scanned as 3 and in (523401, r=jorendorff).
|
2009-10-22 10:07:56 -07:00 |
|
David Anderson
|
d35b22af3f
|
Merge.
|
2009-10-21 20:01:40 -07:00 |
|
David Anderson
|
d2f328b55e
|
Fixed large displacements messing up the tracker on ARM (bug 521190, r=gal).
|
2009-10-21 20:01:16 -07:00 |
|
Graydon Hoare
|
24d43ed812
|
Bug 523505 - Followup build fixes, r=gal on IRC.
|
2009-10-21 19:58:21 -07:00 |
|
Graydon Hoare
|
344543af05
|
Bug 523766 - move jump tables to allocator, r=gal.
|
2009-10-21 19:50:35 -07:00 |
|
Graydon Hoare
|
399e52afa4
|
Bug 523505 - move icache flushing logic around, r=gal.
|
2009-10-21 16:26:52 -07:00 |
|
Daniel Holbert
|
09b7f28999
|
Bug 523166: Switch to use c-style comments in jsutil.h to fix build warning. r=igor
|
2009-10-21 15:46:33 -07:00 |
|
David Anderson
|
5a9f22f10c
|
Fixed return value propagation and demotion bugs in recursion (bug 521447, r=gal).
|
2009-10-21 15:14:01 -07:00 |
|
Jeff Walden
|
58c4037788
|
Bug 523686 - Kill fun_enumerate, since it's no longer necessary now that bug 514603 is fixt. r=jorendorff
|
2009-10-21 15:00:51 -07:00 |
|
Jim Blandy
|
0c5e3d3554
|
Bug 522123: Don't reify lazy scope chain blocks twice in 'eval'. r=mrbkap
|
2009-10-21 14:34:55 -07:00 |
|
Jim Blandy
|
085d36271a
|
Bug 522123: Test case for indirect eval scope chain bug. r=mrbkap
|
2009-10-21 14:34:55 -07:00 |
|
Igor Bukanov
|
9c47282440
|
bug 523370 - fixing bogus OOM with empty double free lists. r=dmandelin
|
2009-10-22 01:03:56 +04:00 |
|
David Anderson
|
cf1ff8bbde
|
Merge.
|
2009-10-21 13:58:45 -07:00 |
|
David Anderson
|
20d18679cc
|
Backed out changeset 31a4c08387f1 (orange).
|
2009-10-21 13:54:15 -07:00 |
|
Jason Orendorff
|
326aa1d148
|
Bug 522590 - FF 3.7 crash on startup with chromebug. r=brendan.
|
2009-10-21 15:27:35 -05:00 |
|
Blake Kaplan
|
229925b044
|
Bug 520511 - Add some tvrs. r=brendan
|
2009-10-21 11:46:07 -07:00 |
|
Brendan Eich
|
891d4e8447
|
Restore script local before goto error, duh (523280, r=igor).
|
2009-10-21 11:34:58 -07:00 |
|
Brendan Eich
|
3df941c39b
|
Don't use the emptyScript singleton for a function that had upvars whose uses were optimized away (523284, r=igor).
|
2009-10-21 11:33:21 -07:00 |
|
Gavin Sharp
|
281225380f
|
Bug 518907: JSON bookmarks import should support favicons, r=mak
|
2009-10-21 12:02:27 -04:00 |
|
Bob Clary
|
f2463b486e
|
bug 520240 - enable js1_5/extensions/regress-420869-01.js, js1_5/extensions/regress-424683-01.js
|
2009-10-21 06:06:00 -07:00 |
|
Bob Clary
|
6c85d0482a
|
bug 521549 - disable js1_5/Regress/regress-351116.js for debug 32bit linux browser, r=sayrer
|
2009-10-21 06:06:00 -07:00 |
|
Bob Clary
|
01e1cd9921
|
bug 514139 - e4x/Regress/regress-319872.js allow InternalError: script stack space quota is exhausted
|
2009-10-21 06:06:00 -07:00 |
|
David Anderson
|
ee7110502b
|
Fixed return value propagation and demotion bugs in recursion (bug 521447, r=gal).
|
2009-10-20 20:17:51 -07:00 |
|
Andreas Gal
|
09041f31f7
|
Explicitly call destructor instead of delete (follow-up for 521859, r=dvander).
|
2009-10-20 20:11:32 -07:00 |
|
Timothy Nikkel
|
101700a5df
|
Bug 366203. Only apply treebody binding to first treechildren child of tree element. r=neil,enn
--HG--
extra : rebase_source : e9e00ab6374b5628aa0892f9a1f3e0910e4e6d6e
|
2009-10-20 20:54:30 -05:00 |
|
Graydon Hoare
|
349ddddea8
|
Bug 523262 - further ARM differences from tamarin, r=gal.
--HG--
extra : rebase_source : a39c39c0d6a66886c7a068324187bb3fd50796bd
|
2009-10-20 17:43:13 -07:00 |
|
Andreas Gal
|
5f0bb44449
|
Build fix for 521859 (again).
|
2009-10-20 17:45:30 -07:00 |
|
Andreas Gal
|
64a5aaa7dd
|
Build fix for 521859.
|
2009-10-20 17:29:36 -07:00 |
|
Andreas Gal
|
e5c5e2e6c1
|
Always use GCChunks (521859, r=brendan).
|
2009-10-20 16:18:31 -07:00 |
|
Andreas Gal
|
ebb3f8e3e1
|
Replace JSPtrTable with js::Vector (523463, r=luke).
|
2009-10-20 15:08:28 -07:00 |
|