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

Issue 2325763004: ProxyServer commandline flag for android webview (Closed)

Created:
4 years, 3 months ago by Nate Fischer
Modified:
4 years, 3 months ago
CC:
chromium-reviews, jam, cbentzel+watch_chromium.org, darin-cc_chromium.org, android-webview-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move ProxyServer commandline switch to content layer and add support for it in android_webview. BUG=639632 Committed: https://crrev.com/f544bdca1ead7127418455c5c0bb7e91a59cd153 Cr-Commit-Position: refs/heads/master@{#418424}

Patch Set 1 #

Patch Set 2 : Added commandline switch for ProxyServer to webview #

Total comments: 3

Patch Set 3 : Added commandline switch for ProxyServer to webview #

Patch Set 4 : Added commandline switch for ProxyServer to webview #

Patch Set 5 : ProxyServer commandline flag for android webview #

Patch Set 6 : ProxyServer commandline flag for android webview #

Total comments: 2

Patch Set 7 : ProxyServer commandline flag for android webview #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -2 lines) Patch
M android_webview/browser/net/aw_url_request_context_getter.cc View 1 2 3 4 5 6 2 chunks +11 lines, -2 lines 0 comments Download

Messages

Total messages: 38 (12 generated)
sgurun-gerrit only
is this ready for review? when ready please add reviewers (see the OWNERS file) and ...
4 years, 3 months ago (2016-09-09 21:38:37 UTC) #2
Nate Fischer
4 years, 3 months ago (2016-09-09 22:01:42 UTC) #4
hush (inactive)
https://codereview.chromium.org/2325763004/diff/20001/chrome/browser/net/proxy_browsertest.cc File chrome/browser/net/proxy_browsertest.cc (right): https://codereview.chromium.org/2325763004/diff/20001/chrome/browser/net/proxy_browsertest.cc#newcode24 chrome/browser/net/proxy_browsertest.cc:24: #include "content/public/common/content_switches.h" Except for this line, are the changes ...
4 years, 3 months ago (2016-09-09 22:24:16 UTC) #5
Nate Fischer
https://codereview.chromium.org/2325763004/diff/20001/chrome/browser/net/proxy_browsertest.cc File chrome/browser/net/proxy_browsertest.cc (right): https://codereview.chromium.org/2325763004/diff/20001/chrome/browser/net/proxy_browsertest.cc#newcode24 chrome/browser/net/proxy_browsertest.cc:24: #include "content/public/common/content_switches.h" On 2016/09/09 22:24:16, hush wrote: > Except ...
4 years, 3 months ago (2016-09-09 22:55:32 UTC) #6
Nate Fischer
4 years, 3 months ago (2016-09-09 22:55:36 UTC) #7
sgurun-gerrit only
On 2016/09/09 22:55:36, ntfschr1 wrote: can you please update the description to be more detailed, ...
4 years, 3 months ago (2016-09-12 17:41:37 UTC) #8
Nate Fischer
On 2016/09/12 17:41:37, sgurun wrote: > On 2016/09/09 22:55:36, ntfschr1 wrote: > > can you ...
4 years, 3 months ago (2016-09-12 21:47:47 UTC) #11
Bernhard Bauer
prefs/ LGTM.
4 years, 3 months ago (2016-09-13 08:21:28 UTC) #14
no sievers
content lgtm
4 years, 3 months ago (2016-09-13 17:31:52 UTC) #15
eroman
I am not convinced that content/ is the right place for this flag. It isn't ...
4 years, 3 months ago (2016-09-13 18:34:27 UTC) #16
no sievers
On 2016/09/13 18:34:27, eroman wrote: > I am not convinced that content/ is the right ...
4 years, 3 months ago (2016-09-13 18:38:57 UTC) #17
Nate Fischer
On 2016/09/13 18:38:57, sievers (slow) wrote: > On 2016/09/13 18:34:27, eroman wrote: > > I ...
4 years, 3 months ago (2016-09-13 18:44:42 UTC) #18
eroman
> That's a valid point. Actually it looks like it's only used in android webview ...
4 years, 3 months ago (2016-09-13 18:57:01 UTC) #19
sgurun-gerrit only
On 2016/09/13 18:57:01, eroman wrote: > > That's a valid point. Actually it looks like ...
4 years, 3 months ago (2016-09-13 19:01:00 UTC) #20
chromium-reviews
Ok, I'll update accordingly. Nate Fischer | Software Engineer | ntfschr@google.com | On Tue, Sep ...
4 years, 3 months ago (2016-09-13 19:01:46 UTC) #21
Nate Fischer
I've reverted the refactor, and just duplicated the flag definition in a local constant. sgurun@ ...
4 years, 3 months ago (2016-09-13 20:18:50 UTC) #22
eroman
LGTM after removing the static initializer. https://codereview.chromium.org/2325763004/diff/100001/android_webview/browser/net/aw_url_request_context_getter.cc File android_webview/browser/net/aw_url_request_context_getter.cc (right): https://codereview.chromium.org/2325763004/diff/100001/android_webview/browser/net/aw_url_request_context_getter.cc#newcode62 android_webview/browser/net/aw_url_request_context_getter.cc:62: const std::string kProxyServerSwitch ...
4 years, 3 months ago (2016-09-13 22:34:42 UTC) #23
sgurun-gerrit only
On 2016/09/13 22:34:42, eroman wrote: > LGTM after removing the static initializer. > > https://codereview.chromium.org/2325763004/diff/100001/android_webview/browser/net/aw_url_request_context_getter.cc ...
4 years, 3 months ago (2016-09-13 22:46:20 UTC) #24
Nate Fischer
https://codereview.chromium.org/2325763004/diff/100001/android_webview/browser/net/aw_url_request_context_getter.cc File android_webview/browser/net/aw_url_request_context_getter.cc (right): https://codereview.chromium.org/2325763004/diff/100001/android_webview/browser/net/aw_url_request_context_getter.cc#newcode62 android_webview/browser/net/aw_url_request_context_getter.cc:62: const std::string kProxyServerSwitch = "proxy-server"; On 2016/09/13 22:34:42, eroman ...
4 years, 3 months ago (2016-09-13 22:53:54 UTC) #25
eroman
patchset#7 LGTM. Is there an easy unit-test that could be added ? (I am fine ...
4 years, 3 months ago (2016-09-13 22:57:04 UTC) #26
Nate Fischer
On 2016/09/13 22:57:04, eroman wrote: > patchset#7 LGTM. > > Is there an easy unit-test ...
4 years, 3 months ago (2016-09-13 23:05:44 UTC) #27
Nate Fischer
On 2016/09/13 22:57:04, eroman wrote: > patchset#7 LGTM. > > Is there an easy unit-test ...
4 years, 3 months ago (2016-09-13 23:05:49 UTC) #28
sgurun-gerrit only
On 2016/09/13 23:05:49, Nate Fischer wrote: > On 2016/09/13 22:57:04, eroman wrote: > > patchset#7 ...
4 years, 3 months ago (2016-09-13 23:20:21 UTC) #29
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/2325763004/120001
4 years, 3 months ago (2016-09-13 23:23:01 UTC) #34
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 3 months ago (2016-09-14 00:06:22 UTC) #36
commit-bot: I haz the power
4 years, 3 months ago (2016-09-14 00:09:11 UTC) #38
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/f544bdca1ead7127418455c5c0bb7e91a59cd153
Cr-Commit-Position: refs/heads/master@{#418424}

Powered by Google App Engine
This is Rietveld 408576698