Bug 55631

Summary: [Chromium] WebAccessibilityObject needs an equals() method
Product: WebKit Reporter: Dominic Mazzoni <dmazzoni>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dglazkov
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Implement equals() method. none

Dominic Mazzoni
Reported 2011-03-02 17:12:26 PST
WebAccessibilityObject needs an equals() method. The specific use-case is that when the accessibility render tree is sent from the renderer process to the browser process in Chromium, it needs to identify nodes that are reachable in more than one way and only include one copy. For example, a table cell is a child of both a row and a column, but we only want to send the cell once.
Attachments
Implement equals() method. (1.71 KB, patch)
2011-03-02 17:22 PST, Dominic Mazzoni
no flags
Dominic Mazzoni
Comment 1 2011-03-02 17:22:37 PST
Created attachment 84493 [details] Implement equals() method.
Dimitri Glazkov (Google)
Comment 2 2011-03-02 17:32:44 PST
Comment on attachment 84493 [details] Implement equals() method. kdok.
WebKit Commit Bot
Comment 3 2011-03-03 03:28:26 PST
Comment on attachment 84493 [details] Implement equals() method. Clearing flags on attachment: 84493 Committed r80229: <http://trac.webkit.org/changeset/80229>
WebKit Commit Bot
Comment 4 2011-03-03 03:28:31 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.