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

Issue 1322253003: ipc: Convert int types from basictypes.h to the ones from stdint.h (Closed)

Created:
5 years, 3 months ago by tfarina
Modified:
5 years, 3 months ago
Reviewers:
Tom Sepez
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, jam, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin-cc_chromium.org, darin (slow to review), ben+mojo_chromium.org, viettrungluu
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

ipc: Convert int types from basictypes.h to the ones from stdint.h Now that the supported toolchain has stdint.h, use the integer types from this standard header file. BUG=138542 TEST=ipc_tests R=tsepez@chromium.org TBR=sadrul@chromium.org # for ui/ Committed: https://crrev.com/10a5c06e17cca35135ee29556c2c139393f42c43 Cr-Commit-Position: refs/heads/master@{#347457}

Patch Set 1 #

Total comments: 14

Patch Set 2 : Tom review, bot fixes & REBASE #

Patch Set 3 : fix cast #

Patch Set 4 : REBASE #

Unified diffs Side-by-side diffs Delta from patch set Stats (+181 lines, -147 lines) Patch
M ipc/ipc_channel.cc View 2 chunks +3 lines, -1 line 0 comments Download
M ipc/ipc_channel_nacl.cc View 2 chunks +2 lines, -1 line 0 comments Download
M ipc/ipc_channel_posix.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M ipc/ipc_channel_posix_unittest.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M ipc/ipc_channel_proxy.h View 1 chunk +1 line, -1 line 0 comments Download
M ipc/ipc_channel_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M ipc/ipc_channel_proxy_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ipc/ipc_channel_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ipc/ipc_channel_win.h View 1 3 chunks +5 lines, -3 lines 0 comments Download
M ipc/ipc_channel_win.cc View 5 chunks +7 lines, -6 lines 0 comments Download
M ipc/ipc_fuzzing_tests.cc View 1 9 chunks +12 lines, -10 lines 0 comments Download
M ipc/ipc_listener.h View 2 chunks +3 lines, -2 lines 0 comments Download
M ipc/ipc_logging.h View 3 chunks +4 lines, -2 lines 0 comments Download
M ipc/ipc_logging.cc View 1 chunk +1 line, -1 line 0 comments Download
M ipc/ipc_message.h View 1 2 3 6 chunks +18 lines, -16 lines 0 comments Download
M ipc/ipc_message.cc View 2 3 4 chunks +10 lines, -10 lines 0 comments Download
M ipc/ipc_message_macros.h View 7 chunks +8 lines, -6 lines 0 comments Download
M ipc/ipc_message_utils.h View 1 4 chunks +12 lines, -10 lines 0 comments Download
M ipc/ipc_message_utils.cc View 8 chunks +24 lines, -24 lines 0 comments Download
M ipc/ipc_message_utils_unittest.cc View 3 chunks +6 lines, -4 lines 0 comments Download
M ipc/ipc_perftest_support.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ipc/ipc_sync_channel.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ipc/ipc_sync_message.h View 2 chunks +4 lines, -1 line 0 comments Download
M ipc/ipc_sync_message.cc View 1 2 chunks +7 lines, -12 lines 0 comments Download
M ipc/ipc_test_channel_listener.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M ipc/ipc_test_sink.h View 1 2 chunks +4 lines, -2 lines 0 comments Download
M ipc/ipc_test_sink.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ipc/message_filter.h View 1 3 chunks +4 lines, -2 lines 0 comments Download
M ipc/message_filter.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ipc/message_filter_router.cc View 2 chunks +3 lines, -1 line 0 comments Download
M ipc/mojo/ipc_channel_mojo_unittest.cc View 6 chunks +7 lines, -5 lines 0 comments Download
M ipc/mojo/ipc_message_pipe_reader.cc View 1 3 chunks +5 lines, -3 lines 0 comments Download
M ipc/mojo/ipc_mojo_bootstrap.cc View 6 chunks +8 lines, -6 lines 0 comments Download
M ui/ozone/platform/cast/gpu_platform_support_cast.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 19 (9 generated)
tfarina
I will remove basictypes.h includes in another pass. It will need more work than this. ...
5 years, 3 months ago (2015-09-02 23:38:12 UTC) #1
Tom Sepez
lgtm https://codereview.chromium.org/1322253003/diff/1/ipc/ipc_channel_win.h File ipc/ipc_channel_win.h (right): https://codereview.chromium.org/1322253003/diff/1/ipc/ipc_channel_win.h#newcode11 ipc/ipc_channel_win.h:11: #include <queue> nit: blank line between c and ...
5 years, 3 months ago (2015-09-03 19:53:09 UTC) #2
tfarina
https://codereview.chromium.org/1322253003/diff/1/ipc/ipc_channel_win.h File ipc/ipc_channel_win.h (right): https://codereview.chromium.org/1322253003/diff/1/ipc/ipc_channel_win.h#newcode11 ipc/ipc_channel_win.h:11: #include <queue> On 2015/09/03 19:53:09, Tom Sepez wrote: > ...
5 years, 3 months ago (2015-09-04 14:01:14 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1322253003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1322253003/20001
5 years, 3 months ago (2015-09-04 14:01:44 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/51037)
5 years, 3 months ago (2015-09-04 14:23:51 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1322253003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1322253003/40001
5 years, 3 months ago (2015-09-04 15:26:01 UTC) #11
commit-bot: I haz the power
Failed to apply patch for ipc/ipc_message.h: While running git apply --index -3 -p1; error: patch ...
5 years, 3 months ago (2015-09-04 17:21:44 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1322253003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1322253003/60001
5 years, 3 months ago (2015-09-04 17:24:44 UTC) #17
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 3 months ago (2015-09-04 18:48:04 UTC) #18
commit-bot: I haz the power
5 years, 3 months ago (2015-09-04 18:48:48 UTC) #19
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/10a5c06e17cca35135ee29556c2c139393f42c43
Cr-Commit-Position: refs/heads/master@{#347457}

Powered by Google App Engine
This is Rietveld 408576698