Bug 55631 - [Chromium] WebAccessibilityObject needs an equals() method
Summary: [Chromium] WebAccessibilityObject needs an equals() method
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-02 17:12 PST by Dominic Mazzoni
Modified: 2011-03-03 03:28 PST (History)
2 users (show)

See Also:


Attachments
Implement equals() method. (1.71 KB, patch)
2011-03-02 17:22 PST, Dominic Mazzoni
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dominic Mazzoni 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.
Comment 1 Dominic Mazzoni 2011-03-02 17:22:37 PST
Created attachment 84493 [details]
Implement equals() method.
Comment 2 Dimitri Glazkov (Google) 2011-03-02 17:32:44 PST
Comment on attachment 84493 [details]
Implement equals() method.

kdok.
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2011-03-03 03:28:31 PST
All reviewed patches have been landed.  Closing bug.