[Webkit-unassigned] [Bug 27246] New: Add HTMLMediaElement::supportSave() and a HitTestResult::absoluteMediaURL() functions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 13 23:33:29 PDT 2009


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

           Summary: Add HTMLMediaElement::supportSave() and a
                    HitTestResult::absoluteMediaURL() functions
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ajwong at chromium.org


Currently, the HitTestResult does not store enough info to access a media's
element source URL for saving and Copy Address.

Expose the media element's source url in the HitTestResult so that it may be
used by the context menu for Copy Address, Open in new Tab/Window, and maybe
Save As depending on how the port caches the media file.

Also add a stub supportSave() function into HTMLMediaElement and
MediaPlayerPrivateInterface so that the Media Engine can control whether or not
the save control will be enabled.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list