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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 13 18:50:42 PDT 2010


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





--- Comment #14 from Laszlo Gombos <laszlo.1.gombos at nokia.com>  2010-07-13 18:50:42 PST ---
(From update of attachment 61313)
> Index: WebKit/qt/Api/qwebpage.h
> ===================================================================
> --- WebKit/qt/Api/qwebpage.h	(revision 63134)
> +++ WebKit/qt/Api/qwebpage.h	(working copy)
> @@ -195,6 +195,16 @@ public:
>          WebModalDialog
>      };
>  
> +    enum PermissionPolicy {
> +        PermissionGranted,
> +        PermissionIgnored,
> +        PermissionDenied
> +    };
> +

I think it is important to find a more descriptive name than PermissionIgnored. I suggest PermissionUnknown instead of PermissionIgnored. This is also inline with a recent discussion about a generic Permission API discussed in public-webapps.

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