..
assembler
Back out 78a8aeae5b30 (bug 696291) for Android build bustage
2012-01-18 20:36:59 -08:00
build
Bug 716663: Fix check for PR49911 to use "=" instead of "==" for string-equality-check with 'test'. r=respindola
2012-01-09 14:17:00 -08:00
builtin
Bug 697479 - Implement Map and Set builtins for JS. r=jimb.
2012-01-20 06:11:43 -06:00
config
Bug 603370 part 1 - Add an option to expandlibs-exec to allow to reorder the objects list. r=ted
2012-01-20 09:50:44 +01:00
ctypes
Bug 714728 - Remove jsword/jsuword in favour of intptr_t/uintptr_t; r=Waldo
2012-01-11 09:23:05 +01:00
ds
Fix a few typos in comments in js/src. No bug, no_r=me.
2012-01-20 06:11:42 -06:00
editline
frontend
Bug 720316 - Introduce GET_UINT8 and SET_UINT8 helpers for bytecode immediate examination/setting. r=luke
2012-01-17 17:55:27 -08:00
gc
Bug 720067 - re-merge StackSpace.h with Stack.h, extract gc/Root.h (r=bhackett)
2012-01-20 19:49:33 -08:00
gnuplot
jit-test
Add incremental GC barrier for generator frames associated with args/call objects, bug 716013. r=billm
2012-01-23 13:59:04 -08:00
jsapi-tests
Back out b36175bbda47.
2012-01-13 17:35:10 -08:00
methodjit
Bug 720316 - Introduce GET_UINT8 and SET_UINT8 helpers for bytecode immediate examination/setting. r=luke
2012-01-17 17:55:27 -08:00
metrics
perf
Backed out changeset 4282a285d381 (bug 707049 backout).
2011-12-31 07:32:04 -07:00
shell
Bug 688891: C++ power-armor for Sprinter. (r=cdleary)
2012-01-20 15:09:56 -08:00
tests
Bug 720511 - Make sure indexed elements on prototypes of an array being joined show through in the final join-string. r=luke
2012-01-21 04:05:53 -08:00
v8
v8-dtoa
vm
Add incremental GC barrier for generator frames associated with args/call objects, bug 716013. r=billm
2012-01-23 13:59:04 -08:00
vprof
yarr
Bug 712990: add missing big-endian code to Yarr JIT, r=dmandelin
2011-12-22 19:09:53 -08:00
aclocal.m4
Bug 705466 - Use MOZ_CHECK_HEADERS to check for cpuid.h. r=ted.
2011-11-28 15:32:32 -05:00
configure.in
Bug 717713 - Add -Qunused-arguments to default Clang compiler flags; r=ted
2012-01-23 13:32:12 -08:00
dtoa.c
ETWProvider.man
javascript-trace.d
jitstats.tbl
Add MIPS support to JaegerMonkey (bug 678154, r=dvander).
2012-01-12 19:18:05 -08:00
js-config.h.in
Bug 714312 - Use <machine/endian.h> to get endianess on BSD systems, fixing the BSD build. r=ted
2012-01-09 17:32:00 -06:00
js-config.in
js.msg
Bug 715821 - Make Object.prototype.__defineGetter__ and Object.prototype.__defineSetter__ perform their work by forwarding to Object.defineProperty. This eliminates two calls to CheckRedeclaration, which is impeding property-storage-splitting work. r=bhackett
2012-01-06 00:13:20 -06:00
jsalloc.cpp
jsalloc.h
jsanalyze.cpp
Add JSOP_LOOPENTRY for target of initial loop jump, bug 720169. r=dvander
2012-01-23 13:51:01 -08:00
jsanalyze.h
Keep track of SSA variable values at exception blocks after an explicit throw, bug 719758. r=dvander
2012-01-20 16:13:23 -08:00
jsapi.cpp
Bug 688891: C++ power-armor for Sprinter. (r=cdleary)
2012-01-20 15:09:56 -08:00
jsapi.h
Bug 697479 - Implement Map and Set builtins for JS. r=jimb.
2012-01-20 06:11:43 -06:00
jsarray.cpp
Bug 715265 - Optimize all-int array sort and avoid creating a JSString per element when there is no comparator (r=luke)
2012-01-23 14:06:02 -08:00
jsarray.h
Backout 5cdf9574bede for build failures.
2012-01-20 07:33:44 -08:00
jsarrayinlines.h
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
2011-12-08 22:54:10 -05:00
jsast.tbl
jsatom.cpp
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
2011-12-08 22:54:10 -05:00
jsatom.h
Bug 714728 - Remove jsword/jsuword in favour of intptr_t/uintptr_t; r=Waldo
2012-01-11 09:23:05 +01:00
jsatominlines.h
Store JSStrings instead of jsids in native key iterators, bug 713754. r=dvander
2012-01-18 16:56:22 -08:00
jsbool.cpp
Bug 713311 - give the remaining scope objects typed interfaces (r=waldo)
2012-01-02 15:02:05 -08:00
jsbool.h
jsboolinlines.h
jscell.h
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
2011-12-08 22:54:10 -05:00
jsclass.h
Bug 677079 - Part y: Move AutoIdVector to jsapi.h; r=evilpie
2012-01-15 09:13:11 +01:00
jsclist.h
jsclone.cpp
Back out b36175bbda47.
2012-01-13 17:35:10 -08:00
jsclone.h
Bug 677079 - Part e: Move js_GetSCOffset to jsfriendapi.h; r=luke
2012-01-15 09:13:08 +01:00
jscntxt.cpp
Support pre-SSE2 CPUs in JaegerMonkey (bug 696291, r=bhackett).
2012-01-13 13:33:56 -08:00
jscntxt.h
Bug 720067 - re-merge StackSpace.h with Stack.h, extract gc/Root.h (r=bhackett)
2012-01-20 19:49:33 -08:00
jscntxtinlines.h
Bug 713311 - give the remaining scope objects typed interfaces (r=waldo)
2012-01-02 15:02:05 -08:00
jscompartment.cpp
Bug 714264 - Part c: Move IterateData / CollectCompartmentStatsForRuntime / GetExplicitNonHeapForRuntime to js/MemoryMetrics.h; r=njn
2012-01-11 09:23:08 +01:00
jscompartment.h
bug 714280 - Make gcMaxBytes a hard limit. r=anygregor
2012-01-05 09:54:37 +01:00
jscompat.h
Bug 714728 - Remove jsword/jsuword in favour of intptr_t/uintptr_t; r=Waldo
2012-01-11 09:23:05 +01:00
jscpucfg.h
Bug 714312 - Use <machine/endian.h> to get endianess on BSD systems, fixing the BSD build. r=ted
2012-01-09 17:32:00 -06:00
jscrashformat.h
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
2011-12-08 22:54:10 -05:00
jscrashreport.cpp
Back out b36175bbda47.
2012-01-13 17:35:10 -08:00
jscrashreport.h
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
2011-12-08 22:54:10 -05:00
jsdate.cpp
Bug 713311 - give the remaining scope objects typed interfaces (r=waldo)
2012-01-02 15:02:05 -08:00
jsdate.h
Bug 677079 - Part c: Stop installing jsdate.h; r=Waldo
2012-01-15 09:13:07 +01:00
jsdbgapi.cpp
Bug 688891: C++ power-armor for Sprinter. (r=cdleary)
2012-01-20 15:09:56 -08:00
jsdbgapi.h
Bug 714728 - Remove jsword/jsuword in favour of intptr_t/uintptr_t; r=Waldo
2012-01-11 09:23:05 +01:00
jsdhash.cpp
Back out b36175bbda47.
2012-01-13 17:35:10 -08:00
jsdhash.h
Bug 707865 - Convert nsTArray::SizeOf() to nsTArray::SizeOfExcludingThis(). r=jlebar.
2011-12-15 14:59:53 -08:00
jsdtoa.cpp
Back out b36175bbda47.
2012-01-13 17:35:10 -08:00
jsdtoa.h
jsexn.cpp
Back out b36175bbda47.
2012-01-13 17:35:10 -08:00
jsexn.h
jsfriendapi.cpp
Bug 677079 - Part aa: Expose sizeof(JSContext) in jsfriendapi.h; r=njn
2012-01-15 09:13:11 +01:00
jsfriendapi.h
Bug 677079 - Part aa: Expose sizeof(JSContext) in jsfriendapi.h; r=njn
2012-01-15 09:13:11 +01:00
jsfun.cpp
Compile large scripts in chunks, bug 706914. r=dvander
2012-01-18 16:40:18 -08:00
jsfun.h
Bug 714728 - Remove jsword/jsuword in favour of intptr_t/uintptr_t; r=Waldo
2012-01-11 09:23:05 +01:00
jsfuninlines.h
Bug 713311 - give the remaining scope objects typed interfaces (r=waldo)
2012-01-02 15:02:05 -08:00
jsgc.cpp
Bug 677079 - Part s: Make JS_TRACER_INIT a function instead of a macro; r=billm
2012-01-15 09:13:10 +01:00
jsgc.h
Bug 717863 default pagesize is 8192 on Solaris/SPARC r=igor
2012-01-16 09:32:58 +08:00
jsgcchunk.cpp
Bug 714728 - Remove jsword/jsuword in favour of intptr_t/uintptr_t; r=Waldo
2012-01-11 09:23:05 +01:00
jsgcchunk.h
jsgcinlines.h
Backed out changeset 4282a285d381 (bug 707049 backout).
2011-12-31 07:32:04 -07:00
jsgcmark.cpp
Ensure consistency between an owned base shape and its unowned version, bug 712428. r=luke
2011-12-24 06:32:27 -08:00
jsgcmark.h
Bug 710492 - add special cycle collector shape tracing path. r=bhackett
2011-12-19 10:24:56 -08:00
jsgcstats.cpp
Merge MC -> JM
2011-11-26 15:03:20 -08:00
jsgcstats.h
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
2011-12-08 22:54:10 -05:00
jshash.cpp
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
2011-12-08 22:54:10 -05:00
jshash.h
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
2011-12-08 22:54:10 -05:00
jsinfer.cpp
Bug 720316 - Introduce GET_UINT8 and SET_UINT8 helpers for bytecode immediate examination/setting. r=luke
2012-01-17 17:55:27 -08:00
jsinfer.h
Bug 719135 - Move some arithmetic operations to jsinterpinlines. r=dvander
2012-01-20 13:01:44 +01:00
jsinferinlines.h
Backed out changeset febc999231e4 (bug 719841)
2012-01-21 11:26:37 +13:00
jsinterp.cpp
Bug 720316 - Introduce GET_UINT8 and SET_UINT8 helpers for bytecode immediate examination/setting. r=luke
2012-01-17 17:55:27 -08:00
jsinterp.h
Remove tracer bits from InterpMode (no bug, r=dvander)
2012-01-06 09:36:49 -08:00
jsinterpinlines.h
Bug 719135 - Move some arithmetic operations to jsinterpinlines. r=dvander
2012-01-20 13:01:44 +01:00
jsiter.cpp
Root strings in native iterators when converting from array of jsids, bug 719686. r=dvander
2012-01-20 16:22:16 -08:00
jsiter.h
Store JSStrings instead of jsids in native key iterators, bug 713754. r=dvander
2012-01-18 16:56:22 -08:00
jskeyword.tbl
Bug 701973 - Make js::Parser::variables not depend on the current token, and extract TOK_CONST from TOK_VAR. r=jorendorff
2011-11-11 19:23:25 -08:00
jskwgen.cpp
jslibmath.h
jslock.cpp
Bug 714728 - Remove jsword/jsuword in favour of intptr_t/uintptr_t; r=Waldo
2012-01-11 09:23:05 +01:00
jslock.h
Fix non-threadsafe builds, no bug. r=jorendorff
2012-01-11 07:45:55 -08:00
jslocko.asm
Bug 714728 - Remove jsword/jsuword in favour of intptr_t/uintptr_t; r=Waldo
2012-01-11 09:23:05 +01:00
jslog2.cpp
Bug 714728 - Remove jsword/jsuword in favour of intptr_t/uintptr_t; r=Waldo
2012-01-11 09:23:05 +01:00
jsmath.cpp
Bug 622348 - JavaScript Math.round incorrect for (2^53)-1. r=Waldo
2011-12-25 15:16:12 +01:00
jsmath.h
Bug 622348 - JavaScript Math.round incorrect for (2^53)-1. r=Waldo
2011-12-25 15:16:12 +01:00
jsnativestack.cpp
jsnativestack.h
Bug 714728 - Remove jsword/jsuword in favour of intptr_t/uintptr_t; r=Waldo
2012-01-11 09:23:05 +01:00
jsnum.cpp
Back out b36175bbda47.
2012-01-13 17:35:10 -08:00
jsnum.h
Bug 720094 - Simplify the implementation of JSDOUBLE_IS_NaN a bit, consolidating two implementations (conditioned on the architecture) into one. r=dvander
2012-01-20 23:39:32 -08:00
jsnuminlines.h
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
2011-12-08 22:54:10 -05:00
jsobj.cpp
Backed out changeset 86da174de8df (bug 719841)
2012-01-21 11:26:40 +13:00
jsobj.h
Bug 718128: Implement draft spec ArrayBuffer.slice, r=jwalden
2012-01-18 17:27:13 -08:00
jsobjinlines.h
Backout 5cdf9574bede for build failures.
2012-01-20 07:33:44 -08:00
json.cpp
Bug 713965 - Replace deleteGeneric (taking a jsid) with deleteByValue (taking a Value), and use the property-type-specific methods exclusively. r=bhackett
2011-12-28 16:33:20 -06:00
json.h
jsonparser.cpp
jsonparser.h
Mark a bunch more copy-construction, assignment, default-construction, etc. operators and methods as deleted in the JS engine. No bug, r=bhackett over IRC
2011-12-28 08:09:07 -06:00
jsopcode.cpp
Bug 720316 - Introduce GET_UINT8 and SET_UINT8 helpers for bytecode immediate examination/setting. r=luke
2012-01-17 17:55:27 -08:00
jsopcode.h
Bug 720316 - Introduce GET_UINT8 and SET_UINT8 helpers for bytecode immediate examination/setting. r=luke
2012-01-17 17:55:27 -08:00
jsopcode.tbl
Add JSOP_LOOPENTRY for target of initial loop jump, bug 720169. r=dvander
2012-01-23 13:51:01 -08:00
jsopcodeinlines.h
Fix AssertValidPropertyCacheHit when called from JIT stubs, bug 717251. r=dvander
2012-01-12 08:41:09 -08:00
jsoplengen.cpp
jsprf.cpp
Back out b36175bbda47.
2012-01-13 17:35:10 -08:00
jsprf.h
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
2011-12-08 22:54:10 -05:00
jsprobes.cpp
Compile large scripts in chunks, bug 706914. r=dvander
2012-01-18 16:40:18 -08:00
jsprobes.h
Compile large scripts in chunks, bug 706914. r=dvander
2012-01-18 16:40:18 -08:00
jspropertycache.cpp
Fix AssertValidPropertyCacheHit when called from JIT stubs, bug 717251. r=dvander
2012-01-12 08:41:09 -08:00
jspropertycache.h
Bug 714728 - Remove jsword/jsuword in favour of intptr_t/uintptr_t; r=Waldo
2012-01-11 09:23:05 +01:00
jspropertycacheinlines.h
Bug 713944 -Convert PropertyCacheEntry::vindex into two separate, private fields, and add some accessors for them. r=jorendorff
2011-12-29 05:43:57 -06:00
jspropertytree.cpp
Backed out changeset 4282a285d381 (bug 707049 backout).
2011-12-31 07:32:04 -07:00
jspropertytree.h
Bug 714728 - Remove jsword/jsuword in favour of intptr_t/uintptr_t; r=Waldo
2012-01-11 09:23:05 +01:00
jsproto.tbl
Bug 697479 - Implement Map and Set builtins for JS. r=jimb.
2012-01-20 06:11:43 -06:00
jsproxy.cpp
Bug 713311 - give the remaining scope objects typed interfaces (r=waldo)
2012-01-02 15:02:05 -08:00
jsproxy.h
Bug 713645 - Remove superfluous inclusions of jscntxt.h; r=luke
2012-01-02 19:05:19 +01:00
jsprvtd.h
Backout 54cd89b0f1fa (bug 712714 backout). Talos will probably report fake regressions for this patch, do not back out for this reason.
2012-01-09 06:29:50 -08:00
jspubtd.h
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
2011-12-08 22:54:10 -05:00
jsreflect.cpp
Backed out changeset 4282a285d381 (bug 707049 backout).
2011-12-31 07:32:04 -07:00
jsreflect.h
Bug 701620 - Use two different kinds for the + operator when used in unary and binary expressions, likewise for -. r=jorendorff
2011-11-05 12:20:22 -07:00
jsreops.tbl
jsscope.cpp
Bug 714264 - Part c: Move IterateData / CollectCompartmentStatsForRuntime / GetExplicitNonHeapForRuntime to js/MemoryMetrics.h; r=njn
2012-01-11 09:23:08 +01:00
jsscope.h
Bug 720067 - re-merge StackSpace.h with Stack.h, extract gc/Root.h (r=bhackett)
2012-01-20 19:49:33 -08:00
jsscopeinlines.h
Bug 714728 - Remove jsword/jsuword in favour of intptr_t/uintptr_t; r=Waldo
2012-01-11 09:23:05 +01:00
jsscript.cpp
Compile large scripts in chunks, bug 706914. r=dvander
2012-01-18 16:40:18 -08:00
jsscript.h
Compile large scripts in chunks, bug 706914. r=dvander
2012-01-18 16:40:18 -08:00
jsscriptinlines.h
Bug 713311 - give the remaining scope objects typed interfaces (r=waldo)
2012-01-02 15:02:05 -08:00
jsshell.msg
jsstdint.h
Bug 704313 - Implement mozilla/StdInt.h. r=cjones
2011-11-22 17:42:57 -08:00
jsstr.cpp
Bug 715265 - Optimize all-int array sort and avoid creating a JSString per element when there is no comparator (r=luke)
2012-01-23 14:06:02 -08:00
jsstr.h
Back out b36175bbda47.
2012-01-13 17:35:10 -08:00
jsstrinlines.h
Bug 715265 - Optimize all-int array sort and avoid creating a JSString per element when there is no comparator (r=luke)
2012-01-23 14:06:02 -08:00
jstypedarray.cpp
Bug 686296 - Non-extensible ArrayBuffer __proto__ should not be changable. r=jorendorff
2012-01-21 19:25:54 +01:00
jstypedarray.h
Bug 718128: Implement draft spec ArrayBuffer.slice, r=jwalden
2012-01-18 17:27:13 -08:00
jstypedarrayinlines.h
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
2011-12-08 22:54:10 -05:00
jstypes.h
Bug 712034 - Clean up jstypes.h a bit; r=njn
2012-01-15 09:13:12 +01:00
jsutil.cpp
Back out b36175bbda47.
2012-01-13 17:35:10 -08:00
jsutil.h
Fix a few typos in comments in js/src. No bug, no_r=me.
2012-01-20 06:11:42 -06:00
jsval.h
Compile large scripts in chunks, bug 706914. r=dvander
2012-01-18 16:40:18 -08:00
jsversion.h
jswatchpoint.cpp
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
2011-12-08 22:54:10 -05:00
jswatchpoint.h
jsweakmap.cpp
Bug 707313 - use special non-NULL next for weak maps not in the list. r=jimb
2012-01-06 11:30:09 -08:00
jsweakmap.h
Bug 707313 - use special non-NULL next for weak maps not in the list. r=jimb
2012-01-06 11:30:09 -08:00
jswin64.asm
jswin.h
jswrapper.cpp
Store JSStrings instead of jsids in native key iterators, bug 713754. r=dvander
2012-01-18 16:56:22 -08:00
jswrapper.h
Bug 713645 - Remove superfluous inclusions of jscntxt.h; r=luke
2012-01-02 19:05:19 +01:00
jsxdrapi.cpp
Back out b36175bbda47.
2012-01-13 17:35:10 -08:00
jsxdrapi.h
Add JSOP_LOOPENTRY for target of initial loop jump, bug 720169. r=dvander
2012-01-23 13:51:01 -08:00
jsxml.cpp
Bug 713311 - give the remaining scope objects typed interfaces (r=waldo)
2012-01-02 15:02:05 -08:00
jsxml.h
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
2011-12-08 22:54:10 -05:00
lock_sparcv8plus.il
lock_sparcv9.il
Makefile.in
Bug 697479 - Implement Map and Set builtins for JS. r=jimb.
2012-01-20 06:11:43 -06:00
MemoryMetrics.cpp
Fix non-threadsafe builds, no bug. r=jorendorff
2012-01-11 07:45:55 -08:00
prmjtime.cpp
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
2011-12-08 22:54:10 -05:00
prmjtime.h
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
2011-12-08 22:54:10 -05:00
README.html
sharkctl.cpp
sharkctl.h
Y.js