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

Issue 2894863002: Rename TaskRunner::RunsTasksOnCurrentThread() in //net (Closed)

Created:
3 years, 7 months ago by Yeol Park
Modified:
3 years, 6 months ago
CC:
bnc+watch_chromium.org, cbentzel+watch_chromium.org, chromium-reviews, eroman, gavinp+disk_chromium.org, mac-reviews_chromium.org, mmenke, net-reviews_chromium.org, tbansal+watch-nqe_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Rename TaskRunner::RunsTasksOnCurrentThread() in //net renamed TaskRunner::RunsTasksOnCurrentThread() to TaskRunner::RunsTasksInCurrentSequence() in //net BUG=665062 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_cronet_tester Review-Url: https://codereview.chromium.org/2894863002 Cr-Commit-Position: refs/heads/master@{#476185} Committed: https://chromium.googlesource.com/chromium/src/+/aeac7780cf8392c00b9179fd09aed830fe9fbe22

Patch Set 1 #

Patch Set 2 : for Requirements #

Total comments: 24

Patch Set 3 : change function name #

Patch Set 4 : fixed build error #

Unified diffs Side-by-side diffs Delta from patch set Stats (+289 lines, -285 lines) Patch
M chrome/browser/net/nqe/ui_network_quality_estimator_service.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/profiles/profile_impl_io_data.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M components/cronet/android/cronet_url_request_context_adapter.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M ios/chrome/browser/browser_state/chrome_browser_state_impl_io_data.mm View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M net/base/directory_lister.h View 1 2 3 chunks +5 lines, -5 lines 0 comments Download
M net/base/directory_lister.cc View 1 2 6 chunks +8 lines, -8 lines 0 comments Download
M net/cert/cert_database_mac.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M net/cert_net/cert_net_fetcher_impl.cc View 1 2 7 chunks +12 lines, -12 lines 0 comments Download
M net/disk_cache/blockfile/backend_impl.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M net/disk_cache/blockfile/in_flight_backend_io.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M net/disk_cache/blockfile/in_flight_io.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M net/extras/sqlite/sqlite_channel_id_store.cc View 1 2 7 chunks +7 lines, -7 lines 0 comments Download
M net/extras/sqlite/sqlite_persistent_cookie_store.cc View 17 chunks +17 lines, -17 lines 0 comments Download
M net/http/http_server_properties_manager.h View 1 2 6 chunks +10 lines, -10 lines 0 comments Download
M net/http/http_server_properties_manager.cc View 1 2 16 chunks +70 lines, -68 lines 0 comments Download
M net/http/http_server_properties_manager_unittest.cc View 1 2 33 chunks +66 lines, -62 lines 0 comments Download
M net/http/transport_security_persister.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M net/log/file_net_log_observer.cc View 9 chunks +9 lines, -9 lines 0 comments Download
M net/nqe/network_qualities_prefs_manager.h View 1 2 3 chunks +4 lines, -3 lines 0 comments Download
M net/nqe/network_qualities_prefs_manager.cc View 1 2 3 chunks +9 lines, -9 lines 0 comments Download
M net/nqe/network_qualities_prefs_manager_unittest.cc View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M net/proxy/proxy_config_service_android.cc View 1 5 chunks +27 lines, -30 lines 0 comments Download
M net/ssl/channel_id_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/test_url_request_interceptor.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/url_request/url_fetcher_core.cc View 8 chunks +11 lines, -11 lines 0 comments Download
M net/url_request/url_fetcher_impl_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 24 (16 generated)
Yeol Park
I separated //net from patch codereview.chromium.org/2886403003. for the character and history of //net rsleevi@ Thank ...
3 years, 7 months ago (2017-05-22 04:08:41 UTC) #3
Ryan Sleevi
I'm not sure whether you want to go with On*TaskRunner or On*Sequence, but since you ...
3 years, 7 months ago (2017-05-22 17:22:14 UTC) #4
Yeol Park
Thank you for your feedback. :) https://codereview.chromium.org/2894863002/diff/20001/net/base/directory_lister.cc File net/base/directory_lister.cc (right): https://codereview.chromium.org/2894863002/diff/20001/net/base/directory_lister.cc#newcode106 net/base/directory_lister.cc:106: void DirectoryLister::Core::CancelOnOriginThread() { ...
3 years, 7 months ago (2017-05-23 05:26:33 UTC) #7
Yeol Park
https://codereview.chromium.org/2894863002/diff/20001/net/http/http_server_properties_manager.cc File net/http/http_server_properties_manager.cc (right): https://codereview.chromium.org/2894863002/diff/20001/net/http/http_server_properties_manager.cc#newcode812 net/http/http_server_properties_manager.cc:812: void HttpServerPropertiesManager::ScheduleUpdatePrefsOnNetworkThread( On 2017/05/22 17:22:13, Ryan Sleevi wrote: > ...
3 years, 7 months ago (2017-05-23 05:27:22 UTC) #8
Yeol Park
PTAL :) +jochen@ for chrome/*
3 years, 7 months ago (2017-05-23 05:28:43 UTC) #10
jochen (gone - plz use gerrit)
lgtm
3 years, 7 months ago (2017-05-23 11:08:39 UTC) #18
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/2894863002/60001
3 years, 6 months ago (2017-06-01 02:06:48 UTC) #21
commit-bot: I haz the power
3 years, 6 months ago (2017-06-01 04:11:29 UTC) #24
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/aeac7780cf8392c00b9179fd09ae...

Powered by Google App Engine
This is Rietveld 408576698