Bug 215029

Summary: Launch time regression due to EndowmentStateTracker initialization in WebPageProxy constructor
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: eric.carlson, ggaren, jer.noble, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Chris Dumez 2020-07-31 13:02:44 PDT
Launch time regression due to EndowmentStateTracker initialization in WebPageProxy constructor.
Comment 1 Chris Dumez 2020-07-31 13:02:57 PDT
<rdar://problem/66362333>
Comment 2 Chris Dumez 2020-07-31 13:19:26 PDT
Created attachment 405732 [details]
Patch
Comment 3 Geoffrey Garen 2020-07-31 14:37:20 PDT
Comment on attachment 405732 [details]
Patch

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

r=me

> Source/WebKit/ChangeLog:12
> +        1. We only need the EndowmentStateTracker to monitor is the app is user-facing or not, so that we can

is => if
Comment 4 Chris Dumez 2020-07-31 14:51:37 PDT
Created attachment 405743 [details]
Patch
Comment 5 EWS 2020-07-31 15:23:57 PDT
Committed r265163: <https://trac.webkit.org/changeset/265163>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 405743 [details].