platform/upstream/v8.git
2009-03-18 erik.corry... Don't pollute API-users' namespaces with overly generic...
2009-03-18 sgjesse@chromium.orgFixed memory leaks in socket implementation.
2009-03-18 sgjesse@chromium.orgAdd a close method to sockets.
2009-03-18 olehougaardGetting rid of OS::StrDup and OS::StrNDup which were...
2009-03-18 kmillikin@chromium.orgRevert r1529, which failed on some of the benchmarks.
2009-03-18 olehougaardIntroducing a new StrNDup function that uses new[]...
2009-03-18 olehougaardFixing potentially problematic usage of OS::StrDup...
2009-03-18 sgjesse@chromium.orgCircumvent a bug in older glibc.
2009-03-18 kmillikin@chromium.orgAdd a bit to a virtual frame element telling if it...
2009-03-18 whesse@chromium.orgSpeed up the inner loop of free register allocation.
2009-03-18 kmillikin@chromium.orgFix static overrun.
2009-03-18 sgjesse@chromium.orgAdded a wait with timeout to the platform semaphore...
2009-03-17 lrn@chromium.orgFlatten strings before parsing them as Date strings...
2009-03-17 lrn@chromium.orgMoved subject and index before matches in RegExp lastMa...
2009-03-17 sgjesse@chromium.orgAdd thread information to the debugger.
2009-03-17 erik.corry... Lint...
2009-03-17 erik.corry... Remove all uses of StringShape variables, since that...
2009-03-17 sgjesse@chromium.orgChanged preemption related stuff in debugger entry.
2009-03-16 kmillikin@chromium.orgSimplify the construction of virtual frame elements...
2009-03-16 sgjesse@chromium.orgThe method yield is now available in the context create...
2009-03-16 lrn@chromium.orgReplaceRegExpWithString: Avoid extending handle scope...
2009-03-16 olehougaardFixed some memory leaks in unit tests.
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...
next