[Webkit-unassigned] [Bug 39557] Full screen doesn't work for video elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 24 08:20:31 PDT 2010


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





--- Comment #20 from Jer Noble <jer.noble at apple.com>  2010-05-24 08:20:31 PST ---
(In reply to comment #19)
> (From update of attachment 56856 [details])
> By relying on WKCACFLayer and friends, we're making full-screen not work on machines that don't support accelerated compositing. Is that OK?

I was told that we disable fullscreen for machines which do not support accelerated compositing, but I can't find anywhere in the code which ensures that.  

We could modify the fullscreen window code to fall back to CGContext rendering if acceleration isn't available.  It won't be fast, as the scaling and color correction will have to occur on the CPU.   And given the time pressure, I would argue that enhancement could wait.

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