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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 7 17:06:55 PDT 2013


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





--- Comment #45 from Ruth Fong <ruthiecftg at gmail.com>  2013-06-07 17:05:27 PST ---
(From update of attachment 204066)
View in context: https://bugs.webkit.org/attachment.cgi?id=204066&action=review

>>> Source/WebCore/html/HTMLMediaElement.cpp:4365
>>> +#if PLATFORM(MAC)
>> 
>> Wonder if you want an #if ENABLE(TOGGLE_FULLSCREEN) or something (ugh, that seems terrible too, though). Something that other ports can turn on as they change their API instead of adding themselves to this list of (currently one) platform(s).
> 
> Yeah, this is probably a more robust implementation.

Is there a specific feature defines file that I can define TOGGLE_FULLSCREEN in?

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