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

Issue 2159253002: [system health] Fix load:news:washingtonpost and browse:news:washingtonpost on Nexus9. (Closed)

Created:
4 years, 5 months ago by ulan
Modified:
4 years, 5 months ago
Reviewers:
nednguyen, petrcermak
CC:
chromium-reviews, telemetry-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[system health] Fix load:news:washingtonpost and browse:news:washingtonpost on Nexus9. Washingtonpost popup window on Nexus9 does not have "Close" button. This patch checks for the presence of the button before clicking it. BUG=629163 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:android_s5_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq Committed: https://crrev.com/50adac87a62954be18180cbf74590a54a9d70dd4 Cr-Commit-Position: refs/heads/master@{#406372}

Patch Set 1 #

Total comments: 11

Patch Set 2 : Fix comment, enable benchmarks, check for button #

Patch Set 3 : rename variable #

Total comments: 6

Patch Set 4 : Fix style and make selector constant #

Patch Set 5 : make constant private #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -12 lines) Patch
M tools/perf/benchmarks/system_health.py View 1 1 chunk +0 lines, -4 lines 0 comments Download
M tools/perf/benchmarks/v8_browsing.py View 1 1 chunk +0 lines, -4 lines 0 comments Download
M tools/perf/page_sets/system_health/browsing_stories.py View 1 2 3 4 1 chunk +9 lines, -2 lines 0 comments Download
M tools/perf/page_sets/system_health/loading_stories.py View 1 2 3 4 1 chunk +9 lines, -2 lines 0 comments Download

Messages

Total messages: 21 (9 generated)
ulan
ptal
4 years, 5 months ago (2016-07-19 15:27:40 UTC) #3
petrcermak
https://codereview.chromium.org/2159253002/diff/1/tools/perf/page_sets/system_health/browsing_stories.py File tools/perf/page_sets/system_health/browsing_stories.py (right): https://codereview.chromium.org/2159253002/diff/1/tools/perf/page_sets/system_health/browsing_stories.py#newcode185 tools/perf/page_sets/system_health/browsing_stories.py:185: # Close the popup window. On Nexus 9 (and ...
4 years, 5 months ago (2016-07-19 16:51:58 UTC) #4
ulan
On 2016/07/19 16:51:58, petrcermak wrote: > https://codereview.chromium.org/2159253002/diff/1/tools/perf/page_sets/system_health/browsing_stories.py > File tools/perf/page_sets/system_health/browsing_stories.py (right): > > https://codereview.chromium.org/2159253002/diff/1/tools/perf/page_sets/system_health/browsing_stories.py#newcode185 > ...
4 years, 5 months ago (2016-07-19 17:01:52 UTC) #5
petrcermak
On 2016/07/19 17:01:52, ulan wrote: > On 2016/07/19 16:51:58, petrcermak wrote: > > > https://codereview.chromium.org/2159253002/diff/1/tools/perf/page_sets/system_health/browsing_stories.py ...
4 years, 5 months ago (2016-07-19 17:07:08 UTC) #6
petrcermak
https://codereview.chromium.org/2159253002/diff/1/tools/perf/page_sets/system_health/browsing_stories.py File tools/perf/page_sets/system_health/browsing_stories.py (right): https://codereview.chromium.org/2159253002/diff/1/tools/perf/page_sets/system_health/browsing_stories.py#newcode189 tools/perf/page_sets/system_health/browsing_stories.py:189: action_runner.ClickElement(selector='.close,.mailBlock') On a second thought, I think it would ...
4 years, 5 months ago (2016-07-19 17:08:48 UTC) #7
ulan
PTAL. I also re-enabled the benchmarks for N9. https://codereview.chromium.org/2159253002/diff/1/tools/perf/page_sets/system_health/browsing_stories.py File tools/perf/page_sets/system_health/browsing_stories.py (right): https://codereview.chromium.org/2159253002/diff/1/tools/perf/page_sets/system_health/browsing_stories.py#newcode185 tools/perf/page_sets/system_health/browsing_stories.py:185: # ...
4 years, 5 months ago (2016-07-19 17:26:43 UTC) #9
petrcermak
LGTM with 2 more comments. Also please update the patch description appropriately (it's not the ...
4 years, 5 months ago (2016-07-19 17:41:24 UTC) #10
ulan
Thanks! +Ned for owners rubber-stamp. https://codereview.chromium.org/2159253002/diff/40001/tools/perf/page_sets/system_health/browsing_stories.py File tools/perf/page_sets/system_health/browsing_stories.py (right): https://codereview.chromium.org/2159253002/diff/40001/tools/perf/page_sets/system_health/browsing_stories.py#newcode189 tools/perf/page_sets/system_health/browsing_stories.py:189: buttonSelector = '.close' On ...
4 years, 5 months ago (2016-07-19 17:48:55 UTC) #12
nednguyen
lgtm
4 years, 5 months ago (2016-07-19 17:49:48 UTC) #13
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/2159253002/80001
4 years, 5 months ago (2016-07-19 17:51:52 UTC) #17
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 5 months ago (2016-07-19 20:35:58 UTC) #19
commit-bot: I haz the power
4 years, 5 months ago (2016-07-19 20:38:03 UTC) #21
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/50adac87a62954be18180cbf74590a54a9d70dd4
Cr-Commit-Position: refs/heads/master@{#406372}

Powered by Google App Engine
This is Rietveld 408576698