[Webkit-unassigned] [Bug 45021] [GTK] enhanced context menu for media elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 25 21:34:51 PST 2014


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





--- Comment #27 from Simon Fraser (smfr) <simon.fraser at apple.com>  2014-02-25 21:31:57 PST ---
(From update of attachment 68097)
View in context: https://bugs.webkit.org/attachment.cgi?id=68097&action=review

> WebCore/rendering/HitTestResult.h:97
> +    void toggleMediaControlsDisplay() const;
> +    void toggleMediaLoopPlayback() const;
> +    void enterFullscreenForVideo() const;
> +    bool mediaControlsEnabled() const;
> +    bool mediaLoopEnabled() const;
> +    bool mediaPlaying() const;
> +    bool mediaSupportsFullscreen() const;
> +    void toggleMediaPlayState() const;
> +    bool mediaHasAudio() const;
> +    bool mediaIsVideo() const;
> +    bool mediaMuted() const;
> +    void toggleMediaMuteState() const;

This stuff doesn't belong on rendering/HitTestResult.

-- 
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