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

Issue 617043003: Handle replay args within replay module. (Closed)

Created:
6 years, 2 months ago by slamm
Modified:
6 years, 2 months ago
CC:
chromium-reviews, telemetry+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@combinewpr-localremote-ports
Project:
chromium
Visibility:
Public.

Description

Handle replay args within replay module. BUG=404771 Committed: https://crrev.com/bde639bcf875f44370a8624d2b46521682ee0394 Cr-Commit-Position: refs/heads/master@{#299726}

Patch Set 1 #

Patch Set 2 : Add --net again. #

Patch Set 3 : Fix logic for DNS nameserver override. #

Patch Set 4 : Comment tweak. #

Patch Set 5 : Add tests for computing the replay command line. #

Patch Set 6 : Drop AddReplayServerOptions call which stuck back during a rebase. #

Patch Set 7 : Rebase. #

Patch Set 8 : Rebase with "Add support for signing HTTPS..." (Issue 617353007) #

Patch Set 9 : Rebase. #

Total comments: 6

Patch Set 10 : Rebase. #

Total comments: 10

Patch Set 11 : Rebase. Address comments. Fix CrOs --host-resolver-rules #

Patch Set 12 : Use separate CL for --host-resolver-rules fix (652793004). #

Patch Set 13 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -45 lines) Patch
M tools/telemetry/telemetry/core/backends/browser_backend.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -3 lines 0 comments Download
M tools/telemetry/telemetry/core/backends/chrome/android_browser_backend.py View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -6 lines 0 comments Download
M tools/telemetry/telemetry/core/backends/chrome/chrome_browser_backend.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -6 lines 0 comments Download
M tools/telemetry/telemetry/core/backends/chrome/ios_browser_backend.py View 1 chunk +0 lines, -4 lines 0 comments Download
M tools/telemetry/telemetry/core/webpagereplay.py View 1 2 3 4 5 6 7 8 9 10 2 chunks +24 lines, -21 lines 0 comments Download
M tools/telemetry/telemetry/core/webpagereplay_unittest.py View 1 2 3 4 5 6 7 8 9 10 1 chunk +22 lines, -0 lines 0 comments Download
M tools/telemetry/telemetry/core/wpr_server.py View 1 2 3 4 5 6 7 8 9 10 3 chunks +2 lines, -5 lines 0 comments Download

Messages

