Bug 189966 - [WPE][GTK] Fix DnD in sandbox
Summary: [WPE][GTK] Fix DnD in sandbox
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 189956
  Show dependency treegraph
 
Reported: 2018-09-25 11:51 PDT by Patrick Griffis
Modified: 2018-10-15 08:09 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Griffis 2018-09-25 11:51:51 PDT
The WebProcess cannot open file paths dragged and dropped into it.

We can either try using the portal[1] for this or implement something
custom probably similar to it where the UI process converts it to an FD.

[1] https://github.com/flatpak/xdg-desktop-portal/pull/222
Comment 1 Patrick Griffis 2018-10-15 08:09:14 PDT
We've decided to trust the NetworkProcess for now and not sandbox it so this no longer applies.