Bug 215029 - Launch time regression due to EndowmentStateTracker initialization in WebPageProxy constructor
Summary: Launch time regression due to EndowmentStateTracker initialization in WebPage...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-07-31 13:02 PDT by Chris Dumez
Modified: 2020-07-31 15:23 PDT (History)
4 users (show)

See Also:


Attachments
Patch (13.82 KB, patch)
2020-07-31 13:19 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (13.84 KB, patch)
2020-07-31 14:51 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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].