platform/upstream/v8.git
2009-03-16 sgjesse@chromium.orgMissed a few comment changes in r1508.
2009-03-15 kasperl@chromium.orgAdd copyright notice to new test case.
2009-03-15 erik.corry... Fix GC related crash bug in search-replace.
2009-03-15 erik.corry... Revert 1432, 1433, 1469 and 1472 due to a bug with...
2009-03-13 davemoore@chromium.org- Added ability to call histograms from within v8
2009-03-13 christian.plesner... Flush ICs when adding setters to an object or setting...
2009-03-13 sgjesse@chromium.orgA new stack guard break flag DEBUGCOMMAND has been...
2009-03-13 olehougaardImplementing __defineSetter__ and __defineGetter__...
2009-03-13 lrn@chromium.orgString.replace implemented in C++.
2009-03-12 kmillikin@chromium.orgFix a test in the IA32 code generator for whether loop...
2009-03-12 kmillikin@chromium.orgReenable the duplicated test at the bottom of for and...
2009-03-12 kmillikin@chromium.orgChange the way we handle backward jumps in the code...
2009-03-12 ager@chromium.orgPrepare to push V8 version 1.1.1 to trunk.
2009-03-12 sgjesse@chromium.orgDuring the refactoring in r1461 and adding of script...
2009-03-12 kmillikin@chromium.orgTweak an assertion in the jump target destructor so...
2009-03-12 ager@chromium.orgRevert the exception propagation fix. It leads to...
2009-03-12 erik.corry... 8-byte align C stack on Linux and Windows.
2009-03-12 kasperl@chromium.orgPrepare push to trunk. Now working on version 1.1.1.
2009-03-12 kasperl@chromium.orgAdd support for running the tests through valgrind.
2009-03-11 ager@chromium.orgTemporarily disable tests that no longer work on the...
2009-03-11 erik.corry... * Reapply revisions 1383, 1384, 1391, 1398, 1401, 1402,
2009-03-11 kmillikin@chromium.orgEnsure deallocation of the dynamically allocated shadow...
2009-03-11 kmillikin@chromium.orgDeallocate the dynamically-allocated shadow targets...
2009-03-11 ager@chromium.orgFix exception propagation problem where undefined was...
2009-03-11 kmillikin@chromium.orgFix issue 268 by explicitly calling Unuse (to deallocat...
2009-03-11 erik.corry... Add a test that r1383 failed (harmlessly).
2009-03-11 sgjesse@chromium.orgSee code.google.com/p/v8/issues/detail?id=269.
2009-03-11 kmillikin@chromium.orgFix formatting problem.
2009-03-11 kmillikin@chromium.orgFix issue 265 by handling extra statement state on...
2009-03-10 kasperl@chromium.orgMove InitLineEnds and GetLineNumber to handles.cc to...
2009-03-10 kasperl@chromium.orgFix typo.
2009-03-10 kmillikin@chromium.orgChange expectation for the bug-265 test to allow crashi...
2009-03-10 christian.plesner... Tweaked semantics of error prototype.
2009-03-10 sgjesse@chromium.orgRemove spaces to satisfy linter
2009-03-10 lrn@chromium.orgIssue 267: Calls to arguments in eval-tainted function...
2009-03-10 kmillikin@chromium.orgIntroduce a BreakTarget subclass of JumpTarget used...
2009-03-10 sgjesse@chromium.orgMoved the storage of the last script id into the heap...
2009-03-10 christian.plesner... Made the Error prototype into an error. Allow \c at...
2009-03-10 olehougaardFixed whitespace.
2009-03-10 christian.plesner... Implemented invalid UTF8 detection in decodeURI. That...
2009-03-10 erik.corry... Fix probably harmless thinko in StringCharAt (causes
2009-03-10 olehougaardOptimizing generation of nested literals for both objec...
2009-03-10 sgjesse@chromium.orgWhenever a script object is created it is assigned...
2009-03-10 ager@chromium.orgSimplify the map collection regression test. This...
2009-03-09 kmillikin@chromium.orgThird try to mark test expectation.
2009-03-09 kmillikin@chromium.orgChage test expectation mode from "debug" to "release".
2009-03-09 kmillikin@chromium.orgThe test for issue 165 is unpredictable in release...
2009-03-09 ager@chromium.orgFix test for building on 64-bit Linux.
2009-03-09 ager@chromium.orgMake map collection test run faster in an attempt to...
2009-03-09 sgjesse@chromium.orgChanged a function in the internal debugger JavaScript...
2009-03-09 kmillikin@chromium.orgAdd a failing test case for issue 265:
2009-03-09 whesse@chromium.orgFix garbage collection of unused maps. Null descriptor...
2009-03-09 olehougaardAllocate getters and setters in old space to avoid...
2009-03-09 kmillikin@chromium.orgAssert in debug mode that we do not try to compile...
2009-03-09 bak@chromium.orgFixed the disassembler to cope with cmpb.
2009-03-09 bak@chromium.orgAdded a space to satisfy presubmit.py.
2009-03-09 kmillikin@chromium.orgWork around issue 260 for now by disabling duplication...
2009-03-09 bak@chromium.orgReduced the code sequence for testing for object type.
2009-03-09 christian.plesner... Added .message accessor to messages. This gives you...
2009-03-09 kmillikin@chromium.orgChange the CALL_HEAP_FUNCTION macro so that it is no...
2009-03-09 kmillikin@chromium.orgFix issue 263:
2009-03-09 sgjesse@chromium.orgChange the tests which looks at the number of scripts...
2009-03-09 ager@chromium.orgcpplint does not like multiple semicolons on the same...
2009-03-09 sgjesse@chromium.orgMark the empty script object, the script for the empty...
2009-03-09 ager@chromium.orgMinor changes to allow V8 to build on Ubuntu Jaunty.
2009-03-06 kmillikin@chromium.orgReapply r1434 and port to ARM.
2009-03-06 mikhail.naganov... Get rid or heap allocation in stack sampler to avoid...
2009-03-06 sgjesse@chromium.orgAdd libraries winmm and ws2_32 when building shared...
2009-03-06 sgjesse@chromium.orgFix lint errors
2009-03-06 christian.plesner... Reverted r1434
2009-03-06 sgjesse@chromium.orgAll preemption requests are now ignored while in the...
2009-03-06 kmillikin@chromium.orgFix minor formatting issue.
2009-03-06 kmillikin@chromium.orgFix issue 259.
2009-03-06 olehougaardFixed ARM build by remembering to apply object literal...
2009-03-06 olehougaardOptimizing nested, constant object literals (like JSON...
2009-03-06 erik.corry... Speed up a few tests that were taking too long.
2009-03-05 kasperl@chromium.orgRevert revisions 1383, 1384, 1391, 1398, 1401, 1402,
2009-03-05 erik.corry... Arrays created with new Array(n) are not assumed to...
2009-03-05 mikhail.naganov... Fixed projects after adding oprofile-agent* sources.
2009-03-05 mikhail.naganov... Adding support for reporting addresses of JIT compiled...
2009-03-05 kmillikin@chromium.orgAdd a test for inserting a preexisting list element...
2009-03-05 kmillikin@chromium.orgIn List::Add, correctly handle the case of adding a...
2009-03-05 kasperl@chromium.orgTweak the context disposal GC heuristic: If the garbage...
2009-03-04 erik.corry... Put 'this' in a handle in EnsureSize to avoid crash...
2009-03-04 lrn@chromium.orgIssue 254 - now correctly updates lastIndexof when...
2009-03-04 olehougaardFixed issue 253. No longer assuming that the target...
2009-03-04 kmillikin@chromium.orgAdd an insert function to our list utility class.
2009-03-04 sgjesse@chromium.orgThe SendAll method on Socket was a helper method that...
2009-03-04 kmillikin@chromium.orgFix a few indentation issues.
2009-03-04 lrn@chromium.orgIssue 246 - wait until regexp is parsed to detect wheth...
2009-03-04 sgjesse@chromium.orgAdd remote debugging front end to developer shell.
2009-03-04 kmillikin@chromium.orgStreamline CodeGenerator::Comparison in the IA32 code...
2009-03-04 ager@chromium.orgFix the 64-bit build. Implicit conversion from string...
2009-03-04 iposva@chromium.orgAdd a meaningful name when disassembling code. This...
2009-03-03 iposva@chromium.orgProperly add debug-agent.[cc|h] files.
2009-03-03 kasperl@chromium.orgDisable the compilation caching for scripts to make it
2009-03-03 sgjesse@chromium.orgAdd V8 debugger agent.
2009-03-03 mikhail.naganov... Dump more stack frames to perf log when executing a...
2009-03-03 kmillikin@chromium.orgBefore emitting code to merge frames, forget the sync...
2009-03-03 lrn@chromium.orgOptimized regexp.test. No longer creates an intermediat...
next