Bug 170689 - [WK2][iOS] Move away from UIKit runloop
Summary: [WK2][iOS] Move away from UIKit runloop
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-04-10 12:48 PDT by Brent Fulgham
Modified: 2022-02-09 10:14 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2017-04-10 12:48:21 PDT
The various WebKit2 processes were created using the full UIKit runloop. Since UIKit is designed to support full applications, it has features that are not needed for our focused lower-level WebKit processes.

We should move to a lower-level runloop concept so that we can tighten the sandboxes on WebProcess, NetworkProcess, etc., even further.
Comment 1 Brent Fulgham 2017-04-10 12:51:31 PDT
<rdar://problem/31539225>