summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/platform/android/compositing/squashing
diff options
context:
space:
mode:
authorrbyers@chromium.org <rbyers@chromium.org>2015-08-13 02:09:42 +0000
committerrbyers@chromium.org <rbyers@chromium.org>2015-08-13 02:09:42 +0000
commita51a0a8e38e9e49b95c41043daf56503c95e981e (patch)
tree916b420a0c64167e39d026e029173560dc56f1bf /third_party/WebKit/LayoutTests/platform/android/compositing/squashing
parent419dc3cd8905bb58c576ea868827ce196c25a053 (diff)
downloadchromium_src-a51a0a8e38e9e49b95c41043daf56503c95e981e.zip
chromium_src-a51a0a8e38e9e49b95c41043daf56503c95e981e.tar.gz
chromium_src-a51a0a8e38e9e49b95c41043daf56503c95e981e.tar.bz2
Delete blink code for scroll-blocks-on
We've decided that controlling scroll blocking behavior is something that really needs to be tied to event listeners via a JS API, not a CSS property. The platform needs to mediate the composition here (eg. for two unrelated libraries both adding touch handlers to the document), and there's no good way to mediate that composition using CSS. It's really a property of the event handler and so should be specified at addEventListener time. http://crbug.com/489802 tracks the first step of that design (EventListenerOptions). So it's time to remove the scroll-blocks-on CSS support from blink. I expect the utlimate compositor integration for EventListenerOptions mayCancel to be similar, and so for now I'm leaving the hooks in place in GraphicsLayer. This change also fixes a regression where iframes could occasionally not get displayed. I don't understand how the scroll-blocks-on code (even when not enabled) was triggering that problem, but since it's going away I'm not going to investigate further. BUG=347272, 490358 Review URL: https://codereview.chromium.org/1287623002 git-svn-id: svn://svn.chromium.org/blink/trunk@200448 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/LayoutTests/platform/android/compositing/squashing')
-rw-r--r--third_party/WebKit/LayoutTests/platform/android/compositing/squashing/no-squashing-for-scroll-blocks-on-expected.txt38
1 files changed, 0 insertions, 38 deletions
diff --git a/third_party/WebKit/LayoutTests/platform/android/compositing/squashing/no-squashing-for-scroll-blocks-on-expected.txt b/third_party/WebKit/LayoutTests/platform/android/compositing/squashing/no-squashing-for-scroll-blocks-on-expected.txt
deleted file mode 100644
index 36839a4..0000000
--- a/third_party/WebKit/LayoutTests/platform/android/compositing/squashing/no-squashing-for-scroll-blocks-on-expected.txt
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "bounds": [800, 600],
- "children": [
- {
- "bounds": [800, 600],
- "scrollBlocksOn": ["StartTouch", "WheelEvent"],
- "contentsOpaque": true,
- "drawsContent": true,
- "children": [
- {
- "position": [8, 8],
- "bounds": [100, 100],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#ADD8E6"
- },
- {
- "shouldFlattenTransform": false,
- "children": [
- {
- "bounds": [50, 50],
- "scrollBlocksOn": ["ScrollEvent"],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#D3D3D3"
- },
- {
- "position": [50, 50],
- "bounds": [50, 50],
- "drawsContent": true
- }
- ]
- }
- ]
- }
- ]
-}
-