Bug 219647 - Make ScrollingPerformanceLoggingEnabled an internal debug preference
Summary: Make ScrollingPerformanceLoggingEnabled an internal debug preference
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-12-08 10:12 PST by Simon Fraser (smfr)
Modified: 2020-12-08 15:00 PST (History)
16 users (show)

See Also:


Attachments
Patch (5.94 KB, patch)
2020-12-08 10:39 PST, Simon Fraser (smfr)
no flags Details | Formatted Diff | Diff
Patch (38.86 KB, patch)
2020-12-08 13:57 PST, Simon Fraser (smfr)
sam: review+
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-12-08 10:12:24 PST
Make ScrollingPerformanceLoggingEnabled an internal debug preference
Comment 1 Simon Fraser (smfr) 2020-12-08 10:39:14 PST
Created attachment 415654 [details]
Patch
Comment 2 Sam Weinig 2020-12-08 11:01:00 PST
Comment on attachment 415654 [details]
Patch

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

> Source/WebCore/page/Settings.yaml:158
> +ForceUpdateScrollbarsOnMainThreadForPerformanceTesting:
> +  type: bool
> +  defaultValue:
> +    WebCore:
> +      default: false

Please don't add this here. I have been removing things from this file and moving them to WebPreferences.yaml with the goal of removing this file soon.
Comment 3 Simon Fraser (smfr) 2020-12-08 13:57:44 PST
Created attachment 415675 [details]
Patch
Comment 4 Simon Fraser (smfr) 2020-12-08 14:59:29 PST
https://trac.webkit.org/r270557
Comment 5 Radar WebKit Bug Importer 2020-12-08 15:00:20 PST
<rdar://problem/72111227>