[webkit-reviews] review granted: [Bug 233939] Add a `DOMPasteAccessCategory` to control which pasteboard the WebProcess is granted access to when pasting : [Attachment 446217] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 7 12:25:39 PST 2021


Wenson Hsieh <wenson_hsieh at apple.com> has granted Devin Rousso
<drousso at apple.com>'s request for review:
Bug 233939: Add a `DOMPasteAccessCategory` to control which pasteboard the
WebProcess is granted access to when pasting
https://bugs.webkit.org/show_bug.cgi?id=233939

Attachment 446217: Patch

https://bugs.webkit.org/attachment.cgi?id=446217&action=review




--- Comment #3 from Wenson Hsieh <wenson_hsieh at apple.com> ---
Comment on attachment 446217
  --> https://bugs.webkit.org/attachment.cgi?id=446217
Patch

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

> Source/WebCore/page/Frame.h:179
> +    bool requestDOMPasteAccess(DOMPasteAccessCategory);

Could we make this default to `DOMPasteAccessCategory::General`?


More information about the webkit-reviews mailing list