Bug 176862

Summary: Storage Access API: Inter process communication
Product: WebKit Reporter: John Wilander <wilander>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer, wilander
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 176941, 176943, 176944    
Bug Blocks:    

Description John Wilander 2017-09-13 11:08:31 PDT
1. The web process should ask the UI process grant or deny storage access. Skip to step 6 if the result is deny.
2. The UI process should communicate changes to storage access to the network process.
3. The network process should tell the UI process when it's done.
4. The UI process should communicate changes to all web processes.
5. The web process pool should tell the UI process when it's done.
6. The UI process should tell the originating web process the result.
Comment 1 Radar WebKit Bug Importer 2017-09-13 11:09:13 PDT
<rdar://problem/34414568>
Comment 2 John Wilander 2017-12-06 12:00:42 PST
All subtasks fixed.