Bug 176862 - Storage Access API: Inter process communication
Summary: Storage Access API: Inter process communication
Status: RESOLVED FIXED
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: 176941 176943 176944
Blocks:
  Show dependency treegraph
 
Reported: 2017-09-13 11:08 PDT by John Wilander
Modified: 2017-12-06 12:00 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 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.