platform/upstream/v8.git
2008-10-31 olehougaardFixing propertyIsEnumerable for properties that are...
2008-10-31 lrn@chromium.orgReverting patch on wrong branch.
2008-10-31 olehougaardFixed some details in GetPropertyAttributeWithFailedAcc...
2008-10-31 lrn@chromium.orgWe still compile with JSCRE immediately, instead of...
2008-10-31 olehougaardIntroduce access control in propertyIsEnumerable.
2008-10-31 kasperl@chromium.orgFix natives fuzzing: Let the StringIndexOf runtime...
2008-10-31 sgjesse@chromium.orgChanged the parsing a conditional expression in a test...
2008-10-30 kasperl@chromium.orgIgnore result of calling Heap::CollectGarbage and continue
2008-10-30 kasperl@chromium.orgExtend test case to cover calling runtime functions
2008-10-30 ager@chromium.orgAdd support for API accessors that prohibit overwriting...
2008-10-30 ager@chromium.orgMove assertion that might cause garbage collections...
2008-10-30 erik.corry... Silly pointer thinko.
2008-10-30 kasperl@chromium.orgPrepare for pushing version 0.4.2.
2008-10-30 kasperl@chromium.orgFix lint issue.
2008-10-30 erik.corry... Fix 3 places where we were doing retry after GC without...
2008-10-30 sgjesse@chromium.orgAdded some missing initialization checks to the debugge...
2008-10-30 kasperl@chromium.orgMake sure that allocations through CALL_HEAP_FUNCTION
2008-10-29 feng@chromium.orgFix Chromium issue 3607.
2008-10-29 iposva@chromium.orgFix out-of-date comment.
2008-10-29 sgjesse@chromium.orgMost of the crashing ARM tests failed in debug mode.
2008-10-29 sgjesse@chromium.orgSkip the tests which currently crash on the ARM simulator.
2008-10-29 erik.corry... Get the ARM simulator to throw an exception on unaligne...
2008-10-29 sgjesse@chromium.orgAdded crash detection to tests on Linux.
2008-10-29 kasperl@chromium.orgAllow three runtime call attempts before throwing an...
2008-10-29 whessev8Remove unused maps during marking garbage collections.
2008-10-29 sgjesse@chromium.orgMade testing run on Linux again. Fixed spelling error.
2008-10-29 kasperl@chromium.orgFix issue with Array.concat not preserving holes in the
2008-10-29 kmillikin@chromium.orgBecause allocation in large object space can now requir...
2008-10-29 sgjesse@chromium.orgBy default disable the general protection fault message...
2008-10-29 kmillikin@chromium.orgCheck the growth of the old generation before expanding...
2008-10-28 iposva@chromium.orgFix compile failure with very strict gcc warning rules...
2008-10-28 iposva@chromium.orgTrack whether a node or variable are likely to be a...
2008-10-28 feng@chromium.orgFix the lint error.
2008-10-28 feng@chromium.orgCheck that an index is in the range of 0 to array lengt...
2008-10-28 feng@chromium.orgfix build error in debug mode, TBR=iposva
2008-10-28 kasperl@chromium.orgFix lint issues.
2008-10-28 feng@chromium.orgImplement Array::concat function in C++.
2008-10-28 ager@chromium.orgChange the order of two assignments, to make sure that...
2008-10-28 ager@chromium.orgIn my final round of refactoring, I accidentally broke...
2008-10-28 olehougaardFixing profiling when using snapshot.
2008-10-28 kasperl@chromium.orgGet ready for pushing version 0.4.1 to trunk.
2008-10-28 kasperl@chromium.orgWork around issue 131 by checking for empty handles
2008-10-28 ager@chromium.orgRevert revision 593. This was a cleanup change but...
2008-10-28 feng@chromium.orgFast check undefined in EQUALS.
2008-10-27 kasperl@chromium.orgAllow string-compare-alignment to pass on ARM simulator.
2008-10-27 erik.corry... It seems we haven't nailed the unaligned string compare...
2008-10-27 erik.corry... Test for a bug that was fixed in r554 where we used...
2008-10-27 ager@chromium.orgAllow inline caching for getting the length of string...
2008-10-27 kasperl@chromium.orgFix issue 120 by patching the on-stack receiver in the
2008-10-27 erik.corry... Fix mistake in ARM version of string length stub.
2008-10-27 whesse@chromium.orgRevert changes 601 and 602. TBR
2008-10-27 erik.corry... Add missing ARM files from last change!
2008-10-27 erik.corry... Serendipitously arrange the tags so that String.length...
2008-10-27 whesse@chromium.orgRewrites a ternary choice operator to fix a compiler
2008-10-27 whesse@chromium.orgCollects unused maps that are only kept alive by map...
2008-10-27 kasperl@chromium.orgFix issue 128.
2008-10-27 sgjesse@chromium.orgAdded a Visual Studio project for the d8 developer...
2008-10-26 erik.corry... You can't use BinarySearch on an unsorted array and...
2008-10-24 feng@chromium.orgremove unused strcasecmp on windows, it conflicts with...
2008-10-24 sgjesse@chromium.orgRevorked version of codereview.chromium.org/8101. The...
2008-10-24 kasperl@chromium.orgGet ready for fixing issue 120: Pin point the places
2008-10-24 kasperl@chromium.orgImprove code for looking up in context slots in runtime...
2008-10-24 kasperl@chromium.orgFix lint issue.
2008-10-24 kmillikin@chromium.orgChange a few runtime functions that took and returned...
2008-10-24 sgjesse@chromium.orgChanged the workarround for a GCC compiler bug to be...
2008-10-24 christian.plesner... - Added caching of regexp data in the compilation cache.
2008-10-24 sgjesse@chromium.orgFix build.
2008-10-24 sgjesse@chromium.orgReverted r576 as it caused a regression.
2008-10-24 sgjesse@chromium.orgCleanup of http://codereview.chromium.org/8101.
2008-10-23 feng@chromium.orgAddressing Ivan's comments of using INVALID_TYPE in...
2008-10-23 bak@chromium.orgFixed usage of NewArgumentsObject for accessor.
2008-10-23 bak@chromium.org- Fixed performance regression caused by ComputeContext...
2008-10-23 kasperl@chromium.orgGet ready for pushing 0.4.0 to trunk. We're now working
2008-10-23 sgjesse@chromium.orgPosponed the setting of "external_caught_exception...
2008-10-23 kasperl@chromium.orgFix lint issue.
2008-10-23 christian.plesner... Added v8::Object::GetProperties method that returns...
2008-10-23 bak@chromium.org- Added conditional write barrier to object accessors.
2008-10-23 kasperl@chromium.orgFix issue 124 by computing the receiver correctly when
2008-10-23 sgjesse@chromium.orgChanged the message reporting for try { ... } finally...
2008-10-23 christian.plesner... - Added const in a few places.
2008-10-23 erik.corry... Fix some style issues.
2008-10-23 erik.corry... Copy strings 1 word at a time when flattening etc.
2008-10-23 ager@chromium.orgIntroduce a lookup cache class in the runtime system...
2008-10-23 kasperl@chromium.orgApply Daniel's patch for array index strings.
2008-10-23 kasperl@chromium.orgUpdate Mozilla test status to reflect that regress...
2008-10-23 kasperl@chromium.orgAdded failing test case for bug 124.
2008-10-22 sgjesse@chromium.orgAdd a workaround for a compiler gug in GCC 4.2.3. See...
2008-10-22 kmillikin@chromium.orgRename member variables and functions and clarify comme...
2008-10-22 christian.plesner... Replaced the implementation of %StringEquals, which...
2008-10-22 christian.plesner... - Changed regexp logging to include the string being...
2008-10-22 kasperl@chromium.orgImprove error reporting in benchmarks.
2008-10-22 erik.corry... Fix warning from Windows about loss of data in cast...
2008-10-22 bak@chromium.org- Applied FixedArray::WriteBarrierMode to NewArgumentsFast.
2008-10-22 kasperl@chromium.orgIncorporate patches by Paolo Giarrusso to allow profiling
2008-10-22 erik.corry... Use direct copy and templates to speed up flattening...
2008-10-22 bak@chromium.org- Optimized CopyFixedArray and CopyJSObject.
2008-10-22 kasperl@chromium.orgRefactor the smi case inlining for binary operations, so
2008-10-22 sgjesse@chromium.orgAdded handling of empty handles to String::AsciiValue...
2008-10-21 iposva@chromium.org- ip register cannot be used when accessing large const...
2008-10-21 feng@chromium.orgNo more failures than before. It is ready to be reviewed.
next