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

Issue 2480793002: clang-format runtime/bin (Closed)

Created:
4 years, 1 month ago by zra
Modified:
4 years, 1 month ago
Reviewers:
Cutch
CC:
reviews_dartlang.org, turnidge, rmacnak, Cutch, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2902 lines, -3813 lines) Patch
M runtime/bin/address_sanitizer.cc View 1 chunk +4 lines, -5 lines 0 comments Download
M runtime/bin/builtin.h View 1 chunk +1 line, -2 lines 0 comments Download
M runtime/bin/builtin.cc View 3 chunks +22 lines, -24 lines 0 comments Download
M runtime/bin/builtin_common.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/bin/builtin_gen_snapshot.cc View 2 chunks +2 lines, -5 lines 0 comments Download
M runtime/bin/builtin_in.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/bin/builtin_natives.cc View 4 chunks +4 lines, -8 lines 0 comments Download
M runtime/bin/builtin_nolib.cc View 3 chunks +11 lines, -12 lines 0 comments Download
M runtime/bin/crypto.h View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/bin/crypto.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M runtime/bin/crypto_android.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/bin/crypto_fuchsia.cc View 1 chunk +1 line, -2 lines 0 comments Download
M runtime/bin/crypto_linux.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/bin/crypto_macos.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/bin/dartutils.h View 19 chunks +30 lines, -38 lines 0 comments Download
M runtime/bin/dartutils.cc View 32 chunks +72 lines, -94 lines 0 comments Download
M runtime/bin/directory.h View 10 chunks +26 lines, -64 lines 0 comments Download
M runtime/bin/directory.cc View 14 chunks +30 lines, -46 lines 0 comments Download
M runtime/bin/directory_android.cc View 9 chunks +25 lines, -38 lines 0 comments Download
M runtime/bin/directory_fuchsia.cc View 3 chunks +9 lines, -18 lines 0 comments Download
M runtime/bin/directory_linux.cc View 7 chunks +22 lines, -39 lines 0 comments Download
M runtime/bin/directory_macos.cc View 7 chunks +17 lines, -30 lines 0 comments Download
M runtime/bin/directory_test.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/bin/directory_unsupported.cc View 1 chunk +11 lines, -11 lines 0 comments Download
M runtime/bin/directory_win.cc View 8 chunks +16 lines, -30 lines 0 comments Download
M runtime/bin/eventhandler.h View 19 chunks +47 lines, -59 lines 0 comments Download
M runtime/bin/eventhandler.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/eventhandler_android.h View 3 chunks +4 lines, -5 lines 0 comments Download
M runtime/bin/eventhandler_android.cc View 12 chunks +28 lines, -37 lines 0 comments Download
M runtime/bin/eventhandler_fuchsia.h View 3 chunks +4 lines, -5 lines 0 comments Download
M runtime/bin/eventhandler_fuchsia.cc View 7 chunks +18 lines, -22 lines 0 comments Download
M runtime/bin/eventhandler_linux.h View 3 chunks +4 lines, -5 lines 0 comments Download
M runtime/bin/eventhandler_linux.cc View 11 chunks +29 lines, -39 lines 0 comments Download
M runtime/bin/eventhandler_macos.h View 4 chunks +5 lines, -8 lines 0 comments Download
M runtime/bin/eventhandler_macos.cc View 12 chunks +25 lines, -41 lines 0 comments Download
M runtime/bin/eventhandler_unsupported.cc View 1 chunk +4 lines, -6 lines 0 comments Download
M runtime/bin/eventhandler_win.h View 14 chunks +45 lines, -46 lines 0 comments Download
M runtime/bin/eventhandler_win.cc View 32 chunks +79 lines, -147 lines 0 comments Download
M runtime/bin/extensions.cc View 4 chunks +17 lines, -17 lines 0 comments Download
M runtime/bin/fdutils_android.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/bin/fdutils_linux.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/bin/fdutils_macos.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/bin/file.h View 3 chunks +5 lines, -18 lines 0 comments Download
M runtime/bin/file.cc View 27 chunks +44 lines, -74 lines 0 comments Download
M runtime/bin/file_android.cc View 6 chunks +16 lines, -18 lines 0 comments Download
M runtime/bin/file_fuchsia.cc View 3 chunks +11 lines, -11 lines 0 comments Download
M runtime/bin/file_linux.cc View 10 chunks +24 lines, -25 lines 0 comments Download
M runtime/bin/file_macos.cc View 7 chunks +16 lines, -17 lines 0 comments Download
M runtime/bin/file_support.cc View 3 chunks +4 lines, -6 lines 0 comments Download
M runtime/bin/file_system_watcher.h View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/bin/file_system_watcher_android.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M runtime/bin/file_system_watcher_linux.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M runtime/bin/file_system_watcher_macos.cc View 15 chunks +33 lines, -52 lines 0 comments Download
M runtime/bin/file_system_watcher_unsupported.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M runtime/bin/file_system_watcher_win.cc View 3 chunks +7 lines, -12 lines 0 comments Download
M runtime/bin/file_unsupported.cc View 1 chunk +64 lines, -64 lines 0 comments Download
M runtime/bin/file_win.cc View 16 chunks +72 lines, -125 lines 0 comments Download
M runtime/bin/filter.h View 3 chunks +35 lines, -15 lines 0 comments Download
M runtime/bin/filter.cc View 13 chunks +34 lines, -46 lines 0 comments Download
M runtime/bin/filter_unsupported.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M runtime/bin/gen_snapshot.cc View 28 chunks +67 lines, -101 lines 0 comments Download
M runtime/bin/hashmap_test.cc View 3 chunks +20 lines, -10 lines 0 comments Download
M runtime/bin/io_buffer.h View 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/io_buffer.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/bin/io_natives.cc View 1 chunk +1 line, -3 lines 0 comments Download
M runtime/bin/io_service.h View 1 chunk +2 lines, -5 lines 0 comments Download
M runtime/bin/io_service.cc View 1 chunk +5 lines, -9 lines 0 comments Download
M runtime/bin/io_service_no_ssl.h View 1 chunk +2 lines, -5 lines 0 comments Download
M runtime/bin/io_service_no_ssl.cc View 1 chunk +5 lines, -9 lines 0 comments Download
M runtime/bin/loader.h View 2 chunks +2 lines, -5 lines 0 comments Download
M runtime/bin/loader.cc View 19 chunks +51 lines, -68 lines 0 comments Download
M runtime/bin/lockers.h View 2 chunks +5 lines, -13 lines 0 comments Download
M runtime/bin/log_android.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/main.cc View 47 chunks +213 lines, -275 lines 0 comments Download
M runtime/bin/observatory_assets_empty.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/platform.h View 2 chunks +3 lines, -9 lines 0 comments Download
M runtime/bin/platform.cc View 1 chunk +1 line, -2 lines 0 comments Download
M runtime/bin/platform_android.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/platform_fuchsia.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/platform_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/platform_macos.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M runtime/bin/platform_unsupported.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M runtime/bin/platform_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/process.h View 5 chunks +6 lines, -16 lines 0 comments Download
M runtime/bin/process.cc View 13 chunks +36 lines, -55 lines 0 comments Download
M runtime/bin/process_android.cc View 13 chunks +32 lines, -52 lines 0 comments Download
M runtime/bin/process_fuchsia.cc View 1 chunk +1 line, -2 lines 0 comments Download
M runtime/bin/process_linux.cc View 13 chunks +32 lines, -51 lines 0 comments Download
M runtime/bin/process_macos.cc View 14 chunks +87 lines, -78 lines 0 comments Download
M runtime/bin/process_unsupported.cc View 1 chunk +25 lines, -26 lines 0 comments Download
M runtime/bin/process_win.cc View 26 chunks +82 lines, -134 lines 0 comments Download
M runtime/bin/reference_counting.h View 4 chunks +6 lines, -13 lines 0 comments Download
M runtime/bin/root_certificates_unsupported.cc View 1 chunk +1 line, -2 lines 0 comments Download
M runtime/bin/run_vm_tests.cc View 3 chunks +12 lines, -16 lines 0 comments Download
M runtime/bin/run_vm_tests_fuchsia.cc View 9 chunks +35 lines, -25 lines 0 comments Download
M runtime/bin/secure_socket.h View 1 chunk +1 line, -2 lines 0 comments Download
M runtime/bin/secure_socket_boringssl.h View 2 chunks +3 lines, -5 lines 0 comments Download
M runtime/bin/secure_socket_boringssl.cc View 52 chunks +126 lines, -166 lines 0 comments Download
M runtime/bin/secure_socket_ios.h View 2 chunks +8 lines, -9 lines 0 comments Download
M runtime/bin/secure_socket_ios.cc View 40 chunks +101 lines, -128 lines 0 comments Download
M runtime/bin/secure_socket_macos.h View 2 chunks +10 lines, -12 lines 0 comments Download
M runtime/bin/secure_socket_macos.cc View 50 chunks +134 lines, -165 lines 0 comments Download
M runtime/bin/secure_socket_unsupported.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M runtime/bin/snapshot_in.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/bin/socket.h View 12 chunks +39 lines, -31 lines 0 comments Download
M runtime/bin/socket.cc View 22 chunks +60 lines, -88 lines 0 comments Download
M runtime/bin/socket_android.cc View 17 chunks +73 lines, -100 lines 0 comments Download
M runtime/bin/socket_fuchsia.cc View 3 chunks +16 lines, -8 lines 0 comments Download
M runtime/bin/socket_linux.cc View 21 chunks +84 lines, -86 lines 0 comments Download
M runtime/bin/socket_macos.cc View 19 chunks +76 lines, -106 lines 0 comments Download
M runtime/bin/socket_unsupported.cc View 1 chunk +48 lines, -48 lines 0 comments Download
M runtime/bin/socket_win.cc View 26 chunks +90 lines, -146 lines 0 comments Download
M runtime/bin/stdio_android.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/bin/stdio_linux.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/bin/stdio_macos.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/bin/stdio_unsupported.cc View 1 chunk +12 lines, -12 lines 0 comments Download
M runtime/bin/test_extension_dllmain_win.cc View 1 chunk +1 line, -3 lines 0 comments Download
M runtime/bin/thread.h View 2 chunks +2 lines, -5 lines 0 comments Download
M runtime/bin/thread_android.cc View 3 chunks +19 lines, -20 lines 0 comments Download
M runtime/bin/thread_fuchsia.cc View 3 chunks +19 lines, -21 lines 0 comments Download
M runtime/bin/thread_linux.cc View 3 chunks +19 lines, -21 lines 0 comments Download
M runtime/bin/thread_macos.cc View 3 chunks +29 lines, -31 lines 0 comments Download
M runtime/bin/thread_win.cc View 3 chunks +5 lines, -9 lines 0 comments Download
M runtime/bin/utils.h View 1 chunk +1 line, -6 lines 0 comments Download
M runtime/bin/utils_android.cc View 3 chunks +16 lines, -13 lines 0 comments Download
M runtime/bin/utils_fuchsia.cc View 3 chunks +15 lines, -12 lines 0 comments Download
M runtime/bin/utils_linux.cc View 3 chunks +16 lines, -13 lines 0 comments Download
M runtime/bin/utils_macos.cc View 3 chunks +21 lines, -17 lines 0 comments Download
M runtime/bin/utils_win.h View 2 chunks +3 lines, -5 lines 0 comments Download
M runtime/bin/utils_win.cc View 6 chunks +26 lines, -31 lines 0 comments Download
M runtime/bin/vmservice_dartium.h View 1 chunk +7 lines, -4 lines 0 comments Download
M runtime/bin/vmservice_dartium.cc View 4 chunks +12 lines, -18 lines 0 comments Download
M runtime/bin/vmservice_impl.h View 2 chunks +3 lines, -4 lines 0 comments Download
M runtime/bin/vmservice_impl.cc View 6 chunks +18 lines, -20 lines 0 comments Download

Messages

Total messages: 5 (2 generated)
zra
4 years, 1 month ago (2016-11-04 18:24:39 UTC) #2
Cutch
lgtm
4 years, 1 month ago (2016-11-04 18:28:53 UTC) #3
zra
4 years, 1 month ago (2016-11-04 19:31:01 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
479a97b129cc0011d7703ac736a891b8744cbd9c (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698