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

Issue 3390026: net: Append base:: in the StringPrintf calls. (Closed)

Created:
10 years, 3 months ago by tfarina
Modified:
9 years, 7 months ago
Reviewers:
brettw, eroman
CC:
chromium-reviews, pam+watch_chromium.org, cbentzel+watch_chromium.org, darin-cc_chromium.org, Randy Smith (Not in Mondays), Paweł Hajdan Jr.
Base URL:
http://src.chromium.org/git/chromium.git
Visibility:
Public.

Description

net: Append base:: in the StringPrintf calls. (Note: This is a TODO in string_util.h) BUG=None TEST=trybots Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=60555

Patch Set 1 #

Patch Set 2 : fix tabs #

Total comments: 1

Patch Set 3 : fix sort issue problem #

Total comments: 3

Patch Set 4 : remove sort-headers from cl #

Patch Set 5 : fix typo #

Patch Set 6 : fix include order #

Unified diffs Side-by-side diffs Delta from patch set Stats (+361 lines, -285 lines) Patch
M net/base/cookie_monster.cc View 1 2 4 chunks +21 lines, -18 lines 0 comments Download
M net/base/cookie_monster_perftest.cc View 1 2 6 chunks +11 lines, -9 lines 0 comments Download
M net/base/cookie_monster_unittest.cc View 1 2 5 chunks +6 lines, -5 lines 0 comments Download
M net/base/escape_unittest.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M net/base/host_cache_unittest.cc View 1 2 4 chunks +5 lines, -4 lines 0 comments Download
M net/base/host_port_pair.cc View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M net/base/host_resolver_impl_unittest.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M net/base/net_util.cc View 1 2 3 4 5 3 chunks +7 lines, -5 lines 0 comments Download
M net/base/net_util_unittest.cc View 1 2 4 chunks +9 lines, -6 lines 0 comments Download
M net/base/pem_tokenizer.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M net/disk_cache/backend_impl.cc View 1 2 7 chunks +13 lines, -10 lines 0 comments Download
M net/disk_cache/backend_unittest.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M net/disk_cache/block_files.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M net/disk_cache/sparse_control.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M net/disk_cache/stats.cc View 1 2 3 chunks +5 lines, -4 lines 0 comments Download
M net/ftp/ftp_directory_listing_buffer_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/ftp/ftp_directory_listing_parser_ls_unittest.cc View 1 2 3 chunks +4 lines, -2 lines 0 comments Download
M net/ftp/ftp_directory_listing_parser_mlsd_unittest.cc View 1 2 3 chunks +4 lines, -2 lines 0 comments Download
M net/ftp/ftp_directory_listing_parser_netware_unittest.cc View 1 2 3 chunks +4 lines, -2 lines 0 comments Download
M net/ftp/ftp_directory_listing_parser_vms_unittest.cc View 1 2 3 chunks +4 lines, -2 lines 0 comments Download
M net/ftp/ftp_directory_listing_parser_windows_unittest.cc View 1 2 3 chunks +4 lines, -2 lines 0 comments Download
M net/ftp/ftp_util_unittest.cc View 1 2 4 chunks +8 lines, -7 lines 0 comments Download
M net/http/http_auth_cache_unittest.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M net/http/http_auth_gssapi_posix.cc View 1 2 9 chunks +42 lines, -40 lines 0 comments Download
M net/http/http_auth_handler.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M net/http/http_auth_handler_digest.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M net/http/http_auth_handler_negotiate.cc View 1 2 2 chunks +5 lines, -3 lines 0 comments Download
M net/http/http_cache.cc View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M net/http/http_cache_unittest.cc View 1 2 4 chunks +7 lines, -5 lines 0 comments Download
M net/http/http_net_log_params.h View 3 chunks +6 lines, -4 lines 0 comments Download
M net/http/http_network_transaction.cc View 1 2 4 chunks +9 lines, -6 lines 0 comments Download
M net/http/http_proxy_client_socket.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M net/http/http_stream_request.cc View 1 2 4 chunks +6 lines, -5 lines 0 comments Download
M net/http/http_transaction_unittest.h View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M net/http/mock_gssapi_library_posix.cc View 1 2 3 4 2 chunks +4 lines, -3 lines 0 comments Download
M net/http/partial_data.cc View 1 2 4 chunks +11 lines, -9 lines 0 comments Download
M net/ocsp/nss_ocsp.cc View 1 2 3 chunks +8 lines, -7 lines 0 comments Download
M net/proxy/multi_threaded_proxy_resolver.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M net/proxy/multi_threaded_proxy_resolver_unittest.cc View 1 2 3 chunks +5 lines, -4 lines 0 comments Download
M net/proxy/proxy_bypass_rules_unittest.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M net/proxy/proxy_config_service_linux_unittest.cc View 1 2 5 chunks +8 lines, -7 lines 0 comments Download
M net/proxy/proxy_resolver_v8_unittest.cc View 1 2 3 chunks +3 lines, -2 lines 0 comments Download
M net/server/http_listen_socket.cc View 1 2 4 chunks +22 lines, -21 lines 0 comments Download
M net/socket/client_socket_pool_base_unittest.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M net/socket/ssl_client_socket_nss.cc View 1 2 3 chunks +5 lines, -4 lines 0 comments Download
M net/socket_stream/socket_stream.cc View 1 2 3 chunks +3 lines, -2 lines 0 comments Download
M net/spdy/spdy_session.cc View 1 2 3 chunks +5 lines, -5 lines 0 comments Download
M net/tools/dump_cache/dump_cache.cc View 1 2 3 chunks +4 lines, -3 lines 0 comments Download
M net/tools/dump_cache/url_to_filename_encoder_unittest.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M net/tools/dump_cache/url_utilities_unittest.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M net/tools/hresolv/hresolv.cc View 1 chunk +21 lines, -21 lines 0 comments Download
M net/url_request/url_request_unittest.cc View 1 2 5 chunks +10 lines, -8 lines 0 comments Download
M net/websockets/websocket_handshake.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M net/websockets/websocket_handshake_unittest.cc View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M net/websockets/websocket_net_log_params.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M net/websockets/websocket_throttle.cc View 1 2 2 chunks +13 lines, -11 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
tfarina
10 years, 3 months ago (2010-09-24 19:27:26 UTC) #1
eroman
LGTM Thanks for converting all of those! http://codereview.chromium.org/3390026/diff/5001/6003 File net/base/cookie_monster_unittest.cc (right): http://codereview.chromium.org/3390026/diff/5001/6003#newcode13 net/base/cookie_monster_unittest.cc:13: #include "base/stringprintf.h" ...
10 years, 3 months ago (2010-09-24 21:31:25 UTC) #2
tfarina
On 2010/09/24 21:31:25, eroman wrote: > LGTM > > Thanks for converting all of those! ...
10 years, 3 months ago (2010-09-24 22:26:20 UTC) #3
eroman
LGTM
10 years, 3 months ago (2010-09-24 22:29:42 UTC) #4
eroman
http://codereview.chromium.org/3390026/diff/11001/12057 File tools/sort-headers.py (right): http://codereview.chromium.org/3390026/diff/11001/12057#newcode83 tools/sort-headers.py:83: #if YesNo('Use new file (y/N)?'): Please remove this from ...
10 years, 3 months ago (2010-09-24 22:31:37 UTC) #5
tfarina
http://codereview.chromium.org/3390026/diff/11001/12057 File tools/sort-headers.py (right): http://codereview.chromium.org/3390026/diff/11001/12057#newcode83 tools/sort-headers.py:83: #if YesNo('Use new file (y/N)?'): On 2010/09/24 22:31:37, eroman ...
10 years, 3 months ago (2010-09-24 22:33:32 UTC) #6
tfarina
http://codereview.chromium.org/3390026/diff/11001/12057 File tools/sort-headers.py (right): http://codereview.chromium.org/3390026/diff/11001/12057#newcode83 tools/sort-headers.py:83: #if YesNo('Use new file (y/N)?'): On 2010/09/24 22:31:37, eroman ...
10 years, 3 months ago (2010-09-24 22:38:43 UTC) #7
eroman
10 years, 3 months ago (2010-09-24 22:42:46 UTC) #8
lgtm

Powered by Google App Engine
This is Rietveld 408576698