Nicholas Nethercote
0b2312478e
Bug 880041 (part 17) - Use JSObject::{is,as} for {Cloned,Static}BlockObject. r=luke.
...
--HG--
extra : rebase_source : b8894f71137bfce1c44281e4885a3b2bdccff38d
2013-06-16 22:30:15 -07:00
Nicholas Nethercote
cdfab3cd5d
Bug 880041 (part 16) - Use JSObject::{is,as} for WithObject. r=luke.
...
--HG--
extra : rebase_source : 02299e442ce3989551c8d3dc3b96019a3e6c47fc
2013-06-16 19:59:58 -07:00
Nicholas Nethercote
3f8bf98a39
Bug 880041 (part 15) - Use JSObject::{is,as} for NestedScopeObject. r=evilpies.
...
--HG--
extra : rebase_source : eea20690f12a0ce509ac894536da427c4e5a6468
2013-06-16 19:51:43 -07:00
L. David Baron
2bf36899c8
Fix XPC_DUMP_AT_SHUTDOWN bustage from Bug 882162 Part 1 (changeset efb0b493cc21).
2013-06-19 16:55:06 -07:00
Gary Kwong
bc98a0794b
Backout 29e698ae2b5c for causing orange in a CLOSED TREE.
2013-06-19 14:34:31 -07:00
Ehsan Akhgari
4f67b20c07
Bug 882770 - Do not use the MSVC driver commands for clang on Windows; r=ted
2013-06-13 13:11:40 -04:00
Kyle Huey
9e5b8d4b53
Bug 882893: Move observer notifications out of the cycle collector and into the runtime. r=smaug
2013-06-19 14:06:50 -07:00
Terrence Cole
10fe835779
Bug 884410 - Remove JS_EnumerateResolvedStandardClasses; r=Waldo sr=luke
...
--HG--
extra : rebase_source : c50f54701f2a76a08d91845199b6694670a4e14d
2013-06-13 17:10:01 -07:00
Terrence Cole
2bc230b388
Bug 884410 - Handlify the JS_EnumerateStandardClasses interface; r=jonco
...
--HG--
extra : rebase_source : b111de82bde762c2d34897bd7e65c55cd239e0df
2013-06-13 17:10:00 -07:00
Terrence Cole
a1b85dbc2a
Bug 884410 - Handlify the JS_ResolveStandardClass interface; r=jonco
...
--HG--
extra : rebase_source : 3ba45931aad97fb7cbca517ae9bccb974d42e57a
2013-06-13 17:10:00 -07:00
Terrence Cole
0ae404a1ee
Bug 884410 - Handlify the JS_TransplantObject interfaces; r=jonco
...
--HG--
extra : rebase_source : f1c2adc7380e5806ce6b4fce5bb41f9400b9e1b1
2013-06-13 17:09:55 -07:00
Ehsan Akhgari
33c9930db5
Bug 752034 - Use the Windows SDK when building with Clang on Windows; r=ted
2013-06-13 13:09:22 -04:00
Ehsan Akhgari
64be84714f
Bug 882766 - Recognize clang even when it doesn't #define __GNUC__; r=ted
...
Clang on Windows #defines _MSC_VER but not __GNUC__, so we need to make sure
that the build system can recognize it even when __GNUC__ is not defined.
2013-06-13 13:03:13 -04:00
Nicolas B. Pierron
4739b1680d
Bug 871848 - Save volatile registers before inlined calls followed by a bailout. r=bhackett
2013-06-19 13:43:36 -07:00
Ted Mielczarek
aa974a78e0
bug 690935 - implement navigator.getGamepads(). r=smaug
...
--HG--
rename : content/events/src/nsDOMGamepad.cpp => dom/gamepad/Gamepad.cpp
rename : content/events/src/nsDOMGamepad.h => dom/gamepad/Gamepad.h
rename : dom/system/GamepadService.cpp => dom/gamepad/GamepadService.cpp
rename : dom/system/GamepadService.h => dom/gamepad/GamepadService.h
extra : rebase_source : da536e09d6c09c605db28e4af4ccccf824efc20d
2012-02-15 19:47:13 -05:00
Jason Orendorff
df65c6c050
Bug 883226 postlude - Change inBlock to an enum as requested in review (see comment 20). rs=Waldo on IRC.
2013-06-19 14:43:40 -05:00
Jason Orendorff
173b2fbb9d
Bug 883226, part 8 - Decouple NameNode and ParseHandler::newName from ParseContext. Add NameNode constructor. r=Waldo.
2013-06-19 14:43:40 -05:00
Jason Orendorff
b04ed85ccd
Bug 883226, part 7 - Clean up parsing of identifiers. r=Waldo.
2013-06-19 14:43:39 -05:00
Jason Orendorff
cd8a3b44f8
Bug 883226, part 6 - Clean up string literal parsing. r=Waldo.
2013-06-19 14:43:39 -05:00
Jason Orendorff
7d6d92a8ee
Bug 883226, part 5 - Clean up parsing of delete expressions. Also fixes bug 871046. r=Waldo.
2013-06-19 14:43:39 -05:00
Jason Orendorff
965543ea76
Bug 883226, part 4 - Remove foldPropertyByValue from the ParseHandler protocol. Instead, just treat it as an optimization in FullParseHandler. r=Waldo.
2013-06-19 14:43:39 -05:00
Jason Orendorff
2c11cae3e2
Bug 883226, part 3 - Make ParseHandler::newUnary have a single signature and eliminate setUnaryKid. r=Waldo.
2013-06-19 14:43:39 -05:00
Jason Orendorff
64590815a8
Bug 883226, part 2 - Make ParseHandler::newNumber have a single signature. Code cleanup in Parser::primaryExpr. r=Waldo.
2013-06-19 14:43:39 -05:00
Jason Orendorff
fedc7fc5aa
Bug 883226, part 1 - Clean up RegExp parsing. Remove NullaryNode::create in favor of constructors. r=Waldo.
2013-06-19 14:43:38 -05:00
Jason Orendorff
bcd00aaf2a
Bug 883207 - Add Parser::pos(). r=Waldo.
2013-06-19 14:43:38 -05:00
Jason Orendorff
63d93f66cc
Bug 884516 - Rename JS shell global 'arguments' variable to scriptArgs. r=luke.
2013-06-19 14:43:38 -05:00
Boris Zbarsky
0c35f808c8
Bug 883887. Add an Unlink method to js::ExpandoAndGeneration. r=peterv
2013-06-19 14:48:44 -04:00
Boris Zbarsky
1310172eb7
Bug 884401. Remove the hasXPConnectImpls annotations for HTMLElement, Element, and Node in WebIDL bindings, since all those are gone. r=peterv
2013-06-19 14:48:43 -04:00
Kannan Vijayan
0b7fa2d66a
Bug 883789 - Use baseline fallback stubs to track double-overflow of BinaryArith and UnaryArith ops. r=h4writer
2013-06-19 14:29:43 -04:00
Terrence Cole
27f8c42cf4
Bug 884934 - Fix intermittent SM(r) failure on InitialShapeTable::Ptr; r=sfink
...
In EmptyShape::getInitialShape, the InitialShapeSet::AddPtr is not guarded and
will get poisoned by the analysis if the hash happens to look like a GC thing
pointer.
--HG--
extra : rebase_source : a831c92b4f9aabe631f5bea3d9d6efb4375170a8
2013-06-19 11:09:36 -07:00
Terrence Cole
6ad9cc727f
Bug 884628 - Optimize the post-barrier verifier; r=jonco
...
--HG--
extra : rebase_source : 2390400416c85daecd34d1456ebf737dd2308128
2013-06-17 13:16:29 -07:00
Jan de Mooij
337e609ded
Bug 882111 - Don't push an interpreter frame when calling into the JITs. r=djvj
2013-06-19 19:10:04 +02:00
Kannan Vijayan
aaa7f147f8
Backed out changeset 9f852d187722 (bug 883789)
2013-06-19 13:09:45 -04:00
Kannan Vijayan
cae976b881
Bug 883789 - Use baseline fallback stubs to track double-overflow of BinaryArith and UnaryArith ops. r=h4writer
2013-06-19 12:45:29 -04:00
Terrence Cole
bd44ff62d6
Bug 884562 - Allow root analysis to be enabled when using generational GC; r=sfink DONTBUILD
...
--HG--
extra : rebase_source : 6438eec44aa7de79bf78c8f84fb4b971e1e83296
2013-06-19 09:20:46 -07:00
Terrence Cole
861c320238
Bug 884065 - Assert if JS_DestroyContext is called with active exact rooters; r=sfink
...
--HG--
extra : rebase_source : 52f7c9f90075b69f3c40bf7c7e9df0e1b2e25c05
2013-06-17 16:20:25 -07:00
Kannan Vijayan
000c04f611
Bug 877589 - Add test case. DONTBUILD
2013-06-19 12:06:43 -04:00
Kannan Vijayan
b6803660d3
Bug 870034 - Test case.
2013-06-19 11:33:38 -04:00
Ed Morley
db79fd1d8d
Merge mozilla-central and inbound
2013-06-19 15:51:08 +01:00
Ed Morley
1854894c50
Merge latest green birch changeset and mozilla-central
2013-06-19 15:29:37 +01:00
Makoto Kato
add2dc4407
Bug 880590 - Remove _WIN64 define by configure. r=ted
2013-06-19 15:12:06 +09:00
Andrea Marchesini
db524818c8
Bug 841442 - Move HTMLFormElement to WebIDL, r=bz
2013-06-19 10:24:37 -04:00
Andrea Marchesini
b20748feb8
Bug 841442 - Rename nsHTMLFormElement to HTMLFormElement
...
--HG--
rename : content/html/content/src/nsHTMLFormElement.cpp => content/html/content/src/HTMLFormElement.cpp
rename : content/html/content/src/nsHTMLFormElement.h => content/html/content/src/HTMLFormElement.h
2013-06-19 10:24:37 -04:00
Joey Armstrong
8a348c090d
bug 872087: mozbuild HOST_LIBRARY_NAME conversion cleanup. r=gps
2013-06-19 09:19:25 -04:00
Hannes Verschore
0d26621ea8
Bug 884298: IonMonkey: Allow inlining of functions containing JSOP_FUNCALL, r=jandem
2013-06-19 15:06:05 +02:00
Nicholas Nethercote
b3f46c1c3c
Bug 634839 (part 2b) - Remove more unnecessary headers (as found by include-what-you-use) from SpiderMonkey. r=jorendorff.
...
--HG--
extra : rebase_source : 5d6a4d653160a9c4a9645b14bebbcfab71b50ef4
2013-06-12 22:20:27 -07:00
Nicholas Nethercote
ab282525dd
Bug 634839 (part 2a) - Remove unnecessary headers (as found by include-what-you-use) from jsapi.h. r=jorendorff.
...
--HG--
extra : rebase_source : 97759f6ed55447d66987b894b215ab1e4815b3c3
2013-06-18 18:12:12 -07:00
Nicholas Nethercote
ac66fd9195
Bug 883688 - Fix uninitialized |gotLambda| in ion/IonBuilder.cpp. r=djvj.
...
--HG--
extra : rebase_source : 0b5bd244c2b3b34934ca6794509d00740dd4acdd
2013-06-18 17:08:13 -07:00
Ryan VanderMeulen
35a8134684
Backed out changeset 2f6babcfa00e (bug 882468) for JS crashes.
2013-06-18 19:50:20 -04:00
Till Schneidereit
b1e4f6860e
Bug 882468 - Simplify BooleanGetPrimitiveValue. r=jwalden
...
--HG--
extra : rebase_source : 0cda3f7ea8a717b3b7207e6b9f9aae0c369c3fb0
2013-06-18 23:51:47 +02:00