gecko-dev/accessible/base
Eitan Isaacson ccdf272301 Bug 1647483 - Add a TextRange getter to text selection change events. r=Jamie
This includes 3 changes:
1. Add a lazy ranges getter to AccTextSelChangeEvent.
2. Create an XPCOM interface for testing purposes.
3. Add IPDL bindings for passing ranges in e10s.

Differential Revision: https://phabricator.services.mozilla.com/D80556
2020-06-23 18:52:42 +00:00
..
AccessibleOrProxy.cpp Bug 1625396: AccessibleOrProxy::ChildAtPoint: Accessible::ChildAtPoint can return null, so don't try to check for a remote child doc in that case. r=yzen 2020-03-30 13:19:15 +00:00
AccessibleOrProxy.h Bug 1632252: Replace constructor with AccOrProxy, adjust native getter. r=eeejay 2020-05-27 15:50:47 +00:00
AccEvent.cpp Bug 1647483 - Add a TextRange getter to text selection change events. r=Jamie 2020-06-23 18:52:42 +00:00
AccEvent.h Bug 1647483 - Add a TextRange getter to text selection change events. r=Jamie 2020-06-23 18:52:42 +00:00
AccGroupInfo.cpp Bug 1635309: Clear conceptual parent when updating AccGroupInfo. r=MarcoZ 2020-05-05 05:36:31 +00:00
AccGroupInfo.h
AccIterator.cpp Bug 1640605 - Remove IsInAnonymousSubtree / IsRootOfAnonymousSubtree. r=edgar 2020-05-25 11:43:51 +00:00
AccIterator.h
AccTypes.h Bug 1625864 - Fire state change event on LINKED change. r=Jamie,morgan 2020-04-24 14:34:09 +00:00
ARIAMap.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=jgilbert 2020-04-05 13:34:58 +00:00
ARIAMap.h
ARIAStateMap.cpp
ARIAStateMap.h
Asserts.cpp Bug 1641932: Add Mac subroles to role map. r=eeejay 2020-06-05 03:45:44 +00:00
DocManager.cpp Bug 1630208 part 3: Clean up the remote XPC document accessible cache on shutdown. r=yzen 2020-06-17 18:42:30 +00:00
DocManager.h Bug 1630208 part 3: Clean up the remote XPC document accessible cache on shutdown. r=yzen 2020-06-17 18:42:30 +00:00
EmbeddedObjCollector.cpp
EmbeddedObjCollector.h
EventQueue.cpp Bug 1628715 - Part 7: Add MOZ_NONNULL_RETURN to infallible nsTArray::AppendElements. r=xpcom-reviewers,necko-reviewers,nika,valentin 2020-04-24 13:31:14 +00:00
EventQueue.h
EventTree.cpp
EventTree.h
Filters.cpp
Filters.h
FocusManager.cpp Bug 1635784 - Part 1: IsRemoteTarget should take fission OOP iframe into account; r=smaug 2020-06-18 20:38:34 +00:00
FocusManager.h
IDSet.h
Logging.cpp Bug 1634591: Rename nsCoreUtils::IsTabDocument to IsTopLevelContentDocInProcess. Rename DocAccessible::eTabDocument to eTopLevelContentDocInProcess. r=MarcoZ 2020-06-10 05:03:05 +00:00
Logging.h
MarkupMap.h Bug 1330659 - Expose the HTML dialog element to accessibility APIs, r=Jamie 2020-06-17 05:22:05 +00:00
moz.build
NotificationController.cpp
NotificationController.h Bug 1628715 - Part 7: Add MOZ_NONNULL_RETURN to infallible nsTArray::AppendElements. r=xpcom-reviewers,necko-reviewers,nika,valentin 2020-04-24 13:31:14 +00:00
nsAccCache.h
nsAccessibilityService.cpp Bug 1641932: Add Mac subroles to role map. r=eeejay 2020-06-05 03:45:44 +00:00
nsAccessibilityService.h
nsAccessiblePivot.cpp Bug 1645339 - Use range-based for with nsTObserverArray in accessible. r=MarcoZ 2020-06-16 10:14:32 +00:00
nsAccessiblePivot.h
nsAccUtils.cpp Bug 1642480: Null check content in nsAccUtils::IsARIALive. r=MarcoZ 2020-06-02 05:56:22 +00:00
nsAccUtils.h Bug 1572860: Remove the ability for an outer document to override live region markup in an inner iframe document. r=MarcoZ 2020-05-11 11:13:43 +00:00
nsCoreUtils.cpp Bug 1643464 - Part 1: Rename eLeft/eRight to ePrimary/eSecondary r=masayuki 2020-06-19 18:02:41 +00:00
nsCoreUtils.h Bug 1634591: Rename nsCoreUtils::IsTabDocument to IsTopLevelContentDocInProcess. Rename DocAccessible::eTabDocument to eTopLevelContentDocInProcess. r=MarcoZ 2020-06-10 05:03:05 +00:00
nsEventShell.cpp
nsEventShell.h
nsTextEquivUtils.cpp Bug 1641932: Add Mac subroles to role map. r=eeejay 2020-06-05 03:45:44 +00:00
nsTextEquivUtils.h
Pivot.cpp Bug 1624909: Create and maintain radio siblings array for position information. r=eeejay 2020-05-29 17:37:46 +00:00
Pivot.h Bug 1624909: Create and maintain radio siblings array for position information. r=eeejay 2020-05-29 17:37:46 +00:00
Platform.h
Relation.h
RelationType.h
RelationTypeMap.h
Role.h Bug 1625153 - Implement the WAI-ARIA 1.2 code role, r=Jamie 2020-03-26 21:26:15 +00:00
RoleMap.h Bug 1641932: Add Mac subroles to role map. r=eeejay 2020-06-05 03:45:44 +00:00
SelectionManager.cpp
SelectionManager.h
States.h
Statistics.h
StyleInfo.cpp Bug 1646336 - Don't unnecessarily lose precision in nsComputedDOMStyle. r=hiro 2020-06-18 00:42:47 +00:00
StyleInfo.h
TextAttrs.cpp Bug 1646224 - Use mozilla::Length rather than nscoord to store font sizes. r=heycam,jfkthame 2020-06-22 09:45:40 +00:00
TextAttrs.h
TextRange-inl.h
TextRange.cpp Bug 1647483 - Add a TextRange getter to text selection change events. r=Jamie 2020-06-23 18:52:42 +00:00
TextRange.h Bug 1647483 - Add a TextRange getter to text selection change events. r=Jamie 2020-06-23 18:52:42 +00:00
TextUpdater.cpp
TextUpdater.h
TreeWalker.cpp
TreeWalker.h
XULMap.h Bug 1571461 - Change accessibility of search widget to look for all event handlers and remove hack to hide.r=surkov,MarcoZ 2020-03-31 11:06:38 +00:00