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

Issue 2612053002: Stop browse:social:twitter scrolling wrong element (Closed)

Created:
3 years, 11 months ago by hjd
Modified:
3 years, 11 months ago
Reviewers:
perezju
CC:
chromium-reviews, telemetry-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Stop browse:social:twitter scrolling wrong element At the moment the browse:social:twitter system health story thinks that it is scrolling the body element but is actually scrolling something else (since the body element is off-screen its bounding rect is clipped to have zero height so we scroll (width/2, 0/2) which is some other div). This happens to work but is unexpected. We want to make scrolling a zero area div an error however that would break this story so we first need to update the story to use a manually specified container. Depends on: https://codereview.chromium.org/2617503002/ BUG=chromium:664515 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:linux_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq;master.tryserver.chromium.perf:winx64_10_perf_cq Review-Url: https://codereview.chromium.org/2612053002 Cr-Commit-Position: refs/heads/master@{#444024} Committed: https://chromium.googlesource.com/chromium/src/+/b7e693f47396d9d20d205e8e1a53736d4bb1aa0b

Patch Set 1 #

Total comments: 1

Patch Set 2 : Remove random other commit. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -1 line) Patch
M tools/perf/page_sets/system_health/browsing_stories.py View 3 chunks +6 lines, -1 line 0 comments Download

Messages

Total messages: 12 (7 generated)
hjd
ptal, thanks!
3 years, 11 months ago (2017-01-04 15:51:05 UTC) #3
perezju
lgtm just add a note in the description and link to the catapult CL this ...
3 years, 11 months ago (2017-01-04 15:58:35 UTC) #4
hjd
On 2017/01/04 15:58:35, perezju wrote: > lgtm > > just add a note in the ...
3 years, 11 months ago (2017-01-05 10:31:08 UTC) #6
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/2612053002/20001
3 years, 11 months ago (2017-01-17 10:29:26 UTC) #9
commit-bot: I haz the power
3 years, 11 months ago (2017-01-17 11:20:27 UTC) #12
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/b7e693f47396d9d20d205e8e1a53...

Powered by Google App Engine
This is Rietveld 408576698