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

Issue 2343733002: [inspector] enabled presubmit for inspector sub folder (Closed)

Created:
4 years, 3 months ago by kozy
Modified:
4 years, 2 months ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[inspector] enabled presubmit for inspector sub folder BUG=chromium:635948 R=dgozman@chromium.org,alph@chromium.org Committed: https://crrev.com/5925793d831a1202c3216b22709586b81fd4ab04 Cr-Commit-Position: refs/heads/master@{#39727}

Patch Set 1 #

Patch Set 2 : more fixes #

Total comments: 6

Patch Set 3 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -84 lines) Patch
M src/inspector/injected-script.h View 1 2 6 chunks +8 lines, -8 lines 0 comments Download
M src/inspector/injected-script-native.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/inspector/inspected-context.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/inspector/java-script-call-frame.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M src/inspector/string-16.h View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M src/inspector/string-16.cc View 1 2 5 chunks +12 lines, -10 lines 0 comments Download
M src/inspector/string-util.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/inspector/v8-console.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/inspector/v8-console.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M src/inspector/v8-console-agent-impl.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/inspector/v8-console-message.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/inspector/v8-debugger.h View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M src/inspector/v8-debugger-agent-impl.h View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M src/inspector/v8-debugger-agent-impl.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M src/inspector/v8-debugger-script.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/inspector/v8-heap-profiler-agent-impl.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/inspector/v8-heap-profiler-agent-impl.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M src/inspector/v8-inspector-impl.h View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M src/inspector/v8-inspector-session-impl.h View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M src/inspector/v8-profiler-agent-impl.h View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M src/inspector/v8-profiler-agent-impl.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/inspector/v8-regex.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/inspector/v8-regex.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/inspector/v8-runtime-agent-impl.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/inspector/v8-schema-agent-impl.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/inspector/v8-stack-trace-impl.h View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M tools/presubmit.py View 1 2 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 14 (4 generated)
kozy
Please take a look!
4 years, 3 months ago (2016-09-14 21:43:13 UTC) #1
kozy
please take another look!
4 years, 3 months ago (2016-09-14 23:38:38 UTC) #2
dgozman
lgtm https://codereview.chromium.org/2343733002/diff/20001/src/inspector/String16.h File src/inspector/String16.h (right): https://codereview.chromium.org/2343733002/diff/20001/src/inspector/String16.h#newcode26 src/inspector/String16.h:26: explicit String16(const UChar* characters) : m_impl(characters) {} Let's ...
4 years, 3 months ago (2016-09-14 23:56:47 UTC) #3
alph
lgtm https://codereview.chromium.org/2343733002/diff/20001/src/inspector/String16.cc File src/inspector/String16.cc (right): https://codereview.chromium.org/2343733002/diff/20001/src/inspector/String16.cc#newcode42 src/inspector/String16.cc:42: int64_t result = std::strtol(buffer.data(), &endptr, 10); strtol returns ...
4 years, 3 months ago (2016-09-15 17:31:47 UTC) #4
kozy
All done! https://codereview.chromium.org/2343733002/diff/20001/src/inspector/String16.cc File src/inspector/String16.cc (right): https://codereview.chromium.org/2343733002/diff/20001/src/inspector/String16.cc#newcode42 src/inspector/String16.cc:42: int64_t result = std::strtol(buffer.data(), &endptr, 10); On ...
4 years, 3 months ago (2016-09-24 01:35:56 UTC) #5
kozy
Michael, please take a look!
4 years, 3 months ago (2016-09-24 01:36:14 UTC) #7
Michael Achenbach
lgtm
4 years, 2 months ago (2016-09-26 11:59:33 UTC) #8
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/2343733002/40001
4 years, 2 months ago (2016-09-26 13:31:57 UTC) #11
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 2 months ago (2016-09-26 13:59:23 UTC) #12
commit-bot: I haz the power
4 years, 2 months ago (2016-09-26 13:59:43 UTC) #14
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/5925793d831a1202c3216b22709586b81fd4ab04
Cr-Commit-Position: refs/heads/master@{#39727}

Powered by Google App Engine
This is Rietveld 408576698