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

Issue 6067004: Version 3.0.4... (Closed)

Created:
10 years ago by William Hesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Version 3.0.4 Added Date::ResetCache() to the API so that the cached values in the Date object can be reset to allow live DST / timezone changes. Extended existing support for printing (while debugging) the contents of objects. Added support for printing objects from release builds. Fixed V8 issues 989, 1006, and 1007.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1796 lines, -957 lines) Patch
M ChangeLog View 1 chunk +11 lines, -0 lines 0 comments Download
M SConstruct View 2 chunks +9 lines, -1 line 0 comments Download
M include/v8.h View 1 chunk +15 lines, -0 lines 0 comments Download
M src/SConscript View 1 chunk +2 lines, -1 line 0 comments Download
M src/api.cc View 1 chunk +29 lines, -0 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 1 chunk +60 lines, -43 lines 0 comments Download
M src/arm/lithium-arm.cc View 2 chunks +8 lines, -1 line 0 comments Download
M src/arm/lithium-codegen-arm.cc View 4 chunks +10 lines, -5 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 2 chunks +13 lines, -0 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 2 chunks +38 lines, -0 lines 0 comments Download
M src/array.js View 2 chunks +53 lines, -16 lines 0 comments Download
M src/assembler.h View 1 chunk +1 line, -1 line 0 comments Download
M src/assembler.cc View 1 chunk +12 lines, -11 lines 0 comments Download
M src/builtins.cc View 4 chunks +42 lines, -17 lines 0 comments Download
M src/codegen.cc View 1 chunk +11 lines, -2 lines 0 comments Download
M src/counters.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/date.js View 1 chunk +33 lines, -0 lines 0 comments Download
M src/debug.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/deoptimizer.h View 1 chunk +1 line, -1 line 0 comments Download
M src/deoptimizer.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/flag-definitions.h View 2 chunks +5 lines, -0 lines 0 comments Download
M src/full-codegen.cc View 2 chunks +6 lines, -3 lines 0 comments Download
M src/heap.h View 3 chunks +9 lines, -6 lines 0 comments Download
M src/heap.cc View 7 chunks +84 lines, -13 lines 0 comments Download
M src/heap-profiler.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M src/hydrogen.h View 1 chunk +5 lines, -5 lines 0 comments Download
M src/hydrogen.cc View 5 chunks +13 lines, -7 lines 0 comments Download
M src/hydrogen-instructions.h View 3 chunks +6 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 1 chunk +10 lines, -21 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 5 chunks +119 lines, -185 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 3 chunks +6 lines, -3 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 3 chunks +6 lines, -3 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 3 chunks +26 lines, -2 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.h View 48 chunks +286 lines, -57 lines 0 comments Download
M src/objects.cc View 20 chunks +66 lines, -65 lines 0 comments Download
M src/objects-debug.cc View 28 chunks +480 lines, -338 lines 0 comments Download
M src/parser.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/platform.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/platform-nullos.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M src/platform-posix.cc View 3 chunks +28 lines, -1 line 0 comments Download
M src/platform-win32.cc View 2 chunks +15 lines, -1 line 0 comments Download
M src/profile-generator.cc View 3 chunks +3 lines, -5 lines 0 comments Download
M src/property.h View 2 chunks +4 lines, -4 lines 0 comments Download
M src/property.cc View 1 chunk +31 lines, -31 lines 0 comments Download
M src/regexp.js View 5 chunks +15 lines, -12 lines 0 comments Download
M src/runtime.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/spaces.h View 4 chunks +7 lines, -8 lines 0 comments Download
M src/spaces.cc View 9 chunks +25 lines, -28 lines 0 comments Download
M src/string.js View 9 chunks +29 lines, -38 lines 0 comments Download
M src/string-stream.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/string-stream.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/utils.cc View 1 chunk +10 lines, -2 lines 0 comments Download
M src/v8-counters.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/v8utils.h View 1 chunk +9 lines, -1 line 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/codegen-x64.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/test-heap.cc View 2 chunks +63 lines, -1 line 0 comments Download
M test/mjsunit/array-slice.js View 1 chunk +13 lines, -0 lines 0 comments Download
M test/mjsunit/array-sort.js View 2 chunks +16 lines, -1 line 0 comments Download
A + test/mjsunit/with-readonly.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +2 lines, -1 line 0 comments Download
M tools/v8.xcodeproj/project.pbxproj View 3 chunks +3 lines, -0 lines 0 comments Download
M tools/visual_studio/debug.vsprops View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
William Hesse
10 years ago (2010-12-21 12:17:37 UTC) #1
Kevin Millikin (Chromium)
10 years ago (2010-12-21 12:18:36 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698