RESOLVED FIXED 210661
Turn async frame and overflow scrolling on by default on macOS
https://bugs.webkit.org/show_bug.cgi?id=210661
Summary Turn async frame and overflow scrolling on by default on macOS
Simon Fraser (smfr)
Reported 2020-04-17 10:52:18 PDT
Turn async frame and overflow scrolling on by default on macOS
Attachments
Patch (2.06 KB, patch)
2020-04-17 12:01 PDT, Simon Fraser (smfr)
no flags
Simon Fraser (smfr)
Comment 1 2020-04-17 12:01:16 PDT
Simon Fraser (smfr)
Comment 2 2020-04-17 12:01:42 PDT
EWS
Comment 3 2020-04-17 13:05:04 PDT
Committed r260276: <https://trac.webkit.org/changeset/260276> All reviewed patches have been landed. Closing bug and clearing flags on attachment 396778 [details].
Darin Adler
Comment 4 2020-04-17 13:51:11 PDT
Comment on attachment 396778 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=396778&action=review > Source/WebKit/Shared/WebPreferencesDefaultValues.cpp:95 > +#endif > + > return false; #else? Two return statements is inelegant.
Darin Adler
Comment 5 2020-04-17 13:51:29 PDT
Comment on attachment 396778 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=396778&action=review >> Source/WebKit/Shared/WebPreferencesDefaultValues.cpp:95 >> return false; > > #else? > > Two return statements is inelegant. Sorry, 4 return statements.
Note You need to log in before you can comment on or make changes to this bug.