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

Issue 649763002: git cl format the second third of the net/base directory (Closed)

Created:
6 years, 2 months ago by jkarlin
Modified:
6 years ago
Reviewers:
davidben
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 second 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 141 | head -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: 26
Unified diffs Side-by-side diffs Delta from patch set Stats (+1882 lines, -1670 lines) Patch
M net/base/address_list.h View 2 chunks +3 lines, -6 lines 0 comments Download
M net/base/address_tracker_linux.h View 1 chunk +2 lines, -2 lines 0 comments Download
M net/base/address_tracker_linux.cc View 7 chunks +19 lines, -9 lines 2 comments Download
M net/base/bandwidth_metrics.h View 3 chunks +5 lines, -8 lines 1 comment Download
M net/base/connection_type_histograms.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M net/base/directory_lister.cc View 5 chunks +8 lines, -15 lines 0 comments Download
M net/base/directory_lister_unittest.cc View 7 chunks +10 lines, -18 lines 1 comment Download
M net/base/dns_reloader.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/base/dns_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/elements_upload_data_stream.h View 1 chunk +2 lines, -2 lines 0 comments Download
M net/base/elements_upload_data_stream_unittest.cc View 28 chunks +74 lines, -72 lines 0 comments Download
M net/base/file_stream.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/base/file_stream_context.h View 1 chunk +2 lines, -6 lines 0 comments Download
M net/base/file_stream_context.cc View 4 chunks +7 lines, -13 lines 0 comments Download
M net/base/int128.h View 8 chunks +56 lines, -46 lines 3 comments Download
M net/base/int128_unittest.cc View 5 chunks +4 lines, -5 lines 0 comments Download
M net/base/iovec.h View 1 chunk +2 lines, -2 lines 1 comment Download
M net/base/keygen_handler_nss.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M net/base/keygen_handler_unittest.cc View 2 chunks +17 lines, -17 lines 0 comments Download
M net/base/keygen_handler_win.cc View 8 chunks +49 lines, -24 lines 0 comments Download
M net/base/load_timing_info_test_util.h View 1 chunk +2 lines, -2 lines 1 comment Download
M net/base/mime_sniffer.cc View 23 chunks +277 lines, -246 lines 4 comments Download
M net/base/mime_sniffer_unittest.cc View 12 chunks +402 lines, -270 lines 4 comments Download
M net/base/net_log.cc View 10 chunks +22 lines, -24 lines 0 comments Download
M net/base/net_log_logger.cc View 3 chunks +12 lines, -10 lines 0 comments Download
M net/base/net_string_util_icu.cc View 3 chunks +18 lines, -11 lines 0 comments Download
M net/base/net_util.h View 11 chunks +38 lines, -33 lines 0 comments Download
M net/base/net_util_unittest.cc View 26 chunks +287 lines, -313 lines 6 comments Download
M net/base/net_util_win.cc View 9 chunks +24 lines, -19 lines 0 comments Download
M net/base/network_change_notifier.cc View 15 chunks +50 lines, -59 lines 2 comments Download
M net/base/network_change_notifier_linux.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M net/base/network_change_notifier_win.cc View 8 chunks +20 lines, -22 lines 0 comments Download
M net/base/network_config_watcher_mac.cc View 4 chunks +15 lines, -13 lines 0 comments Download
M net/base/network_delegate.h View 7 chunks +8 lines, -14 lines 0 comments Download
M net/base/network_delegate.cc View 5 chunks +21 lines, -25 lines 0 comments Download
M net/base/openssl_private_key_store_android.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M net/base/platform_mime_util_linux.cc View 2 chunks +19 lines, -19 lines 0 comments Download
M net/base/platform_mime_util_win.cc View 2 chunks +10 lines, -8 lines 0 comments Download
M net/base/prioritized_dispatcher_unittest.cc View 3 chunks +14 lines, -19 lines 0 comments Download
M net/base/priority_queue_unittest.cc View 3 chunks +7 lines, -7 lines 0 comments Download
M net/base/proxy_delegate.h View 3 chunks +3 lines, -7 lines 0 comments Download
M net/base/registry_controlled_domains/registry_controlled_domain.h View 2 chunks +3 lines, -2 lines 0 comments Download
M net/base/registry_controlled_domains/registry_controlled_domain.cc View 13 chunks +38 lines, -36 lines 0 comments Download
M net/base/registry_controlled_domains/registry_controlled_domain_unittest.cc View 5 chunks +229 lines, -176 lines 0 comments Download
M net/base/sdch_dictionary_fetcher.h View 1 chunk +3 lines, -4 lines 0 comments Download
M net/base/sdch_dictionary_fetcher.cc View 3 chunks +6 lines, -7 lines 0 comments Download
M net/base/test_completion_callback.h View 1 chunk +1 line, -1 line 0 comments Download
M net/base/test_data_stream.cc View 2 chunks +1 line, -2 lines 0 comments Download
M net/base/trace_net_log_observer.cc View 1 chunk +21 lines, -9 lines 1 comment Download
M net/base/trace_net_log_observer_unittest.cc View 1 chunk +2 lines, -6 lines 0 comments Download
M net/base/upload_bytes_element_reader.cc View 2 chunks +7 lines, -9 lines 0 comments Download
M net/base/url_util_unittest.cc View 2 chunks +42 lines, -32 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
jkarlin
On 2014/10/10 19:34:08, jkarlin wrote: > mailto:jkarlin@chromium.org changed reviewers: > + mailto:davidben@chromium.org Thanks David!
6 years, 2 months ago (2014-10-10 19:34:51 UTC) #2
davidben
Thanks for doing this! I've left comments on things we may want to file bugs ...
6 years, 2 months ago (2014-10-10 20:24:17 UTC) #3
jkarlin
https://codereview.chromium.org/649763002/diff/1/net/base/int128.h File net/base/int128.h (right): https://codereview.chromium.org/649763002/diff/1/net/base/int128.h#newcode179 net/base/int128.h:179: LOGIC128 (^) On 2014/10/10 20:24:15, David Benjamin wrote: > ...
6 years, 1 month ago (2014-10-31 00:46:30 UTC) #4
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:14 UTC) #5
jkarlin
6 years ago (2014-12-18 18:29:29 UTC) #6
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