Mounir Lamouri
d14c89681d
Bug 703121 - Part 1 - Make warnings-as-errors opt-in instead of opt-out. r=khuey
2012-01-06 18:16:20 +01:00
Jeff Walden
dd39351d29
Bug 713965 - Replace deleteGeneric (taking a jsid) with deleteByValue (taking a Value), and use the property-type-specific methods exclusively. r=bhackett
...
--HG--
extra : rebase_source : c9273f81996c755f6b3814895a4ce64f390f7c50
2011-12-28 16:33:20 -06:00
Jeff Walden
558cd6384a
Bug 715059 - Make ParseNode non-copyable and non-copy-assignable. r=luke
...
--HG--
extra : rebase_source : 390a125ca841d1b2e26ee3e18b72242e151feff4
2012-01-03 22:18:55 -06:00
Jeff Walden
c4f9971b16
Bug 715682 - Make sure to generate the appropriate initializing opcode for accessors in object literals. r=bhackett
...
--HG--
extra : rebase_source : b4ec1d4e5800606c31e6fb7edf627437fe3f5185
2012-01-05 17:40:14 -06:00
Igor Bukanov
9792b639a6
bug 715883 - eliminating no longr used JSRuntime::gcEmptyArenaPoolLifespan and related code. r=gal
2012-01-06 16:42:18 +01:00
Andrew McCreight
f14f025a4a
Bug 707313 - use special non-NULL next for weak maps not in the list. r=jimb
2012-01-06 11:30:09 -08:00
Jim Blandy
3a27c8f7fd
Bug 715656: Rename js::StackFrame::markFunctionEpilogueDone to updateEpilogueFlags, to be less misleading r=luke
2012-01-06 11:06:48 -08:00
Jim Blandy
ca27c14869
Bug 715667: Remove some unnecessary toFunction() calls applied to JSFunction values. r=luke
2012-01-06 11:06:48 -08:00
Terrence Cole
0888a38994
Bug 715943 - StackFrame marking should not skip its JSFunction; r=luke
...
Right now, the StackFrame marks script(). When this is a plain function, this
returns fun()->script(), meaning that we never explicitly mark fun() and rely on
it being rooting in some other fashion. This is incorrect.
--HG--
extra : rebase_source : 53ef38edcacbb2f5c40f207486c91d5437468721
2012-01-06 11:00:41 -08:00
Blake Kaplan
867263367f
Bug 715498 - Revive the -c "compile only" option for the JS shell. r=cdleary
...
--HG--
extra : rebase_source : 06f8f4f642df4c5facbac0c906e64a8a58261005
2011-12-23 18:25:16 +01:00
Marco Bonardo
f0b84a5ba3
Backout c0d337401801,78d17e22a223 (bug 712714) for talos regressions across the board.
2012-01-06 13:49:52 +01:00
Brian Hackett
c0499581a1
Seal/freeze objects without converting to dictionary mode, bug 708641. r=luke
2012-01-05 19:51:08 -08:00
Brian Hackett
00b691ebdf
Fix bug 715662.
2012-01-05 19:13:56 -08:00
Jeff Walden
b984f15561
Convert a couple always-true appends to infallibleAppend, since that's what they should have been using. No bug, r=trivial
...
--HG--
extra : rebase_source : c5d4c809e3fe23013ec1e64d18fa7001472e0092
2012-01-05 11:42:42 -06:00
Jeff Walden
a59be7a33e
Return NULL, not false, from some JSObject::replaceWithNewEquivalentShape, which returns a Shape*. No bug, r=themaid
...
--HG--
extra : rebase_source : 126f621547689572b1ace0ad703b23f311fd64ff
2012-01-05 17:12:18 -06:00
Brian Hackett
8337870efd
Make sure to call XML methods properly in property ICs, no bug. r=dvander
2012-01-05 12:57:06 -08:00
Brian Hackett
ca847ab5d2
Remove JOF_CALLOP, bug 712714. r=dvander
2012-01-05 11:08:38 -08:00
Brian Hackett
c9b3cdece5
Add liveness intervals to indicate variable writes within try blocks, bug 714645. r=dvander
2012-01-05 07:01:18 -08:00
Brian Hackett
81b6aa3645
Use persistent type sets for initializer opcodes, bug 714600. r=dvander
2012-01-05 06:50:46 -08:00
Brian Hackett
c9b5aa3a72
Don't modify dictionary shapes in place, bug 703157. r=luke
2012-01-05 06:38:46 -08:00
Igor Bukanov
bcb99a016f
bug 714562 - fixing races between the background arena decommit and with arena allocation. r=wmccloskey
...
--HG--
extra : rebase_source : 6f24d608f99b921c0454a38952211e6657dc6f3e
2012-01-02 13:46:59 +01:00
Terrence Cole
9eb2c30ca3
Bug 715201 - Add more barriers to BaseShape; r=bhackett
...
BaseShape's new copy constructor for StackBaseShape needs to be write barriered
like the existing constructor.
--HG--
extra : rebase_source : e91a8bcca76d66dd421473d2f2a17ce5be6eaffc
2012-01-04 14:40:50 -08:00
Bill McCloskey
eb67f75e9b
Bug 714418 - Remove nsIXPCScriptable::DONT_SHARE_PROTOTYPE (r=bholley, sr=mrbkap)
2012-01-04 14:13:20 -08:00
Bill McCloskey
4d841fae34
Bug 714353 - Remove nsIXPCScriptable::Trace (r=mrbkap)
2012-01-04 14:13:15 -08:00
Bill McCloskey
f4f08ed1fd
Bug 714350 - Remove nsXPConnect::RestoreWrappedNativePrototype (r=mrbkap)
2012-01-04 14:13:08 -08:00
Ed Morley
edad6f19bf
Merge mozilla-central to mozilla-inbound
2012-01-04 20:43:25 +00:00
Tom Schuster
f03b89f1fe
Bug 607692 - Inline parseInt(<int|double>, <0|10>) in JM. r=bhackett
...
--HG--
extra : rebase_source : 341df111df6ad7568dfbcddd60f31c8c9eece85f
2012-01-04 21:29:54 +01:00
Tom Schuster
d8e816b05a
Bug 714894 - Remove tracer specific JSOPs. r=bhackett
...
--HG--
extra : rebase_source : 3b6d0a04fd8f1418113e9cb5d1299a1392aebd30
2012-01-04 21:29:47 +01:00
Blake Kaplan
a2890770eb
Bug 689118 - Protect against JSVAL_IS_OBJECT(null) being true. r=luke
2012-01-04 17:45:02 +01:00
Kyle Huey
4b1004bf80
Merge b-s to m-c.
2012-01-04 10:39:52 -05:00
Kyle Huey
55826ffc60
Bug 714178: Expose the value of CPP from configure to the rest of the build system. r=ted
2012-01-03 13:47:26 -05:00
Marco Bonardo
b21bcc66e7
Merge last green PGO from mozilla-inbound to mozilla-central
2012-01-03 12:36:26 +01:00
Ms2ger
307c4d2a57
Bug 714580 - Remove extra parens from JS_ASSERT_IF; r=Waldo
2012-01-02 21:55:34 +01:00
Ms2ger
d68cbbb7d6
Bug 707049 - Followup: fix accidentally introduced 'uint8's from js/src; r=sparky
2012-01-02 19:06:35 +01:00
Gabor Krizsanits
9577034415
Bug 677294 - part 2: need a way to create new JS scopes and run scripts against them (same compartment); r=mrbkap
2012-01-02 19:06:07 +01:00
Ms2ger
73e7808564
Bug 710805 - Assert validity in xpc_qsBasicString; r=jst
2012-01-02 19:05:19 +01:00
Ms2ger
42f91549b4
Bug 709086 - Don't use JS_GetParent in mozJSSubScriptLoader::LoadSubScript; r=jorendorff
2012-01-02 19:05:19 +01:00
Ms2ger
609cf3bed0
Bug 714057 - Remove uintn users from XPConnect; r=bholley+khuey
2012-01-02 19:05:19 +01:00
Ms2ger
766a34f6ff
Bug 713645 - Remove superfluous inclusions of jscntxt.h; r=luke
2012-01-02 19:05:19 +01:00
Ms2ger
2dd3581886
No bug - Return 'false' instead of 'NULL' from ContextStack::pushExecuteFrame.
2012-01-02 19:05:19 +01:00
Bill McCloskey
5686a56837
Bug 712480 - Assert in most JSAPI functions that we're not inside a GC (r=Waldo)
2012-01-01 17:18:07 -08:00
Jeff Walden
d58119a856
Return NULL from a pointer-returning method, not false. No bug, r=fix-warning
2012-01-01 18:44:30 -06:00
Bill McCloskey
9537832c6d
Bug 714363 - Remove XPCWrappedNativeScope::mPrototypeJSFunction (r=bholley)
2012-01-01 14:48:15 -08:00
Igor Bukanov
f07e1dfd97
bug 714545 - js_FinishGC should not race with the background thread. r=wmccloskey
2011-12-31 21:29:41 +01:00
Igor Bukanov
b381297783
bug 714344 - background decommit must not leave GC chunks with no empty arenas on the available allocation list. r=wmccloskey
2011-12-31 21:29:41 +01:00
Brian Hackett
3001efcb61
Fix warnings and Clang compile errors, bug 707049. r=waldo
2011-12-31 12:39:05 -07:00
Brian Hackett
1d81f1154e
Backed out changeset 4282a285d381 (bug 707049 backout).
2011-12-31 07:32:04 -07:00
Ms2ger
331f7b2adb
Backout 0d642e4e08cf (bug 707049); requested by evilpie.
2011-12-31 15:13:01 +01:00
Jeff Walden
2936d38bd0
Bug 713183 - Make JSOP_*PROP and JSOP_*NAME store a PropertyName immediate, not a JSAtom immediate, and take advantage of this fact. r=bhackett
...
--HG--
extra : rebase_source : 99d199382928758983765ce87e8e4a4121c6430b
2011-12-27 02:27:02 -06:00
Tom Schuster
4f4a9cacd2
Bug 622348 - JavaScript Math.round incorrect for (2^53)-1. r=Waldo
...
--HG--
extra : rebase_source : 51a780cf5ce9cbcc84c56d8a8dbe2c5d9867b36b
2011-12-25 15:16:12 +01:00