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

Issue 2710023006: Move NetworkStateNotifier from core (and web) into platform/network (Closed)

Created:
3 years, 10 months ago by kinuko
Modified:
3 years, 9 months ago
Reviewers:
jkarlin, boliu, dcheng
CC:
chromium-reviews, eae+blinkwatch, fs, eric.carlson_apple.com, apavlov+blink_chromium.org, Srirama, kinuko+watch, rwlbuis, caseq+blink_chromium.org, blink-reviews-css, blink-reviews-html_chromium.org, blink-reviews-dom_chromium.org, dglazkov+blink, jkarlin+watch_chromium.org, devtools-reviews_chromium.org, blink-reviews, nessy, sof, Yoav Weiss, lushnikov+blink_chromium.org, feature-media-reviews_chromium.org, darktears, haraken, mlamouri+watch-blink_chromium.org, gasubic, pfeldman+blink_chromium.org, kozyatinskiy+blink_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move NetworkStateNotifier from core (and web) into platform/network BUG=691566 Review-Url: https://codereview.chromium.org/2710023006 Cr-Commit-Position: refs/heads/master@{#455376} Committed: https://chromium.googlesource.com/chromium/src/+/fbfee7609c1c5572f43622a4cbb0bd9313ccc8a1

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Total comments: 3

Patch Set 4 : . #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -1089 lines) Patch
M android_webview/renderer/aw_render_thread_observer.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_thread_impl.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M content/test/test_blink_web_unit_test_support.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/BUILD.gn View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/RemoteFontFaceSource.cpp View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/Document.cpp View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/NavigatorOnLine.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLMediaElement.cpp View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLMediaElementTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLVideoElementTest.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorApplicationCacheAgent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp View 1 2 3 4 4 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/loader/FrameFetchContext.cpp View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/page/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
D third_party/WebKit/Source/core/page/NetworkStateNotifier.h View 1 2 1 chunk +0 lines, -201 lines 0 comments Download
D third_party/WebKit/Source/core/page/NetworkStateNotifier.cpp View 1 chunk +0 lines, -266 lines 0 comments Download
D third_party/WebKit/Source/core/page/NetworkStateNotifierTest.cpp View 1 chunk +0 lines, -464 lines 0 comments Download
M third_party/WebKit/Source/core/testing/Internals.cpp View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/netinfo/NetworkInformation.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/netinfo/NetworkInformation.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/BUILD.gn View 1 2 3 4 3 chunks +4 lines, -0 lines 0 comments Download
A + third_party/WebKit/Source/platform/exported/WebNetworkStateNotifier.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/platform/network/NetworkStateNotifier.h View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
A + third_party/WebKit/Source/platform/network/NetworkStateNotifier.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/network/NetworkStateNotifierTest.cpp View 1 2 3 19 chunks +56 lines, -27 lines 0 comments Download
M third_party/WebKit/Source/web/BUILD.gn View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebNetworkStateNotifier.cpp View 1 1 chunk +0 lines, -46 lines 0 comments Download
M third_party/WebKit/public/BUILD.gn View 1 2 2 chunks +1 line, -1 line 0 comments Download
A + third_party/WebKit/public/platform/WebNetworkStateNotifier.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
D third_party/WebKit/public/web/WebNetworkStateNotifier.h View 1 1 chunk +0 lines, -51 lines 0 comments Download

Messages

Total messages: 42 (26 generated)
kinuko
Hopefully the last change in this series, mostly mechanical only. PTL jkarlin@: owner review boliu@: ...
3 years, 9 months ago (2017-03-06 06:34:30 UTC) #13
sof
https://codereview.chromium.org/2710023006/diff/40001/third_party/WebKit/Source/platform/network/NetworkStateNotifierTest.cpp File third_party/WebKit/Source/platform/network/NetworkStateNotifierTest.cpp (right): https://codereview.chromium.org/2710023006/diff/40001/third_party/WebKit/Source/platform/network/NetworkStateNotifierTest.cpp#newcode298 third_party/WebKit/Source/platform/network/NetworkStateNotifierTest.cpp:298: m_notifier.removeConnectionObserver(&observer2, getTaskRunner()); getTaskRunner2()
3 years, 9 months ago (2017-03-06 06:43:03 UTC) #14
sof
https://codereview.chromium.org/2710023006/diff/40001/third_party/WebKit/Source/platform/network/NetworkStateNotifierTest.cpp File third_party/WebKit/Source/platform/network/NetworkStateNotifierTest.cpp (right): https://codereview.chromium.org/2710023006/diff/40001/third_party/WebKit/Source/platform/network/NetworkStateNotifierTest.cpp#newcode298 third_party/WebKit/Source/platform/network/NetworkStateNotifierTest.cpp:298: m_notifier.removeConnectionObserver(&observer2, getTaskRunner()); On 2017/03/06 06:43:03, sof wrote: > getTaskRunner2() ...
3 years, 9 months ago (2017-03-06 06:53:21 UTC) #15
kinuko
On 2017/03/06 06:53:21, sof wrote: > https://codereview.chromium.org/2710023006/diff/40001/third_party/WebKit/Source/platform/network/NetworkStateNotifierTest.cpp > File third_party/WebKit/Source/platform/network/NetworkStateNotifierTest.cpp > (right): > > https://codereview.chromium.org/2710023006/diff/40001/third_party/WebKit/Source/platform/network/NetworkStateNotifierTest.cpp#newcode298 ...
3 years, 9 months ago (2017-03-06 06:56:22 UTC) #16
kinuko
https://codereview.chromium.org/2710023006/diff/40001/third_party/WebKit/Source/platform/network/NetworkStateNotifierTest.cpp File third_party/WebKit/Source/platform/network/NetworkStateNotifierTest.cpp (right): https://codereview.chromium.org/2710023006/diff/40001/third_party/WebKit/Source/platform/network/NetworkStateNotifierTest.cpp#newcode298 third_party/WebKit/Source/platform/network/NetworkStateNotifierTest.cpp:298: m_notifier.removeConnectionObserver(&observer2, getTaskRunner()); On 2017/03/06 06:43:03, sof wrote: > getTaskRunner2() ...
3 years, 9 months ago (2017-03-06 07:39:02 UTC) #17
jkarlin
lgtm!
3 years, 9 months ago (2017-03-06 15:52:02 UTC) #22
boliu
lgtm
3 years, 9 months ago (2017-03-06 17:11:58 UTC) #23
dcheng
lgtm
3 years, 9 months ago (2017-03-06 21:57:52 UTC) #24
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/2710023006/60001
3 years, 9 months ago (2017-03-07 04:51:25 UTC) #26
commit-bot: I haz the power
Failed to apply patch for third_party/WebKit/Source/core/css/RemoteFontFaceSource.cpp: While running git apply --index -p1; error: patch failed: ...
3 years, 9 months ago (2017-03-07 04:55:56 UTC) #28
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/2710023006/80001
3 years, 9 months ago (2017-03-07 06:28:58 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/379298)
3 years, 9 months ago (2017-03-07 08:03:05 UTC) #33
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/2710023006/80001
3 years, 9 months ago (2017-03-07 08:35:17 UTC) #35
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/379399)
3 years, 9 months ago (2017-03-07 10:36:26 UTC) #37
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/2710023006/80001
3 years, 9 months ago (2017-03-08 01:41:23 UTC) #39
commit-bot: I haz the power
3 years, 9 months ago (2017-03-08 04:01:54 UTC) #42
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/fbfee7609c1c5572f43622a4cbb0...

Powered by Google App Engine
This is Rietveld 408576698