Bug 210661 - Turn async frame and overflow scrolling on by default on macOS
Summary: Turn async frame and overflow scrolling on by default on macOS
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Scrolling (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-04-17 10:52 PDT by Simon Fraser (smfr)
Modified: 2020-04-17 13:51 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.06 KB, patch)
2020-04-17 12:01 PDT, Simon Fraser (smfr)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2020-04-17 10:52:18 PDT
Turn async frame and overflow scrolling on by default on macOS
Comment 1 Simon Fraser (smfr) 2020-04-17 12:01:16 PDT
Created attachment 396778 [details]
Patch
Comment 2 Simon Fraser (smfr) 2020-04-17 12:01:42 PDT
rdar://problem/60420037
Comment 3 EWS 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].
Comment 4 Darin Adler 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.
Comment 5 Darin Adler 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.