[Webkit-unassigned] [Bug 89777] [BlackBerry] Use air controls if client doesn't support HTML control

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 22 14:26:08 PDT 2012


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





--- Comment #2 from Yong Li <yoli at rim.com>  2012-06-22 14:26:06 PST ---
(From update of attachment 149095)
View in context: https://bugs.webkit.org/attachment.cgi?id=149095&action=review

> Source/WebKit/blackberry/Api/WebPageClient.h:163
> +    virtual void openPopupList(bool multiple, int size, const ScopeArray<WebString>& labels, bool* enableds, const int* itemType, bool* selecteds) = 0;

"size" is a little bit vague here. Are "enableds" and "selecteds" outputs?

> Source/WebKit/blackberry/Api/WebPageClient.h:255
> -    virtual void createPopupWebView(const Platform::IntRect& webViewRect) = 0;
> +    virtual bool createPopupWebView(Platform::IntRect) = 0;

why remove const&?

> Source/WebKit/blackberry/ChangeLog:4
> +        [BlackBerry] Use air controls if client doesn't support HTML control
> +        https://bugs.webkit.org/show_bug.cgi?id=89777

air=>AIR?

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