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

Issue 2693823003: Remove dependency from NetworkStateNotifier to ExecutionContext (Closed)

Created:
3 years, 10 months ago by kinuko
Modified:
3 years, 10 months ago
Reviewers:
jkarlin
CC:
chromium-reviews, blink-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove dependency from NetworkStateNotifier to ExecutionContext As a preparation to move NetworkStateNotifier into platform/network for better modularization. Also stop using ExecutionContextTask as it's deprecated now. BUG=691566 Review-Url: https://codereview.chromium.org/2693823003 Cr-Commit-Position: refs/heads/master@{#450934} Committed: https://chromium.googlesource.com/chromium/src/+/f1af3fdf3da1e6c1a9b60f747625c288de6f9451

Patch Set 1 #

Patch Set 2 : . #

Total comments: 3

Patch Set 3 : rename #

Patch Set 4 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -87 lines) Patch
M third_party/WebKit/Source/core/page/NetworkStateNotifier.h View 1 2 4 chunks +16 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/core/page/NetworkStateNotifier.cpp View 1 2 3 6 chunks +30 lines, -29 lines 0 comments Download
M third_party/WebKit/Source/core/page/NetworkStateNotifierTest.cpp View 1 18 chunks +42 lines, -38 lines 0 comments Download
M third_party/WebKit/Source/modules/netinfo/NetworkInformation.cpp View 1 2 chunks +7 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/netinfo/WorkerNavigatorNetworkInformation.h View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 29 (18 generated)
kinuko
This slightly changes the behavior but should be fine-- could you review?
3 years, 10 months ago (2017-02-14 11:35:26 UTC) #6
jkarlin
lgtm with nit, thanks! https://codereview.chromium.org/2693823003/diff/20001/third_party/WebKit/Source/core/page/NetworkStateNotifier.cpp File third_party/WebKit/Source/core/page/NetworkStateNotifier.cpp (right): https://codereview.chromium.org/2693823003/diff/20001/third_party/WebKit/Source/core/page/NetworkStateNotifier.cpp#newcode149 third_party/WebKit/Source/core/page/NetworkStateNotifier.cpp:149: MutexLocker locker(m_mutex); Phew. Thanks for ...
3 years, 10 months ago (2017-02-15 19:26:33 UTC) #9
kinuko
https://codereview.chromium.org/2693823003/diff/20001/third_party/WebKit/Source/core/page/NetworkStateNotifier.cpp File third_party/WebKit/Source/core/page/NetworkStateNotifier.cpp (right): https://codereview.chromium.org/2693823003/diff/20001/third_party/WebKit/Source/core/page/NetworkStateNotifier.cpp#newcode161 third_party/WebKit/Source/core/page/NetworkStateNotifier.cpp:161: void NetworkStateNotifier::notifyObserversOfConnectionChangeOnContext( On 2017/02/15 19:26:33, jkarlin wrote: > Please ...
3 years, 10 months ago (2017-02-16 03:55:00 UTC) #10
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/2693823003/40001
3 years, 10 months ago (2017-02-16 03:55:50 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_android on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/cast_shell_android/builds/212259)
3 years, 10 months ago (2017-02-16 04:08:06 UTC) #15
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/2693823003/60001
3 years, 10 months ago (2017-02-16 04:30:30 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) linux_chromium_chromeos_ozone_rel_ng on ...
3 years, 10 months ago (2017-02-16 06:33:43 UTC) #20
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/2693823003/60001
3 years, 10 months ago (2017-02-16 06:54:12 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/391481)
3 years, 10 months ago (2017-02-16 08:44:56 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/2693823003/60001
3 years, 10 months ago (2017-02-16 10:10:12 UTC) #26
commit-bot: I haz the power
3 years, 10 months ago (2017-02-16 11:43:12 UTC) #29
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/f1af3fdf3da1e6c1a9b60f747625...

Powered by Google App Engine
This is Rietveld 408576698