[Webkit-unassigned] [Bug 41413] [Qt] QtWebKit needs public API for Notifications.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 22 06:17:46 PDT 2010


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





--- Comment #16 from Simon Hausmann <hausmann at webkit.org>  2010-07-22 06:17:46 PST ---
(From update of attachment 62289)
WebKit/qt/Api/qwebpage.h:387
 +      void checkPermissionFromUser(QWebFrame* frame, QWebPage::PermissionDomain domain, QWebPage::PermissionPolicy& policy);
We usually don't use synchronous signals with out values in the Qt API.

Is this needed in places where a synchronous response is needed from the user and we can't fall back to the requestPermission -> setUserPermission flow?

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