[Webkit-unassigned] [Bug 87337] [Blackberry] WebKit's fullscreen mode needs to notify page client.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 31 04:52:28 PDT 2012


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


Antonio Gomes <tonikitoo at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #144992|review?, commit-queue?      |review+, commit-queue-
               Flag|                            |




--- Comment #13 from Antonio Gomes <tonikitoo at webkit.org>  2012-05-31 04:52:28 PST ---
(From update of attachment 144992)
View in context: https://bugs.webkit.org/attachment.cgi?id=144992&action=review

> Source/WebKit/blackberry/Api/WebPage.cpp:6048
> +// TODO: We should remove this helper class when we decide to support all elements.

use FIXME

> Source/WebKit/blackberry/Api/WebPage.cpp:6061
> +    // TODO: We should not check video tag when we decide to support all elements.

ditto

> Source/WebKit/blackberry/Api/WebPage.cpp:6062
> +    if (!element || (!element->hasTagName(HTMLNames::videoTag) && !containsVideoTags(element)))

why do you need containsVideoTags al all? is not checking for ::videoTag enough, since you have the element?

if it can be removed, lets do it. it is still slow...

> Source/WebKit/blackberry/Api/WebPage.cpp:6085
> +    // TODO: We should not check video tag when we decide to support all elements.

fixme

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

I would add a comment saying that this method is deprecated.

in fact I would add comments deprecating the whole old codepath.

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