[Webkit-unassigned] [Bug 50605] New: Notification objects can lose click/close event due to garbage collection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 6 17:37:40 PST 2010


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

           Summary: Notification objects can lose click/close event due to
                    garbage collection
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: johnnyg at google.com


Notification objects don't maintain "pending-activity" bit after they are shown, which means they can be garbage collected at that point -- onclick and onclose events can be dropped later.

It would be better to maintain pending activity until the notification is closed, to prevent early garbage collection.

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