Bug 215963

Summary: Move PerformanceMonitor related DeprecatedGlobalSettings to Settings
Product: WebKit Reporter: Sam Weinig <sam>
Component: WebCore Misc.Assignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 250192    
Attachments:
Description Flags
Patch
none
Patch none

Description Sam Weinig 2020-08-28 17:58:48 PDT
The PerformanceMonitor related uses of DeprecatedGlobalSettings can easily be moved to Settings, as PerformanceMonitor has a Page reference. None of these are actually settings in the traditional sense right now, as they are immutable, so we could just make them #defines, but given how easy it is move them to Settings, I think that makes the most sense here.
Comment 1 Sam Weinig 2020-08-28 18:46:56 PDT
Created attachment 407521 [details]
Patch
Comment 2 Sam Weinig 2020-08-29 08:51:40 PDT
Created attachment 407540 [details]
Patch
Comment 3 EWS 2020-08-29 17:05:08 PDT
Committed r266328: <https://trac.webkit.org/changeset/266328>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 407540 [details].
Comment 4 Radar WebKit Bug Importer 2020-08-29 17:06:15 PDT
<rdar://problem/68009122>