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

Issue 1800003: Auto-format style pass over files. (Closed)

Created:
10 years, 8 months ago by cbentzel
Modified:
9 years, 7 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Auto-format style pass over files. This is a refactor (actually reformat) only - no behavior change in place. BUG=NONE TEST=net_unittests.exe Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=46349

Patch Set 1 #

Total comments: 17

Patch Set 2 : Merge with trunk #

Patch Set 3 : 80 char line fixes. #

Patch Set 4 : Remove trailing whitespace. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+210 lines, -199 lines) Patch
M net/http/http_auth_cache.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M net/http/http_auth_handler_basic_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M net/http/http_auth_handler_digest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_auth_handler_digest_unittest.cc View 1 2 2 chunks +6 lines, -3 lines 0 comments Download
M net/http/http_auth_handler_ntlm_portable.cc View 1 2 1 chunk +6 lines, -7 lines 0 comments Download
M net/http/http_auth_handler_ntlm_win.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M net/http/http_auth_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M net/http/http_byte_range.cc View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
M net/http/http_cache.cc View 1 2 3 3 chunks +4 lines, -3 lines 0 comments Download
M net/http/http_cache_transaction.h View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_cache_transaction.cc View 1 6 chunks +8 lines, -8 lines 0 comments Download
M net/http/http_cache_unittest.cc View 1 2 8 chunks +16 lines, -16 lines 0 comments Download
M net/http/http_chunked_decoder.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M net/http/http_network_transaction.cc View 1 2 3 14 chunks +34 lines, -32 lines 0 comments Download
M net/http/http_network_transaction_unittest.cc View 1 2 3 9 chunks +12 lines, -10 lines 0 comments Download
M net/http/http_response_headers.cc View 1 2 3 chunks +7 lines, -6 lines 0 comments Download
M net/http/http_response_headers_unittest.cc View 6 chunks +43 lines, -43 lines 0 comments Download
M net/http/http_stream_parser.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M net/http/http_transaction_unittest.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M net/http/http_transaction_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_util.h View 1 chunk +8 lines, -8 lines 0 comments Download
M net/http/http_util.cc View 1 2 3 chunks +15 lines, -14 lines 0 comments Download
M net/http/http_util_unittest.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M net/http/partial_data.cc View 1 2 3 chunks +6 lines, -4 lines 0 comments Download
M net/http/url_security_manager.h View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
cbentzel
So, this is a bit of a strange review. I wrote a quick batch script ...
10 years, 8 months ago (2010-04-28 16:13:12 UTC) #1
willchan no longer on Chromium
I got a bit tired reading through it. I think the false positive rate is ...
10 years, 8 months ago (2010-04-28 19:27:47 UTC) #2
wtc
Chris, I didn't read the entire CL. Feel free to check in the changes that ...
10 years, 8 months ago (2010-04-28 22:39:57 UTC) #3
cbentzel
Thanks for looking. I can fix the 80-char line issues manually, and re-running the script ...
10 years, 7 months ago (2010-04-29 13:53:41 UTC) #4
eroman
10 years, 7 months ago (2010-04-29 19:11:13 UTC) #5
> I really wish google-c-style.el, cpplint.py, and the vim module agreed on
> indentation rules. I was hoping we could avoid spending any developer time
> on reviewing and fixing indentation and formatting issues.

+1000000000

It is absolutely absurd how much of each review session we spend on triviality
like indentation, whose detection and fixing should be 100% automated.

Powered by Google App Engine
This is Rietveld 408576698