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

Issue 2165023005: Revert of Convert network hints to Mojo (Closed)

Created:
4 years, 5 months ago by tibell
Modified:
4 years, 5 months ago
CC:
chromium-reviews, qsr+mojo_chromium.org, droger+watchlist_chromium.org, viettrungluu+watch_chromium.org, blundell+watchlist_chromium.org, lcwu+watch_chromium.org, sdefresne+watchlist_chromium.org, jam, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin-cc_chromium.org, halliwell+watch_chromium.org, alokp+watch_chromium.org, darin (slow to review), ben+mojo_chromium.org, Pat Meenan
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Revert of Convert network hints to Mojo (patchset #15 id:280001 of https://codereview.chromium.org/2144533002/ ) Reason for revert: buildbot failure in Chromium GPU on GPU Win Builder, due to untracked gyp dependency Original issue's description: > Convert network hints to Mojo > > Committed: https://crrev.com/bfeea28401c9741b878f33b585dcef911ad03f7e > Cr-Commit-Position: refs/heads/master@{#406780} TBR=sammc@chromium.org,dcheng@chromium.org,juliatuttle@chromium.org,halliwell@chromium.org,sky@chromium.org,mbarbella@chromium.org,blundell@chromium.org,mbarbella@google.com # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Committed: https://crrev.com/4eb50d520c83ddbb89904b5a9dcc2eff69b3d560 Cr-Commit-Position: refs/heads/master@{#406789}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+343 lines, -467 lines) Patch
M chrome/browser/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 chunk +1 line, -8 lines 0 comments Download
M chrome/browser/renderer_host/chrome_render_message_filter.h View 4 chunks +3 lines, -12 lines 0 comments Download
M chrome/browser/renderer_host/chrome_render_message_filter.cc View 5 chunks +11 lines, -12 lines 0 comments Download
M chrome/chrome_browser.gypi View 2 chunks +0 lines, -3 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/renderer/chrome_render_thread_observer.h View 4 chunks +0 lines, -13 lines 0 comments Download
M chrome/renderer/chrome_render_thread_observer.cc View 3 chunks +1 line, -9 lines 0 comments Download
M chromecast/browser/cast_content_browser_client.h View 3 chunks +2 lines, -8 lines 0 comments Download
M chromecast/browser/cast_content_browser_client.cc View 4 chunks +11 lines, -18 lines 0 comments Download
M components/network_hints.gypi View 4 chunks +7 lines, -44 lines 0 comments Download
M components/network_hints/browser/BUILD.gn View 1 chunk +2 lines, -3 lines 0 comments Download
M components/network_hints/browser/DEPS View 1 chunk +0 lines, -1 line 0 comments Download
D components/network_hints/browser/network_hints_impl.h View 1 chunk +0 lines, -45 lines 0 comments Download
D components/network_hints/browser/network_hints_impl.cc View 1 chunk +0 lines, -86 lines 0 comments Download
A components/network_hints/browser/network_hints_message_filter.h View 1 chunk +40 lines, -0 lines 0 comments Download
A components/network_hints/browser/network_hints_message_filter.cc View 1 chunk +96 lines, -0 lines 0 comments Download
M components/network_hints/common/BUILD.gn View 1 chunk +8 lines, -0 lines 0 comments Download
A components/network_hints/common/network_hints_message_generator.h View 1 chunk +7 lines, -0 lines 0 comments Download
A components/network_hints/common/network_hints_message_generator.cc View 1 chunk +39 lines, -0 lines 0 comments Download
A components/network_hints/common/network_hints_messages.h View 1 chunk +50 lines, -0 lines 0 comments Download
A components/network_hints/common/network_hints_messages.cc View 1 chunk +43 lines, -0 lines 0 comments Download
D components/network_hints/public/cpp/BUILD.gn View 1 chunk +0 lines, -18 lines 0 comments Download
D components/network_hints/public/cpp/OWNERS View 1 chunk +0 lines, -4 lines 0 comments Download
D components/network_hints/public/cpp/network_hints.typemap View 1 chunk +0 lines, -16 lines 0 comments Download
D components/network_hints/public/cpp/network_hints_param_traits.h View 1 chunk +0 lines, -31 lines 0 comments Download
D components/network_hints/public/cpp/network_hints_param_traits.cc View 1 chunk +0 lines, -49 lines 0 comments Download
D components/network_hints/public/interfaces/BUILD.gn View 1 chunk +0 lines, -16 lines 0 comments Download
D components/network_hints/public/interfaces/OWNERS View 1 chunk +0 lines, -2 lines 0 comments Download
D components/network_hints/public/interfaces/network_hints.mojom View 1 chunk +0 lines, -22 lines 0 comments Download
M components/network_hints/renderer/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
M components/network_hints/renderer/DEPS View 1 chunk +0 lines, -2 lines 0 comments Download
M components/network_hints/renderer/renderer_dns_prefetch.h View 3 chunks +0 lines, -9 lines 0 comments Download
M components/network_hints/renderer/renderer_dns_prefetch.cc View 3 chunks +2 lines, -11 lines 0 comments Download
M components/network_hints/renderer/renderer_preconnect.h View 2 chunks +0 lines, -6 lines 0 comments Download
M components/network_hints/renderer/renderer_preconnect.cc View 2 chunks +3 lines, -12 lines 0 comments Download
M components/typemaps.gni View 1 chunk +0 lines, -1 line 0 comments Download
M ipc/ipc_message_start.h View 1 chunk +1 line, -0 lines 0 comments Download
M tools/ipc_fuzzer/fuzzer/fuzzer.cc View 1 chunk +9 lines, -0 lines 0 comments Download
D tools/ipc_fuzzer/message_lib/OWNERS View 1 chunk +0 lines, -2 lines 0 comments Download
M tools/ipc_fuzzer/message_lib/all_messages.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
tibell
Created Revert of Convert network hints to Mojo
4 years, 5 months ago (2016-07-21 06:41:40 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2165023005/1
4 years, 5 months ago (2016-07-21 06:41:52 UTC) #3
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
4 years, 5 months ago (2016-07-21 06:41:54 UTC) #5
tibell
On 2016/07/21 06:41:40, tibell wrote: > Created Revert of Convert network hints to Mojo Failure: ...
4 years, 5 months ago (2016-07-21 06:42:38 UTC) #6
Sam McNally
lgtm
4 years, 5 months ago (2016-07-21 06:43:19 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2165023005/1
4 years, 5 months ago (2016-07-21 06:43:35 UTC) #9
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 5 months ago (2016-07-21 06:44:43 UTC) #10
commit-bot: I haz the power
4 years, 5 months ago (2016-07-21 06:46:37 UTC) #12
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/4eb50d520c83ddbb89904b5a9dcc2eff69b3d560
Cr-Commit-Position: refs/heads/master@{#406789}

Powered by Google App Engine
This is Rietveld 408576698