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

Issue 2944313003: Remove the dependence on BrowserThread::FILE for (Closed)

Created:
3 years, 6 months ago by eroman
Modified:
3 years, 6 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, net-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove the dependence on BrowserThread::FILE for ProxyConfigServiceLinux. BUG=689520 TBR=jochen@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_cronet_tester Review-Url: https://codereview.chromium.org/2944313003 Cr-Commit-Position: refs/heads/master@{#481691} Committed: https://chromium.googlesource.com/chromium/src/+/0070d4146866230c1a5599be3444794ee72d47ae

Patch Set 1 #

Patch Set 2 : more files #

Patch Set 3 : rebase, sigh #

Patch Set 4 : hopefully compiles now #

Patch Set 5 : sigh rebase #

Patch Set 6 : headless rage #

Patch Set 7 : weeee #

Total comments: 5

Patch Set 8 : address mmenke's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -126 lines) Patch
M android_webview/browser/aw_browser_context.cc View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/net/proxy_service_factory.cc View 1 2 3 4 5 6 1 chunk +1 line, -5 lines 0 comments Download
M chrome/service/net/service_url_request_context_getter.cc View 1 2 3 4 5 6 1 chunk +1 line, -2 lines 0 comments Download
M components/cronet/android/cronet_url_request_context_adapter.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M components/proxy_config/ios/proxy_service_factory.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M content/shell/browser/shell_url_request_context_getter.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/shell/browser/shell_url_request_context_getter.cc View 1 2 3 2 chunks +1 line, -3 lines 0 comments Download
M headless/lib/browser/headless_url_request_context_getter.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ios/crnet/crnet_environment.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_config_service_linux.h View 1 2 3 4 5 6 7 8 chunks +26 lines, -27 lines 0 comments Download
M net/proxy/proxy_config_service_linux.cc View 1 2 3 4 37 chunks +60 lines, -59 lines 0 comments Download
M net/proxy/proxy_config_service_linux_unittest.cc View 1 2 3 4 4 chunks +4 lines, -7 lines 0 comments Download
M net/proxy/proxy_service.h View 1 chunk +1 line, -2 lines 0 comments Download
M net/proxy/proxy_service.cc View 2 chunks +5 lines, -6 lines 0 comments Download
M net/tools/net_watcher/net_watcher.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_context_builder.cc View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M remoting/base/url_request_context_getter.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 60 (47 generated)
eroman
... there are more refactors that can be done here, but I want to target ...
3 years, 6 months ago (2017-06-22 00:13:09 UTC) #29
mmenke
Looks great, LGTM! https://codereview.chromium.org/2944313003/diff/120001/net/proxy/proxy_config_service_linux.cc File net/proxy/proxy_config_service_linux.cc (right): https://codereview.chromium.org/2944313003/diff/120001/net/proxy/proxy_config_service_linux.cc#newcode517 net/proxy/proxy_config_service_linux.cc:517: scoped_refptr<base::SequencedTaskRunner> task_runner_; optional: Should we keep ...
3 years, 6 months ago (2017-06-22 18:07:06 UTC) #32
eroman
https://codereview.chromium.org/2944313003/diff/120001/net/proxy/proxy_config_service_linux.cc File net/proxy/proxy_config_service_linux.cc (right): https://codereview.chromium.org/2944313003/diff/120001/net/proxy/proxy_config_service_linux.cc#newcode517 net/proxy/proxy_config_service_linux.cc:517: scoped_refptr<base::SequencedTaskRunner> task_runner_; On 2017/06/22 18:07:06, mmenke wrote: > optional: ...
3 years, 6 months ago (2017-06-22 19:50:47 UTC) #34
mmenke
Still LGTM https://codereview.chromium.org/2944313003/diff/120001/net/proxy/proxy_config_service_linux.h File net/proxy/proxy_config_service_linux.h (right): https://codereview.chromium.org/2944313003/diff/120001/net/proxy/proxy_config_service_linux.h#newcode52 net/proxy/proxy_config_service_linux.h:52: // depending on the implementation. On 2017/06/22 ...
3 years, 6 months ago (2017-06-22 19:52:10 UTC) #36
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/2944313003/130001
3 years, 6 months ago (2017-06-22 19:56:46 UTC) #39
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/471360)
3 years, 6 months ago (2017-06-22 20:04:21 UTC) #41
eroman
TBR mkwst@chromium.org for the following files: content/shell/browser/layout_test/layout_test_browser_context.cc content/shell/browser/layout_test/layout_test_url_request_context_getter.cc content/shell/browser/layout_test/layout_test_url_request_context_getter.h content/shell/browser/shell_browser_context.cc content/shell/browser/shell_url_request_context_getter.cc content/shell/browser/shell_url_request_context_getter.h
3 years, 6 months ago (2017-06-22 20:06:42 UTC) #43
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/2944313003/130001
3 years, 6 months ago (2017-06-22 20:07:17 UTC) #45
eroman
Sorry @mkwst, please disregard my TBR request! (Updated wrong CL)
3 years, 6 months ago (2017-06-22 20:08:36 UTC) #47
eroman
TBR jochen for the following files: android_webview/browser/aw_browser_context.cc chrome/service/net/service_url_request_context_getter.cc components/cronet/android/cronet_url_request_context_adapter.cc components/proxy_config/ios/proxy_service_factory.cc content/shell/browser/shell_url_request_context_getter.cc content/shell/browser/shell_url_request_context_getter.h headless/lib/browser/headless_url_request_context_getter.cc ios/crnet/crnet_environment.mm remoting/base/url_request_context_getter.cc
3 years, 6 months ago (2017-06-22 20:09:43 UTC) #49
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/2944313003/130001
3 years, 6 months ago (2017-06-22 22:14:07 UTC) #55
eroman
TBR jochen for the following files: android_webview/browser/aw_browser_context.cc chrome/service/net/service_url_request_context_getter.cc components/cronet/android/cronet_url_request_context_adapter.cc components/proxy_config/ios/proxy_service_factory.cc content/shell/browser/shell_url_request_context_getter.cc content/shell/browser/shell_url_request_context_getter.h headless/lib/browser/headless_url_request_context_getter.cc ios/crnet/crnet_environment.mm remoting/base/url_request_context_getter.cc
3 years, 6 months ago (2017-06-22 22:18:02 UTC) #57
commit-bot: I haz the power
3 years, 6 months ago (2017-06-22 22:18:45 UTC) #60
Message was sent while issue was closed.
Committed patchset #8 (id:130001) as
https://chromium.googlesource.com/chromium/src/+/0070d4146866230c1a5599be3444...

Powered by Google App Engine
This is Rietveld 408576698