Bug 233914

Summary: Enable full GPU Process on iOS
Product: WebKit Reporter: Jon Lee <jonlee>
Component: WebKit2Assignee: Said Abou-Hallawa <sabouhallawa>
Status: RESOLVED FIXED    
Severity: Normal CC: ews-watchlist, glenn, jbedard, kkinnunen, ryanhaddad, sabouhallawa, simon.fraser, thorton, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=231828
https://bugs.webkit.org/show_bug.cgi?id=246263
Bug Depends on: 234536, 236928, 231828, 236218, 236382, 236508, 236547, 236906, 236907, 236908, 236909, 236911, 236912, 236913, 236914, 236915, 236916, 236917, 236918, 236919, 236920, 236921, 236922, 236923, 236924, 236925, 236926, 236927, 236929, 236930, 236931, 236932, 237674, 237684, 237685, 237686    
Bug Blocks:    
Attachments:
Description Flags
WIP
none
WIP
none
Patch
none
WIP
none
WIP none

Description Jon Lee 2021-12-06 22:09:02 PST
.
Comment 1 Jon Lee 2021-12-06 22:15:19 PST
Created attachment 446122 [details]
WIP
Comment 2 Tim Horton 2021-12-06 22:22:47 PST
Comment on attachment 446122 [details]
WIP

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

> Tools/WebKitTestRunner/TestOptions.cpp:44
> +static constexpr bool fullGPUProcessEnabledValue = true;

I think you probably want all IOS_FAMILY, not just sim, for this one, right?
Comment 3 Jon Lee 2021-12-06 23:37:55 PST
Created attachment 446132 [details]
WIP
Comment 4 Radar WebKit Bug Importer 2021-12-13 22:09:16 PST
<rdar://problem/86450813>
Comment 5 Jon Lee 2021-12-20 16:44:34 PST
Created attachment 447664 [details]
Patch
Comment 6 EWS 2021-12-20 18:32:14 PST
Committed r287295 (245447@main): <https://commits.webkit.org/245447@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 447664 [details].
Comment 7 Jon Lee 2021-12-20 18:32:53 PST
patch was gardening.
Comment 8 Jon Lee 2022-02-06 23:52:02 PST
Created attachment 451067 [details]
WIP
Comment 9 Jon Lee 2022-02-09 10:07:40 PST
Created attachment 451398 [details]
WIP