Commit Graph

199 Commits

Author SHA1 Message Date
Eddy Bruel
4c1afb5ec7 Bug 568953 - Refactor FunctionNode; r=jorendorff 2013-02-19 23:06:14 +01:00
Terrence Cole
6a05895ad9 Bug 837845 - Manually backout the largest memory users from bug 798624; r=Waldo 2013-02-05 14:22:27 -08:00
Benjamin Peterson
6865354b1b Bug 836515 - Allow source compression to run while executing the script. r=jorendorff 2013-02-07 09:29:22 -05:00
Nicholas Nethercote
14395a6567 Bug 836985 - Remove ScriptSourceHolder::rt. r=benjamin. 2013-02-03 19:55:09 -08:00
Nicholas Nethercote
03e9f7ae1b Bug 788293 - Remove e4x support. r=jorendorff,terrence,evilpie.
Ding dong!  The witch is dead!
2013-01-24 21:24:57 -08:00
Phil Ringnalda
6c1eebfede Back out 66882ea6f8c7 (bug 788293) and 32f09cb3c7b6 (bug 834090) for bustage
CLOSED TREE
2013-01-31 22:29:30 -08:00
Nicholas Nethercote
2d2d004475 Bug 788293 - Remove e4x support. r=jorendorff,terrence,evilpie.
Ding dong!  The witch is dead!
2013-01-24 21:24:57 -08:00
Brian Hackett
73cd1677ca Bug 834242 - Reduce cost of exact stack rooting during property reads, r=terrence. 2013-01-24 20:18:34 -07:00
Jason Orendorff
cf825482e9 Bug 828466 - Remove some ParseNode morphing. Part 1, FoldConstants. r=Waldo. 2013-01-15 16:12:15 -06:00
Jan de Mooij
e3b25473f4 Bug 832373 part 1 - Refactor eval-in-frame to use AbstractFramePtr. r=luke 2013-01-21 13:58:50 +01:00
Luke Wagner
4bddc65298 Bug 832094 - make the top-level function ParseNode always be a PNK_FUNCTION (r=jorendorff) 2012-11-28 16:33:00 -08:00
Terrence Cole
3af3288fff Bug 816779 - Add some exact rooting assertions for JSScript; r=bhackett 2012-11-29 10:22:12 -08:00
Benjamin Peterson
9c9ef5b69d Bug 819509 - Rename almost everything dealing with strict mode to just |strict|. r=njn 2012-12-12 01:37:34 -05:00
Benjamin Peterson
15b61108cd Bug 819509 - Make strictness a boolean. r=njn 2012-12-12 01:35:12 -05:00
Benjamin Peterson
144f39bafa Bug 819509 - Reparse functions if we discover they are strict. r=njn 2012-12-12 01:35:05 -05:00
Benjamin Peterson
86a0083ff3 Bug 804857 - Allocate memory in the compression thread and have its clients check for error. r=njn 2012-10-24 16:15:48 -07:00
Terrence Cole
54e53b84a8 Bug 798624 - Specialize low-level character access to JSStableString; r=luke, rs=Waldo
Implements JSStableString::chars() and pushes StableCharPtr into the interface
at several key choke-points. This will solidly enforce the requirement that we
have uninlined jschar*s in places that we may GC with a jschar* on the stack.
2012-10-08 15:04:36 -07:00
Eddy Bruel
4e715508d7 Bug 797469 - Avoid putting a JSFunction in Objectbox; r=jorendorff 2012-10-09 17:02:00 +02:00
Terrence Cole
6249f8ff86 Backout 754a1efb5b37 for bustage on a CLOSED TREE 2012-10-08 15:42:39 -07:00
Terrence Cole
4ef37c98f5 Bug 798624 - Specialize low-level character access to JSStableString; r=luke, rs=Waldo
Implements JSStableString::chars() and pushes StableCharPtr into the interface
at several key choke-points. This will solidly enforce the requirement that we
have uninlined jschar*s in places that we may GC with a jschar* on the stack.
2012-10-08 15:04:36 -07:00
Nicholas Nethercote
569d2085ab Bug 790424 (part 2) - Remove ParseContext::functionList and FunctionBox::{siblings,kids}. r=jimb. 2012-09-12 18:50:39 -07:00
Jeff Walden
5a2de170a3 Bug 790349 - Convert all fooAtom uses to simply foo. r=jorendorff 2012-09-11 10:32:33 -07:00
Jeff Walden
3f6a67b168 Backed out changeset d3d8807c6c59, possible memory leak. r=graphserver 2012-09-17 15:04:21 -07:00
Jeff Walden
efa1ae7ef7 Bug 790349 - Convert all fooAtom uses to simply foo. r=jorendorff 2012-09-11 10:32:33 -07:00
Nicholas Nethercote
854af98e73 Bug 788957 (part 4) - Add GlobalSharedContext, a sub-class of SharedContext, and also make FunctionBox a sub-class of SharedContext. r=benjamin. 2012-09-10 20:43:14 -07:00
Steve Fink
e7b4d3147e Bug 780309 - Implement InternalHandle and use it for Bindings. r=terrence 2012-09-10 11:26:46 -07:00
Nicholas Nethercote
b63605316a Bug 788096 - Undo part 1 (c77231ed11be) because it regressed Talos Trace Malloc Allocs by ~1%. r=me. 2012-09-05 23:03:31 -07:00
Nicholas Nethercote
7fd01ebf45 Bug 788096 (part 1) - Change CGObjectList to use a vector and remove ObjectBox::emitLink. r=jorendorff. 2012-09-05 18:11:06 -07:00
Nicholas Nethercote
fe9ae875f2 Bug 787866 (part 3) - Remove SharedContext::fun_. r=luke. 2012-09-04 18:09:31 -07:00
Ehsan Akhgari
fa3c3a0e9b Bug 786339 - Remove two implicit conversions from NULL to false in the JS code; r=luke 2012-08-28 13:22:42 -04:00
Luke Wagner
88c2971644 Bug 625199 - kill dummy frames (r=mrbkap) 2012-08-17 18:05:06 -07:00
Alex Crichton
2e6698063f Bug 433529: Part 1 - Statically resolve names for anonymous functions. r=jimb 2012-08-22 19:07:38 -07:00
Luke Wagner
03bd974508 Bug 774915 - don't use the property cache for dynamic name lookup (r=bhackett) 2012-08-17 18:09:43 -07:00
Nicholas Nethercote
04682f492f Bug 770865 - Rename TreeContext as ParseContext. r=luke. 2012-08-16 17:04:54 -07:00
Nicholas Nethercote
419e47898b Bug 782871 (part 2) - Rename the |TreeContext| module as |SharedContext|. r=jorendorff. 2012-08-16 22:05:51 -07:00
Nicholas Nethercote
c0d38487d9 Bug 782871 (part 1 ) - Move TreeContext and related things into the Parser module. r=jorendorff. 2012-08-16 21:29:03 -07:00
David Zbarsky
d93f766987 Bug 783840 - Fix build warnings in js r=luke 2012-08-20 12:32:56 -04:00
Nick Fitzgerald
4d6bf0cd07 Bug 772113: Expose source map URLs via Debugger.Script r=jimb 2012-08-16 17:54:07 -07:00
Till Schneidereit
6ad28aa9df Bug 462300 - Embed self-hosted scripts and compile into special compartment. r=bhackett, r=gerv, r=ted 2012-07-23 23:01:54 +02:00
Luke Wagner
e2afd0d3fc Bug 783315 - Don't touch script->bindings.bindingArray if the script isn't fully compiled (r=billm) 2012-08-16 15:38:22 -07:00
Luke Wagner
ca7cb5aa66 Bug 767013 - only store aliased variables in scope objects (r=bhackett) 2012-08-06 07:56:45 -07:00
Luke Wagner
658252b244 Bug 775323 - build Bindings after, not during, parsing (r=ejpbruel) 2012-07-30 11:38:53 -07:00
Nick Fitzgerald
732ba5eafb Bug 774471: Store source map URLs in the ScriptSource, not on each JSScript. r=jimb 2012-08-13 12:39:57 -07:00
Brian Hackett
8a27276644 Add various autorooting, bug 772303. r=terrence 2012-08-12 19:50:49 -06:00
Terrence Cole
8b8f244b86 Bug 780309 - Move atom methods into js namespace; r=luke
This is a simple cleanup of jsatom.h.
2012-08-08 14:02:30 -07:00
Benjamin Peterson
ce2a12f6d9 Bug 779724 - Replace JSOPTION_ONLY_CNG_SOURCE with an enum on CompileOptions. r=jorendorff 2012-08-07 10:39:45 -07:00
Benjamin Peterson
de2d5727be Bug 779975 - Refcount ScriptSource. r=jorendorff 2012-08-06 13:25:58 -07:00
Benjamin Peterson
2f9b1adb9b Bug 779400: Split ScriptSource::setSource into setSource and setSourceCopy. r=jorendorff 2012-08-01 09:56:39 -07:00
Benjamin Peterson
753fcd99a2 Bug 779017 - Give every JSScript a ScriptSource. r=jorendorff 2012-07-31 19:18:22 -07:00
Benjamin Peterson
0210a7b3bd Bug 777190 - Don't compress files with huge strings; reenable source compression. r=jorendorff 2012-07-30 19:23:46 -07:00