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

Issue 2332163002: [inspector] fixed all shorten-64-to-32 warnings (Closed)

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

Description

[inspector] fixed all shorten-64-to-32 warnings BUG=chromium:635948 R=dgozman@chromium.org,alph@chromium.org Committed: https://crrev.com/3d10918d2e1c57d72531c55a956262f5a72fceaa Committed: https://crrev.com/e882623820bd4e49581a3bf61527ebae63c2140c Cr-Original-Commit-Position: refs/heads/master@{#39426} Cr-Commit-Position: refs/heads/master@{#39610}

Patch Set 1 #

Total comments: 4

Patch Set 2 : addressed comments #

Patch Set 3 : enable inspector to run try bots #

Patch Set 4 : fixed compilation on linux bot #

Total comments: 2

Patch Set 5 : fix win compilation #

Patch Set 6 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -89 lines) Patch
M include/v8-inspector.h View 2 chunks +4 lines, -4 lines 0 comments Download
M src/inspector/injected-script.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M src/inspector/search-util.cc View 1 2 3 4 5 5 chunks +14 lines, -14 lines 0 comments Download
M src/inspector/string-16.h View 1 2 3 4 5 2 chunks +5 lines, -4 lines 0 comments Download
M src/inspector/string-16.cc View 1 2 3 4 5 6 chunks +20 lines, -8 lines 0 comments Download
M src/inspector/string-util.h View 1 2 3 4 5 1 chunk +5 lines, -2 lines 0 comments Download
M src/inspector/string-util.cc View 1 2 3 4 5 3 chunks +16 lines, -8 lines 0 comments Download
M src/inspector/v8-console.cc View 1 2 3 4 5 5 chunks +8 lines, -8 lines 0 comments Download
M src/inspector/v8-debugger.cc View 1 2 3 4 5 4 chunks +16 lines, -16 lines 0 comments Download
M src/inspector/v8-debugger-agent-impl.cc View 1 2 3 4 5 2 chunks +6 lines, -4 lines 0 comments Download
M src/inspector/v8-debugger-script.cc View 1 2 3 4 5 2 chunks +7 lines, -7 lines 0 comments Download
M src/inspector/v8-function-call.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M src/inspector/v8-heap-profiler-agent-impl.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M src/inspector/v8-internal-value-type.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M src/inspector/v8-runtime-agent-impl.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M src/inspector/v8-stack-trace-impl.cc View 1 2 3 4 5 2 chunks +4 lines, -3 lines 0 comments Download
M src/inspector/v8-value-copier.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M src/v8.gyp View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 42 (25 generated)
kozy
Dmitry, please take a look.
4 years, 3 months ago (2016-09-12 22:25:52 UTC) #1
dgozman
lgtm https://codereview.chromium.org/2332163002/diff/1/src/inspector/String16.cpp File src/inspector/String16.cpp (right): https://codereview.chromium.org/2332163002/diff/1/src/inspector/String16.cpp#newcode42 src/inspector/String16.cpp:42: if (ok) *ok = !(*endptr) && result <= ...
4 years, 3 months ago (2016-09-12 22:44:25 UTC) #2
kozy
all done. https://codereview.chromium.org/2332163002/diff/1/src/inspector/String16.cpp File src/inspector/String16.cpp (right): https://codereview.chromium.org/2332163002/diff/1/src/inspector/String16.cpp#newcode42 src/inspector/String16.cpp:42: if (ok) *ok = !(*endptr) && result ...
4 years, 3 months ago (2016-09-12 23:02:59 UTC) #5
kozy
@jochen, please take a look. I need owner lgtm for v8.gyp.
4 years, 3 months ago (2016-09-12 23:31:08 UTC) #14
alph
lgtm https://codereview.chromium.org/2332163002/diff/80001/src/inspector/String16.cpp File src/inspector/String16.cpp (right): https://codereview.chromium.org/2332163002/diff/80001/src/inspector/String16.cpp#newcode377 src/inspector/String16.cpp:377: std::snprintf(buffer, kBufferSize, "%zu", number); v8 uses OS::SNPrintF
4 years, 3 months ago (2016-09-13 00:46:49 UTC) #17
kozy
https://codereview.chromium.org/2332163002/diff/80001/src/inspector/String16.cpp File src/inspector/String16.cpp (right): https://codereview.chromium.org/2332163002/diff/80001/src/inspector/String16.cpp#newcode377 src/inspector/String16.cpp:377: std::snprintf(buffer, kBufferSize, "%zu", number); On 2016/09/13 00:46:48, alph wrote: ...
4 years, 3 months ago (2016-09-13 01:00:20 UTC) #18
jochen (gone - plz use gerrit)
lgtm++ great stuff!
4 years, 3 months ago (2016-09-14 08:10:37 UTC) #19
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/2332163002/80001
4 years, 3 months ago (2016-09-14 17:59:43 UTC) #22
commit-bot: I haz the power
Committed patchset #4 (id:80001)
4 years, 3 months ago (2016-09-14 18:24:26 UTC) #23
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/3d10918d2e1c57d72531c55a956262f5a72fceaa Cr-Commit-Position: refs/heads/master@{#39426}
4 years, 3 months ago (2016-09-14 18:25:12 UTC) #25
Michael Hablich
A revert of this CL (patchset #4 id:80001) has been created in https://codereview.chromium.org/2339173004/ by hablich@chromium.org. ...
4 years, 3 months ago (2016-09-15 00:35:01 UTC) #26
alph
On 2016/09/15 00:35:01, Hablich wrote: > A revert of this CL (patchset #4 id:80001) has ...
4 years, 3 months ago (2016-09-15 03:40:04 UTC) #27
Michael Achenbach
On 2016/09/15 03:40:04, alph wrote: > On 2016/09/15 00:35:01, Hablich wrote: > > A revert ...
4 years, 3 months ago (2016-09-15 11:22:13 UTC) #28
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/2332163002/140001
4 years, 3 months ago (2016-09-22 00:58:39 UTC) #37
kozy
I fixed presented compilation errors on Windows bot. Try to reland it.
4 years, 3 months ago (2016-09-22 00:59:09 UTC) #38
commit-bot: I haz the power
Committed patchset #6 (id:140001)
4 years, 3 months ago (2016-09-22 01:47:59 UTC) #40
commit-bot: I haz the power
4 years, 3 months ago (2016-09-22 01:48:18 UTC) #42
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/e882623820bd4e49581a3bf61527ebae63c2140c
Cr-Commit-Position: refs/heads/master@{#39610}

Powered by Google App Engine
This is Rietveld 408576698