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

Issue 406053002: Remove setting for disabling cc touch hit testing. (Closed)

Created:
6 years, 5 months ago by Zeeshan Qureshi
Modified:
6 years, 5 months ago
CC:
blink-reviews, blink-layers+watch_chromium.org, kenneth.christiansen, dglazkov+blink, jamesr, abarth-chromium
Project:
blink
Visibility:
Public.

Description

Remove setting for disabling cc touch hit testing. Compositor touch hit testing was re-enabled on Android webview back in February (https://codereview.chromium.org/183943002) and we haven't had any complaints since. It's probably safe to remove the flag and related code now. This is part 2 of 2, depends on Chromium CL: https://codereview.chromium.org/399953004 BUG=304518 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178806

Patch Set 1 #

Total comments: 2

Patch Set 2 : Remove ScrollingCoordinator::touchHitTestingEnabled() #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -56 lines) Patch
D LayoutTests/fast/events/touch/compositor-touch-hit-rects-disabled.html View 1 chunk +0 lines, -28 lines 0 comments Download
D LayoutTests/fast/events/touch/compositor-touch-hit-rects-disabled-expected.txt View 1 chunk +0 lines, -5 lines 0 comments Download
M Source/core/frame/Settings.in View 1 chunk +0 lines, -3 lines 0 comments Download
M Source/core/page/scrolling/ScrollingCoordinator.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/page/scrolling/ScrollingCoordinator.cpp View 1 4 chunks +3 lines, -12 lines 0 comments Download
M Source/web/WebSettingsImpl.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/web/WebSettingsImpl.cpp View 1 chunk +0 lines, -5 lines 0 comments Download
M public/web/WebSettings.h View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
Zeeshan Qureshi
aelias@chromium.org: Please review changes in Source/web rbyers@chromium.org: Please review changes in Source/core
6 years, 5 months ago (2014-07-21 19:02:18 UTC) #1
Zeeshan Qureshi
jamesr@chromium.org: Please review changes in Public/web
6 years, 5 months ago (2014-07-21 19:03:03 UTC) #2
Rick Byers
lgtm (all files - still need OWNER outside core)
6 years, 5 months ago (2014-07-21 19:24:46 UTC) #3
jamesr
/web/ lgtm https://codereview.chromium.org/406053002/diff/1/Source/core/page/scrolling/ScrollingCoordinator.cpp File Source/core/page/scrolling/ScrollingCoordinator.cpp (right): https://codereview.chromium.org/406053002/diff/1/Source/core/page/scrolling/ScrollingCoordinator.cpp#newcode106 Source/core/page/scrolling/ScrollingCoordinator.cpp:106: return RuntimeEnabledFeatures::touchEnabled() && contentRenderer && contentRenderer->usesCompositing(); i ...
6 years, 5 months ago (2014-07-21 19:31:28 UTC) #4
Zeeshan Qureshi
https://codereview.chromium.org/406053002/diff/1/Source/core/page/scrolling/ScrollingCoordinator.cpp File Source/core/page/scrolling/ScrollingCoordinator.cpp (right): https://codereview.chromium.org/406053002/diff/1/Source/core/page/scrolling/ScrollingCoordinator.cpp#newcode106 Source/core/page/scrolling/ScrollingCoordinator.cpp:106: return RuntimeEnabledFeatures::touchEnabled() && contentRenderer && contentRenderer->usesCompositing(); On 2014/07/21 19:31:28, ...
6 years, 5 months ago (2014-07-21 19:52:50 UTC) #5
Rick Byers
On 2014/07/21 19:52:50, Zeeshan Qureshi wrote: > https://codereview.chromium.org/406053002/diff/1/Source/core/page/scrolling/ScrollingCoordinator.cpp > File Source/core/page/scrolling/ScrollingCoordinator.cpp (right): > > https://codereview.chromium.org/406053002/diff/1/Source/core/page/scrolling/ScrollingCoordinator.cpp#newcode106 ...
6 years, 5 months ago (2014-07-21 20:04:07 UTC) #6
Zeeshan Qureshi
> Yep, with the changes shawnsingh@ made a little while ago the checks for > ...
6 years, 5 months ago (2014-07-22 02:36:16 UTC) #7
Zeeshan Qureshi
The CQ bit was checked by zeeshanq@chromium.org
6 years, 5 months ago (2014-07-23 19:36:51 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zeeshanq@chromium.org/406053002/20001
6 years, 5 months ago (2014-07-23 19:37:57 UTC) #9
Zeeshan Qureshi
The CQ bit was unchecked by zeeshanq@chromium.org
6 years, 5 months ago (2014-07-23 21:32:29 UTC) #10
Zeeshan Qureshi
The CQ bit was checked by zeeshanq@chromium.org
6 years, 5 months ago (2014-07-23 21:32:33 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zeeshanq@chromium.org/406053002/20001
6 years, 5 months ago (2014-07-23 21:32:53 UTC) #12
commit-bot: I haz the power
6 years, 5 months ago (2014-07-24 04:28:45 UTC) #13
Message was sent while issue was closed.
Change committed as 178806

Powered by Google App Engine
This is Rietveld 408576698