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

Issue 23890030: Rollback trunk to 3.21.15. (Closed)

Created:
7 years, 3 months ago by Hannes Payer (out of office)
Modified:
7 years, 3 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+645 lines, -712 lines) Patch
M src/api.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm/builtins-arm.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/arm/codegen-arm.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 chunk +5 lines, -3 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 chunk +15 lines, -25 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 chunk +15 lines, -11 lines 0 comments Download
M src/array.js View 6 chunks +8 lines, -4 lines 0 comments Download
M src/ast.h View 3 chunks +3 lines, -0 lines 0 comments Download
M src/ast.cc View 1 chunk +4 lines, -1 line 0 comments Download
M src/code-stubs.h View 1 chunk +9 lines, -2 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 1 chunk +20 lines, -25 lines 0 comments Download
M src/handles.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/handles.cc View 1 chunk +15 lines, -0 lines 0 comments Download
M src/heap.cc View 3 chunks +0 lines, -12 lines 0 comments Download
M src/hydrogen.cc View 7 chunks +18 lines, -33 lines 0 comments Download
M src/hydrogen-instructions.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 14 chunks +16 lines, -17 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 3 chunks +3 lines, -4 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 8 chunks +21 lines, -23 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 chunk +0 lines, -6 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 5 chunks +4 lines, -10 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 3 chunks +18 lines, -14 lines 0 comments Download
M src/ic.cc View 17 chunks +27 lines, -43 lines 0 comments Download
M src/isolate.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/builtins-mips.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/mips/codegen-mips.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 chunk +14 lines, -24 lines 0 comments Download
M src/mips/lithium-mips.cc View 1 chunk +5 lines, -3 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 1 chunk +14 lines, -10 lines 0 comments Download
M src/object-observe.js View 1 chunk +5 lines, -0 lines 0 comments Download
M src/objects.h View 3 chunks +5 lines, -7 lines 0 comments Download
M src/objects.cc View 6 chunks +59 lines, -64 lines 0 comments Download
M src/objects-debug.cc View 2 chunks +8 lines, -10 lines 0 comments Download
M src/platform.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/platform-cygwin.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/platform-freebsd.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M src/platform-linux.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M src/platform-macos.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M src/platform-openbsd.cc View 1 chunk +28 lines, -0 lines 0 comments Download
M src/platform-posix.h View 2 chunks +27 lines, -0 lines 0 comments Download
M src/platform-solaris.cc View 1 chunk +14 lines, -0 lines 0 comments Download
M src/platform-win32.cc View 1 chunk +124 lines, -0 lines 0 comments Download
M src/runtime.h View 1 chunk +1 line, -1 line 0 comments Download
M src/runtime.cc View 3 chunks +5 lines, -9 lines 0 comments Download
M src/stub-cache.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/unique.h View 7 chunks +6 lines, -24 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/builtins-x64.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 13 chunks +15 lines, -15 lines 0 comments Download
M src/x64/codegen-x64.cc View 3 chunks +3 lines, -4 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 7 chunks +22 lines, -26 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 chunk +0 lines, -6 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 4 chunks +3 lines, -15 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 3 chunks +18 lines, -14 lines 0 comments Download
M test/cctest/test-heap.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-unique.cc View 1 chunk +0 lines, -68 lines 0 comments Download
M test/mjsunit/harmony/object-observe.js View 4 chunks +7 lines, -97 lines 0 comments Download
D test/mjsunit/lithium/SeqStringSetChar.js View 1 chunk +0 lines, -46 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Hannes Payer (out of office)
7 years, 3 months ago (2013-09-17 08:12:19 UTC) #1
Michael Starzinger
LGTM (rubber-stamped).
7 years, 3 months ago (2013-09-17 08:27:10 UTC) #2
Hannes Payer (out of office)
7 years, 3 months ago (2013-09-17 08:31:13 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r16747 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698