[Bug 27674] requestFullscreen should return a promise

https://www.w3.org/Bugs/Public/show_bug.cgi?id=27674

--- Comment #13 from Xidorn Quan <quanxunzhen@gmail.com> ---
(In reply to Philip Jägenstedt from comment #12)
> Xidorn, what do you think? I'd like to have this done before shipping the
> unprefixed API, although that is not imminent in Chromium.

It looks okay to me, although I'm concerned that in Gecko, having
exitFullscreen() return promise probably needs more work than only having
requestFullscreen() do that, because there is only one way to enter fullscreen,
but about 3-4 ways to exit, and thus we currently don't track exitFullscreen()
call at all.

Other than this impl consideration, I don't see other issue off the top of my
head.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 15 July 2015 13:19:57 UTC