[webkit-reviews] review requested: [Bug 40005] [Qt] Platform plugin support for Notifications UI : [Attachment 58484] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 11 10:25:47 PDT 2010


Yael <yael.aharon at nokia.com> has asked	for review:
Bug 40005: [Qt] Platform plugin support for Notifications UI
https://bugs.webkit.org/show_bug.cgi?id=40005

Attachment 58484: Patch
https://bugs.webkit.org/attachment.cgi?id=58484&action=review

------- Additional Comments from Yael <yael.aharon at nokia.com>
Found a crash on exit that was a result of GC running during application shut
down.
Did the following to address the crash on exit:

Changed the way NotificationPresenterClientQt is deleted because it is being
accessed when GC is deleting the Notification objects. A delete timer was
created to ensure that NotificationPresenterClientQt is deleted after final GC
was done.


More information about the webkit-reviews mailing list