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

Issue 724493002: Re-run clang-format on mojo/edk/{embedder,system,test}. (Closed)

Created:
6 years, 1 month ago by viettrungluu
Modified:
6 years, 1 month ago
Reviewers:
yzshen1
CC:
mojo-reviews_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Base URL:
https://github.com/domokit/mojo.git@master
Project:
mojo
Visibility:
Public.

Description

Re-run clang-format on mojo/edk/{embedder,system,test}. Our "standard" format changed. This avoids distracting format changes in future CLs (at the cost of a "one"-time mega-churn). TBR=yzshen@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/6dd61fa273a450bc17b3624eceddf04bd600c3b6

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1323 lines, -2357 lines) Patch
M mojo/edk/embedder/channel_init.cc View 1 chunk +5 lines, -6 lines 0 comments Download
M mojo/edk/embedder/embedder.h View 3 chunks +10 lines, -10 lines 0 comments Download
M mojo/edk/embedder/embedder.cc View 1 chunk +5 lines, -7 lines 0 comments Download
M mojo/edk/embedder/embedder_unittest.cc View 15 chunks +67 lines, -166 lines 0 comments Download
M mojo/edk/embedder/platform_channel_pair_posix.cc View 1 chunk +4 lines, -8 lines 0 comments Download
M mojo/edk/embedder/platform_channel_pair_posix_unittest.cc View 5 chunks +10 lines, -14 lines 0 comments Download
M mojo/edk/embedder/platform_channel_pair_win.cc View 3 chunks +4 lines, -10 lines 0 comments Download
M mojo/edk/embedder/platform_channel_utils_posix.h View 3 chunks +11 lines, -11 lines 0 comments Download
M mojo/edk/embedder/platform_handle_utils.h View 1 chunk +2 lines, -3 lines 0 comments Download
M mojo/edk/embedder/platform_handle_utils_win.cc View 1 chunk +2 lines, -6 lines 0 comments Download
M mojo/edk/embedder/simple_platform_shared_buffer_posix.cc View 1 chunk +3 lines, -6 lines 0 comments Download
M mojo/edk/embedder/simple_platform_shared_buffer_win.cc View 2 chunks +6 lines, -11 lines 0 comments Download
M mojo/edk/embedder/test_embedder.cc View 1 chunk +1 line, -2 lines 0 comments Download
M mojo/edk/system/channel.cc View 4 chunks +4 lines, -8 lines 0 comments Download
M mojo/edk/system/channel_endpoint.cc View 1 chunk +1 line, -2 lines 0 comments Download
M mojo/edk/system/channel_unittest.cc View 3 chunks +6 lines, -9 lines 0 comments Download
M mojo/edk/system/core.cc View 5 chunks +15 lines, -27 lines 0 comments Download
M mojo/edk/system/core_unittest.cc View 56 chunks +312 lines, -555 lines 0 comments Download
M mojo/edk/system/data_pipe.h View 1 chunk +5 lines, -6 lines 0 comments Download
M mojo/edk/system/data_pipe.cc View 3 chunks +8 lines, -8 lines 0 comments Download
M mojo/edk/system/data_pipe_consumer_dispatcher.cc View 2 chunks +2 lines, -5 lines 0 comments Download
M mojo/edk/system/data_pipe_unittest.cc View 2 chunks +4 lines, -6 lines 0 comments Download
M mojo/edk/system/dispatcher.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/edk/system/dispatcher.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M mojo/edk/system/dispatcher_unittest.cc View 3 chunks +47 lines, -66 lines 0 comments Download
M mojo/edk/system/local_data_pipe.h View 1 chunk +5 lines, -6 lines 0 comments Download
M mojo/edk/system/local_data_pipe_unittest.cc View 98 chunks +256 lines, -413 lines 0 comments Download
M mojo/edk/system/memory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/edk/system/memory.cc View 3 chunks +9 lines, -9 lines 0 comments Download
M mojo/edk/system/message_in_transit.cc View 3 chunks +6 lines, -8 lines 0 comments Download
M mojo/edk/system/message_pipe.cc View 4 chunks +9 lines, -16 lines 0 comments Download
M mojo/edk/system/message_pipe_dispatcher.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M mojo/edk/system/message_pipe_dispatcher_unittest.cc View 16 chunks +44 lines, -97 lines 0 comments Download
M mojo/edk/system/message_pipe_perftest.cc View 4 chunks +11 lines, -25 lines 0 comments Download
M mojo/edk/system/message_pipe_test_utils.cc View 2 chunks +4 lines, -7 lines 0 comments Download
M mojo/edk/system/message_pipe_unittest.cc View 22 chunks +79 lines, -179 lines 0 comments Download
M mojo/edk/system/multiprocess_message_pipe_unittest.cc View 15 chunks +38 lines, -77 lines 0 comments Download
M mojo/edk/system/raw_channel.cc View 7 chunks +16 lines, -22 lines 0 comments Download
M mojo/edk/system/raw_channel_posix.cc View 5 chunks +9 lines, -19 lines 0 comments Download
M mojo/edk/system/raw_channel_unittest.cc View 5 chunks +8 lines, -12 lines 0 comments Download
M mojo/edk/system/raw_channel_win.cc View 5 chunks +15 lines, -23 lines 0 comments Download
M mojo/edk/system/remote_message_pipe_unittest.cc View 40 chunks +164 lines, -277 lines 0 comments Download
M mojo/edk/system/run_all_unittests.cc View 1 chunk +1 line, -2 lines 0 comments Download
M mojo/edk/system/shared_buffer_dispatcher.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/edk/system/shared_buffer_dispatcher_unittest.cc View 8 chunks +40 lines, -60 lines 0 comments Download
M mojo/edk/system/simple_dispatcher_unittest.cc View 9 chunks +38 lines, -98 lines 0 comments Download
M mojo/edk/system/transport_data.cc View 1 chunk +1 line, -4 lines 0 comments Download
M mojo/edk/system/waiter_test_utils.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/edk/test/multiprocess_test_helper.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/edk/test/run_all_unittests.cc View 1 chunk +1 line, -2 lines 0 comments Download
M mojo/edk/test/test_support_impl.cc View 1 chunk +1 line, -2 lines 0 comments Download
M mojo/edk/test/test_utils_win.cc View 4 chunks +13 lines, -26 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
viettrungluu
6 years, 1 month ago (2014-11-12 21:39:57 UTC) #1
viettrungluu
6 years, 1 month ago (2014-11-12 21:40:27 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
6dd61fa273a450bc17b3624eceddf04bd600c3b6 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698