[Webkit-unassigned] [Bug 40005] [Qt] Platform plugin support for Notifications UI

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 11 18:18:02 PDT 2010


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





--- Comment #8 from Yael <yael.aharon at nokia.com>  2010-06-11 18:18:01 PST ---
(In reply to comment #6)
Thank yoy for taking the time to review.
> WebKit/qt/Api/qwebkitplatformplugin.h:61
>  +  class QWebNotificationUi : public QObject
> I dont like the Ui part of the name. Isn't this more or less like a notification controller? or notification dispatcher?
> 
I'll change it to QWebNotificationPresenter

> WebKit/qt/Api/qwebkitplatformplugin.h:68
>  +      virtual void showNotification() = 0;
> If this class is a notification itself, this should probably just be called show() or appear()
I will change it to "show".

> 
> WebKit/qt/Api/qwebkitplatformplugin.h:81
>  +          Notifications
> Maybe we should extend this with SingleSelections as well?
> 
Maks sense to me, but perhaps a separate patch, and also with a build flag, so one can get implement notifications but not the SingleSelect if they want to ?

> WebKit/qt/Api/qwebkitplatformplugin.h:72
>  +  };
> What string do I receive??
This was supposed to be for HTML notifications, if a link was clicked. This is not yet supported, so I will leave it out.

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