[Webkit-unassigned] [Bug 117484] New: Simplify AccessibilityText
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 10 21:22:21 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=117484
Summary: Simplify AccessibilityText
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: koivisto at iki.fi, cfleizach at apple.com,
benjamin at webkit.org, akling at apple.com
Consider merging https://chromium.googlesource.com/chromium/blink/+/b76d6a339c94502c25b74dbfb5516cf20b522c07
The AccessibilityText struct had a vector of node references, when
a single reference is suffices since AccessibilityText itself is repeated.
This removes a ton of code from every function that uses AccessibilityText.
--
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