[Webkit-unassigned] [Bug 87337] [Blackberry] need call fullscreen APIs.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 24 07:11:51 PDT 2012


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


Rob Buis <rwlbuis at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #143732|1                           |0
        is obsolete|                            |
 Attachment #143732|commit-queue-               |commit-queue?
               Flag|                            |




--- Comment #4 from Rob Buis <rwlbuis at gmail.com>  2012-05-24 07:10:54 PST ---
(From update of attachment 143732)
View in context: https://bugs.webkit.org/attachment.cgi?id=143732&action=review

Looks good, but could be improved more.

> Source/WebKit/blackberry/ChangeLog:9
> +        chrom or it is not a video element. The webkitRequestFullScreen Javascript 

chrome

> Source/WebKit/blackberry/ChangeLog:11
> +        to enter or exit full screen mode.

You probably want to reword the ChangeLog a bit:

Cover the case where no no fullscreen video widget has been made available by the Browser Chrome, or it is not a video element. In this case we call client's full screen APIs to enter or exit full screen mode.

> Source/WebKit/blackberry/Api/WebPageClient.h:239
> +    virtual int fullscreenStart(const char* contextName = 0, Platform::Graphics::Window* = 0, unsigned x = 0, unsigned y = 0, unsigned width = 0, unsigned height = 0) = 0;

Do we care for the parameters at all if they are not handed over? Or is there some other place not in this patch that states these parameters?

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