[webkit-reviews] review granted: [Bug 197529] Add a quirk to make gmail navigation bar scrollable without mouse hover on iOS : [Attachment 368818] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 2 16:28:38 PDT 2019


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Antti Koivisto
<koivisto at iki.fi>'s request for review:
Bug 197529: Add a quirk to make gmail navigation bar scrollable without mouse
hover on iOS
https://bugs.webkit.org/show_bug.cgi?id=197529

Attachment 368818: patch

https://bugs.webkit.org/attachment.cgi?id=368818&action=review




--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 368818
  --> https://bugs.webkit.org/attachment.cgi?id=368818
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=368818&action=review

> Source/WebCore/page/Quirks.cpp:271
> +    if (!m_needsGMailOverflowScrollQuirk)

This should also do the if (!needsQuirks()) check.


More information about the webkit-reviews mailing list