[Webkit-unassigned] [Bug 117220] Allow for toggling fullscreen on <video> elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 7 07:21:21 PDT 2013


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





--- Comment #34 from Darin Adler <darin at apple.com>  2013-06-07 07:19:52 PST ---
(From update of attachment 203989)
View in context: https://bugs.webkit.org/attachment.cgi?id=203989&action=review

I think you should be leaving the GTK API change to people who work directly on GTK. There’s no rush to add this at the same time you add the underlying capability to WebCore.

> Source/WebKit2/Shared/API/c/WKSharedAPICast.h:472
> -    case WebCore::ContextMenuItemTagEnterVideoFullscreen:
> -        return kWKContextMenuItemTagEnterVideoFullscreen;
> +    case WebCore::ContextMenuItemTagToggleVideoFullscreen:
> +        return kWKContextMenuItemTagToggleVideoFullscreen;

I don’t understand why we are removing the enter fullscreen menu item while adding the toggle fullscreen one. Who suggested the removal? What’s the rationale?

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