..
assembler
Bug 745362, part 1/3 - Implement Math.floor() and Math.round() for x86/x64. r=pierron
2012-05-07 14:18:16 -07:00
build
Bug 555727 - Select clang over llvm-gcc if gcc-4.2 is not available. r=ted.
2012-05-03 17:01:29 -04:00
builtin
Merge from mozilla-central.
2012-05-11 14:35:58 -07:00
config
Merge from mozilla-central.
2012-05-15 10:22:19 -07:00
ctypes
Bug 752226 - Remove any use of JSVAL_IS_OBJECT. r=luke,Ms2ger
2012-05-11 17:46:26 +02:00
ds
editline
frontend
Merge from mozilla-central.
2012-05-15 10:22:19 -07:00
gc
Bug 746376 - GCThings stored during compilation must be rooted. r=billm,dvander
2012-05-14 14:24:21 -07:00
gnuplot
ion
Bustage fix.
2012-05-15 13:54:56 -07:00
jit-test
Merge from mozilla-central.
2012-05-15 10:22:19 -07:00
jsapi-tests
Bug 754044 - Introduce sameCompartmentWrapObjectCallback. r=mrbkap
2012-05-14 23:30:07 +02:00
methodjit
Change bailout/OSR loops to be iterative rather than recursive (bug 749226, r=pierron).
2012-05-15 11:40:52 -07:00
metrics
perf
shell
Merge from mozilla-central.
2012-05-14 12:10:12 -07:00
tests
Merge from mozilla-central.
2012-05-14 12:10:12 -07:00
v8
vm
Follow-up fixes for bug 749226.
2012-05-15 13:23:17 -07:00
vprof
yarr
Bug 751845 - Remove pcre source, and cleanup js/src/Makefile.in after bug 691898. r=dmandelin
2012-05-10 12:31:01 +02:00
aclocal.m4
configure.in
Merge from mozilla-central.
2012-05-15 10:22:19 -07:00
dtoa.c
ETWProvider.man
javascript-trace.d
jitstats.tbl
js-config.h.in
js-config.in
js.msg
Merge from mozilla-central.
2012-05-04 19:16:35 -07:00
jsalloc.cpp
jsalloc.h
jsanalyze.cpp
Merge from mozilla-central.
2012-05-15 10:22:19 -07:00
jsanalyze.h
Merge from mozilla-central.
2012-05-15 10:22:19 -07:00
jsapi.cpp
Merge from mozilla-central.
2012-05-15 10:22:19 -07:00
jsapi.h
Merge from mozilla-central.
2012-05-15 10:22:19 -07:00
jsarray.cpp
Merge from mozilla-central.
2012-05-08 17:34:07 -07:00
jsarray.h
Merge from mozilla-central.
2012-05-03 11:40:52 -07:00
jsarrayinlines.h
jsast.tbl
jsatom.cpp
Bug 743879 - Backout for build errors (r=bustage)
2012-05-07 10:27:10 -07:00
jsatom.h
Bug 743879 - Backout for build errors (r=bustage)
2012-05-07 10:27:10 -07:00
jsatom.tbl
Bug 743879 - Backout for build errors (r=bustage)
2012-05-07 10:27:10 -07:00
jsatominlines.h
Disallow non-canonical jsids, bug 751331. r=luke
2012-05-06 13:45:19 -07:00
jsbool.cpp
Disallow non-canonical jsids, bug 751331. r=luke
2012-05-06 13:45:19 -07:00
jsbool.h
jsboolinlines.h
jsclass.h
Bug 747617 - fix document.all and swap JSClass::{construct,hasInstance} so this doesn't happen again (r=bz)
2012-05-07 12:44:08 -07:00
jsclist.h
jsclone.cpp
Disallow non-canonical jsids, bug 751331. r=luke
2012-05-06 13:45:19 -07:00
jsclone.h
Bug 743615 - Add the JS_{Read,Write}StructuredClone api. r=jorendorff
2012-04-24 12:58:07 +02:00
jscntxt.cpp
Merge from mozilla-central.
2012-05-09 12:31:01 -07:00
jscntxt.h
Merge from mozilla-central.
2012-05-15 10:22:19 -07:00
jscntxtinlines.h
Bug 703537: Removing the fix trap r=jorendorff@mozilla.com
2012-04-27 17:09:32 -04:00
jscompartment.cpp
Merge from mozilla-central.
2012-05-15 10:22:19 -07:00
jscompartment.h
Merge from mozilla-central.
2012-05-14 12:10:12 -07:00
jscpucfg.h
jscrashformat.h
jscrashreport.cpp
jscrashreport.h
jsdate.cpp
Disallow non-canonical jsids, bug 751331. r=luke
2012-05-06 13:45:19 -07:00
jsdate.h
Backout afab1aaf6704 & 0405d42629fd (bug 747197), 0379525bbdca (bug 746262), 91b9cba098f8 (bug 745944), 8535dc5b590a (bug 741040) for win debug bustage
2012-04-25 09:54:34 +01:00
jsdbgapi.cpp
Merge mozilla-central into mozilla-inbound on a CLOSED TREE
2012-05-02 21:52:33 -04:00
jsdbgapi.h
Bug 749316 - Put Debugger object into chrome scratchpad. r=dcamp,bholley.
2012-05-01 10:17:32 -05:00
jsdhash.cpp
jsdhash.h
jsdtoa.cpp
jsdtoa.h
jsexn.cpp
Don't access StackIter::fp directly when building a stack trace (bug 753579, r=pierron).
2012-05-10 17:42:45 -07:00
jsexn.h
jsfriendapi.cpp
Bug 752081 - Add more cases to IncrementalReferenceBarrier (r=sfink)
2012-05-06 16:33:50 -07:00
jsfriendapi.h
Bug 749173 - Remove AutoPreserveCompartment. r=luke
2012-05-06 13:09:49 +02:00
jsfun.cpp
Merge from mozilla-central.
2012-05-14 12:10:12 -07:00
jsfun.h
Merge mozilla-central into mozilla-inbound on a CLOSED TREE
2012-05-02 21:52:33 -04:00
jsfuninlines.h
jsgc.cpp
Bug 746376 - GCThings stored during compilation must be rooted. r=billm,dvander
2012-05-14 14:24:21 -07:00
jsgc.h
Merge from mozilla-central.
2012-05-10 13:44:10 -07:00
jsgcinlines.h
Bug 725733 - Fix crash in ScriptAnalysis::addTypeBarrier with Debugger. r=billm.
2012-05-03 14:37:35 -05:00
jshash.cpp
jshash.h
jsinfer.cpp
Merge from mozilla-central.
2012-05-10 13:44:10 -07:00
jsinfer.h
Merge from mozilla-central.
2012-05-10 13:44:10 -07:00
jsinferinlines.h
Merge from mozilla-central.
2012-05-10 13:44:10 -07:00
jsinterp.cpp
Follow-up fixes for bug 749226.
2012-05-15 13:23:17 -07:00
jsinterp.h
Change bailout/OSR loops to be iterative rather than recursive (bug 749226, r=pierron).
2012-05-15 11:40:52 -07:00
jsinterpinlines.h
Merge from mozilla-central.
2012-05-08 17:34:07 -07:00
jsiter.cpp
Merge from mozilla-central.
2012-05-09 12:31:01 -07:00
jsiter.h
Merge from mozilla-central.
2012-05-03 11:40:52 -07:00
jskeyword.tbl
jskwgen.cpp
jslibmath.h
Merge from mozilla-central.
2012-04-18 10:23:31 -07:00
jslock.h
jslog2.cpp
jsmath.cpp
Disallow non-canonical jsids, bug 751331. r=luke
2012-05-06 13:45:19 -07:00
jsmath.h
Bug 736746 - Remove js_IsMathFunction since it was only used in tracer and tracer is long gone. r=billm
2012-05-02 11:18:44 -04:00
jsnativestack.cpp
jsnativestack.h
jsnum.cpp
Merge from mozilla-central.
2012-05-08 17:34:07 -07:00
jsnum.h
Merge from mozilla-central.
2012-04-30 12:53:32 -07:00
jsnuminlines.h
Backout afab1aaf6704 & 0405d42629fd (bug 747197), 0379525bbdca (bug 746262), 91b9cba098f8 (bug 745944), 8535dc5b590a (bug 741040) for win debug bustage
2012-04-25 09:54:34 +01:00
jsobj.cpp
Merge from mozilla-central.
2012-05-15 10:22:19 -07:00
jsobj.h
Merge from mozilla-central.
2012-05-08 17:34:07 -07:00
jsobjinlines.h
Disallow non-canonical jsids, bug 751331. r=luke
2012-05-06 13:45:19 -07:00
json.cpp
Disallow non-canonical jsids, bug 751331. r=luke
2012-05-06 13:45:19 -07:00
json.h
Bug 729204 - Make docshell privacy notifications work across multiple processes. r=bz
2012-04-19 20:13:20 -04:00
jsonparser.cpp
Disallow non-canonical jsids, bug 751331. r=luke
2012-05-06 13:45:19 -07:00
jsonparser.h
Fix Windows build warnings, followup to bug 745742. r=themaid
2012-05-03 19:03:13 -07:00
jsopcode.cpp
Merge from mozilla-central.
2012-05-03 11:40:52 -07:00
jsopcode.h
jsopcode.tbl
Merge from mozilla-central.
2012-05-15 10:22:19 -07:00
jsopcodeinlines.h
jsoplengen.cpp
jsprf.cpp
jsprf.h
jsprobes.cpp
Back out bug 730208 and bug 747543 because of xpcshell test failures
2012-04-24 20:47:16 -07:00
jsprobes.h
Back out bug 730208 and bug 747543 because of xpcshell test failures
2012-04-24 20:47:16 -07:00
jspropertycache.cpp
Disallow non-canonical jsids, bug 751331. r=luke
2012-05-06 13:45:19 -07:00
jspropertycache.h
jspropertycacheinlines.h
jspropertytree.cpp
jspropertytree.h
jsproto.tbl
Merge from mozilla-central.
2012-05-04 19:16:35 -07:00
jsproxy.cpp
Bug 747617 - fix document.all and swap JSClass::{construct,hasInstance} so this doesn't happen again (r=bz)
2012-05-07 12:44:08 -07:00
jsproxy.h
Bug 703537: Removing the fix trap r=jorendorff@mozilla.com
2012-04-27 17:09:32 -04:00
jsprvtd.h
Bug 752758 - Separate TreeContext and BytecodeEmitter. r=bhackett.
2012-05-14 16:08:32 -07:00
jspubtd.h
Merge from mozilla-central.
2012-05-03 11:40:52 -07:00
jsreflect.cpp
Disallow non-canonical jsids, bug 751331. r=luke
2012-05-06 13:45:19 -07:00
jsreflect.h
jsreops.tbl
jsscope.cpp
Bug 737640 - Missing barriers in makeOwnBaseShape; r=bhackett
2012-05-14 15:02:43 -07:00
jsscope.h
Bug 737640 - Missing barriers in makeOwnBaseShape; r=bhackett
2012-05-14 15:02:43 -07:00
jsscopeinlines.h
Disallow non-canonical jsids, bug 751331. r=luke
2012-05-06 13:45:19 -07:00
jsscript.cpp
Merge from mozilla-central.
2012-05-15 10:22:19 -07:00
jsscript.h
Merge from mozilla-central.
2012-05-15 10:22:19 -07:00
jsscriptinlines.h
Merge from mozilla-central.
2012-05-04 19:16:35 -07:00
jsshell.msg
jsstr.cpp
Bug 743879 - Backout for build errors (r=bustage)
2012-05-07 10:27:10 -07:00
jsstr.h
Merge from mozilla-central.
2012-05-04 19:16:35 -07:00
jsstrinlines.h
jstypedarray.cpp
Disallow non-canonical jsids, bug 751331. r=luke
2012-05-06 13:45:19 -07:00
jstypedarray.h
Backout afab1aaf6704 & 0405d42629fd (bug 747197), 0379525bbdca (bug 746262), 91b9cba098f8 (bug 745944), 8535dc5b590a (bug 741040) for win debug bustage
2012-04-25 09:54:34 +01:00
jstypedarrayinlines.h
Bug 741039 - Modify TypedArrays and ArrayBuffers to comply with the WebIDL spec. r=Waldo
2012-04-23 15:13:02 -07:00
jstypes.h
jsutil.cpp
jsutil.h
jsval.h
Change bailout/OSR loops to be iterative rather than recursive (bug 749226, r=pierron).
2012-05-15 11:40:52 -07:00
jsversion.h
jswatchpoint.cpp
Disallow non-canonical jsids, bug 751331. r=luke
2012-05-06 13:45:19 -07:00
jswatchpoint.h
jsweakcache.h
Merge from mozilla-central.
2012-05-04 19:16:35 -07:00
jsweakmap.cpp
Disallow non-canonical jsids, bug 751331. r=luke
2012-05-06 13:45:19 -07:00
jsweakmap.h
Back out 682bf201edde, ef35ba222ac8, and 6a20cf61289d (bug 750907, bug 751003, bug 751377) because of build failure on a CLOSED TREE
2012-05-03 14:55:52 -07:00
jswin64.asm
jswin.h
jswrapper.cpp
Bug 754044 - Alter the semantics of UnwrapObject{,Checked} to check for outer windows on the initial wrapper passed. r=mrbkap
2012-05-14 23:30:07 +02:00
jswrapper.h
Bug 703537: Removing the fix trap r=jorendorff@mozilla.com
2012-04-27 17:09:32 -04:00
jsxml.cpp
Bug 747617 - fix document.all and swap JSClass::{construct,hasInstance} so this doesn't happen again (r=bz)
2012-05-07 12:44:08 -07:00
jsxml.h
Bug 751003 - Move Cell, Chunk, Arena, ArenaHeader, FreeSpan, ChunkInfo, ChunkBitmap, your mom into a new gc/Heap.h header that doesn't have any used-but-not-defined traps for the unwary #include-r. r=billm
2012-05-01 20:04:36 -07:00
Makefile.in
Merge from mozilla-central.
2012-05-15 10:22:19 -07:00
MemoryMetrics.cpp
Fix build.
2012-05-04 19:41:25 -07:00
prmjtime.cpp
prmjtime.h
README.html
sharkctl.cpp
sharkctl.h
Y.js