[Webkit-unassigned] [Bug 199999] New: [GStreamer] Multiple context menu actions broken for YouTube videos
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 22 07:42:53 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=199999
Bug ID: 199999
Summary: [GStreamer] Multiple context menu actions broken for
YouTube videos
Product: WebKit
Version: WebKit Nightly Build
Hardware: PC
OS: Linux
Status: NEW
Severity: Normal
Priority: P2
Component: Media
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mcatanzaro at igalia.com
The following context menu actions are broken on youtube.com videos:
WEBKIT_CONTEXT_MENU_ACTION_OPEN_VIDEO_IN_NEW_WINDOW
WEBKIT_CONTEXT_MENU_ACTION_DOWNLOAD_VIDEO_TO_DISK
The former tries to load a blob: URI in a new tab (impossible) and the later just does nothing (probably because of MSE). I'm really not sure what to do about either of these, other than that leaving them broken isn't OK. My only idea is to change WebKitHitTestResult to report that these videos are not videos, but that's... meh.
Not tested, but also suspect:
WEBKIT_CONTEXT_MENU_ACTION_OPEN_AUDIO_IN_NEW_WINDOW
WEBKIT_CONTEXT_MENU_ACTION_DOWNLOAD_AUDIO_TO_DISK
--
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/20190722/3e3ca16b/attachment.html>
More information about the webkit-unassigned
mailing list