..
assembler
Bug 728623: disable jitcode address randomization on Win64, r=dvander
2012-03-14 17:36:34 -07:00
build
Backout changeset 03394bda1d0f (bug 733773) because of Windows red.
2012-03-13 10:05:38 +01:00
builtin
Bug 735313 - StringBuffer still needs length validation. r=luke
2012-03-14 15:29:29 -07:00
config
Bug 734784 - Update system-headers to reflect changes to libvpx includes. r=cpearce
2012-03-15 12:06:02 +13:00
ctypes
Bug 733260 followup: use uint32_t for array and string lengths, r=luke
2012-03-06 15:52:55 -08:00
ds
Bug 733493 - Improve JS shell OOM testing code, now with 100% less bustage. r=jorendorff
2012-03-10 15:53:03 -05:00
editline
frontend
Backed out changeset d2107141265f to fix message
2012-03-15 10:39:02 -07:00
gc
Bug 736605 - Add more timers to GC statistics (r=terrence)
2012-03-16 14:55:56 -07:00
gnuplot
jit-test
Bug 596351 - Proxies should throw TypeErrors for assignments to read-only properties in ES5 strict mode. r=luke
2012-03-16 12:47:21 -07:00
jsapi-tests
Bug 735313 - StringBuffer still needs length validation. r=luke
2012-03-14 15:29:29 -07:00
methodjit
Bug 736012 - Unwind current frame on failure to enter jit code from loop header (r=bhackett)
2012-03-16 10:04:17 -07:00
metrics
perf
Bug 730511: remove obsolete typedefs intN, uintN, r=luke
2012-02-28 15:11:11 -08:00
shell
Bug 730497 - rm flat closures (r=bhackett,waldo)
2012-02-27 23:49:02 -08:00
tests
Bug 730497 - rm flat closures (r=bhackett,waldo)
2012-02-27 23:49:02 -08:00
v8
v8-dtoa
vm
Bug 735313 - StringBuffer still needs length validation. r=luke
2012-03-14 15:29:29 -07:00
vprof
yarr
Backout d68420c97e0e (bug 691898) as suspected of the jit tests failures
2012-03-07 14:06:03 +01:00
aclocal.m4
Backout changeset 03394bda1d0f (bug 733773) because of Windows red.
2012-03-13 10:05:38 +01:00
configure.in
Bug 729067 - configure.in changes LDFLAGS before calling js/src/configure r=glandium
2012-03-14 15:07:34 +01: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
js-config.in
js.msg
bug 726944 - Remove JSClass::xdrObject and related functionality. r=luke
2012-02-13 09:02:21 +01:00
jsalloc.cpp
jsalloc.h
jsanalyze.cpp
Bug 733950 - re-add the f.apply(arguments) optimization (r=bhackett)
2012-02-10 16:31:48 -08:00
jsanalyze.h
Bug 733950 - re-add the f.apply(arguments) optimization (r=bhackett)
2012-02-10 16:31:48 -08:00
jsapi.cpp
Bug 735313 - StringBuffer still needs length validation. r=luke
2012-03-14 15:29:29 -07:00
jsapi.h
Backed out changeset d2107141265f to fix message
2012-03-15 10:39:02 -07:00
jsarray.cpp
Bug 735313 - StringBuffer still needs length validation. r=luke
2012-03-14 15:29:29 -07:00
jsarray.h
Bug 733260 followup: use uint32_t for array and string lengths, r=luke
2012-03-06 15:52:55 -08:00
jsarrayinlines.h
Bug 730511: remove obsolete typedefs intN, uintN, r=luke
2012-02-28 15:11:11 -08:00
jsast.tbl
jsatom.cpp
Bug 734454: Minor cleanups to atom declarations and definitions, in preparation for conversion to a table. r=waldo
2012-03-16 16:15:31 -07:00
jsatom.h
Bug 734454: Minor cleanups to atom declarations and definitions, in preparation for conversion to a table. r=waldo
2012-03-16 16:15:31 -07: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
Bug 735313 - StringBuffer still needs length validation. r=luke
2012-03-14 15:29:29 -07:00
jsbool.h
Bug 733602 - Various StringBuffer cleanups, mostly removing unimplemented methods. r=luke
2012-03-06 15:28:48 -08:00
jsboolinlines.h
Bug 728095 - Eliminate all primitive-this machinery from JSObject and relegate it to subclasses. r=bhackett
2012-02-16 19:10:45 -08:00
jscell.h
jsclass.h
Bug 730511: remove obsolete typedefs intN, uintN, r=luke
2012-02-28 15:11:11 -08:00
jsclist.h
jsclone.cpp
Bug 725550: remove obsolete typedef jsdouble, r=jwalden
2012-02-24 14:19:52 -08:00
jsclone.h
Bug 725550: remove obsolete typedef jsdouble, r=jwalden
2012-02-24 14:19:52 -08:00
jscntxt.cpp
Remove JS_GetScriptedCaller (bug 732652, r=luke,mrbkap,bholley,smaug,bent).
2012-03-06 15:33:12 -08:00
jscntxt.h
No bug, fix MSVC warnings, r=none
2012-03-12 18:12:54 -07:00
jscntxtinlines.h
Bug 732306: Remove typedef jsint, r=luke
2012-03-01 18:54:01 -08:00
jscompartment.cpp
Bug 736605 - Add more timers to GC statistics (r=terrence)
2012-03-16 14:55:56 -07:00
jscompartment.h
Bug 730447 - Create a GC counter for malloc bytes (r=gregor)
2012-03-07 18:07:41 -08:00
jscpucfg.h
jscrashformat.h
jscrashreport.cpp
Back out b36175bbda47.
2012-01-13 17:35:10 -08:00
jscrashreport.h
jsdate.cpp
Bug 735313 - StringBuffer still needs length validation. r=luke
2012-03-14 15:29:29 -07:00
jsdate.h
Bug 730511: remove obsolete typedefs intN, uintN, r=luke
2012-02-28 15:11:11 -08:00
jsdbgapi.cpp
Remove JS_GetScriptedCaller (bug 732652, r=luke,mrbkap,bholley,smaug,bent).
2012-03-06 15:33:12 -08:00
jsdbgapi.h
Remove JS_GetScriptedCaller (bug 732652, r=luke,mrbkap,bholley,smaug,bent).
2012-03-06 15:33:12 -08:00
jsdhash.cpp
Backout afeafc02c1de, dfae37833c9b & f9f51c726fa7 (bug 729940 parts 1-3) for talos regressions
2012-03-05 15:22:28 +00:00
jsdhash.h
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
Bug 730523: remove jscompat.h, r=luke
2012-02-28 18:17:11 -08:00
jsexn.cpp
Bug 735313 - StringBuffer still needs length validation. r=luke
2012-03-14 15:29:29 -07:00
jsexn.h
Bug 730511: remove obsolete typedefs intN, uintN, r=luke
2012-02-28 15:11:11 -08:00
jsfriendapi.cpp
Bug 531396 - Expose detailed GC timing information API; r=smaug,billm
2012-03-05 15:33:24 -08:00
jsfriendapi.h
Bug 531396 - Expose detailed GC timing information API; r=smaug,billm
2012-03-05 15:33:24 -08:00
jsfun.cpp
Bug 733950 - re-add the f.apply(arguments) optimization (r=bhackett)
2012-02-10 16:31:48 -08:00
jsfun.h
Backed out changeset d2107141265f to fix message
2012-03-15 10:39:02 -07:00
jsfuninlines.h
Bug 730497 - rm flat closures (r=bhackett,waldo)
2012-02-27 23:49:02 -08:00
jsgc.cpp
Bug 736605 - Add more timers to GC statistics (r=terrence)
2012-03-16 14:55:56 -07:00
jsgc.h
Bug 731094 - Expose a testing function that permits only deterministic GCs (r=igor)
2012-03-06 11:39:31 -08:00
jsgcinlines.h
Bug 733493 - Improve JS shell OOM testing code, now with 100% less bustage. r=jorendorff
2012-03-10 15:53:03 -05:00
jsgcmark.cpp
Bug 730961 - Make internal marking interface indirect; r=billm
2012-03-14 14:07:16 -07:00
jsgcmark.h
Bug 730961 - Make internal marking interface indirect; r=billm
2012-03-14 14:07:16 -07:00
jsgcstats.cpp
jsgcstats.h
jshash.cpp
Backout afeafc02c1de, dfae37833c9b & f9f51c726fa7 (bug 729940 parts 1-3) for talos regressions
2012-03-05 15:22:28 +00:00
jshash.h
Bug 730523: remove jscompat.h, r=luke
2012-02-28 18:17:11 -08:00
jsinfer.cpp
Backed out changeset d2107141265f to fix message
2012-03-15 10:39:02 -07:00
jsinfer.h
Backed out changeset d2107141265f to fix message
2012-03-15 10:39:02 -07:00
jsinferinlines.h
Backout afeafc02c1de, dfae37833c9b & f9f51c726fa7 (bug 729940 parts 1-3) for talos regressions
2012-03-05 15:22:28 +00:00
jsinterp.cpp
Bug 736012 - Unwind current frame on failure to enter jit code from loop header (r=bhackett)
2012-03-16 10:04:17 -07:00
jsinterp.h
Bug 730497 - rm flat closures (r=bhackett,waldo)
2012-02-27 23:49:02 -08:00
jsinterpinlines.h
Backed out changeset d2107141265f to fix message
2012-03-15 10:39:02 -07:00
jsiter.cpp
Bug 734129 - uncatchable exceptions should still pop cx->enumerators (r=dvander)
2012-03-09 16:25:50 -08:00
jsiter.h
Bug 734129 - uncatchable exceptions should still pop cx->enumerators (r=dvander)
2012-03-09 16:25:50 -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 733260: remove typedef jsuint, r=luke
2012-03-05 18:43:45 -08:00
jsmath.h
Bug 730511: remove obsolete typedefs intN, uintN, r=luke
2012-02-28 15:11:11 -08: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 734454: Minor cleanups to atom declarations and definitions, in preparation for conversion to a table. r=waldo
2012-03-16 16:15:31 -07:00
jsnum.h
Bug 734454: Minor cleanups to atom declarations and definitions, in preparation for conversion to a table. r=waldo
2012-03-16 16:15:31 -07:00
jsnuminlines.h
Bug 725550: remove obsolete typedef jsdouble, r=jwalden
2012-02-24 14:19:52 -08:00
jsobj.cpp
Bug 735313 - StringBuffer still needs length validation. r=luke
2012-03-14 15:29:29 -07:00
jsobj.h
Bug 730497 - rm flat closures (r=bhackett,waldo)
2012-02-27 23:49:02 -08:00
jsobjinlines.h
Bug 730497 - rm flat closures (r=bhackett,waldo)
2012-02-27 23:49:02 -08:00
json.cpp
Bug 735313 - StringBuffer still needs length validation. r=luke
2012-03-14 15:29:29 -07:00
json.h
jsonparser.cpp
Bug 735313 - StringBuffer still needs length validation. r=luke
2012-03-14 15:29:29 -07:00
jsonparser.h
Bug 725550: remove obsolete typedef jsdouble, r=jwalden
2012-02-24 14:19:52 -08:00
jsopcode.cpp
Bug 734454: Minor cleanups to atom declarations and definitions, in preparation for conversion to a table. r=waldo
2012-03-16 16:15:31 -07:00
jsopcode.h
Bug 732306: Remove typedef jsint, r=luke
2012-03-01 18:54:01 -08:00
jsopcode.tbl
Bug 730497 - rm flat closures (r=bhackett,waldo)
2012-02-27 23:49:02 -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
Bug 726230: remove obsolete typedefs JSIntn, JSUIntn, r=luke
2012-02-10 18:07:35 -08:00
jsprf.h
Bug 726230: remove obsolete typedefs JSIntn, JSUIntn, r=luke
2012-02-10 18:07:35 -08: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 735519 - Fix a bunch of "inlined function used but not defined" warnings. r=dmandelin
2012-03-14 12:28:48 -07:00
jspropertycache.cpp
bug 730281 - remove cx argument from GC and compartment related functions. r=:billm
2012-02-29 13:18:16 +01:00
jspropertycache.h
Backout afeafc02c1de, dfae37833c9b & f9f51c726fa7 (bug 729940 parts 1-3) for talos regressions
2012-03-05 15:22:28 +00:00
jspropertycacheinlines.h
Remove a top-level |using namespace js| from jspropertycacheinlines.h. No bug, r=lumpy
2012-02-24 14:25:38 -08:00
jspropertytree.cpp
Silence a (newly introduced in) clang warning about adding an int to a string. No bug, r=trivial
2012-03-02 19:59:11 -08: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 596351 - Proxies should throw TypeErrors for assignments to read-only properties in ES5 strict mode. r=luke
2012-03-16 12:47:21 -07:00
jsproxy.h
Bug 730511: remove obsolete typedefs intN, uintN, r=luke
2012-02-28 15:11:11 -08:00
jsprvtd.h
Backout d68420c97e0e (bug 691898) as suspected of the jit tests failures
2012-03-07 14:06:03 +01:00
jspubtd.h
Bug 733260: remove typedef jsuint, r=luke
2012-03-05 18:43:45 -08:00
jsreflect.cpp
Reflect.parse("[,,,]") should make an ArrayExpression with .elements.length 3. Bug 630232, r=dherman.
2012-03-01 09:01:45 -06:00
jsreflect.h
jsreops.tbl
jsscope.cpp
Bug 727326 - Add missing js_ReportOutOfMemory calls in methodjit code. r=bhackett
2012-03-10 15:52:28 -05:00
jsscope.h
Bug 730511: remove obsolete typedefs intN, uintN, r=luke
2012-02-28 15:11:11 -08:00
jsscopeinlines.h
Backout afeafc02c1de, dfae37833c9b & f9f51c726fa7 (bug 729940 parts 1-3) for talos regressions
2012-03-05 15:22:28 +00:00
jsscript.cpp
Bug 733950 - re-add the f.apply(arguments) optimization (r=bhackett)
2012-02-10 16:31:48 -08:00
jsscript.h
Bug 733950 - re-add the f.apply(arguments) optimization (r=bhackett)
2012-02-10 16:31:48 -08:00
jsscriptinlines.h
Bug 730497 - rm flat closures (r=bhackett,waldo)
2012-02-27 23:49:02 -08:00
jsshell.msg
jsstr.cpp
Bug 735313 - StringBuffer still needs length validation. r=luke
2012-03-14 15:29:29 -07:00
jsstr.h
Bug 730511: remove obsolete typedefs intN, uintN, r=luke
2012-02-28 15:11:11 -08:00
jsstrinlines.h
Bug 724736 - Move js::StringBuffer into js/src/vm/StringBuffer{-inl.h,.cpp}. r=jwalden
2012-03-05 12:40:11 -08:00
jstypedarray.cpp
Bug 735519 - Fix a bunch of "inlined function used but not defined" warnings. r=dmandelin
2012-03-14 12:28:48 -07:00
jstypedarray.h
Bug 735519 - Fix a bunch of "inlined function used but not defined" warnings. r=dmandelin
2012-03-14 12:28:48 -07:00
jstypedarrayinlines.h
jstypes.h
Bug 731492: Remove obsolete typedef JSPackedBool, r=luke
2012-02-28 19:03:57 -08:00
jsutil.cpp
Bug 730523: remove jscompat.h, r=luke
2012-02-28 18:17:11 -08:00
jsutil.h
Bug 722946 - Add method to HashTable::Enum for inline rekeying; r=luke
2012-03-14 13:48:59 -07:00
jsval.h
Backed out changeset d2107141265f to fix message
2012-03-15 10:39:02 -07:00
jsversion.h
Bug 566700 - Remove sharp variable support. r=dmandelin
2012-01-07 00:55:32 -06:00
jswatchpoint.cpp
Backout afeafc02c1de, dfae37833c9b & f9f51c726fa7 (bug 729940 parts 1-3) for talos regressions
2012-03-05 15:22:28 +00:00
jswatchpoint.h
bug 660441 - removal of cx parameter from IsAboutToBeFinalized. r=anygregor
2012-02-08 01:51:32 +01:00
jsweakmap.cpp
Bug 730511: remove obsolete typedefs intN, uintN, r=luke
2012-02-28 15:11:11 -08:00
jsweakmap.h
Bug 729238 - Save and restore weakmap list during marking validation (r=igor)
2012-02-27 09:48:35 -08:00
jswin64.asm
jswin.h
jswrapper.cpp
Bug 596351 - Proxies should throw TypeErrors for assignments to read-only properties in ES5 strict mode. r=luke
2012-03-16 12:47:21 -07:00
jswrapper.h
Bug 730511: remove obsolete typedefs intN, uintN, r=luke
2012-02-28 15:11:11 -08:00
jsxdrapi.cpp
bug 728250 - remove JSPrincipals::codebase. r=:luke,:bz
2012-03-09 10:48:50 +01:00
jsxdrapi.h
Bug 730497 - rm flat closures (r=bhackett,waldo)
2012-02-27 23:49:02 -08:00
jsxml.cpp
Bug 735313 - StringBuffer still needs length validation. r=luke
2012-03-14 15:29:29 -07:00
jsxml.h
Bug 730511: remove obsolete typedefs intN, uintN, r=luke
2012-02-28 15:11:11 -08:00
Makefile.in
Backed out changeset d2107141265f to fix message
2012-03-15 10:39:02 -07:00
MemoryMetrics.cpp
bug 728250 - remove JSPrincipals::codebase. r=:luke,:bz
2012-03-09 10:48:50 +01: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
README.html
sharkctl.cpp
Bug 731248 - Remove duplicate headers in js/src. r=luke
2012-02-28 12:01:52 -05:00
sharkctl.h
Y.js