[webkit-reviews] review granted: [Bug 203168] [Clipboard API] Implement ClipboardItem.getType() for platform clipboard items : [Attachment 381381] Fix Win/GTK/WPE

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 21 10:29:07 PDT 2019


Tim Horton <thorton at apple.com> has granted Wenson Hsieh
<wenson_hsieh at apple.com>'s request for review:
Bug 203168: [Clipboard API] Implement ClipboardItem.getType() for platform
clipboard items
https://bugs.webkit.org/show_bug.cgi?id=203168

Attachment 381381: Fix Win/GTK/WPE

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




--- Comment #3 from Tim Horton <thorton at apple.com> ---
Comment on attachment 381381
  --> https://bugs.webkit.org/attachment.cgi?id=381381
Fix Win/GTK/WPE

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

> Source/WebCore/Modules/async-clipboard/Clipboard.cpp:148
> +	   m_activeSession = WTF::nullopt;

Why does trying to get the type of a non-active item clear the Clipboard's
"active session"?


More information about the webkit-reviews mailing list