Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Issue 214051: Pushed 1.3.12 to trunk. (Closed)

Created:
11 years, 3 months ago by Christian Plesner Hansen
Modified:
9 years, 7 months ago
Reviewers:
CC:
v8-dev
Visibility:
Public.

Description

Pushed 1.3.12 to trunk. Committed: http://code.google.com/p/v8/source/detail?r=2949

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+910 lines, -7182 lines) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments Download
M ChangeLog View 1 chunk +16 lines, -0 lines 0 comments Download
M LICENSE View 1 chunk +9 lines, -4 lines 0 comments Download
M include/v8.h View 3 chunks +13 lines, -4 lines 0 comments Download
M src/SConscript View 1 chunk +9 lines, -8 lines 0 comments Download
M src/api.cc View 2 chunks +7 lines, -1 line 0 comments Download
M src/arm/builtins-arm.cc View 1 chunk +16 lines, -0 lines 0 comments Download
M src/arm/codegen-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/constants-arm.h View 1 chunk +22 lines, -2 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 chunk +5 lines, -11 lines 0 comments Download
M src/bootstrapper.cc View 2 chunks +3 lines, -1 line 0 comments Download
M src/builtins.h View 3 chunks +8 lines, -3 lines 0 comments Download
M src/builtins.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M src/handles.h View 1 chunk +5 lines, -1 line 0 comments Download
M src/handles.cc View 2 chunks +40 lines, -41 lines 0 comments Download
M src/heap.h View 1 chunk +0 lines, -14 lines 0 comments Download
M src/heap.cc View 6 chunks +2 lines, -176 lines 0 comments Download
A + src/heap-profiler.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/heap-profiler.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 chunk +460 lines, -0 lines 0 comments Download
M src/log.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/log.cc View 1 chunk +40 lines, -3 lines 0 comments Download
M src/log-utils.h View 3 chunks +6 lines, -3 lines 0 comments Download
M src/log-utils.cc View 1 chunk +14 lines, -0 lines 0 comments Download
M src/mark-compact.cc View 7 chunks +8 lines, -41 lines 0 comments Download
M src/messages.js View 1 chunk +2 lines, -1 line 0 comments Download
M src/objects.h View 7 chunks +4 lines, -26 lines 0 comments Download
M src/objects.cc View 3 chunks +23 lines, -75 lines 0 comments Download
M src/objects-debug.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/objects-inl.h View 1 chunk +0 lines, -10 lines 0 comments Download
M src/regexp-macro-assembler-irregexp-inl.h View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/runtime.h View 2 chunks +3 lines, -0 lines 0 comments Download
M src/runtime.cc View 7 chunks +64 lines, -43 lines 0 comments Download
M src/serialize.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/serialize.cc View 6 chunks +26 lines, -12 lines 0 comments Download
M src/spaces.cc View 4 chunks +3 lines, -11 lines 0 comments Download
M src/string-stream.h View 1 chunk +1 line, -1 line 0 comments Download
M src/string-stream.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/v8-counters.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/v8natives.js View 4 chunks +11 lines, -7 lines 0 comments Download
M src/version.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 chunk +16 lines, -0 lines 0 comments Download
M src/zone.h View 2 chunks +1 line, -7 lines 0 comments Download
M src/zone-inl.h View 1 chunk +13 lines, -6 lines 0 comments Download
M test/cctest/SConscript View 1 chunk +1 line, -0 lines 0 comments Download
A + test/cctest/test-heap-profiler.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/es5conform/README View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/es5conform/es5conform.status View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/es5conform/harness-adapt.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/es5conform/testcfg.py View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/arguments-enum.js View 1 chunk +7 lines, -7 lines 0 comments Download
A + test/mjsunit/array-constructor.js View 0 chunks +-1 lines, --1 lines 0 comments Download
D test/mjsunit/array-splice-webkit.js View 1 chunk +0 lines, -60 lines 0 comments Download
M test/mjsunit/global-load-from-eval-in-with.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/local-load-from-eval.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 chunk +1 line, -0 lines 0 comments Download
M test/mjsunit/property-load-across-eval.js View 0 chunks +-1 lines, --1 lines 0 comments Download
D test/mjsunit/regexp-pcre.js View 1 chunk +0 lines, -6603 lines 0 comments Download
M test/mjsunit/regress/regress-269.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/regress/regress-334.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/testcfg.py View 1 chunk +2 lines, -1 line 0 comments Download
A + test/mjsunit/third_party/array-splice-webkit.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/third_party/object-keys.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/third_party/regexp-pcre.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mozilla/mozilla.status View 2 chunks +2 lines, -5 lines 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M tools/run-valgrind.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/v8.xcodeproj/project.pbxproj View 7 chunks +9 lines, -1 line 0 comments Download
M tools/visual_studio/v8_base.vcproj View 1 chunk +8 lines, -0 lines 0 comments Download
M tools/visual_studio/v8_base_arm.vcproj View 1 chunk +8 lines, -0 lines 0 comments Download
M tools/visual_studio/v8_base_x64.vcproj View 1 chunk +8 lines, -0 lines 0 comments Download
M tools/visual_studio/v8_cctest.vcproj View 1 chunk +4 lines, -0 lines 0 comments Download
M tools/visual_studio/v8_cctest_arm.vcproj View 1 chunk +4 lines, -0 lines 0 comments Download
M tools/visual_studio/v8_cctest_x64.vcproj View 1 chunk +4 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698