|
|
Chromium Code Reviews|
Created:
3 years, 6 months ago by tbansal1 Modified:
3 years, 6 months ago Reviewers:
mmenke CC:
chromium-reviews, blink-reviews, cbentzel+watch_chromium.org, blink-reviews-w3ctests_chromium.org, jkarlin+watch_chromium.org, net-reviews_chromium.org Target Ref:
refs/heads/master Project:
chromium Visibility:
Public. |
DescriptionRemove socket performance watcher factory from URL request context builder
BUG=704339, 731723
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_cronet_tester
Review-Url: https://codereview.chromium.org/2924163003
Cr-Commit-Position: refs/heads/master@{#478334}
Committed: https://chromium.googlesource.com/chromium/src/+/d8ef10af1a1f8f9adc05df7c796bd2944f2dfd3a
Patch Set 1 : ps #
Total comments: 4
Patch Set 2 : ps #
Messages
Total messages: 50 (44 generated)
Description was changed from ========== Separate out SPW BUG= ========== to ========== Separate out SPW BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_cronet_tester ==========
The CQ bit was checked by tbansal@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: android_cronet_tester on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_cron...)
The CQ bit was checked by tbansal@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds...) ios-simulator-xcode-clang on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator-xco...) mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_comp...)
The CQ bit was checked by tbansal@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: android_cronet on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_cron...)
The CQ bit was checked by tbansal@chromium.org to run a CQ dry run
Patchset #1 (id:1) has been deleted
Patchset #1 (id:20001) has been deleted
Patchset #1 (id:40001) has been deleted
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/bui...) mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_comp...)
Patchset #1 (id:60001) has been deleted
Description was changed from ========== Separate out SPW BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_cronet_tester ========== to ========== Remove socket performance watcher factory from URL request context builder BUG=704339 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_cronet_tester ==========
The CQ bit was checked by tbansal@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
Patchset #1 (id:80001) has been deleted
The CQ bit was checked by tbansal@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was checked by tbansal@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Patchset #2 (id:120001) has been deleted
Patchset #1 (id:100001) has been deleted
Description was changed from ========== Remove socket performance watcher factory from URL request context builder BUG=704339 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_cronet_tester ========== to ========== Remove socket performance watcher factory from URL request context builder BUG=704339, 731723 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_cronet_tester ==========
tbansal@chromium.org changed reviewers: + mmenke@chromium.org
mmenke: ptal. Thanks.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
https://codereview.chromium.org/2924163003/diff/140001/net/url_request/url_re... File net/url_request/url_request_context_builder.cc (right): https://codereview.chromium.org/2924163003/diff/140001/net/url_request/url_re... net/url_request/url_request_context_builder.cc:241: ->GetSocketPerformanceWatcherFactory(); The "session_context.socket_performance_watcher_factory =" line can be removed from profile_io_data now, too. https://codereview.chromium.org/2924163003/diff/140001/net/url_request/url_re... net/url_request/url_request_context_builder.cc:241: ->GetSocketPerformanceWatcherFactory(); Also, it looks like socket_performance_watcher_factory was not being hooked up to the system request context, but the NQE is. I assume that means this CL is fixing a bug?
ptal. Thanks. https://codereview.chromium.org/2924163003/diff/140001/net/url_request/url_re... File net/url_request/url_request_context_builder.cc (right): https://codereview.chromium.org/2924163003/diff/140001/net/url_request/url_re... net/url_request/url_request_context_builder.cc:241: ->GetSocketPerformanceWatcherFactory(); On 2017/06/09 16:32:13, mmenke wrote: > The "session_context.socket_performance_watcher_factory =" line can be removed > from profile_io_data now, too. Done. https://codereview.chromium.org/2924163003/diff/140001/net/url_request/url_re... net/url_request/url_request_context_builder.cc:241: ->GetSocketPerformanceWatcherFactory(); On 2017/06/09 16:32:13, mmenke wrote: > Also, it looks like socket_performance_watcher_factory was not being hooked up > to the system request context, but the NQE is. I assume that means this CL is > fixing a bug? Yes, for some contexts (e.g., off the record), SPWF was null while NQE was not. There was no reason to set NQE while keeping SPWF null.
Thanks! LGTM!
The CQ bit was checked by tbansal@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by tbansal@chromium.org
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
CQ is committing da patch.
Bot data: {"patchset_id": 160001, "attempt_start_ts": 1497031495416690,
"parent_rev": "2a94285989c6c2ccd5fe330cc7766596a2de5afe", "commit_rev":
"d8ef10af1a1f8f9adc05df7c796bd2944f2dfd3a"}
Message was sent while issue was closed.
Description was changed from ========== Remove socket performance watcher factory from URL request context builder BUG=704339, 731723 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_cronet_tester ========== to ========== Remove socket performance watcher factory from URL request context builder BUG=704339, 731723 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_cronet_tester Review-Url: https://codereview.chromium.org/2924163003 Cr-Commit-Position: refs/heads/master@{#478334} Committed: https://chromium.googlesource.com/chromium/src/+/d8ef10af1a1f8f9adc05df7c796b... ==========
Message was sent while issue was closed.
Committed patchset #2 (id:160001) as https://chromium.googlesource.com/chromium/src/+/d8ef10af1a1f8f9adc05df7c796b... |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
