jwalden@mit.edu
|
d3b11a2cbf
|
Bug 376957 - Prevent data leaks from cross-site JSON loads (JavaScript literals), by making the global name bindings ReadOnly/DontDelete and making [] and {} use the global bindings. Still more that can be done here, but this covers a lot of the fix. r+a=brendan
|
2007-12-03 19:05:24 -08:00 |
|
igor@mir2.org
|
22c2a33a75
|
Bug 403878: No compiler pseudo-frames when compiling functions. r,a=brendan
|
2007-11-29 06:49:42 -08:00 |
|
igor@mir2.org
|
e46dc99233
|
Bug 394941: report exhausting of the script memory quota as ordinary runtime exceptions. r=brendan, a1.9=beltzner
|
2007-11-22 14:21:18 -08:00 |
|
igor@mir2.org
|
a4162380a8
|
Bug 398609: simpler handling of hidden properties, r,a=brendan
|
2007-11-19 09:15:45 -08:00 |
|
igor@mir2.org
|
7d6e57125d
|
Bug 398609: backing out due to test failures.
|
2007-11-18 16:58:46 -08:00 |
|
igor@mir2.org
|
64dc5b1984
|
Bug 398609: cleanup of hidden properties support. r,a=brendan
|
2007-11-18 16:36:49 -08:00 |
|
igor@mir2.org
|
8b7011f509
|
bug 397289: removing JSParseNode.pn_ts. r,a=brendan
|
2007-11-13 14:18:17 -08:00 |
|
igor@mir2.org
|
837c046912
|
Bug 398609: Backing out due to mochi test failure.
|
2007-11-13 07:47:28 -08:00 |
|
igor@mir2.org
|
6c43fd5702
|
Bug 398609: cleanup of hidden properties. r,a=brendan
|
2007-11-13 06:56:18 -08:00 |
|
igor@mir2.org
|
8b7c86c157
|
Bug 398085: better handling of long jumps in the bytecode. r,a=brendan,aM9=beltzner
|
2007-11-06 11:41:04 -08:00 |
|
igor@mir2.org
|
fa98070cd2
|
Bug 397210: JSTokenStream is stored in JSParseContext. r=brendan
|
2007-10-02 16:10:09 -07:00 |
|
igor@mir2.org
|
91ee82b969
|
Backing out the patch 397210.
|
2007-10-01 13:46:10 -07:00 |
|
igor@mir2.org
|
9ffab6a112
|
Bug 397210: JSTokenStream is stored in JSParseContext. r=brendan
|
2007-10-01 13:25:25 -07:00 |
|
igor@mir2.org
|
fe1659e34d
|
Bug 394673: avoid recursion with long chains of "||" or "&&" in JS code. r=brendan
|
2007-09-19 14:53:17 -07:00 |
|
brendan@mozilla.org
|
ecc84d4fb5
|
Fix old bug involving eval of a local function named by an existing local var (395907, r=mrbkap).
|
2007-09-14 17:13:37 -07:00 |
|
igor@mir2.org
|
14e3457a58
|
Bug 386265: using double kashing for atoms. r=brendan
|
2007-08-11 13:25:16 -07:00 |
|
igor@mir2.org
|
1b67c3135b
|
Bug 387286: patch from Rich Dougherty to name constitently JOF_* flags. r=me
|
2007-08-08 06:35:05 -07:00 |
|
brendan@mozilla.org
|
ba3ad2ce7a
|
Fast (frame-less) native call optimizations (385393, r=igor).
|
2007-08-01 21:33:52 -07:00 |
|
brendan@mozilla.org
|
18e7692117
|
Backing out, see bug 389122 and orange or red tinderboxes.
|
2007-07-21 16:21:20 -07:00 |
|
brendan@mozilla.org
|
5f038f69ae
|
Fast natives and related optimizations (385393, r=igor).
|
2007-07-21 14:39:42 -07:00 |
|
igor@mir2.org
|
7f9b5d19e5
|
Bug 387909: make sure that [generator] is the first bytecode. r=brendan
|
2007-07-13 14:23:39 -07:00 |
|
igor@mir2.org
|
a3be4211d4
|
Bug 357016: Patch from Edward Lee to restore ability to compile SpiderMonkey with C++ compiler. It was broken after my changes. r=myself
|
2007-07-12 00:48:50 -07:00 |
|
igor@mir2.org
|
a4c622bced
|
Bug 386885: JSAtom.number is removed in favour of using atoms itself for hashing. r=brendan
|
2007-07-11 02:25:45 -07:00 |
|
igor@mir2.org
|
ab560f0cb7
|
Bug 385729: objects and regexps are stored in separated tables in JSScript. r=brendan,mrbkap
|
2007-07-08 02:03:34 -07:00 |
|
brendan@mozilla.org
|
d3ce030899
|
Fix degenerate unsigned (enum) comparisons (357016, r=igor).
|
2007-07-05 16:25:27 -07:00 |
|
crowder@fiverocks.com
|
daa4556abc
|
Bug 357016: spidermonkey should be buildable by a C++ compiler, patch by
crowder/Jason Orendorff, r=brendan
|
2007-07-05 13:37:47 -07:00 |
|
igor@mir2.org
|
9137bfaf4e
|
Bug 349326: for-in loop now always closes iterator objects. r=brendan
|
2007-07-02 05:13:23 -07:00 |
|
igor@mir2.org
|
64f1c8053d
|
Bug 384478: Patch from Mike Moening to fix warning when compiling with VC. r=me
|
2007-06-18 12:33:21 -07:00 |
|
brendan@mozilla.org
|
1040011453
|
Emit JSOP_GROUP when optimizing away delete (382981, r=mrbkap).
|
2007-06-17 11:05:37 -07:00 |
|
brendan@mozilla.org
|
f1c02f9635
|
Fix recent regression in CheckSideEffects for paren-expr case (384680, r=mrbkap).
|
2007-06-16 12:48:44 -07:00 |
|
brendan@mozilla.org
|
3036f29b1f
|
Fix CheckSideEffects over-aggressiveness (383674, r=mrbkap).
|
2007-06-12 01:26:26 -07:00 |
|
igor@mir2.org
|
b60c014c39
|
Bug 384104: Fixing ALE macros to quell GCC strict-aliasing warnings. r=brendan
|
2007-06-12 00:27:23 -07:00 |
|
brendan@mozilla.org
|
d3056296e5
|
Fix JOF_TMPSLOT accounting (383255, r=igor).
|
2007-06-04 22:23:29 -07:00 |
|
igor@mir2.org
|
e606f64813
|
Bug 383188: using code spec flag to declare extra slot used for post ++/--. r=brndan
|
2007-06-04 20:07:38 -07:00 |
|
igor@mir2.org
|
38a0fbd114
|
Bug 381973: new opcode flag top declare an extra temporary slot used by interpreter. r=brendan
|
2007-06-04 13:01:41 -07:00 |
|
brendan@mozilla.org
|
d1599626d7
|
Fix warning from last checkin (r=igor).
|
2007-05-29 16:17:37 -07:00 |
|
igor@mir2.org
|
e8eeb4f10c
|
Bug 379758: SETSP is removed
|
2007-05-24 00:51:46 -07:00 |
|
brendan@mozilla.org
|
31ef926445
|
Support generator expressions for JS1.8 (380237, r=mrbkap).
|
2007-05-17 18:41:17 -07:00 |
|
brendan@mozilla.org
|
fe0d6dba47
|
Fixes left in wake of JSOP_POPN (379925, r=igor).
|
2007-05-08 12:04:13 -07:00 |
|
brendan@mozilla.org
|
a5b846723e
|
Stop overloading JSOP_SETSP for both exception handling and group assignment bulk popping (375695, r=igor).
|
2007-05-06 23:40:10 -07:00 |
|
brendan@mozilla.org
|
cc0e1192b6
|
Unhide a crucial pop from the decompiler (379860, r=igor).
|
2007-05-06 02:29:21 -07:00 |
|
brendan@mozilla.org
|
8a89a97cc4
|
Fix model stack management for catch guards in the decompiler; eliminate related SRC_HIDDEN abusage (375794, r=igor).
|
2007-05-02 00:09:27 -07:00 |
|
igor@mir2.org
|
86aa582846
|
Fixing misspelling in comments.
|
2007-04-17 14:10:22 -07:00 |
|
mrbkap@gmail.com
|
9f45bc7d58
|
Ignore let declarations when process variable declarations to ensure proper hoisting behavior. bug 350387, r=brendan
|
2007-03-29 11:25:22 -07:00 |
|
igor@mir2.org
|
50ca7945ba
|
Bug 374589: fixing generator/decompiler after bug 351102. r=brendan
|
2007-03-27 23:49:49 -07:00 |
|
hg@mozilla.com
|
465265d0d4
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|