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

Issue 1124083004: Add a field trial to enable out-of-process V8 pac. (Closed)

Created:
5 years, 7 months ago by Anand Mistry (off Chromium)
Modified:
5 years, 7 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, chrome-apps-syd-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add a field trial to enable out-of-process V8 pac. At the same time, add a "disable" flag as an escape hatch for when things go bad. BUG=467832 Committed: https://crrev.com/5cd812f68b855416889bace1169d0c5a52d8db5d Cr-Commit-Position: refs/heads/master@{#330175}

Patch Set 1 #

Patch Set 2 : Fix Android build and test. #

Total comments: 5

Patch Set 3 : Review comment. #

Total comments: 2

Patch Set 4 : Fix comment and rebase. #

Total comments: 2

Patch Set 5 : Address review comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -6 lines) Patch
M chrome/browser/about_flags.cc View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/net/proxy_service_factory.cc View 1 2 3 3 chunks +25 lines, -5 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 23 (7 generated)
Anand Mistry (off Chromium)
5 years, 7 months ago (2015-05-12 02:27:35 UTC) #2
eroman
https://codereview.chromium.org/1124083004/diff/20001/chrome/browser/net/proxy_service_factory.cc File chrome/browser/net/proxy_service_factory.cc (right): https://codereview.chromium.org/1124083004/diff/20001/chrome/browser/net/proxy_service_factory.cc#newcode124 chrome/browser/net/proxy_service_factory.cc:124: bool use_v8 = !command_line.HasSwitch(switches::kWinHttpProxyResolver); I think the presence of ...
5 years, 7 months ago (2015-05-12 05:21:41 UTC) #3
Anand Mistry (off Chromium)
https://codereview.chromium.org/1124083004/diff/20001/chrome/browser/net/proxy_service_factory.cc File chrome/browser/net/proxy_service_factory.cc (right): https://codereview.chromium.org/1124083004/diff/20001/chrome/browser/net/proxy_service_factory.cc#newcode124 chrome/browser/net/proxy_service_factory.cc:124: bool use_v8 = !command_line.HasSwitch(switches::kWinHttpProxyResolver); On 2015/05/12 05:21:40, eroman wrote: ...
5 years, 7 months ago (2015-05-12 07:16:04 UTC) #4
Anand Mistry (off Chromium)
Ping! I'd like to get this in by branch point, if possible.
5 years, 7 months ago (2015-05-13 22:25:33 UTC) #5
rkaplow
lgtm lgtm but you still want someone with OWNERS for histograms, asvitkine for ex.
5 years, 7 months ago (2015-05-14 14:15:48 UTC) #6
Anand Mistry (off Chromium)
asvitkine@chromium.org: For histograms.xml
5 years, 7 months ago (2015-05-14 21:32:34 UTC) #8
eroman
sorry was out sick, catching up on reviews ...
5 years, 7 months ago (2015-05-14 22:28:28 UTC) #9
eroman
lgtm https://codereview.chromium.org/1124083004/diff/20001/chrome/browser/net/proxy_service_factory.cc File chrome/browser/net/proxy_service_factory.cc (right): https://codereview.chromium.org/1124083004/diff/20001/chrome/browser/net/proxy_service_factory.cc#newcode124 chrome/browser/net/proxy_service_factory.cc:124: bool use_v8 = !command_line.HasSwitch(switches::kWinHttpProxyResolver); On 2015/05/12 07:16:04, Anand ...
5 years, 7 months ago (2015-05-14 22:31:29 UTC) #10
Anand Mistry (off Chromium)
https://codereview.chromium.org/1124083004/diff/40001/chrome/browser/net/proxy_service_factory.cc File chrome/browser/net/proxy_service_factory.cc (right): https://codereview.chromium.org/1124083004/diff/40001/chrome/browser/net/proxy_service_factory.cc#newcode165 chrome/browser/net/proxy_service_factory.cc:165: // In-process Mojo PAC can only be set on ...
5 years, 7 months ago (2015-05-14 23:23:38 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1124083004/60001
5 years, 7 months ago (2015-05-14 23:26:25 UTC) #14
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 7 months ago (2015-05-15 01:13:18 UTC) #16
Alexei Svitkine (slow)
lgtm % comment https://codereview.chromium.org/1124083004/diff/60001/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): https://codereview.chromium.org/1124083004/diff/60001/chrome/browser/about_flags.cc#newcode2346 chrome/browser/about_flags.cc:2346: MULTI_VALUE_TYPE(kV8PacChoices), Nit: Use ENABLE_DISABLE_VALUE_TYPE() instead.
5 years, 7 months ago (2015-05-15 14:33:42 UTC) #17
Anand Mistry (off Chromium)
https://codereview.chromium.org/1124083004/diff/60001/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): https://codereview.chromium.org/1124083004/diff/60001/chrome/browser/about_flags.cc#newcode2346 chrome/browser/about_flags.cc:2346: MULTI_VALUE_TYPE(kV8PacChoices), On 2015/05/15 14:33:42, Alexei Svitkine wrote: > Nit: ...
5 years, 7 months ago (2015-05-15 18:47:58 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1124083004/80001
5 years, 7 months ago (2015-05-15 18:50:11 UTC) #21
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 7 months ago (2015-05-15 19:53:40 UTC) #22
commit-bot: I haz the power
5 years, 7 months ago (2015-05-15 19:54:30 UTC) #23
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/5cd812f68b855416889bace1169d0c5a52d8db5d
Cr-Commit-Position: refs/heads/master@{#330175}

Powered by Google App Engine
This is Rietveld 408576698