platform/upstream/v8.git
2008-09-10 ager@chromium.orgAvoid the creation of a string builder for joining...
2008-09-10 iposva@chromium.orgFix issue code.google.com/p/v8/issues/detail?id=58:
2008-09-10 kasperl@chromium.orgRemove another case of .js in the status file. Reviewed...
2008-09-09 christian.plesner... Quick fix for mjsunit/debug-sourceinfo failure
2008-09-09 christian.plesner... Changed copyright header from google inc. to v8 project...
2008-09-09 christian.plesner... Changed the shell to print source position with error...
2008-09-09 christian.plesner... Added source info to TryCatches. Reorganized exception...
2008-09-09 christian.plesner... Fixed misspelling in mjsunit status file.
2008-09-09 ager@chromium.orgUse RUNTIME_ASSERT instead of CHECK in runtime.cc.
2008-09-09 christian.plesner... Added -f option to the shell sample for compatibility...
2008-09-09 ager@chromium.orgFix the debug build.
2008-09-09 christian.plesner... Fixed issue 54, under some circumstances internal field...
2008-09-09 ager@chromium.orgMove the contains check in array join from javascript...
2008-09-09 iposva@chromium.orgAllow setting of a --simulator parameter when running...
2008-09-09 iposva@chromium.orgAdd support for setting the correct parameters for...
2008-09-09 iposva@chromium.orgSubmitting a revised Xcode project for Mark Mentovai...
2008-09-08 erik.corry... Explain better the constraints for external string...
2008-09-08 feng@chromium.orgMark number-string-index-call.js as FAIL on ARM because...
2008-09-08 feng@chromium.orgFix issue code.google.com/p/v8/issues/detail?id=32
2008-09-08 sgjesseAdded ApplyEnvOverrides to samples build. This makes...
2008-09-08 christian.plesner... - Added option to set SourceSignatures in scons.
2008-09-08 kasperl@chromium.orgAdd two more Mozilla tests that depend on GC timings...
2008-09-08 kasperl@chromium.orgFix issue 40.
2008-09-08 christian.plesner... Fixed problem where asian characters were not categoriz...
2008-09-08 kasperl@chromium.orgFix issues with running some of our tests with an embedded
2008-09-08 kasperl@chromium.orgCapitalize V8 in AUTHORS file.
2008-09-08 kasperl@chromium.orgFix issue 35 by applying patch by Daniel James.
2008-09-08 ager@chromium.orgUpdate mjsunit status file. The debugger does not...
2008-09-08 kasperl@chromium.orgFix broken build. Sorry about that.
2008-09-08 christian.plesner... - Marked flaky windows gc test as flaky.
2008-09-08 kasperl@chromium.orgFix issues 28 and 30 by changed the header guard to...
2008-09-08 ager@chromium.orgAvoid string conversion when comparing Smis during...
2008-09-06 christian.plesner... Quick fix for a new test failure on real arm
2008-09-06 christian.plesner... Quick un-reviewed fix for build problem on arm
2008-09-06 erik.corry... When the Mozilla tests are checked out of cvs in the...
2008-09-05 iposva@chromium.orgAdd an Xcode project for V8.
2008-09-05 feng@chromium.orgfix lint errors
2008-09-05 feng@chromium.orgThese two tests are currently broken. Will file report...
2008-09-05 feng@chromium.orgHonor the declaration order of getter/setter in object...
2008-09-05 feng@chromium.orgAdded a EvalCache that caches eval'ed scripts and compi...
2008-09-05 christian.plesner... Fixed test failure.
2008-09-05 christian.plesner... Fixed windows test build.
2008-09-05 christian.plesner... A new instance of the utf-8 conversion changelist,...
2008-09-05 erik.corry... * Split up code_space into old_data_space and code_space.
2008-09-05 kmillikin@chromium.orgAdded an option to enable the disassembler in both...
2008-09-05 kasperl@chromium.orgAdd I-cache flushing to Code::Relocate. No need to...
2008-09-05 ager@chromium.orggit-svn-id: v8.googlecode.com/svn/branches/bleeding_edg...
2008-09-05 sgjesse@gmail.comRefactored the evn override handling to a single method...
2008-09-05 sgjesseRemoved spaces to fix lint.
2008-09-05 sgjesseChanged the check for debug event messages in the debug...
2008-09-05 ager@chromium.orgApplied Rafal Krypa's patch to fix gcc 4.3.2 build...
2008-09-05 feng@chromium.orgDisable three debug tests that failed because they...
2008-09-04 feng@chromium.orggit-svn-id: v8.googlecode.com/svn/branches/bleeding_edg...
2008-09-04 ager@chromium.orgIf CCFLAGS contains '-m32', LINKFLAGS needs also needs...
2008-09-04 ager@chromium.orgUpdate version tag in bleeding_edge branch. Now workin...
2008-09-04 ager@chromium.orgMinor cleanup: the smartpointer class should use Delete...
2008-09-04 ager@chromium.orgUpdate the test expectation for a flaky test.
2008-09-04 sgjesseRenamed the include file debug.h to v8-debug.h to avoid...
2008-09-04 ager@chromium.orgMake Date.prototype.toTimeString and Date.prototype...
2008-09-03 erik.corry... Update mozilla test results.
2008-09-03 ager@chromium.orgAdd the profiler tick processors to the tools directory.
2008-09-03 christian.plesner... Applied Rene Rebe's patch to fix compilation with gcc...
2008-09-03 ager@chromium.orgFix the 'in' operator so it works correctly for negativ...
2008-09-03 christian.plesner... - Added some "special" tests that were left out before.
2008-09-02 feng.qian.v8Move JS_VALUE_TYPE ahead of JS_OBJECT_TYPE to save...
2008-09-02 feng.qian.v8Change __ mov(eax, TOS) to
2008-09-02 christian.plesner... - Added test status spec to cctests to make arm simulat...
2008-09-02 v8.team.kasperl... Update version tag in bleeding_edge branch. We're now...
2008-09-02 sgjesse@gmail.comHandle spaces in the working directory when running...
2008-09-02 mads.s.ager... Allow a test that relies on non-standard timer resoluti...
2008-09-02 sgjesse@gmail.comAdd the SCons environment override to the building...
2008-09-02 v8.team.kasperl... Ignore missing copyright notices for EarleyBoyer and...
2008-09-02 v8.team.kasperl... Added version 1 of the V8 benchmark suite to the reposi...
2008-09-02 sgjesse@gmail.comAdd option 'env' to the SCons build scripts to support...
2008-09-01 mads.s.ager... More updates to the API documentation.
2008-09-01 mads.s.agerComment formatting change.
2008-09-01 mads.s.ager... Updated V8 API documentation.
2008-09-01 lesleyb555Corrected a few typos, other minor edits to comments
2008-09-01 mads.s.ager... Revert unsafe change to code generator which is causing...
2008-09-01 christian.plesner... Hack to avoid bug in scons 0.ninety-something which...
2008-09-01 sgjesse@gmail.comRenamed the top level directory 'public' to 'include'.
2008-09-01 sgjesse@gmail.comSwitched back on the "Buffer Security Check" on Windows...
2008-09-01 sgjesse@gmail.comCreated a factory method for allocating the debug info...
2008-09-01 christian.plesner... Shut up env.Copy warning. This breaks the build with...
2008-09-01 kodandersson... Test that I can submit to new repository and fix lots...
2008-09-01 mads.s.ager... Update version number. Now working on 0.2.5.
2008-09-01 mads.s.ager... Fix typo in test.py.
2008-09-01 sgjesse@gmail.comChanged two IA-32 assembler tests to use the stack...
2008-09-01 mads.s.ager... Introduce ZoneScope class to keep track of zone deletio...
2008-08-30 lesleyb555updated front page
2008-08-29 lesleyb555Checking I can edit
2008-08-29 christian.plesner... Added presubmit step that runs cpplint and checks for...
2008-08-29 sgjesse@gmail.comRemoved the implicit call to DebugBreak when receiving...
2008-08-29 mads.s.ager... Normalize the test suite path before passing it to...
2008-08-29 mads.s.ager... Change the mozilla test support. The mozilla tests...
2008-08-29 sgjesse@gmail.comAdd Visual Studio solution and Visual Studio project...
2008-08-29 christian.plesner... Removed the library=default option.
2008-08-29 erik.corry... Add executable bit.
2008-08-29 mads.s.ager... Clean up a couple of runtime functions that mixed handl...
2008-08-29 v8.team.kasperl... Deal with timeouts when running test cases.
next