[Webkit-unassigned] [Bug 190619] [GTK][WPE] Fix xdg-desktop-portal permissions from a sandbox

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 16 09:19:14 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=190619

--- Comment #3 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Comment on attachment 352457
  --> https://bugs.webkit.org/attachment.cgi?id=352457
[GTK][WPE] Fix xdg-desktop-portal permissions from a sandbox

View in context: https://bugs.webkit.org/attachment.cgi?id=352457&action=review

> Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp:805
> +            proxy.setPermissions(permissions);

WTFMove() here as well. Basically, whenever you are sinking a value into a caller such that the callee doesn't need it anymore, consider WTFMove() and &&.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181016/5605fb66/attachment-0001.html>


More information about the webkit-unassigned mailing list