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

Issue 647883002: git cl format the final third of the net/base directory (Closed)

Created:
6 years, 2 months ago by jkarlin
Modified:
6 years ago
Reviewers:
mef
CC:
chromium-reviews, cbentzel+watch_chromium.org, eroman, jshin+watch_chromium.org, mmenke
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

git cl format the final third of the net/base directory This is the first step in formatting the net/ directory. How this CL was made: find . | egrep '(\.c|\.h|\.m|\.mm|\.cc|\.cp|\.cpp|\.c++|\.cxx|\.hpp|\.pro|\.protodevel|\.js)$' | tail -n 70 | xargs clang-format --style=chromium -i net/base/ CLs: https://codereview.chromium.org/642403002/ https://codereview.chromium.org/649763002/ * https://codereview.chromium.org/647883002/ BUG=422332

Patch Set 1 #

Total comments: 13
Unified diffs Side-by-side diffs Delta from patch set Stats (+1041 lines, -1087 lines) Patch
M net/base/address_family.h View 1 chunk +3 lines, -3 lines 0 comments Download
M net/base/address_list.cc View 3 chunks +8 lines, -4 lines 1 comment Download
M net/base/address_list_unittest.cc View 3 chunks +28 lines, -25 lines 1 comment Download
M net/base/auth.h View 2 chunks +3 lines, -3 lines 0 comments Download
M net/base/auth.cc View 2 chunks +2 lines, -4 lines 1 comment Download
M net/base/backoff_entry.cc View 3 chunks +7 lines, -7 lines 0 comments Download
M net/base/backoff_entry_unittest.cc View 6 chunks +21 lines, -26 lines 0 comments Download
M net/base/capturing_net_log.cc View 6 chunks +20 lines, -18 lines 0 comments Download
M net/base/chunked_upload_data_stream_unittest.cc View 3 chunks +6 lines, -9 lines 0 comments Download
M net/base/data_url.cc View 2 chunks +17 lines, -11 lines 1 comment Download
M net/base/dns_util_unittest.cc View 2 chunks +30 lines, -8 lines 0 comments Download
M net/base/elements_upload_data_stream.cc View 2 chunks +4 lines, -6 lines 0 comments Download
M net/base/expiring_cache_unittest.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M net/base/file_stream.h View 4 chunks +8 lines, -4 lines 0 comments Download
M net/base/file_stream_context_posix.cc View 1 chunk +1 line, -3 lines 0 comments Download
M net/base/file_stream_context_win.cc View 2 chunks +10 lines, -4 lines 0 comments Download
M net/base/filename_util.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/base/filename_util_unsafe.cc View 1 chunk +2 lines, -2 lines 1 comment Download
M net/base/hash_value.cc View 3 chunks +13 lines, -12 lines 0 comments Download
M net/base/host_mapping_rules.cc View 3 chunks +10 lines, -6 lines 1 comment Download
M net/base/host_port_pair.h View 1 chunk +5 lines, -15 lines 0 comments Download
M net/base/host_port_pair_unittest.cc View 2 chunks +10 lines, -10 lines 1 comment Download
M net/base/int128.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M net/base/io_buffer.cc View 6 chunks +12 lines, -21 lines 0 comments Download
M net/base/ip_endpoint.h View 1 chunk +4 lines, -4 lines 0 comments Download
M net/base/ip_endpoint_unittest.cc View 3 chunks +10 lines, -10 lines 1 comment Download
M net/base/ip_pattern_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M net/base/keygen_handler_openssl.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M net/base/linked_hash_map.h View 6 chunks +25 lines, -52 lines 0 comments Download
M net/base/load_states.h View 1 chunk +1 line, -1 line 0 comments Download
M net/base/load_timing_info.cc View 1 chunk +8 lines, -6 lines 1 comment Download
M net/base/mime_sniffer.h View 1 chunk +4 lines, -2 lines 0 comments Download
M net/base/mime_util.cc View 29 chunks +274 lines, -296 lines 0 comments Download
M net/base/net_errors.h View 1 chunk +1 line, -1 line 0 comments Download
M net/base/net_log.h View 4 chunks +5 lines, -5 lines 1 comment Download
M net/base/net_log_unittest.h View 7 chunks +23 lines, -27 lines 0 comments Download
M net/base/net_log_unittest.cc View 4 chunks +4 lines, -11 lines 0 comments Download
M net/base/net_string_util.h View 1 chunk +6 lines, -3 lines 0 comments Download
M net/base/net_string_util_icu_alternatives_android.cc View 5 chunks +15 lines, -11 lines 0 comments Download
M net/base/net_util_win.h View 4 chunks +27 lines, -21 lines 0 comments Download
M net/base/network_change_notifier.h View 2 chunks +5 lines, -6 lines 1 comment Download
M net/base/network_change_notifier_mac.h View 1 chunk +1 line, -1 line 0 comments Download
M net/base/network_change_notifier_mac.cc View 9 chunks +21 lines, -27 lines 0 comments Download
M net/base/network_change_notifier_win_unittest.cc View 3 chunks +7 lines, -7 lines 0 comments Download
M net/base/nss_memio.h View 4 chunks +13 lines, -11 lines 0 comments Download
M net/base/nss_memio.c View 6 chunks +307 lines, -323 lines 2 comments Download
M net/base/openssl_private_key_store.h View 1 chunk +2 lines, -2 lines 0 comments Download
M net/base/platform_mime_util_mac.mm View 3 chunks +6 lines, -5 lines 0 comments Download
M net/base/sdch_dictionary_fetcher_unittest.cc View 7 chunks +17 lines, -18 lines 0 comments Download
M net/base/static_cookie_policy.cc View 2 chunks +10 lines, -8 lines 0 comments Download
M net/base/test_completion_callback.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M net/base/test_completion_callback_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/base/upload_data_stream.h View 1 chunk +1 line, -2 lines 0 comments Download
M net/base/upload_file_element_reader_unittest.cc View 1 chunk +4 lines, -5 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
jkarlin
On 2014/10/10 19:35:12, jkarlin wrote: > mailto:jkarlin@chromium.org changed reviewers: > + mailto:mef@chromium.org Thanks!
6 years, 2 months ago (2014-10-10 19:35:25 UTC) #2
mef
Looks decent to me, but I'm pretty tolerant reviewer. I'd rope in pauljensen@ and mmenke@ ...
6 years, 2 months ago (2014-10-10 20:38:17 UTC) #3
jkarlin
My plan is to wait for the next clang-format roll, then I'll rebase, make reasonable ...
6 years, 1 month ago (2014-10-31 15:55:43 UTC) #4
jkarlin
6 years ago (2014-12-18 18:28:38 UTC) #5
Message was sent while issue was closed.
Closing as this is now out of date and we don't have immediate plans to format
all of net/

Powered by Google App Engine
This is Rietveld 408576698