[Webkit-unassigned] [Bug 39995] New: [Qt] Web Notification support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 1 07:29:15 PDT 2010


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

           Summary: [Qt] Web Notification support
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yael.aharon at nokia.com
                CC: hausmann at webkit.org


Web Notification support in QtWebkit is still lacking. This is a meta bug for all the changes I am planning to do.
These changes include:
1. Fix the association between Notification object and JSNotification objects. JSNotification objects are not ref'ed properly and are garbage collected shortly after they were created.
2. Make NotificatioPresenter a singleton. A notification object can outlive the page that created it, and the current design does not allow for that. 
3. Add support for loading icons for the notifications
4. Add support for the platform plugin to override the default behavior.

Things that I did not implement yet:
5. Add support for web workers based notifications.
6. Add support for downloading the markup for HTML based notifications.

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