..
analysis-tests
Bug 491988 - do JS_REQUIRES_STACK analysis on function pointers, r=jorendorff+dmandelin
2009-06-25 15:12:19 -04:00
build
Bug 485409 - Handle a Windows-style path as $srcdir in configure, by modifying the default autoconf M4 macros so that they recognize Z:/ as an absolute path. r=ted
2009-09-22 09:05:48 -04:00
config
Bug 520339 - Remove leftovers from MOZ_COMPONENTLIB, r=bsmedberg
2009-10-10 18:07:43 -07:00
editline
jsapi-tests
Merge mozilla-central to tracemonkey.
2009-09-25 11:55:38 -07:00
lirasm
Bug 519768 - NJ: fix lirasm test failures, r=nnethercote.
2009-09-30 11:20:50 -07:00
nanojit
Bug 518227 - TM: spilled quads are passed incorrectly when calling a function [ARM, nanojit] r=graydon
2009-10-06 14:31:44 -07:00
ref-config
Bug 492594: Add new js/src/ref-config makefile for HP-UXB.11.31. NPOB.
2009-05-22 11:57:37 -07:00
shell
Bug 516815 - Give shell JS a way to tell if the given object is an inner or outer object. Also correctly outerize in the shell for the thisObject hook. r=jorendorff
2009-09-15 15:16:36 -07:00
t
tests
Fix constructor method (foo.bar/foo[baz] initialized from a lambda) invocation to go through the method read barrier (518103, r=jorendorff).
2009-10-05 16:55:21 -07:00
trace-test
Merge backout of bug 495331 patch
2009-10-05 18:32:06 -07:00
tracevis
Bug 500857: show JIT reset events in tracevis, r=nnethercote
2009-09-10 16:06:34 -07:00
v8
vprof
Bug 520099 - NJ merge: vprof drift, r=nnethercote.
2009-10-02 12:28:29 -07:00
xpconnect
Backed out changeset 542fa9413bd0, fix for bug 517196 (The JSClass of wrappers shouldn't change when morphing from slim to XPCWrappedNative), to try to fix orange.
2009-10-08 13:41:44 -07:00
aclocal.m4
Bug 485409 - Handle a Windows-style path as $srcdir in configure, by modifying the default autoconf M4 macros so that they recognize Z:/ as an absolute path. r=ted
2009-09-22 09:05:48 -04:00
bench.sh
Add an argument to bench.sh that selects which shell to test (no bug).
2009-07-03 22:26:27 -07:00
builtins.tbl
Bug 453730: trace JSOP_ARGUMENTS, r=gal
2009-07-08 11:16:41 -07:00
config.mk
Fixing bug 442399. Remove LiveConnect from the tree. r=joshmoz@gmail.com, bclary@bclary.com, sr=brendan@mozilla.org
2009-06-30 15:55:16 -07:00
configure.in
Merge tracemonkey to mozilla-central.
2009-10-07 01:39:01 -04:00
dtoa.c
Bug 516862: Backported a change from dtoa.c upstream made on 2009-03-01. [r=crowder r=mrbkap]
2009-09-17 01:22:51 -05:00
imacro_asm.js.in
Fix imacro vs. script code disassembly/decompilation confusion (510644, r=jorendorff).
2009-09-04 16:27:17 -07:00
imacros.c.out
Renamed JSOP_LOOP to JSOP_TRACE, which now also gets emitted at the start of scripts (bug 515806, r=brendan).
2009-09-14 17:26:16 -07:00
imacros.jsasm
Bug 507180 - Fix imacros (r=waldo)
2009-08-19 09:06:22 -07:00
javascript-trace.d
jitstats.tbl
Bug 517335 - TM: Add a 'cacheFlushed' counter to the tracemonkey stats, r=dvander.
2009-09-16 16:12:25 -07:00
js-config.h.in
Bug 479258: Don't define <stdint.h> types in public headers. r=brendan
2009-03-18 11:38:15 -07:00
js-config.in
js.mdp
js.msg
Bug 509510: Make Object.getPrototypeOf reject primitives, not coerce them. r=mrbkap
2009-08-17 14:54:52 -07:00
jsapi.cpp
Bug 519363 - topcrash [@ js_Interpret], change some code to aid in debugging efforts. r=brendan
2009-10-07 17:30:34 -07:00
jsapi.h
Bug 518463 - Alternative APIs to JS_GetStringBytes/Chars with saner out-of-memory handling. Any code using the old APIs that attempts to handle OOM at all should switch to these. r=brendan.
2009-10-02 12:42:02 -05:00
jsarena.cpp
When finalizing, deallocate memory in a separate thread (505612, r=bent,brendan,waldo).
2009-07-27 21:10:12 -07:00
jsarena.h
jsarray.cpp
Bug 519363 - topcrash [@ js_Interpret], change some code to aid in debugging efforts. r=brendan
2009-10-07 17:30:34 -07:00
jsarray.h
Bug 519363 - topcrash [@ js_Interpret], change some code to aid in debugging efforts. r=brendan
2009-10-07 17:30:34 -07:00
jsatom.cpp
bug 517199 - typed GC free lists. r=brendan
2009-10-02 18:34:22 +04:00
jsatom.h
Bug 505587 - Implement ES5 Object.getOwnPropertyDescriptor. r=mrbkap
2009-07-21 19:35:59 -07:00
jsatominlines.h
Fixes based on jorendorff's comments in bug 515273.
2009-09-10 10:54:33 -07:00
jsbit.h
Bug 452912 - Optimize Windows x64 build for javascript engine. r=dvander
2009-07-28 19:47:34 +09:00
jsbool.cpp
bug 513190 - avoiding jsint tagging of the private slot data. r=jorendorff
2009-09-05 19:59:11 +04:00
jsbool.h
Bug 503952 - Use JSTempVector in jsstr.cpp (r=waldo)
2009-08-14 16:10:59 -07:00
jsbuiltins.cpp
Bug 519363: more new diagnostic null pointers. r=gal
2009-10-08 19:00:21 -07:00
jsbuiltins.h
Backed out changeset 9cc88d291fc0
2009-10-05 18:31:10 -07:00
jsclist.h
jscntxt.cpp
Mark reserved doubles during GC as long we are not shutting down (515440, r=jorendorff).
2009-10-06 15:08:07 -07:00
jscntxt.h
bug 517199 - typed GC free lists. r=brendan
2009-10-02 18:34:22 +04:00
jscompat.h
Bug 497618 - Change JSString macros to methods. r=Waldo.
2009-06-10 20:29:44 -05:00
jsconfig.mk
Fixing bug 442399. Remove LiveConnect from the tree. r=joshmoz@gmail.com, bclary@bclary.com, sr=brendan@mozilla.org
2009-06-30 15:55:16 -07:00
jscpucfg.cpp
Bug 497618 - Change JSString macros to methods. r=Waldo.
2009-06-10 20:29:44 -05:00
jscpucfg.h
jsdate.cpp
Bug 511695: Fix JS warnings in MSVC8, r=brendan
2009-09-23 11:16:30 -07:00
jsdate.h
Bug 506982 - Fix up jstracer style. r=Waldo.
2009-07-29 11:58:19 -05:00
jsdbgapi.cpp
Bug 519363 - topcrash [@ js_Interpret], change some code to aid in debugging efforts. r=brendan
2009-10-07 17:30:34 -07:00
jsdbgapi.h
Bug 497999: collect context-specific TraceVis data in JS objects, r=jorendorff
2009-07-30 11:48:02 -07:00
jsdhash.cpp
When finalizing, deallocate memory in a separate thread (505612, r=bent,brendan,waldo).
2009-07-27 21:10:12 -07:00
jsdhash.h
jsdtoa.cpp
When finalizing, deallocate memory in a separate thread (505612, r=bent,brendan,waldo).
2009-07-27 21:10:12 -07:00
jsdtoa.h
jsdtracef.cpp
Bug 460904 - rename/tweak JSTraceableFunction (take 2)
2009-09-04 13:44:31 -07:00
jsdtracef.h
b=403345; dtrace probes get wrong function name, filename, and line number info when native methods are involved; r=brendan
2009-06-17 13:50:03 -07:00
jsemit.cpp
#ifdef DEBUG to avoid warning (520513 followup).
2009-10-05 23:58:48 -07:00
jsemit.h
Bug 511695: Fix JS warnings in MSVC8, r=brendan
2009-09-23 11:16:30 -07:00
jsexn.cpp
Removed JSStackFrame::callee (bug 512029, r=brendan).
2009-08-24 17:09:44 -07:00
jsexn.h
jsfile.cpp
Bug 505838 JS_GetStringBytes(JS_ValueToString(...)..) is a bad pattern
2009-08-12 11:49:53 +02:00
jsfile.h
jsfile.msg
jsfun.cpp
Merge backout of bug 495331 patch
2009-10-05 18:32:06 -07:00
jsfun.h
Merge backout of bug 495331 patch
2009-10-05 18:32:06 -07:00
jsgc.cpp
Mark reserved doubles during GC as long we are not shutting down (515440, r=jorendorff).
2009-10-06 15:08:07 -07:00
jsgc.h
bug 517199 - typed GC free lists. r=brendan
2009-10-02 18:34:22 +04:00
jshash.cpp
When finalizing, deallocate memory in a separate thread (505612, r=bent,brendan,waldo).
2009-07-27 21:10:12 -07:00
jshash.h
Hide C++ from C includers.
2009-07-16 13:33:46 -07:00
jsify.pl
jsinterp.cpp
Bug 519363: more new diagnostic null pointers. r=gal
2009-10-08 19:00:21 -07:00
jsinterp.h
Backed out changeset 2fbd2420ef8b (bug 500431) due to Tinderbox orangeness.
2009-09-18 08:58:24 -05:00
jsinttypes.h
Bug 506821: clean up trailing whitespace, r=brendan
2009-07-27 18:40:12 -07:00
jsinvoke.cpp
Bug 497618 - Change JSString macros to methods. r=Waldo.
2009-06-10 20:29:44 -05:00
jsiter.cpp
bug 517795 - followup to fix the issue 512046.
2009-09-21 12:49:12 +04:00
jsiter.h
bug 513190 - avoiding jsint tagging of the private slot data. r=jorendorff
2009-09-05 19:59:11 +04:00
jskeyword.tbl
jskwgen.cpp
Bug 497618 - Change JSString macros to methods. r=Waldo.
2009-06-10 20:29:44 -05:00
jslibmath.h
Bug 508760 - Remove MSVC6 support from the tree; (Ev1) js/src/*; r=graydon
2009-08-18 19:24:45 +02:00
jslock.cpp
Bug 514632 Use Sun Studio inline asm template for NativeCompareAndSwap r=jorendorff
2009-09-25 15:30:35 +08:00
jslock.h
bug 511425 - removal of JSObjectOps.(get|set)RequiredSlot. r=brendan
2009-08-28 09:53:26 +04:00
jslocko.asm
jslog2.cpp
Bug 479258: Include "jsstdint.h" for <stdint.h> type use within SpiderMonkey. r=brendan
2009-03-18 11:38:16 -07:00
jslong.h
jsmath.cpp
Bug 460904 - rename/tweak JSTraceableFunction (take 2)
2009-09-04 13:44:31 -07:00
jsmath.h
Specialize math functions to integer arithmetic where appropriate (511307, r=dvander).
2009-08-19 15:31:10 -07:00
jsnum.cpp
bug 515403 - fixing shutdown race when accessing scriptFilenameTable. r=brendan
2009-09-26 17:44:11 +04:00
jsnum.h
Bug 513208 - Tracemonkey build failed on solairs at jsnum.h. r=gal. Remove the space after copysign
2009-08-31 12:05:27 +08:00
jsobj.cpp
Bug 519363: more new diagnostic null pointers. r=gal
2009-10-08 19:00:21 -07:00
jsobj.h
Bug 519363: more new diagnostic null pointers. r=gal
2009-10-08 19:00:21 -07:00
json.cpp
Bug 518663 - Fix some typos in JSAutoTempValueRooter uses. r=dvander
2009-09-24 14:48:24 -07:00
json.h
Bug 503952 - Use JSTempVector in jsstr.cpp (r=waldo)
2009-08-14 16:10:59 -07:00
jsopcode.cpp
Skip JSOP_TRACE after JSOP_CALL when the decompiler expects it (bug 520003, r=brendan).
2009-10-02 12:36:27 -07:00
jsopcode.h
Bug 514981 - JSStackFrame::sharp{Array,Depth} should be locals allocated due to #n[#=] usage (r=igor).
2009-09-09 20:21:15 -07:00
jsopcode.tbl
Renamed JSOP_LOOP to JSOP_TRACE, which now also gets emitted at the start of scripts (bug 515806, r=brendan).
2009-09-14 17:26:16 -07:00
jsoplengen.cpp
Bug 497618 - Change JSString macros to methods. r=Waldo.
2009-06-10 20:29:44 -05:00
jsops.cpp
Bug 519363 - topcrash [@ js_Interpret], change some code to aid in debugging efforts. r=brendan
2009-10-07 17:30:34 -07:00
jsotypes.h
Avoid bit twiddling on double values (513063, r=brendan).
2009-08-27 13:59:19 -07:00
jsparse.cpp
Remove now-redundant USE2DEF flags propagation before LinkUseToDef, which does it (510783 followup, r=mrbkap).
2009-09-17 19:44:24 -07:00
jsparse.h
Bug 510117: Correct pseudocode describing use/def processing. r=brendan
2009-09-10 18:02:08 -07:00
jsprf.cpp
When finalizing, deallocate memory in a separate thread (505612, r=bent,brendan,waldo).
2009-07-27 21:10:12 -07:00
jsprf.h
jsproto.tbl
bug 491013 - fixing shared setter regression and eliminating several useless anonymous prototype objects. r=brendan
2009-05-06 20:33:10 -02:30
jsprvtd.h
Bug 519363: more new diagnostic null pointers. r=gal
2009-10-08 19:00:21 -07:00
jspubtd.h
When finalizing, deallocate memory in a separate thread (505612, r=bent,brendan,waldo).
2009-07-27 21:10:12 -07:00
jsrecursion.cpp
Fixed LIR typing bugs in recursion frame-slurping code (bug 520536, r=gal).
2009-10-06 14:15:14 -07:00
jsregexp.cpp
add comment/assertion explaining why RegExp compiler is OK with the StackFilter
2009-09-28 14:26:18 -07:00
jsregexp.h
Bug 511777 - avoid regexp engine for flat strings (r=waldo)
2009-09-23 08:54:50 -07:00
jsreops.tbl
jsscan.cpp
Remove now-bogus (uint16) casts when storing AST node line numbers (patch revised based on ed@siliconforks.com's patch in 500128, r=me).
2009-10-03 10:33:01 -07:00
jsscan.h
Remove now-bogus (uint16) casts when storing AST node line numbers (patch revised based on ed@siliconforks.com's patch in 500128, r=me).
2009-10-03 10:33:01 -07:00
jsscope.cpp
High-level CSE for shape guards (518448, r=jorendorff).
2009-09-29 19:05:19 -07:00
jsscope.h
Bug 511695: Fix JS warnings in MSVC8, r=brendan
2009-09-23 11:16:30 -07:00
jsscript.cpp
bug 515403 - fixing shutdown race when accessing scriptFilenameTable. r=brendan
2009-09-26 17:44:11 +04:00
jsscript.h
bug 515403 - fixing shutdown race when accessing scriptFilenameTable. r=brendan
2009-09-26 17:44:11 +04:00
jsscriptinlines.h
Fix js*inlines.h harder (515628, r=jorendorff).
2009-09-10 10:23:52 -07:00
jsshell.msg
Bug 515285 - Implement JS_SameValue, and make assertEq use it rather than JS_StrictlyEqual. r=jorendorff
2009-09-09 11:51:52 -07:00
jsstack.js
Bug 491988 - do JS_REQUIRES_STACK analysis on function pointers, r=jorendorff+dmandelin
2009-06-25 15:12:19 -04:00
jsstaticcheck.h
jsstdint.h
Bug 519856 - NJ merge: move VMPI stuff from avmplus, r=jimb.
2009-09-30 17:45:17 -07:00
jsstr.cpp
bug 520046 - eliminating "uintN flags" parameter from js_NewSomeGCThing functions. r=brendan
2009-10-02 12:21:19 +04:00
jsstr.h
Bug 511777 - avoid regexp engine for flat strings (r=waldo)
2009-09-23 08:54:50 -07:00
jsstrinlines.h
Check (without regressing hot paths) where needed to avoid treating static JSStrings like gc-things in the heap (514819, r=gal).
2009-09-05 21:48:30 -07:00
jstask.cpp
Bug 506880 - Deadlock on exit in threadsafe shell. r=gal.
2009-07-28 04:39:40 -05:00
jstask.h
When finalizing, deallocate memory in a separate thread (505612, r=bent,brendan,waldo).
2009-07-27 21:10:12 -07:00
jstl.h
Backed out changeset b866396faae4
2009-09-10 16:44:01 -07:00
jstracer.cpp
Bug 519363 - topcrash [@ js_Interpret], change some code to aid in debugging efforts. r=brendan
2009-10-07 17:30:34 -07:00
jstracer.h
Backed out changeset 9cc88d291fc0
2009-10-05 18:31:10 -07:00
jstypes.h
Join lambdas assigned or initialized as methods to the compiler-created function object if we can, with a read barrier to clone on method value extractions other than call expressions (471214, r=jorendorff).
2009-09-03 14:41:19 -07:00
jsutil.cpp
When finalizing, deallocate memory in a separate thread (505612, r=bent,brendan,waldo).
2009-07-27 21:10:12 -07:00
jsutil.h
Add assertions that fire when a JSAutoRequest, JSAutoSuspendRequest, JSAutoLocalRootScope, JSAutoTempValueRooter, JSAutoTempIdRooter, JSAutoIdArray, JSAutoEnumStateRooter, or JSAutoResolveFlags is used as a temporary. (Bug 518633) r=igor
2009-09-27 23:17:47 -07:00
jsvector.h
Backed out changeset b866396faae4
2009-09-10 16:44:01 -07:00
jsversion.h
Bug 509098 - Remove JS_HAS_LVALUE_RETURN support. r=brendan.
2009-08-13 16:18:33 -05:00
jswince.asm
Fix Windows CE from bug 487416 (arm architecture detection)
2009-05-12 10:06:39 +01:00
jsxdrapi.cpp
Bug 507458 - clear the waters a bit regarding JSVAL_BOOLEAN
2009-08-12 16:39:23 -07:00
jsxdrapi.h
Bump XDR from recursion emitter changes (bug 520753, r=brendan).
2009-10-06 13:56:04 -07:00
jsxml.cpp
bug 520046 - eliminating "uintN flags" parameter from js_NewSomeGCThing functions. r=brendan
2009-10-02 12:21:19 +04:00
jsxml.h
bug 520046 - eliminating "uintN flags" parameter from js_NewSomeGCThing functions. r=brendan
2009-10-02 12:21:19 +04:00
lock_sparcv8plus.il
Bug 514632 Use Sun Studio inline asm template for NativeCompareAndSwap r=jorendorff
2009-09-25 15:30:35 +08:00
lock_sparcv9.il
Bug 514632 Use Sun Studio inline asm template for NativeCompareAndSwap r=jorendorff
2009-09-25 15:30:35 +08:00
lock_SunOS.s
Makefile.in
Merge tracemonkey to mozilla-central.
2009-10-07 01:39:01 -04:00
Makefile.ref
Bug 502953 - Followup patch to remove residual makefile entries, r=dvander.
2009-07-09 13:33:16 -07:00
perfect.js
plify_jsdhash.sed
Port xpcom to 64-bit Mac OS X, part 1. b=478687 r=mstange sr=bsmedberg
2009-03-06 12:32:57 -06:00
prmjtime.cpp
Bug 506821: clean up trailing whitespace, r=brendan
2009-07-27 18:40:12 -07:00
prmjtime.h
bug 487515 - PRMJ_Now needs better granularity for panning in fennec r=crowder, robarnold
2009-04-16 12:03:56 -04:00
README.html
resource.h
Bug 506821: clean up trailing whitespace, r=brendan
2009-07-27 18:40:12 -07:00
rules.mk
SpiderMonkey.rsp
Fixing bug 442399. Remove LiveConnect from the tree. r=joshmoz@gmail.com, bclary@bclary.com, sr=brendan@mozilla.org
2009-06-30 15:55:16 -07:00
time.sh
Y.js