Changeset 269843 in webkit


Ignore:
Timestamp:
Nov 16, 2020 2:08:35 AM (3 years ago)
Author:
zandobersek@gmail.com
Message:

Re-disable async overflow scrolling for USE(NICOSIA)
https://bugs.webkit.org/show_bug.cgi?id=218974

Async overflow scrolling was accidentally enabled for ports using the
Nicosia platform layering infrastructure during the preference migration
done in r267775. This patch again disables it until it can be properly
supported.

  • Scripts/Preferences/WebPreferencesInternal.yaml:
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r269814 r269843  
     12020-11-16  Zan Dobersek  <zdobersek@igalia.com>
     2
     3        Re-disable async overflow scrolling for USE(NICOSIA)
     4        https://bugs.webkit.org/show_bug.cgi?id=218974
     5
     6        Async overflow scrolling was accidentally enabled for ports using the
     7        Nicosia platform layering infrastructure during the preference migration
     8        done in r267775. This patch again disables it until it can be properly
     9        supported.
     10
     11        * Scripts/Preferences/WebPreferencesInternal.yaml:
     12
    1132020-11-14  Don Olmstead  <don.olmstead@sony.com>
    214
  • trunk/Source/WTF/Scripts/Preferences/WebPreferencesInternal.yaml

    r269775 r269843  
    103103      default: false
    104104    WebKit:
     105      "USE(NICOSIA)": false
    105106      "PLATFORM(IOS_FAMILY)": true
    106107      default: WebKit::defaultAsyncFrameScrollingEnabled()
Note: See TracChangeset for help on using the changeset viewer.