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

Issue 1897033002: Reland 'Convert //net and //chromecast to std::unordered_*' (Closed)

Created:
4 years, 8 months ago by davidben
Modified:
4 years, 8 months ago
CC:
chromium-reviews, lcwu+watch_chromium.org, cbentzel+watch_chromium.org, halliwell+watch_chromium.org, gavinp+disk_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Reland 'Convert //net and //chromecast to std::unordered_*' Relanded with a fix to TestDownloadRequestHandler. > Do //chromecast at the same time as //net since there aren't many > uses in //chromecast and one needs to be changed to mirror a //net > API change. > > Review URL: https://codereview.chromium.org/1869503003 > > Cr-Commit-Position: refs/heads/master@{#386485} TBR=lcwu@chromium.org,mmenke@chromium.org BUG=576864, 554287 Committed: https://crrev.com/1e912eaa1a32f9882be02f12244ec952b67f9505 Cr-Commit-Position: refs/heads/master@{#388545}

Patch Set 1 : copy of original CL, rebased #

Patch Set 2 : fix TestDownloadRequestHandler #

Unified diffs Side-by-side diffs Delta from patch set Stats (+144 lines, -193 lines) Patch
M chromecast/base/device_capabilities_impl.h View 2 chunks +4 lines, -3 lines 0 comments Download
M chromecast/base/device_capabilities_impl.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M chromecast/common/cast_resource_delegate.h View 2 chunks +2 lines, -1 line 0 comments Download
M chromecast/net/net_util_cast.h View 1 chunk +2 lines, -3 lines 0 comments Download
M chromecast/net/net_util_cast.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/public/test/test_download_request_handler.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/android/network_change_notifier_android.cc View 2 chunks +3 lines, -1 line 0 comments Download
M net/base/address_tracker_linux.h View 4 chunks +9 lines, -8 lines 0 comments Download
M net/base/address_tracker_linux.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M net/base/address_tracker_linux_unittest.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M net/base/mime_util.cc View 6 chunks +9 lines, -8 lines 0 comments Download
M net/base/network_change_notifier.cc View 2 chunks +2 lines, -1 line 0 comments Download
M net/base/network_change_notifier_linux.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/base/network_change_notifier_linux.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M net/base/network_interfaces_linux.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/base/network_interfaces_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/network_interfaces_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M net/base/platform_mime_util.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/base/platform_mime_util_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/platform_mime_util_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M net/base/platform_mime_util_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/priority_queue.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/cert/crl_set.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/cert/crl_set.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/blockfile/backend_impl.h View 2 chunks +3 lines, -2 lines 0 comments Download
M net/disk_cache/blockfile/backend_impl_v3.h View 2 chunks +3 lines, -2 lines 0 comments Download
M net/disk_cache/blockfile/backend_worker_v3.h View 1 chunk +0 lines, -1 line 0 comments Download
M net/disk_cache/memory/mem_backend_impl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/disk_cache/memory/mem_entry_impl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/disk_cache/simple/simple_backend_impl.h View 3 chunks +6 lines, -5 lines 0 comments Download
M net/disk_cache/simple/simple_backend_impl.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M net/disk_cache/simple/simple_index.h View 3 chunks +4 lines, -3 lines 0 comments Download
M net/disk_cache/simple/simple_index.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/disk_cache/simple/simple_index_file.h View 1 chunk +0 lines, -1 line 0 comments Download
M net/dns/dns_hosts.h View 2 chunks +6 lines, -18 lines 0 comments Download
M net/http/http_cache.h View 2 chunks +5 lines, -5 lines 0 comments Download
M net/http/http_response_headers.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/http/http_response_headers.cc View 2 chunks +2 lines, -1 line 0 comments Download
M net/http/http_server_properties_impl_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M net/http/http_transaction_test_util.cc View 2 chunks +3 lines, -1 line 0 comments Download
M net/http/mock_http_cache.h View 2 chunks +3 lines, -2 lines 0 comments Download
M net/spdy/http2_write_scheduler.h View 1 chunk +0 lines, -1 line 0 comments Download
M net/spdy/write_blocked_list.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/tools/balsa/balsa_headers.cc View 2 chunks +6 lines, -9 lines 0 comments Download
M net/tools/balsa/string_piece_utils.h View 2 chunks +0 lines, -43 lines 0 comments Download
M net/tools/epoll_server/epoll_server.h View 5 chunks +5 lines, -4 lines 0 comments Download
M net/tools/net_watcher/net_watcher.cc View 2 chunks +2 lines, -1 line 0 comments Download
M net/tools/quic/quic_dispatcher.h View 1 chunk +0 lines, -1 line 0 comments Download
M net/tools/quic/quic_in_memory_cache.h View 1 chunk +0 lines, -1 line 0 comments Download
M net/tools/quic/quic_server_session_base.h View 1 chunk +0 lines, -1 line 0 comments Download
M net/tools/quic/quic_simple_server_session.h View 1 chunk +0 lines, -1 line 0 comments Download
M net/tools/quic/test_tools/mock_epoll_server.h View 3 chunks +5 lines, -2 lines 0 comments Download
M net/url_request/url_request_filter.h View 2 chunks +2 lines, -4 lines 0 comments Download
M net/url_request/url_request_filter.cc View 3 chunks +4 lines, -5 lines 0 comments Download
M net/websockets/websocket_basic_handshake_stream.cc View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 15 (6 generated)
davidben
sky for content/public/test/test_download_request_handler.cc TBR mmenke and lcwu since, modulo a rebase and the file sky ...
4 years, 8 months ago (2016-04-18 20:08:47 UTC) #3
mmenke
On 2016/04/18 20:08:47, davidben wrote: > sky for content/public/test/test_download_request_handler.cc > > TBR mmenke and lcwu ...
4 years, 8 months ago (2016-04-18 20:31:48 UTC) #4
davidben
On 2016/04/18 20:31:48, mmenke wrote: > On 2016/04/18 20:08:47, davidben wrote: > > sky for ...
4 years, 8 months ago (2016-04-18 20:35:57 UTC) #5
halliwell
On 2016/04/18 20:35:57, davidben wrote: > On 2016/04/18 20:31:48, mmenke wrote: > > On 2016/04/18 ...
4 years, 8 months ago (2016-04-19 01:26:54 UTC) #6
davidben
+creis for content
4 years, 8 months ago (2016-04-20 02:35:22 UTC) #8
Charlie Reis
Ok, content/ LGTM.
4 years, 8 months ago (2016-04-20 16:51:43 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1897033002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1897033002/20001
4 years, 8 months ago (2016-04-20 17:05:51 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 8 months ago (2016-04-20 19:17:21 UTC) #13
commit-bot: I haz the power
4 years, 8 months ago (2016-04-22 19:25:17 UTC) #15
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/1e912eaa1a32f9882be02f12244ec952b67f9505
Cr-Commit-Position: refs/heads/master@{#388545}

Powered by Google App Engine
This is Rietveld 408576698