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

Issue 2224973002: Move remaining Message functions to C++ (Closed)

Created:
4 years, 4 months ago by jgruber
Modified:
4 years, 4 months ago
Reviewers:
Yang
CC:
v8-reviews_googlegroups.com, oth, rmcilroy, Yang
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Move remaining Message functions to C++ BUG= Committed: https://crrev.com/a91811e192bc0c973bbcba5f569e31e95f254777 Cr-Commit-Position: refs/heads/master@{#38529}

Patch Set 1 #

Patch Set 2 : Rebase #

Total comments: 6

Patch Set 3 : Clarify comment #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -109 lines) Patch
M src/api.cc View 1 2 3 4 chunks +27 lines, -46 lines 0 comments Download
M src/contexts.h View 1 1 chunk +0 lines, -3 lines 0 comments Download
M src/js/macros.py View 1 1 chunk +0 lines, -3 lines 0 comments Download
M src/js/messages.js View 1 1 chunk +0 lines, -39 lines 0 comments Download
M src/objects.h View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M src/objects.cc View 1 2 3 1 chunk +56 lines, -0 lines 0 comments Download
M src/runtime/runtime.h View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M src/runtime/runtime-internal.cc View 1 2 3 1 chunk +0 lines, -16 lines 0 comments Download

Messages

Total messages: 25 (18 generated)
jgruber
https://codereview.chromium.org/2224973002/diff/20001/src/api.cc File src/api.cc (right): https://codereview.chromium.org/2224973002/diff/20001/src/api.cc#newcode2457 src/api.cc:2457: return Just(msg->GetLineNumber()); Here and all other cases below: even ...
4 years, 4 months ago (2016-08-08 14:00:18 UTC) #6
jgruber
https://codereview.chromium.org/2224973002/diff/20001/src/api.cc File src/api.cc (right): https://codereview.chromium.org/2224973002/diff/20001/src/api.cc#newcode2457 src/api.cc:2457: return Just(msg->GetLineNumber()); On 2016/08/08 14:00:18, jgruber wrote: > Here ...
4 years, 4 months ago (2016-08-08 14:04:06 UTC) #9
Yang
Nice. LGTM. https://codereview.chromium.org/2224973002/diff/20001/src/api.cc File src/api.cc (right): https://codereview.chromium.org/2224973002/diff/20001/src/api.cc#newcode2457 src/api.cc:2457: return Just(msg->GetLineNumber()); On 2016/08/08 14:04:06, jgruber wrote: ...
4 years, 4 months ago (2016-08-10 09:03:18 UTC) #10
jgruber
https://codereview.chromium.org/2224973002/diff/20001/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/2224973002/diff/20001/src/objects.cc#newcode18926 src/objects.cc:18926: return info.column; // Note: No + 1. On 2016/08/10 ...
4 years, 4 months ago (2016-08-10 09:25:10 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2224973002/60001
4 years, 4 months ago (2016-08-10 09:56:45 UTC) #22
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 4 months ago (2016-08-10 09:58:15 UTC) #23
commit-bot: I haz the power
4 years, 4 months ago (2016-08-10 09:58:36 UTC) #25
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/a91811e192bc0c973bbcba5f569e31e95f254777
Cr-Commit-Position: refs/heads/master@{#38529}

Powered by Google App Engine
This is Rietveld 408576698