2010-04-27 |
Andreas Gal | Merge.
|
commit | commitdiff | tree |
2010-04-27 |
Andreas Gal | Backed out changeset 35c25547a135 (bug 560358).
|
commit | commitdiff | tree |
2010-04-24 |
Andreas Gal | Merge.
|
commit | commitdiff | tree |
2010-04-24 |
Andreas Gal | backing out clean up bug 560167 due to massive conflicts...
|
commit | commitdiff | tree |
2010-04-22 |
Andreas Gal | Don't save static RegExp state across lambda replace...
|
commit | commitdiff | tree |
2010-04-12 |
Andreas Gal | Remove lingering defaultValue calls with hint JSTYPE_OBJECT...
|
commit | commitdiff | tree |
2010-04-12 |
Andreas Gal | Fix an incorrect comment (r=me).
|
commit | commitdiff | tree |
2010-04-10 |
Andreas Gal | Inline the object allocation path (558003, r=sayrer).
|
commit | commitdiff | tree |
2010-04-10 |
Andreas Gal | Remove gcIteratorTable (557914, r=brendan).
|
commit | commitdiff | tree |
2010-04-08 |
Andreas Gal | No need to lookup parent/proto for iteration objects...
|
commit | commitdiff | tree |
2010-04-08 |
Andreas Gal | Backed out changeset 61de331861af (bug 558058).
|
commit | commitdiff | tree |
2010-04-08 |
Andreas Gal | No need to lookup parent/proto for iterator objects...
|
commit | commitdiff | tree |
2010-04-08 |
Andreas Gal | Backed out changeset 687d1e4c213e (bug 557914).
|
commit | commitdiff | tree |
2010-04-08 |
Andreas Gal | Remove gcIteratorTable (557914, r=Waldo).
|
commit | commitdiff | tree |
2010-03-24 |
Andreas Gal | Public JS API for new ES5 Object functions (551595...
|
commit | commitdiff | tree |
2010-03-23 |
Andreas Gal | more build fun with bug 553541
|
commit | commitdiff | tree |
2010-03-23 |
Andreas Gal | nobody ever got hurt by too much parenthesis in expressions...
|
commit | commitdiff | tree |
2010-03-23 |
Andreas Gal | Allocate short strings in the GC heap, avoiding malloc...
|
commit | commitdiff | tree |
2010-03-19 |
Andreas Gal | add missing test file for bug 553407
|
commit | commitdiff | tree |
2010-03-19 |
Andreas Gal | Report proper typeof for XPCNativeWrapper(obj) and...
|
commit | commitdiff | tree |
2010-03-18 |
Andreas Gal | Re-seed Math.random() for each window/frame/context...
|
commit | commitdiff | tree |
2010-03-15 |
Andreas Gal | Merge.
|
commit | commitdiff | tree |
2010-03-15 |
Andreas Gal | Backed out changeset 1732da7b3164
|
commit | commitdiff | tree |
2010-03-15 |
Andreas Gal | Allow class of native objects to change (552552, r...
|
commit | commitdiff | tree |
2010-03-15 |
Andreas Gal | remove JSTreeContext* parameter from JSCompiler parse...
|
commit | commitdiff | tree |
2010-03-05 |
Andreas Gal | Don't include JS-engine internal header files in header...
|
commit | commitdiff | tree |
2010-03-01 |
Andreas Gal | Disallow embeddings reaching into our guts (part 1...
|
commit | commitdiff | tree |
2010-02-23 |
Andreas Gal | The test for bug 352455 is bogus, a regexp is a callable...
|
commit | commitdiff | tree |
2010-02-23 |
Andreas Gal | Setters/getters can be callable objects (547912, r...
|
commit | commitdiff | tree |
2010-02-23 |
Andreas Gal | Merge.
|
commit | commitdiff | tree |
2010-02-23 |
Andreas Gal | Don't crash on 'typeof null' in compiled code (follow...
|
commit | commitdiff | tree |
2010-02-23 |
Andreas Gal | Followup fix for 547314. We have to unwrap in the typeOf...
|
commit | commitdiff | tree |
2010-02-23 |
Andreas Gal | Introduce ObjectOps for typeOf and make trace a mandatory...
|
commit | commitdiff | tree |
2010-02-23 |
Andreas Gal | remove unused label have_fun (no bug, r=brendan).
|
commit | commitdiff | tree |
2010-02-22 |
Andreas Gal | Test whether obj IsCallable instead of VALUE_IS_FUNCTION...
|
commit | commitdiff | tree |
2010-02-22 |
Andreas Gal | bug 547086 fixed bug 322957
|
commit | commitdiff | tree |
2010-02-21 |
Andreas Gal | Reland previously backed out bug 547086, it didn't...
|
commit | commitdiff | tree |
2010-02-21 |
Andreas Gal | calculating 'this' fails if the object has no parent...
|
commit | commitdiff | tree |
2010-02-20 |
Andreas Gal | js_TryMethod suppresses 'too much recursion' exception...
|
commit | commitdiff | tree |
2010-02-20 |
Andreas Gal | Remove LiveConnect kludge from call path (1.9.3 will...
|
commit | commitdiff | tree |
2009-12-18 |
Andreas Gal | Backed out changeset 94ddd33fc137 to see whether that...
|
commit | commitdiff | tree |
2009-12-17 |
Andreas Gal | Efficient Implementation of JSDOUBLE_IS_INT using SSE2...
|
commit | commitdiff | tree |
2009-12-17 |
Andreas Gal | Extensions/libraries/plugins might enable FPU/SSE2...
|
commit | commitdiff | tree |
2009-12-17 |
Andreas Gal | Remove leftover bits from 533035.
|
commit | commitdiff | tree |
2009-12-17 |
Andreas Gal | Backed out try-landing of bug 533035.
|
commit | commitdiff | tree |
2009-12-17 |
Andreas Gal | Extensions/libraries/plugins might enable FPU/SSE2...
|
commit | commitdiff | tree |
2009-12-12 |
Andreas Gal | Eliminate call snooping in the FuncFilter (534364,...
|
commit | commitdiff | tree |
2009-12-12 |
Andreas Gal | Avoid slow linear growth of Queues used in the JIT...
|
commit | commitdiff | tree |
2009-12-06 |
Andreas Gal | Try to fix autoconf madness for bug 530896.
|
commit | commitdiff | tree |
2009-12-05 |
Andreas Gal | Efficient Implementation of JSDOUBLE_IS_INT using SSE2...
|
commit | commitdiff | tree |
2009-12-04 |
Andreas Gal | Add regress-532491.js to jstests.list (follow-up for...
|
commit | commitdiff | tree |
2009-12-03 |
Andreas Gal | Only consider an eval cache entry if the static level...
|
commit | commitdiff | tree |
2009-11-17 |
Andreas Gal | Don't attempt to GC when caller has waived the GC heap...
|
commit | commitdiff | tree |
2009-11-13 |
Andreas Gal | Remove reserve doubles and objects lists and instead...
|
commit | commitdiff | tree |
2009-11-02 |
Andreas Gal | Avoid using uint16 in JSXML (525527, r=igor).
|
commit | commitdiff | tree |
2009-11-02 |
Andreas Gal | Fix bogus assert (525943, r=dvander).
|
commit | commitdiff | tree |
2009-10-29 |
Andreas Gal | Compilation fix for bug 523947.
|
commit | commitdiff | tree |
2009-10-28 |
Andreas Gal | Use reserve double pool when running into OOM in LeaveTrace...
|
commit | commitdiff | tree |
2009-10-28 |
Andreas Gal | Compilation fix for bug 524841.
|
commit | commitdiff | tree |
2009-10-28 |
Andreas Gal | Add an internal API to query the current JSThread ...
|
commit | commitdiff | tree |
2009-10-21 |
Andreas Gal | Explicitly call destructor instead of delete (follow...
|
commit | commitdiff | tree |
2009-10-21 |
Andreas Gal | Build fix for 521859 (again).
|
commit | commitdiff | tree |
2009-10-21 |
Andreas Gal | Build fix for 521859.
|
commit | commitdiff | tree |
2009-10-20 |
Andreas Gal | Always use GCChunks (521859, r=brendan).
|
commit | commitdiff | tree |
2009-10-20 |
Andreas Gal | Replace JSPtrTable with js::Vector (523463, r=luke).
|
commit | commitdiff | tree |
2009-10-19 |
Andreas Gal | NativeARM.cpp: don't free reservation prematurely ...
|
commit | commitdiff | tree |
2009-10-15 |
Andreas Gal | Mostly cosmetic arm merges, merge ARM fcmp(e)d changes...
|
commit | commitdiff | tree |
2009-10-15 |
Andreas Gal | Follow-up for 522341, hide TM-specific configuration...
|
commit | commitdiff | tree |
2009-10-14 |
Andreas Gal | Pickup indirect call and microsoft emulator bugfix...
|
commit | commitdiff | tree |
2009-10-14 |
Andreas Gal | Leave choice of runtime or compile-time customization...
|
commit | commitdiff | tree |
2009-10-14 |
Andreas Gal | Fall off trace if Number.toString() reports an error...
|
commit | commitdiff | tree |
2009-10-14 |
Andreas Gal | Avoid malloc and JS_dtobasestr for single digit numbers...
|
commit | commitdiff | tree |
2009-10-13 |
Andreas Gal | Avoid JSArena as temp buffer in TraceRecorder::snapshot...
|
commit | commitdiff | tree |
2009-10-13 |
Andreas Gal | Merge.
|
commit | commitdiff | tree |
2009-10-13 |
Andreas Gal | Backed out changeset 1a747dd43904 (bug 521880).
|
commit | commitdiff | tree |
2009-10-13 |
Andreas Gal | Backed out changeset 188cf7548d85 (bug 521881).
|
commit | commitdiff | tree |
2009-10-12 |
Andreas Gal | Make Allocator chunk size customizable and don't free...
|
commit | commitdiff | tree |
2009-10-12 |
Andreas Gal | Avoid JSArena as temp buffer in TraceRecorder::snapshot...
|
commit | commitdiff | tree |
2009-10-08 |
Andreas Gal | Disable speculative integer multiplication on ARM due...
|
commit | commitdiff | tree |
2009-10-07 |
Andreas Gal | Avoid redundant stack pointer fiddling when calling...
|
commit | commitdiff | tree |
2009-10-06 |
Andreas Gal | Possible overflow in ResizeSlots on 64-bit systems...
|
commit | commitdiff | tree |
2009-10-06 |
Andreas Gal | Mark reserved doubles during GC as long we are not...
|
commit | commitdiff | tree |
2009-10-06 |
Andreas Gal | Spilled quads are passed incorrectly when calling a...
|
commit | commitdiff | tree |
2009-10-05 |
Andreas Gal | ARM compilation fix for bug 519805.
|
commit | commitdiff | tree |
2009-10-03 |
Andreas Gal | ARM backend does not support displacements > 12bits...
|
commit | commitdiff | tree |
2009-09-15 |
Andreas Gal | Use one single GC heap chunk, avoiding frequent mmap...
|
commit | commitdiff | tree |
2009-09-13 |
Andreas Gal | Add a way to flush CodeAllocs without deleting/recreating...
|
commit | commitdiff | tree |
2009-09-13 |
Andreas Gal | Use a single code cache for the JIT and the RegExp...
|
commit | commitdiff | tree |
2009-09-11 |
Andreas Gal | Add test for bug 504516.
|
commit | commitdiff | tree |
2009-08-26 |
Andreas Gal | Objects of different JSClass can share scopes (505523...
|
commit | commitdiff | tree |
2009-08-25 |
Andreas Gal | Merge.
|
commit | commitdiff | tree |
2009-08-25 |
Andreas Gal | Backed out changeset 9b6b17a275ec (bug 506125).
|
commit | commitdiff | tree |
2009-08-25 |
Andreas Gal | Another build fix for 512049. I wish DOM wouldn't poke...
|
commit | commitdiff | tree |
2009-08-25 |
Andreas Gal | Build fix for bug 512049.
|
commit | commitdiff | tree |
2009-08-25 |
Andreas Gal | Inline DoubleToECMAInt32 (512049, r=dmandelin).
|
commit | commitdiff | tree |
2009-08-25 |
Andreas Gal | Memory-pressure based GC scheduler (506125, r=igor...
|
commit | commitdiff | tree |
2009-08-20 |
Andreas Gal | Fast path for writing a double into an array (511737...
|
commit | commitdiff | tree |
2009-08-20 |
Andreas Gal | Atomize unit strings at birth (511567, r=shaver).
|
commit | commitdiff | tree |
2009-08-19 |
Andreas Gal | Build fix for bug 511307.
|
commit | commitdiff | tree |
2009-08-19 |
Andreas Gal | Specialize math functions to integer arithmetic where...
|
commit | commitdiff | tree |