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

Issue 352583008: Rollback to Version 3.28.4 (based on bleeding_edge revision r22031) (Closed)

Created:
6 years, 5 months ago by Michael Achenbach
Modified:
6 years, 5 months ago
Reviewers:
marja, Jakob Kummerow
CC:
v8-dev, Paweł Hajdan Jr.
Project:
v8
Visibility:
Public.

Description

Rollback to Version 3.28.4 (based on bleeding_edge revision r22031) This reverts commit 0109ec74310eff0884ecf09a4c0086e26480ce2b. BUG=389198 TBR=marja@chromium.org LOG=n Committed: https://code.google.com/p/v8/source/detail?r=22052

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+645 lines, -916 lines) Patch
M .DEPS.git View 2 chunks +3 lines, -56 lines 0 comments Download
M .gitignore View 1 chunk +0 lines, -1 line 0 comments Download
M ChangeLog View 1 chunk +0 lines, -5 lines 0 comments Download
M DEPS View 2 chunks +1 line, -35 lines 0 comments Download
M Makefile View 1 chunk +5 lines, -2 lines 0 comments Download
M include/v8-debug.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 2 chunks +29 lines, -1 line 0 comments Download
M src/arm/debug-arm.cc View 2 chunks +14 lines, -7 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 11 chunks +27 lines, -41 lines 0 comments Download
M src/arm/ic-arm.cc View 10 chunks +47 lines, -44 lines 0 comments Download
M src/arm/lithium-arm.cc View 3 chunks +4 lines, -5 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/arm64/code-stubs-arm64.cc View 2 chunks +31 lines, -1 line 0 comments Download
M src/arm64/debug-arm64.cc View 2 chunks +14 lines, -7 lines 0 comments Download
M src/arm64/full-codegen-arm64.cc View 11 chunks +27 lines, -40 lines 0 comments Download
M src/arm64/ic-arm64.cc View 12 chunks +51 lines, -37 lines 0 comments Download
M src/arm64/lithium-arm64.cc View 3 chunks +4 lines, -5 lines 0 comments Download
M src/arm64/lithium-codegen-arm64.cc View 3 chunks +6 lines, -7 lines 0 comments Download
M src/arm64/stub-cache-arm64.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/ast.h View 2 chunks +9 lines, -3 lines 0 comments Download
M src/ast.cc View 4 chunks +10 lines, -6 lines 0 comments Download
M src/ast-value-factory.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/code-stubs.cc View 1 chunk +0 lines, -30 lines 0 comments Download
M src/compiler.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/debug.h View 2 chunks +8 lines, -3 lines 0 comments Download
M src/debug.cc View 6 chunks +11 lines, -24 lines 0 comments Download
M src/debug-debugger.js View 3 chunks +14 lines, -14 lines 0 comments Download
M src/heap.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/heap.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M src/hydrogen.cc View 1 chunk +6 lines, -10 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 2 chunks +29 lines, -1 line 0 comments Download
M src/ia32/debug-ia32.cc View 2 chunks +10 lines, -6 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 12 chunks +27 lines, -39 lines 0 comments Download
M src/ia32/ic-ia32.cc View 10 chunks +63 lines, -60 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 3 chunks +4 lines, -5 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/liveedit.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mark-compact.cc View 1 chunk +4 lines, -11 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/parser.h View 1 chunk +3 lines, -2 lines 0 comments Download
M src/parser.cc View 4 chunks +7 lines, -9 lines 0 comments Download
M src/preparser.h View 4 chunks +5 lines, -5 lines 0 comments Download
M src/scopes.h View 3 chunks +2 lines, -3 lines 0 comments Download
M src/scopes.cc View 14 chunks +15 lines, -35 lines 0 comments Download
M src/spaces.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/variables.h View 2 chunks +1 line, -4 lines 0 comments Download
M src/variables.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/code-stubs-x64.cc View 2 chunks +29 lines, -1 line 0 comments Download
M src/x64/debug-x64.cc View 2 chunks +10 lines, -6 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 12 chunks +23 lines, -38 lines 0 comments Download
M src/x64/ic-x64.cc View 10 chunks +59 lines, -57 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M src/x64/lithium-x64.cc View 3 chunks +4 lines, -5 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/x87/code-stubs-x87.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-debug.cc View 1 chunk +0 lines, -54 lines 0 comments Download
M test/cctest/test-parsing.cc View 2 chunks +0 lines, -131 lines 0 comments Download
M test/mjsunit/debug-compile-event.js View 4 chunks +4 lines, -14 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Michael Achenbach
FYI
6 years, 5 months ago (2014-06-27 09:04:20 UTC) #1
Michael Achenbach
Committed patchset #1 manually as r22052 (presubmit successful).
6 years, 5 months ago (2014-06-27 09:06:02 UTC) #2
Jakob Kummerow
6 years, 5 months ago (2014-06-27 09:43:10 UTC) #3
Message was sent while issue was closed.
Reminder: due to the way git-svn works, git commit hashes are unique to your
local machine. Please use SVN revision numbers instead.

Powered by Google App Engine
This is Rietveld 408576698