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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 30 11:13:59 PDT 2010


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





--- Comment #2 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2010-06-30 11:13:59 PST ---
(From update of attachment 60128)
WebKit/qt/Api/qwebpage.h:204
 +      enum UserPermissionType {
Isn't that more domain than type? PermissionDomain ?

WebKit/qt/Api/qwebpage.h:198
 +      enum UserPermission {
PermissionPolicy ?

WebKit/qt/Api/qwebpage.h:303
 +      void setUserPermission(UserPermissionType, const QString&, UserPermission);
void setUserPermission(PermissionDomain domain, const QString&, PermissionPolicy policy) ?

WebKit/qt/Api/qwebpage.h:199
 +          UserPermissionAllowed,
maybe Granded. You grand permission I believe.


Are all these other changes really related to the public API?

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