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

Issue 2840543002: [d8] implement console for d8. (Closed)

Created:
3 years, 8 months ago by Yang
Modified:
3 years, 8 months ago
Reviewers:
rongjie, Jarin
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

[d8] implement console for d8. for now, it's just the methods - log - warn - debug - info - error - time - timeEnd R=jarin@chromium.org Review-Url: https://codereview.chromium.org/2840543002 Cr-Commit-Position: refs/heads/master@{#44797} Committed: https://chromium.googlesource.com/v8/v8/+/461e47a8fee3624f7fda3a5b52ae760f8302d7c3

Patch Set 1 #

Total comments: 1

Patch Set 2 : remove colors #

Patch Set 3 : no stress #

Unified diffs Side-by-side diffs Delta from patch set Stats (+190 lines, -1 line) Patch
M BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M src/d8.cc View 4 chunks +7 lines, -0 lines 0 comments Download
M src/d8.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
A src/d8-console.h View 1 chunk +34 lines, -0 lines 0 comments Download
A src/d8-console.cc View 1 1 chunk +111 lines, -0 lines 0 comments Download
M src/debug/debug-interface.h View 1 chunk +2 lines, -1 line 0 comments Download
A test/message/console.js View 1 2 1 chunk +23 lines, -0 lines 0 comments Download
A test/message/console.out View 1 1 chunk +8 lines, -0 lines 0 comments Download
M test/message/testcfg.py View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 15 (9 generated)
Yang
3 years, 8 months ago (2017-04-24 11:25:18 UTC) #1
rongjie
https://codereview.chromium.org/2840543002/diff/1/src/d8-console.cc File src/d8-console.cc (right): https://codereview.chromium.org/2840543002/diff/1/src/d8-console.cc#newcode14 src/d8-console.cc:14: static const char* kConsoleColorReset = "\x1b[0m"; Note that Windows ...
3 years, 8 months ago (2017-04-24 11:35:56 UTC) #3
Jarin
lgtm, thanks!
3 years, 8 months ago (2017-04-24 11:41:55 UTC) #4
Yang
On 2017/04/24 11:35:56, rongjie wrote: > https://codereview.chromium.org/2840543002/diff/1/src/d8-console.cc > File src/d8-console.cc (right): > > https://codereview.chromium.org/2840543002/diff/1/src/d8-console.cc#newcode14 > ...
3 years, 8 months ago (2017-04-24 11:43:54 UTC) #5
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/2840543002/40001
3 years, 8 months ago (2017-04-24 12:56:03 UTC) #12
commit-bot: I haz the power
3 years, 8 months ago (2017-04-24 13:23:17 UTC) #15
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/v8/v8/+/461e47a8fee3624f7fda3a5b52ae760f830...

Powered by Google App Engine
This is Rietveld 408576698