Bug 189960
Summary: | [WPE][GTK] Fix file downloading in sandbox | ||
---|---|---|---|
Product: | WebKit | Reporter: | Patrick Griffis <pgriffis> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | bugs-noreply |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 189956 |
Patrick Griffis
Currently the NetworkProcess runs in a sandbox with no filesystem access.
To solve this we need to have the file opening/renaming logic happen in the UI layer
and pass file descriptors over IPC to the NetworkProcess.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Patrick Griffis
We've decided to trust the NetworkProcess for now and not sandbox it so this no longer applies.