fune/accessible/base
James Teh 23fd30a006 Bug 1845883: Remove HyperTextAccessibleWrap. r=nlapre
This is now just an alias for HyperTextAccessible on all platforms.
This was done with the following bash script:

```
cd accessible
find -name HyperTextAccessibleWrap.h -delete
sed -i 's/#include "HyperTextAccessibleWrap.h"/#include "HyperTextAccessible.h"/;/"HyperTextAccessibleWrap.h",/d;s/HyperTextAccessibleWrap/HyperTextAccessible/g' `git grep -l HyperTextAccessibleWrap`
```

Differential Revision: https://phabricator.services.mozilla.com/D184796
2023-08-02 01:42:17 +00:00
..
AccAttributes.cpp Bug 1840732 Part 1: Remove unnecessary includes from accessible/base, r=Jamie 2023-07-07 03:22:07 +00:00
AccAttributes.h Bug 1802268 part 1: Add AccAttributes::GetMutableAttribute. r=eeejay,nlapre 2022-12-05 23:27:23 +00:00
AccEvent.cpp Bug 412902: Remove unused accessibility events. r=eeejay 2023-07-19 02:56:55 +00:00
AccEvent.h Bug 412902: Remove unused accessibility events. r=eeejay 2023-07-19 02:56:55 +00:00
AccGroupInfo.cpp Bug 1832228 part 3: Rename TableAccessibleBase to TableAccessible and TableCellAccessibleBase to TableCellAccessible. r=nlapre 2023-06-08 09:50:28 +00:00
AccGroupInfo.h Bug 1844238 part 1: Change includes of Role.h to mozilla/a11y/Role.h. r=eeejay 2023-07-26 02:19:41 +00:00
AccIterator.cpp Bug 1845226 - Fix non-unified macOS build due to link error about missing IsDefunct() function definition. r=eeejay 2023-07-27 15:02:25 +00:00
AccIterator.h Bug 1833313: Remove all remaining a11y cache checks and non-caching code except for Mac specific bits. r=morgan,geckoview-reviewers,calu 2023-05-28 23:42:12 +00:00
AccTypes.h
ARIAMap.cpp Bug 1844238 part 1: Change includes of Role.h to mozilla/a11y/Role.h. r=eeejay 2023-07-26 02:19:41 +00:00
ARIAMap.h Bug 1820389: Gracefully handle unknown ARIA roles. r=eeejay,decoder 2023-04-03 04:32:34 +00:00
ARIAStateMap.cpp
ARIAStateMap.h
Asserts.cpp Bug 1844238 part 1: Change includes of Role.h to mozilla/a11y/Role.h. r=eeejay 2023-07-26 02:19:41 +00:00
CacheConstants.h Bug 1845863: Expose HTML placeholder for RemoteAccessible. r=nlapre 2023-08-02 01:42:17 +00:00
CachedTableAccessible.cpp Bug 1743749 part 2: Replace usage of atoms as cache keys with the new CacheKey aliases. r=nlapre 2023-07-31 23:09:56 +00:00
CachedTableAccessible.h Bug 1832228 part 3: Rename TableAccessibleBase to TableAccessible and TableCellAccessibleBase to TableCellAccessible. r=nlapre 2023-06-08 09:50:28 +00:00
DocManager.cpp Bug 1840732 Part 1: Remove unnecessary includes from accessible/base, r=Jamie 2023-07-07 03:22:07 +00:00
DocManager.h
EmbeddedObjCollector.cpp
EmbeddedObjCollector.h
EventQueue.cpp Bug 1843540: Ensure that EventQueue::PushNameOrDescriptionChange never queues events for an Accessible outside its document. r=morgan 2023-07-21 23:20:50 +00:00
EventQueue.h Bug 1823294: Make PushNameOrDescriptionChange fire a name change event on the target itself if appropriate. r=eeejay 2023-03-24 00:37:34 +00:00
EventTree.cpp Bug 1840732 Part 1: Remove unnecessary includes from accessible/base, r=Jamie 2023-07-07 03:22:07 +00:00
EventTree.h
Filters.cpp Bug 1840732 Part 1: Remove unnecessary includes from accessible/base, r=Jamie 2023-07-07 03:22:07 +00:00
Filters.h Bug 1838151: Remove unused a11y::filters::GetRow/GetCell. r=nlapre 2023-06-14 03:31:45 +00:00
FocusManager.cpp Bug 1840732 Part 1: Remove unnecessary includes from accessible/base, r=Jamie 2023-07-07 03:22:07 +00:00
FocusManager.h Bug 1802040: Track the focused DocAccessibleParent on Android. r=eeejay 2022-12-07 13:42:30 +00:00
HTMLMarkupMap.h Bug 1845883: Remove HyperTextAccessibleWrap. r=nlapre 2023-08-02 01:42:17 +00:00
IDSet.h
Logging.cpp Bug 1840732 Part 1: Remove unnecessary includes from accessible/base, r=Jamie 2023-07-07 03:22:07 +00:00
Logging.h
MathMLMarkupMap.h Bug 1832261: Remove most of HTMLTable*Accessible. r=nlapre 2023-06-08 09:50:28 +00:00
moz.build Bug 1844238 part 2: Generate Role.h from nsIAccessibleRole.idl. r=eeejay 2023-07-26 02:19:42 +00:00
NotificationController.cpp Bug 1754905 - Match Pivot API in nsIAccessiblePivot. r=Jamie 2023-06-28 21:45:16 +00:00
NotificationController.h Bug 1276351 - Move away from mozilla::tuple to std::tuple. r=necko-reviewers,sergesanspaille 2023-03-27 07:20:25 +00:00
nsAccCache.h
nsAccessibilityService.cpp Bug 1845883: Remove HyperTextAccessibleWrap. r=nlapre 2023-08-02 01:42:17 +00:00
nsAccessibilityService.h Bug 1694573, 412902: apply code formatting via Lando 2023-07-19 03:00:02 +00:00
nsAccUtils.cpp Bug 1844238 part 1: Change includes of Role.h to mozilla/a11y/Role.h. r=eeejay 2023-07-26 02:19:41 +00:00
nsAccUtils.h Bug 1832228 part 1: Remove ARIAGridAccessible, ARIARowAccessible and most of ARIAGridCellAccessible. r=nlapre 2023-06-08 09:50:28 +00:00
nsCoreUtils.cpp Bug 1839922 - Remove usage of {Has,Get}Attr(kNameSpaceID_None, ..). r=edgar 2023-06-23 10:01:32 +00:00
nsCoreUtils.h Bug 1793747 - Clean-ups and test fixes on top of the previous patch. r=Jamie 2023-01-23 09:19:43 +00:00
nsEventShell.cpp
nsEventShell.h
nsTextEquivUtils.cpp Bug 1845228: Never descend into script or style elements when computing the accessible text equivalent of hidden subtrees. r=morgan 2023-07-26 01:37:55 +00:00
nsTextEquivUtils.h Bug 1844238 part 1: Change includes of Role.h to mozilla/a11y/Role.h. r=eeejay 2023-07-26 02:19:41 +00:00
Pivot.cpp Bug 1840732 Part 1: Remove unnecessary includes from accessible/base, r=Jamie 2023-07-07 03:22:07 +00:00
Pivot.h Bug 1844238 part 1: Change includes of Role.h to mozilla/a11y/Role.h. r=eeejay 2023-07-26 02:19:41 +00:00
Platform.h Bug 1694573 part 4: Make PlatformTextSelectionEvent take TextRange instead of TextRangeData. r=eeejay 2023-07-19 02:56:54 +00:00
Relation.h
RelationType.h
RelationTypeMap.h
RoleHGen.py Bug 1844238 part 2: Generate Role.h from nsIAccessibleRole.idl. r=eeejay 2023-07-26 02:19:42 +00:00
RoleMap.h Bug 798492: Don't return BSTR from IAccessible::get_accRole. r=nlapre 2023-07-19 02:51:29 +00:00
SelectionManager.cpp Bug 1840732 Part 1: Remove unnecessary includes from accessible/base, r=Jamie 2023-07-07 03:22:07 +00:00
SelectionManager.h
States.h
Statistics.h
StyleInfo.cpp Bug 1832803 - Remove some magic from the bindings. r=boris 2023-05-12 23:33:12 +00:00
StyleInfo.h Bug 1832803 - Remove some magic from the bindings. r=boris 2023-05-12 23:33:12 +00:00
TextAttrs.cpp Bug 1840732 Part 1: Remove unnecessary includes from accessible/base, r=Jamie 2023-07-07 03:22:07 +00:00
TextAttrs.h Bug 1791961 - accessible: Fix C++20 -Wambiguous-reversed-operator warnings. r=Jamie 2023-05-26 04:51:43 +00:00
TextLeafRange.cpp Bug 1743749 part 2: Replace usage of atoms as cache keys with the new CacheKey aliases. r=nlapre 2023-07-31 23:09:56 +00:00
TextLeafRange.h Bug 1834874 - P1: Make text navigation work in UI thread with cached TextLeafPoint API. r=Jamie,geckoview-reviewers,m_kato 2023-06-20 18:15:42 +00:00
TextRange-inl.h Bug 1840732 Part 1: Remove unnecessary includes from accessible/base, r=Jamie 2023-07-07 03:22:07 +00:00
TextRange.cpp Bug 1837332: Remove unused HyperTextAccessible::EnclosingRange/VisibleRanges/RangeByChild/RangeAtPoint, TextRange::EmbeddedChildren/Text and xpcAccessibleTextRange::ScrollIntoView. r=eeejay 2023-06-14 00:43:11 +00:00
TextRange.h Bug 1837332: Remove unused HyperTextAccessible::EnclosingRange/VisibleRanges/RangeByChild/RangeAtPoint, TextRange::EmbeddedChildren/Text and xpcAccessibleTextRange::ScrollIntoView. r=eeejay 2023-06-14 00:43:11 +00:00
TextUpdater.cpp Bug 1840732 Part 1: Remove unnecessary includes from accessible/base, r=Jamie 2023-07-07 03:22:07 +00:00
TextUpdater.h
TreeWalker.cpp Bug 1840732 Part 1: Remove unnecessary includes from accessible/base, r=Jamie 2023-07-07 03:22:07 +00:00
TreeWalker.h
XULMap.h