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

Issue 1672973002: ScrollableArea::pixelsPerLine should return viewport pixels in use-zoom-for-dsf mode (Closed)

Created:
4 years, 10 months ago by oshima
Modified:
4 years, 10 months ago
Reviewers:
skobes, pfeldman
CC:
chromium-reviews, blink-reviews, kinuko+watch
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

ScrollableArea::pixelsPerLine should return viewport pixels in use-zoom-for-dsf mode BUG=485650 TEST=manual. Use arrow key to scroll on 2x device. Committed: https://crrev.com/8269081fddb6ba6f281294562073c85a4ce59514 Cr-Commit-Position: refs/heads/master@{#375761}

Patch Set 1 : #

Patch Set 2 : #

Total comments: 3

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -31 lines) Patch
M third_party/WebKit/Source/core/loader/EmptyClients.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/page/SpatialNavigation.cpp View 3 chunks +18 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/platform/HostWindow.h View 1 2 3 1 chunk +2 lines, -2 lines 1 comment Download
M third_party/WebKit/Source/platform/scroll/ScrollableArea.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp View 1 2 3 3 chunks +7 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/scroll/Scrollbar.cpp View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/ChromeClientImpl.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/ChromeClientImpl.cpp View 1 2 3 1 chunk +6 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/web/DateTimeChooserImpl.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/PopupMenuImpl.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 57 (30 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1672973002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1672973002/1
4 years, 10 months ago (2016-02-06 01:54:57 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/19352)
4 years, 10 months ago (2016-02-06 02:36:27 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1672973002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1672973002/20001
4 years, 10 months ago (2016-02-08 18:34:43 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1672973002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1672973002/40001
4 years, 10 months ago (2016-02-08 19:42:43 UTC) #9
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/113025)
4 years, 10 months ago (2016-02-08 20:12:47 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/1672973002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1672973002/60001
4 years, 10 months ago (2016-02-08 21:35:37 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1672973002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1672973002/80001
4 years, 10 months ago (2016-02-08 22:41:58 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1672973002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1672973002/100001
4 years, 10 months ago (2016-02-09 00:04:45 UTC) #24
oshima
This is not for review yet. Can you look at my question below? https://codereview.chromium.org/1672973002/diff/100001/third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp File ...
4 years, 10 months ago (2016-02-09 02:05:02 UTC) #27
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-09 02:14:38 UTC) #29
skobes
https://codereview.chromium.org/1672973002/diff/100001/third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp File third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp (right): https://codereview.chromium.org/1672973002/diff/100001/third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp#newcode592 third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp:592: return 1; On 2016/02/09 02:05:02, oshima wrote: > Looks ...
4 years, 10 months ago (2016-02-09 18:36:06 UTC) #30
oshima
PTAL. Based on your answer, I changed to scale in pixelStep to physical pixels when ...
4 years, 10 months ago (2016-02-09 23:15:07 UTC) #32
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1672973002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1672973002/120001
4 years, 10 months ago (2016-02-09 23:15:40 UTC) #33
skobes
https://codereview.chromium.org/1672973002/diff/120001/third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp File third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp (right): https://codereview.chromium.org/1672973002/diff/120001/third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp#newcode67 third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp:67: FloatRect tmpRectInViewport = host->windowToViewport(FloatRect(1, 0, 0, 0)); Can we ...
4 years, 10 months ago (2016-02-09 23:42:32 UTC) #34
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-10 00:37:51 UTC) #36
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1672973002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1672973002/160001
4 years, 10 months ago (2016-02-12 18:54:43 UTC) #39
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/166240)
4 years, 10 months ago (2016-02-12 20:24:03 UTC) #41
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1672973002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1672973002/160001
4 years, 10 months ago (2016-02-13 00:43:13 UTC) #43
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-13 01:19:20 UTC) #45
oshima
https://codereview.chromium.org/1672973002/diff/120001/third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp File third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp (right): https://codereview.chromium.org/1672973002/diff/120001/third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp#newcode67 third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp:67: FloatRect tmpRectInViewport = host->windowToViewport(FloatRect(1, 0, 0, 0)); On 2016/02/09 ...
4 years, 10 months ago (2016-02-16 06:09:53 UTC) #46
skobes
lgtm w/ nit https://codereview.chromium.org/1672973002/diff/160001/third_party/WebKit/Source/platform/HostWindow.h File third_party/WebKit/Source/platform/HostWindow.h (right): https://codereview.chromium.org/1672973002/diff/160001/third_party/WebKit/Source/platform/HostWindow.h#newcode53 third_party/WebKit/Source/platform/HostWindow.h:53: // Converts the scalar value from ...
4 years, 10 months ago (2016-02-16 18:03:12 UTC) #47
oshima
On 2016/02/16 18:03:12, skobes wrote: > lgtm w/ nit > > https://codereview.chromium.org/1672973002/diff/160001/third_party/WebKit/Source/platform/HostWindow.h > File third_party/WebKit/Source/platform/HostWindow.h ...
4 years, 10 months ago (2016-02-16 23:32:36 UTC) #48
oshima
pfeldman@ -> owners review
4 years, 10 months ago (2016-02-16 23:35:50 UTC) #50
pfeldman
owner lgtm
4 years, 10 months ago (2016-02-16 23:39:03 UTC) #51
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1672973002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1672973002/160001
4 years, 10 months ago (2016-02-16 23:59:33 UTC) #53
commit-bot: I haz the power
Committed patchset #4 (id:160001)
4 years, 10 months ago (2016-02-17 02:20:48 UTC) #55
commit-bot: I haz the power
4 years, 10 months ago (2016-02-17 02:22:08 UTC) #57
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/8269081fddb6ba6f281294562073c85a4ce59514
Cr-Commit-Position: refs/heads/master@{#375761}

Powered by Google App Engine
This is Rietveld 408576698