[Webkit-unassigned] [Bug 120501] New: Avoid Node references from AXObjectCache from leaking

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 29 16:39:03 PDT 2013


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

           Summary: Avoid Node references from AXObjectCache from leaking
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: darin at apple.com, james at cookiecrook.com,
                    cfleizach at apple.com,
                    webkit-bug-importer at group.apple.com


Merge https://chromium.googlesource.com/chromium/blink/+/454f31497613b6d0fbcfb0df757254b64a177c06

A real world example of this would be selecting an <option> item inside frame by keyboard. The node will not be deref()-ed until the topDocument() is detached. 

The issue was that AccessibilityMenuListOption is created in childrenChanged()
hook called when its RenderObject is being destroyed. This patch modifies AccessibilityMenuListPopup so it won't create AccessibilityMenuListOption if its
element is already detached.

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