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

Issue 2222693002: Dismiss tooltip on all scrolls, not just frame scrolls. (Closed)

Created:
4 years, 4 months ago by szager1
Modified:
4 years, 4 months ago
Reviewers:
skobes, tdresser
CC:
chromium-reviews, blink-reviews, dshwang, slimming-paint-reviews_chromium.org, blink-reviews-paint_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src@rls-enable
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Dismiss tooltip on all scrolls, not just frame scrolls. This will cover the case of frame-level scrolls with root layer scrolling turned on. Also, parameterize FrameViewTest for root layer scrolls. BUG=586852, 490942 R=skobes@chromium.org,tdresser@chromium.org Committed: https://crrev.com/330d5a2e498f8df18da9a4f5547b2663f817df7a Cr-Commit-Position: refs/heads/master@{#410257}

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -7 lines) Patch
M third_party/WebKit/Source/core/frame/FrameViewTest.cpp View 6 chunks +19 lines, -7 lines 3 comments Download
M third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
szager1
4 years, 4 months ago (2016-08-05 23:11:24 UTC) #1
skobes
lgtm
4 years, 4 months ago (2016-08-05 23:13:12 UTC) #2
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/2222693002/1
4 years, 4 months ago (2016-08-05 23:14:26 UTC) #4
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 4 months ago (2016-08-06 02:55:12 UTC) #5
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/330d5a2e498f8df18da9a4f5547b2663f817df7a Cr-Commit-Position: refs/heads/master@{#410257}
4 years, 4 months ago (2016-08-06 02:57:22 UTC) #7
tdresser
https://codereview.chromium.org/2222693002/diff/1/third_party/WebKit/Source/core/frame/FrameViewTest.cpp File third_party/WebKit/Source/core/frame/FrameViewTest.cpp (right): https://codereview.chromium.org/2222693002/diff/1/third_party/WebKit/Source/core/frame/FrameViewTest.cpp#newcode113 third_party/WebKit/Source/core/frame/FrameViewTest.cpp:113: &RootLayerScrollsFrameSettingOverride)); Aren't these two instantiations identical?
4 years, 4 months ago (2016-08-08 13:15:44 UTC) #8
szager1
https://codereview.chromium.org/2222693002/diff/1/third_party/WebKit/Source/core/frame/FrameViewTest.cpp File third_party/WebKit/Source/core/frame/FrameViewTest.cpp (right): https://codereview.chromium.org/2222693002/diff/1/third_party/WebKit/Source/core/frame/FrameViewTest.cpp#newcode113 third_party/WebKit/Source/core/frame/FrameViewTest.cpp:113: &RootLayerScrollsFrameSettingOverride)); On 2016/08/08 13:15:44, tdresser wrote: > Aren't these ...
4 years, 4 months ago (2016-08-08 18:12:35 UTC) #9
tdresser
4 years, 4 months ago (2016-08-08 18:21:29 UTC) #10
Message was sent while issue was closed.
LGTM.

https://codereview.chromium.org/2222693002/diff/1/third_party/WebKit/Source/c...
File third_party/WebKit/Source/core/frame/FrameViewTest.cpp (right):

https://codereview.chromium.org/2222693002/diff/1/third_party/WebKit/Source/c...
third_party/WebKit/Source/core/frame/FrameViewTest.cpp:113:
&RootLayerScrollsFrameSettingOverride));
On 2016/08/08 18:12:34, szager1 wrote:
> On 2016/08/08 13:15:44, tdresser wrote:
> > Aren't these two instantiations identical?
> 
> No, the first one ("nullptr") will not apply any overrides.

Whoops, sorry, I was forgetting how INSTANTIATE_TEST_CASE_P works.

Powered by Google App Engine
This is Rietveld 408576698