platform/upstream/v8.git
2009-03-20 iposva@chromium.org- Fix constness in tests.
2009-03-20 iposva@chromium.org- Do not allocate proxy objects if the pointer can...
2009-03-20 erik.corry... Reverse latest build tweaks since they fail on some...
2009-03-20 erik.corry... More compatibility changes.
2009-03-20 mikhail.naganov... Support profiler stack sampling in any situation. After...
2009-03-20 lrn@chromium.orgNow compiles when not in debug mode. Whoops.
2009-03-20 lrn@chromium.orgRegExps now restart if their input string changes repre...
2009-03-20 sgjesse@chromium.orgChange expectations for DebuggerAgent test.
2009-03-20 kmillikin@chromium.orgInline the Result::Unuse member function and change...
2009-03-20 kmillikin@chromium.orgRemove a bunch of unnecessary includes from header...
2009-03-20 sgjesse@chromium.orgAllow the debugger agent to reuse ports stuck in TIME_W...
2009-03-20 sgjesse@chromium.orgAdd support for setting the SO_REUSEADDR option for...
2009-03-19 mike@belshe.comAdd a public API for using an empty sring.
2009-03-19 ager@chromium.orgMake sure that the d8 shell calls OnExit in case of...
2009-03-19 sgjesse@chromium.orgDisable a test that fails on some Linux versions.
2009-03-19 sgjesse@chromium.orgBetter handling of startup and shutdown of the debugger...
2009-03-19 ager@chromium.orgFix lint.
2009-03-19 iposva@chromium.org- Allow hidden properties to be set on any JSObject...
2009-03-19 ager@chromium.orgLanding http://codereview.chromium.org/42374
2009-03-19 ager@chromium.orgRevert change 1509 that flush ICs when adding setters...
2009-03-19 erik.corry... Speed up slow test that times out on ARM.
2009-03-19 kmillikin@chromium.orgAdd a copied flag to virtual frame elements that tells...
2009-03-19 sgjesse@chromium.orgChange the socket close to shutdown.
2009-03-19 lrn@chromium.orgReuse output array instead of creating a new one for...
2009-03-19 erik.corry... Spolling.
2009-03-19 erik.corry... // Test that we can make large object literals that...
2009-03-18 ager@chromium.orgMinor build and code style issues.
2009-03-18 mike@belshe.comExpose Cloning through API.
2009-03-18 ager@chromium.orgInline the fast path for handle creation.
2009-03-18 erik.corry... Misc. portability fixes.
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.
next