[Webkit-unassigned] [Bug 171974] New: Unify hasTouchScrollableOverflow/needsCompositedScrolling concepts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 11 09:14:29 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=171974

            Bug ID: 171974
           Summary: Unify
                    hasTouchScrollableOverflow/needsCompositedScrolling
                    concepts
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fred.wang at free.fr
            Blocks: 149264

The following pattern is found in various places:

#if PLATFORM(IOS)
...hasTouchScrollableOverflow()...
#else
...needsCompositedScrolling()...
#endif

We can refactor the code to do that in one function.

@Simon: I don't know if we can merge these functions a bit further... It seems that to fix bug 149264 we would consider composited scrolling on iOS too?


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=149264
[Bug 149264] IFrame scrolling=yes is ignored in iOS Safari
-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170511/f801ec60/attachment.html>


More information about the webkit-unassigned mailing list