0

Add deprecation note for ISimpleDOM* interfaces

Bug: 378908266
Change-Id: Ib50a84176da275166da0b9bf31e57da75fa89784
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6019643
Auto-Submit: Aaron Leventhal <aleventhal@chromium.org>
Reviewed-by: Peter Boström <pbos@chromium.org>
Commit-Queue: Peter Boström <pbos@chromium.org>
Commit-Queue: Aaron Leventhal <aleventhal@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1382513}
This commit is contained in:
Aaron Leventhal
2024-11-13 19:29:44 +00:00
committed by Chromium LUCI CQ
parent 69915adc55
commit a6544a1d16
2 changed files with 6 additions and 1 deletions
third_party/isimpledom
ui/accessibility/platform

@ -9,6 +9,11 @@ License File: LICENSE
Security Critical: yes
Shipped: yes
DO NOT USE. This API has been deprecated and will be removed, along with
support, as soon as no longer needed for the JAWS screen reader.
See https://crbug.com/378908266.
Description:
This directory contains the legacy ISimpleDOM API, which was previously needed

@ -1118,7 +1118,7 @@ IFACEMETHODIMP BrowserAccessibilityComWin::get_nodeInfo(
// ISimpleDOMNode::get_attributes()
// Returns HTML attributes -- not text attributes!
// TODO(accessibility) Remove a few years after JAWS screen readers stops using.
// TODO(https://crbug.com/378908266) Remove 3 years after JAWS stops using.
IFACEMETHODIMP BrowserAccessibilityComWin::get_attributes(USHORT max_attribs,
BSTR* attrib_names,
SHORT* name_space_id,