Bug 188665

Summary: Transition more WKWebViewConfiguration ivars to API::PageConfiguration values
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: New BugsAssignee: Alex Christensen <achristensen>
Status: RESOLVED FIXED    
Severity: Normal CC: amandatheloves, ap, fedrikjames26, gail_brown31, joepeck, sprycarolus, ssxnetwork, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch joepeck: review+

Description Alex Christensen 2018-08-16 11:35:44 PDT
Transition more WKWebViewConfiguration ivars to API::PageConfiguration values
Comment 1 Alex Christensen 2018-08-16 11:36:56 PDT
Created attachment 347279 [details]
Patch
Comment 2 Joseph Pecoraro 2018-08-16 11:49:09 PDT
Comment on attachment 347279 [details]
Patch

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

r=me

> Source/WebKit/UIProcess/API/Cocoa/WKWebViewConfiguration.mm:-376
> -    configuration->_cpuLimit = self->_cpuLimit;

These copies are removed since PageConfiguration::copy already handles it? Nice!
Comment 9 Alex Christensen 2020-01-27 17:11:38 PST
This was committed long ago to http://trac.webkit.org/r234946
Comment 10 Radar WebKit Bug Importer 2020-01-27 17:12:20 PST
<rdar://problem/58940859>