..
assembler
Bug 700822: Randomize JIT VirtualAlloc location on win32, sans XP. (r=dmandelin)
2012-02-13 21:36:11 -08:00
build
Bug 727145 - Pass -Wno-return-type-c-linkage to clang. r=glandium.
2012-02-16 09:53:08 -05:00
builtin
Bug 726845 - Make Value marking interfaces indirect; r=billm
2012-02-15 17:16:53 -08:00
config
Bug 717540 - Remove MFBT dependency on JS_Assert, add MOZ_Assert, and use it for WTF assertions. r=waldo,r=khuey
2012-02-13 15:48:23 +01:00
ctypes
Bug 723806: Make JavaScript CTypes print function types correctly. r=bholley
2012-02-14 13:18:16 -08:00
ds
Bug 715453 - Remove computedSize from nsMallocSizeOfFun. r=jlebar,bhackett.
2012-01-25 00:52:51 -08:00
editline
frontend
Bug 721463 - Clean up and minimize marking interfaces; r=billm
2012-02-14 09:10:23 -08:00
gc
Bug 726845 - Make Value marking interfaces indirect; r=billm
2012-02-15 17:16:53 -08:00
gnuplot
jit-test
Bug 727921 - Fix schedulegc bustage
2012-02-16 15:21:59 -08:00
jsapi-tests
Bug 700822: Randomize JIT VirtualAlloc location on win32, sans XP. (r=dmandelin)
2012-02-13 21:36:11 -08:00
methodjit
Bug 726845 - Make Value marking interfaces indirect; r=billm
2012-02-15 17:16:53 -08:00
metrics
perf
bug 724310 - drop cx argument from JSObject field and fixed slots infallible API. r=:Waldo
2012-02-05 21:07:23 +01:00
shell
Bug 726115 - Make the tracer callback take an indirect pointer; r=billm
2012-02-15 16:28:41 -08:00
tests
Convert the last remaining direct JS_Assert users to MOZ_Assert, followup to bug 717540 that seems to have been missed in my initial review. Also switch the JS_ASSERT uses to MOZ_ASSERT in passing. r=trivial
2012-02-14 16:16:14 -08:00
v8
v8-dtoa
vm
Bug 726845 - Make Value marking interfaces indirect; r=billm
2012-02-15 17:16:53 -08:00
vprof
yarr
Remove internal #includes of jsstdint.h, the functionality of which is now part of the JSAPI and need not be explicitly #included. No bug, r=evilpies, r=jorendorff, r=terrence, all over IRC
2012-01-22 21:22:10 -08:00
aclocal.m4
Bug 727145 - Pass -Wno-return-type-c-linkage to clang. r=glandium.
2012-02-16 09:53:08 -05:00
configure.in
Bug 727145 - Pass -Wno-return-type-c-linkage to clang. r=glandium.
2012-02-16 09:53:08 -05:00
dtoa.c
ETWProvider.man
Bug 716619 - Simplify GC probes (r=sfink)
2012-01-27 17:01:04 -08:00
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 699565 - Part 1 - for-of loop basics. r=Waldo.
2012-02-07 12:57:16 -06:00
jsalloc.cpp
jsalloc.h
jsanalyze.cpp
Bug 723773 - Liveness analysis makes mistakes when analyzing try/catch (r=bhackett)
2012-02-10 18:32:03 -08:00
jsanalyze.h
Bug 708303 - Use pinReg/unpinReg more in write barriers (r=dmandelin)
2012-01-27 17:01:25 -08:00
jsapi.cpp
bug 725595 - drop native object checks from JS_(Get|Set)ReservedSlot. r=Waldo
2012-02-10 13:40:34 +01:00
jsapi.h
Bug 726115 - Make the tracer callback take an indirect pointer; r=billm
2012-02-15 16:28:41 -08:00
jsarray.cpp
Bug 723346 - Make sharpObjectMap a modern HashMap; r=Waldo
2012-02-15 17:55:25 -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 721463 - Clean up and minimize marking interfaces; r=billm
2012-02-14 09:10:23 -08:00
jsatom.h
bug 660441 - removal of cx parameter from IsAboutToBeFinalized. r=anygregor
2012-02-08 01:51:32 +01:00
jsatominlines.h
Bug 720675 - OOM Crash [@ JSString::isFlat] because of NULL deref for ensureFlat. r=bhackett
2012-02-05 11:32:12 +01:00
jsbool.cpp
Remove internal #includes of jsstdint.h, the functionality of which is now part of the JSAPI and need not be explicitly #included. No bug, r=evilpies, r=jorendorff, r=terrence, all over IRC
2012-01-22 21:22:10 -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 688069 - fix String.prototype.{replace,match,search,split} for transparently wrapped RegExp arguments (r=cdleary)
2012-02-01 13:36:48 -08:00
jsclist.h
jsclone.cpp
Back out b36175bbda47.
2012-01-13 17:35:10 -08:00
jsclone.h
Remove internal #includes of jsstdint.h, the functionality of which is now part of the JSAPI and need not be explicitly #included. No bug, r=evilpies, r=jorendorff, r=terrence, all over IRC
2012-01-22 21:22:10 -08:00
jscntxt.cpp
Bug 723346 - Make sharpObjectMap a modern HashMap; r=Waldo
2012-02-15 17:55:25 -08:00
jscntxt.h
Bug 723346 - Make sharpObjectMap a modern HashMap; r=Waldo
2012-02-15 17:55:25 -08:00
jscntxtinlines.h
Back out 79deba022227 (bug 675078) because of Win debug mochitest-other failures
2012-01-24 17:32:30 -08:00
jscompartment.cpp
Bug 726845 - Make Value marking interfaces indirect; r=billm
2012-02-15 17:16:53 -08:00
jscompartment.h
Bug 724748 - simplify RegExpShared lifetime management (r=cdleary)
2012-02-07 12:34:29 -08: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
Remove internal #includes of jsstdint.h, the functionality of which is now part of the JSAPI and need not be explicitly #included. No bug, r=evilpies, r=jorendorff, r=terrence, all over IRC
2012-01-22 21:22:10 -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 722595 - Add memory reporters for misc things hanging off JS objects. r=bhackett.
2012-01-30 18:12:03 -08:00
jsdbgapi.h
Bug 692269 - Remove jsstr.h, vm/String.h, jsautokw.h, jsclone.h, jsopcode.tbl, jsopcode.h, jsstdint.h from INSTALLED_HEADERS (r=billm)
2012-01-30 09:17:38 -08:00
jsdhash.cpp
Bug 715453 - Remove computedSize from nsMallocSizeOfFun. r=jlebar,bhackett.
2012-01-25 00:52:51 -08:00
jsdhash.h
Bug 707865 - Convert nsTArray::SizeOf() to nsTArray::SizeOfExcludingThis(). r=jlebar.
2011-12-15 14:59:53 -08:00
jsdtoa.cpp
Remove internal #includes of jsstdint.h, the functionality of which is now part of the JSAPI and need not be explicitly #included. No bug, r=evilpies, r=jorendorff, r=terrence, all over IRC
2012-01-22 21:22:10 -08:00
jsdtoa.h
jsexn.cpp
Bug 726845 - Make Value marking interfaces indirect; r=billm
2012-02-15 17:16:53 -08:00
jsexn.h
Bug 725888 - Remove some js_GetClassPrototype calls, using faster methods on GlobalObject instead. Also introduce JS_GetObjectPrototype to retrieve Object.prototype so that a friend API can be made un-friendly. r=dmandelin
2012-02-07 11:45:18 -08:00
jsfriendapi.cpp
Bug 726115 - Make the tracer callback take an indirect pointer; r=billm
2012-02-15 16:28:41 -08:00
jsfriendapi.h
Bug 725888 - Remove some js_GetClassPrototype calls, using faster methods on GlobalObject instead. Also introduce JS_GetObjectPrototype to retrieve Object.prototype so that a friend API can be made un-friendly. r=dmandelin
2012-02-07 11:45:18 -08:00
jsfun.cpp
Bug 726845 - Make Value marking interfaces indirect; r=billm
2012-02-15 17:16:53 -08:00
jsfun.h
Bug 722595 - Add memory reporters for misc things hanging off JS objects. r=bhackett.
2012-01-30 18:12:03 -08: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 726845 - Make Value marking interfaces indirect; r=billm
2012-02-15 17:16:53 -08:00
jsgc.h
Bug 723313 - Stop using conservative stack scanner for VM stack marking (r=luke,bhackett)
2012-02-10 18:32:08 -08:00
jsgcinlines.h
bug 724310 - drop cx argument from JSObject field and fixed slots infallible API. r=:Waldo
2012-02-05 21:07:23 +01:00
jsgcmark.cpp
Bug 727980 - Do not mark script atoms as roots; r=billm
2012-02-16 14:27:37 -08:00
jsgcmark.h
Bug 726845 - Make Value marking interfaces indirect; r=billm
2012-02-15 17:16:53 -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
Remove internal #includes of jsstdint.h, the functionality of which is now part of the JSAPI and need not be explicitly #included. No bug, r=evilpies, r=jorendorff, r=terrence, all over IRC
2012-01-22 21:22:10 -08: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 717540 - Remove MFBT dependency on JS_Assert, add MOZ_Assert, and use it for WTF assertions. r=waldo,r=khuey
2012-02-13 15:48:23 +01:00
jsinfer.h
Bug 721628 (part 3) - Rename several size type-inference-related measurement functions and types. r=bhackett.
2012-01-26 19:09:31 -08:00
jsinferinlines.h
Bug 721463 - Clean up and minimize marking interfaces; r=billm
2012-02-14 09:10:23 -08:00
jsinterp.cpp
Bug 725532 - Refactor DefVarOrConstOperation() to be Ion-compatible. r=Waldo
2012-02-15 16:45:25 -08:00
jsinterp.h
Bug 722121 - Remove the last now-unnecessary uses of CheckRedeclaration from JSOP_GETTER/JSOP_SETTER, as syntactically we guarantee no conflicts are possible. r=jorendorff
2012-01-28 23:13:12 -08:00
jsinterpinlines.h
Bug 725532 - Refactor DefVarOrConstOperation() to be Ion-compatible. r=Waldo
2012-02-15 16:45:25 -08:00
jsiter.cpp
Bug 714109 - Add missing barriers to Generator; r=billm
2012-02-13 10:01:18 -08:00
jsiter.h
Bug 714109 - Add missing barriers to Generator; r=billm
2012-02-13 10:01:18 -08:00
jskeyword.tbl
jskwgen.cpp
jslibmath.h
jslock.h
Fix non-threadsafe builds, no bug. r=jorendorff
2012-01-11 07:45:55 -08: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 700822: Randomize JIT VirtualAlloc location on win32, sans XP. (r=dmandelin)
2012-02-13 21:36:11 -08: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 723021 - moving native stack limits into runtime. r=luke
2012-01-31 23:28:22 +01:00
jsnum.cpp
Bug 725198: reuse js_DoubleToECMAInt32 for js_DoubleToECMAUint32, r=luke
2012-02-08 18:38:32 -08:00
jsnum.h
Bug 725198: reuse js_DoubleToECMAInt32 for js_DoubleToECMAUint32, r=luke
2012-02-08 18:38: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
Fix dictionary state when swapping objects, bug 727330. r=luke
2012-02-16 15:15:16 -08:00
jsobj.h
Bug 723346 - Make sharpObjectMap a modern HashMap; r=Waldo
2012-02-15 17:55:25 -08:00
jsobjinlines.h
Bug 699565 - Part 2 - for-of loops on arrays. r=bhackett.
2012-02-07 12:57:16 -06:00
json.cpp
Remove internal #includes of jsstdint.h, the functionality of which is now part of the JSAPI and need not be explicitly #included. No bug, r=evilpies, r=jorendorff, r=terrence, all over IRC
2012-01-22 21:22:10 -08: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 725765 - More Sprinter cleanups (adding a put method rather than having SprintCString and friends). r=jwalden
2012-02-15 16:15:57 -08:00
jsopcode.h
Bug 725765 - More Sprinter cleanups (adding a put method rather than having SprintCString and friends). r=jwalden
2012-02-15 16:15:57 -08:00
jsopcode.tbl
Bug 722121 - Remove JSOP_DEFFUN_FC, because it can never be generated. r=jorendorff
2012-01-28 22:46:08 -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
Remove internal #includes of jsstdint.h, the functionality of which is now part of the JSAPI and need not be explicitly #included. No bug, r=evilpies, r=jorendorff, r=terrence, all over IRC
2012-01-22 21:22: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
Bug 720219 (part 1) - Clean up JS object measurement. r=bhackett.
2012-01-23 15:35:37 -08:00
jsprobes.h
Bug 716619 - Simplify GC probes (r=sfink)
2012-01-27 17:01:04 -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 726845 - Make Value marking interfaces indirect; r=billm
2012-02-15 17:16:53 -08:00
jsproxy.h
bug 725595 - drop native object checks from JS_(Get|Set)ReservedSlot. r=Waldo
2012-02-10 13:40:34 +01:00
jsprvtd.h
Bug 724748 - simplify RegExpShared lifetime management (r=cdleary)
2012-02-07 12:34:29 -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
Bug 724748 - simplify RegExpShared lifetime management (r=cdleary)
2012-02-07 12:34:29 -08:00
jsreflect.h
jsreops.tbl
jsscope.cpp
Remove internal #includes of jsstdint.h, the functionality of which is now part of the JSAPI and need not be explicitly #included. No bug, r=evilpies, r=jorendorff, r=terrence, all over IRC
2012-01-22 21:22:10 -08:00
jsscope.h
Bug 721463 - Clean up and minimize marking interfaces; r=billm
2012-02-14 09:10:23 -08:00
jsscopeinlines.h
Bug 721463 - Clean up and minimize marking interfaces; r=billm
2012-02-14 09:10:23 -08:00
jsscript.cpp
Bug 726845 - Make Value marking interfaces indirect; r=billm
2012-02-15 17:16:53 -08:00
jsscript.h
Bug 692269 - Remove jsstr.h, vm/String.h, jsautokw.h, jsclone.h, jsopcode.tbl, jsopcode.h, jsstdint.h from INSTALLED_HEADERS (r=billm)
2012-01-30 09:17:38 -08:00
jsscriptinlines.h
Bug 714614: don't create call objects with duplicated property names, r=bhackett
2012-01-27 14:33:27 -08:00
jsshell.msg
jsstr.cpp
Bug 724748 - simplify RegExpShared lifetime management (r=cdleary)
2012-02-07 12:34:29 -08:00
jsstr.h
Back out b36175bbda47.
2012-01-13 17:35:10 -08:00
jsstrinlines.h
Bug 724586 - Use modern tools to clean up obj_ToSource; r=Waldo
2012-02-07 10:39:58 -08:00
jstypedarray.cpp
Bug 726845 - Make Value marking interfaces indirect; r=billm
2012-02-15 17:16:53 -08: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
Bug 717540 - Remove MFBT dependency on JS_Assert, add MOZ_Assert, and use it for WTF assertions. r=waldo,r=khuey
2012-02-13 15:48:23 +01:00
jsutil.h
Bug 717540 - Remove MFBT dependency on JS_Assert, add MOZ_Assert, and use it for WTF assertions. r=waldo,r=khuey
2012-02-13 15:48:23 +01:00
jsval.h
Compile large scripts in chunks, bug 706914. r=dvander
2012-01-18 16:40:18 -08:00
jsversion.h
Bug 566700 - Remove sharp variable support. r=dmandelin
2012-01-07 00:55:32 -06:00
jswatchpoint.cpp
bug 660441 - removal of cx parameter from IsAboutToBeFinalized. r=anygregor
2012-02-08 01:51:32 +01:00
jswatchpoint.h
bug 660441 - removal of cx parameter from IsAboutToBeFinalized. r=anygregor
2012-02-08 01:51:32 +01:00
jsweakmap.cpp
bug 660441 - removal of cx parameter from IsAboutToBeFinalized. r=anygregor
2012-02-08 01:51:32 +01:00
jsweakmap.h
Bug 726845 - Make Value marking interfaces indirect; r=billm
2012-02-15 17:16:53 -08:00
jswin64.asm
jswin.h
jswrapper.cpp
Bug 726845 - Make Value marking interfaces indirect; r=billm
2012-02-15 17:16:53 -08:00
jswrapper.h
Bug 699565 - Part 3 - for-of loops on wrappers. r=bhackett.
2012-02-07 12:57:16 -06:00
jsxdrapi.cpp
Remove internal #includes of jsstdint.h, the functionality of which is now part of the JSAPI and need not be explicitly #included. No bug, r=evilpies, r=jorendorff, r=terrence, all over IRC
2012-01-22 21:22:10 -08:00
jsxdrapi.h
Bug 724748 - simplify RegExpShared lifetime management (r=cdleary)
2012-02-07 12:34:29 -08:00
jsxml.cpp
Bug 721463 - Clean up and minimize marking interfaces; r=billm
2012-02-14 09:10:23 -08:00
jsxml.h
Bug 721463 - Clean up and minimize marking interfaces; r=billm
2012-02-14 09:10:23 -08:00
Makefile.in
Bug 717540 - Remove MFBT dependency on JS_Assert, add MOZ_Assert, and use it for WTF assertions. r=waldo,r=khuey
2012-02-13 15:48:23 +01:00
MemoryMetrics.cpp
Bug 722595 - Add memory reporters for misc things hanging off JS objects. r=bhackett.
2012-01-30 18:12:03 -08:00
prmjtime.cpp
Remove internal #includes of jsstdint.h, the functionality of which is now part of the JSAPI and need not be explicitly #included. No bug, r=evilpies, r=jorendorff, r=terrence, all over IRC
2012-01-22 21:22:10 -08: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