[Webkit-unassigned] [Bug 85907] [BlackBerry] Enable PAGE_POPUP in make file, and implement required methods

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 9 07:02:03 PDT 2012


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





--- Comment #3 from Yong Li <yong.li.webkit at gmail.com>  2012-05-09 07:01:07 PST ---
(From update of attachment 140793)
View in context: https://bugs.webkit.org/attachment.cgi?id=140793&action=review

> Source/WebKit/blackberry/WebCoreSupport/ChromeClientBlackBerry.cpp:314
> +    if (!hasOpenedPopup()) {
> +        webPopup = new PagePopupBlackBerry(m_webPagePrivate, client,
> +                rootViewToScreen(originBoundsInRootView));
> +        m_webPagePrivate->m_webPage->popupOpened(webPopup);
> +        webPopup->sendCreatePopupWebViewRequest();
> +    } else {
> +        webPopup = m_webPagePrivate->m_webPage->popup();
> +        webPopup->closeWebPage();
> +        webPopup->sendCreatePopupWebViewRequest();
> +    }

They can share one webPopup->sendCreatePopupWebViewRequest()?

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