Total messages: 33 (7 generated)
slamm
This drops support for environment variables, WPR_RECORD and WPR_ARCHIVE_PATH. I added those before Telemetry was ...
6 years, 2 months ago (2014-09-30 22:12:56 UTC) #2
slamm
ping.
6 years, 2 months ago (2014-10-01 23:34:22 UTC) #4
wuhu
AddReplayServerOptions() is used to pass --https_root_ca_cert_path in CL 572123002. If we drop it, what is ...
6 years, 2 months ago (2014-10-02 00:01:42 UTC) #5
slamm
On 2014/10/02 00:01:42, wuhu wrote: > AddReplayServerOptions() is used to pass --https_root_ca_cert_path in CL > ...
6 years, 2 months ago (2014-10-02 00:11:47 UTC) #6
chromium-reviews
In https://codereview.chromium.org/617353007/, replay's --https_root_ca_cert_path get set by reading the BrowserBackend.wpr_ca_cert_path. On Wed, Oct 1, 2014 ...
6 years, 2 months ago (2014-10-02 17:29:21 UTC) #7
nednguyen
On 2014/10/02 17:29:21, chromium-reviews wrote: > In https://codereview.chromium.org/617353007/, replay's > --https_root_ca_cert_path get set by reading ...
6 years, 2 months ago (2014-10-02 17:45:17 UTC) #8
slamm
Rebase.
6 years, 2 months ago (2014-10-03 19:20:28 UTC) #10
slamm
Rebase.
6 years, 2 months ago (2014-10-03 19:22:25 UTC) #12
slamm
PTAL.
6 years, 2 months ago (2014-10-03 19:23:35 UTC) #13
slamm
ping.
6 years, 2 months ago (2014-10-06 21:40:45 UTC) #14
nednguyen
https://codereview.chromium.org/617043003/diff/220001/tools/telemetry/telemetry/core/backends/chrome/android_browser_backend.py File tools/telemetry/telemetry/core/backends/chrome/android_browser_backend.py (left): https://codereview.chromium.org/617043003/diff/220001/tools/telemetry/telemetry/core/backends/chrome/android_browser_backend.py#oldcode439 tools/telemetry/telemetry/core/backends/chrome/android_browser_backend.py:439: if not self.forwarder_factory.does_forwarder_override_dns: What is the equivalent of this ...
6 years, 2 months ago (2014-10-06 22:07:50 UTC) #15
chrishenry
https://codereview.chromium.org/617043003/diff/240001/tools/telemetry/telemetry/core/backends/chrome/android_browser_backend.py File tools/telemetry/telemetry/core/backends/chrome/android_browser_backend.py (left): https://codereview.chromium.org/617043003/diff/240001/tools/telemetry/telemetry/core/backends/chrome/android_browser_backend.py#oldcode440 tools/telemetry/telemetry/core/backends/chrome/android_browser_backend.py:440: extra_wpr_args.append('--no-dns_forwarding') Where's the code that sets dns_port? Are they ...
6 years, 2 months ago (2014-10-07 23:13:59 UTC) #16
slamm
Rebase. Address comments. Fix CrOs --host-resolver-rules
6 years, 2 months ago (2014-10-13 20:46:19 UTC) #17
nednguyen
+achuith for changes to cros.
6 years, 2 months ago (2014-10-13 20:57:46 UTC) #19
achuithb
On 2014/10/13 20:57:46, nednguyen wrote: > +achuith for changes to cros. lgtm
6 years, 2 months ago (2014-10-13 21:06:59 UTC) #20
chromium-reviews
I decided to put those changes in their own CL with their own bug: https://codereview.chromium.org/652793004/ ...
6 years, 2 months ago (2014-10-13 21:16:54 UTC) #21
slamm
Use separate CL for --host-resolver-rules fix (652793004).
6 years, 2 months ago (2014-10-13 21:22:44 UTC) #22
slamm
I went back and double-checked everything. I wrote a spreadsheet to map the logic: https://docs.google.com/a/chromium.org/spreadsheets/d/14fNT8Sd-bO3ZbD_2qwVqlfmFWAMfWILjuT7XMKd0y3g/edit?usp=sharing ...
6 years, 2 months ago (2014-10-13 21:45:55 UTC) #23
nednguyen
lgtm
6 years, 2 months ago (2014-10-14 20:34:03 UTC) #24
nednguyen
On 2014/10/13 21:45:55, slamm wrote: > I went back and double-checked everything. > > I ...
6 years, 2 months ago (2014-10-14 20:38:54 UTC) #25
chromium-reviews
It does not have a forwarder that I can see. AddReplayServerOptions only warns "Not implemented", ...
6 years, 2 months ago (2014-10-14 21:31:53 UTC) #26
slamm
Rebase.
6 years, 2 months ago (2014-10-14 23:39:28 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/617043003/400001
6 years, 2 months ago (2014-10-15 18:13:07 UTC) #30
chrishenry
lgtm
6 years, 2 months ago (2014-10-15 18:29:47 UTC) #31
commit-bot: I haz the power
Committed patchset #13 (id:400001)
6 years, 2 months ago (2014-10-15 18:33:31 UTC) #32
commit-bot: I haz the power
6 years, 2 months ago (2014-10-15 18:34:35 UTC) #33
Message was sent while issue was closed.
Patchset 13 (id:??) landed as
https://crrev.com/bde639bcf875f44370a8624d2b46521682ee0394
Cr-Commit-Position: refs/heads/master@{#299726}

Powered by Google App Engine
This is Rietveld 408576698