gecko-dev/accessible/mac
Eitan Isaacson c2532de498 Bug 1680329 - Add AXTextStateChangeType to selection events. r=morgan
It seems that VoiceOver depends on that property to know if a selection is be extended or moved. This manifests in several places in Slack when the user combines VO navigation with Slack's keyboard navigation.

Also changed where we retrieve the editable ancestor to simplify the notification dispatching block.

Differential Revision: https://phabricator.services.mozilla.com/D100452
2021-01-04 22:37:46 +00:00
..
.clang-format Bug 1660906 - Introduce .clang-format file for Objective C rules. r=morgan 2020-08-25 21:40:32 +00:00
AccessibleWrap.h Bug 1625196 - Prune proxy accessibles with nsAccUtils::MustPrune(). r=morgan 2020-05-12 18:39:06 +00:00
AccessibleWrap.mm Bug 1680329 - Add AXTextStateChangeType to selection events. r=morgan 2021-01-04 22:37:46 +00:00
ApplicationAccessibleWrap.h
ARIAGridAccessibleWrap.h
DocAccessibleWrap.h Bug 1198336 - P1: Introduce live region added/removed events. r=Jamie,morgan 2020-11-16 20:16:33 +00:00
DocAccessibleWrap.mm Bug 1678015 - Expose assertive live region attributes for ARIA alerts on Mac, r=Jamie,eeejay 2020-12-02 20:54:41 +00:00
GeckoTextMarker.h Bug 1672700 - Make mozTextAccessible attribute getters use GeckoTextMarker. r=morgan 2020-11-21 04:13:45 +00:00
GeckoTextMarker.mm Bug 1679957 - Text range from accessible should return inner offsets for hypertexts. r=morgan 2020-12-01 23:24:17 +00:00
HTMLTableAccessibleWrap.h
HyperTextAccessibleWrap.h Bug 1667262 - Add AXStyleTextMarkerRangeForTextMarker. r=morgan 2020-09-29 23:25:35 +00:00
HyperTextAccessibleWrap.mm Bug 1681072 - Don't recurse into link if it is in more than one offset. r=MarcoZ 2020-12-17 06:09:49 +00:00
ImageAccessibleWrap.h
MacUtils.h Bug 1660906 - Introduce .clang-format file for Objective C rules. r=morgan 2020-08-25 21:40:32 +00:00
MacUtils.mm Bug 1660906 - Introduce .clang-format file for Objective C rules. r=morgan 2020-08-25 21:40:32 +00:00
MOXAccessibleBase.h Bug 1198336 - P2: Implement live region AX attributes and AXLiveRegionCreated notification. r=morgan 2020-11-16 20:16:41 +00:00
MOXAccessibleBase.mm Bug 1198336 - P2: Implement live region AX attributes and AXLiveRegionCreated notification. r=morgan 2020-11-16 20:16:41 +00:00
MOXAccessibleProtocol.h Bug 1680277 - 1/3: Add editable and focusable ancestor getters. r=morgan 2020-12-11 05:10:44 +00:00
MOXLandmarkAccessibles.h Bug 1661504: Introduce MOXLandmarkAccessible class and AXLandmarkSearchKey r=eeejay" 2020-08-31 18:36:48 +00:00
MOXLandmarkAccessibles.mm Bug 1661504: Introduce MOXLandmarkAccessible class and AXLandmarkSearchKey r=eeejay" 2020-08-31 18:36:48 +00:00
MOXMathAccessibles.h Bug 1660906 - Introduce .clang-format file for Objective C rules. r=morgan 2020-08-25 21:40:32 +00:00
MOXMathAccessibles.mm Bug 1660906 - Introduce .clang-format file for Objective C rules. r=morgan 2020-08-25 21:40:32 +00:00
MOXSearchInfo.h Bug 1668100 - Make target root for AXUIElementsForSearchPredicate. r=morgan 2020-09-29 20:49:29 +00:00
MOXSearchInfo.mm Bug 1680277 - 3/3: Use AXTextArea for multiline and aria text boxes. r=morgan,MarcoZ 2020-12-11 10:29:15 +00:00
MOXTextMarkerDelegate.h Bug 1680329 - Add AXTextStateChangeType to selection events. r=morgan 2021-01-04 22:37:46 +00:00
MOXTextMarkerDelegate.mm Bug 1680329 - Add AXTextStateChangeType to selection events. r=morgan 2021-01-04 22:37:46 +00:00
MOXWebAreaAccessible.h Bug 1675292 - Add 'application' root group when body gets role of application. r=morgan 2020-11-10 17:49:01 +00:00
MOXWebAreaAccessible.mm Bug 1675292 - Add 'application' root group when body gets role of application. r=morgan 2020-11-10 17:49:01 +00:00
moz.build Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
mozAccessible.h Bug 1680277 - 3/3: Use AXTextArea for multiline and aria text boxes. r=morgan,MarcoZ 2020-12-11 10:29:15 +00:00
mozAccessible.mm Bug 1680329 - Add AXTextStateChangeType to selection events. r=morgan 2021-01-04 22:37:46 +00:00
mozAccessibleProtocol.h Bug 1660906 - Introduce .clang-format file for Objective C rules. r=morgan 2020-08-25 21:40:32 +00:00
mozActionElements.h Bug 1413307 - Dispatch AXValueChanged on checkbox/radio state changes. r=MarcoZ 2020-12-01 09:29:56 +00:00
mozActionElements.mm Bug 1413307 - Dispatch AXValueChanged on checkbox/radio state changes. r=MarcoZ 2020-12-01 09:29:56 +00:00
mozHTMLAccessible.h Bug 1676509 - Remove AXTitle from list item groups. r=morgan 2020-11-10 23:14:59 +00:00
mozHTMLAccessible.mm Bug 1676509 - Remove AXTitle from list item groups. r=morgan 2020-11-10 23:14:59 +00:00
mozRootAccessible.h Bug 1660906 - Introduce .clang-format file for Objective C rules. r=morgan 2020-08-25 21:40:32 +00:00
mozRootAccessible.mm Bug 1661587 - Assert if there is no native widget only when not in headless mode. r=morgan 2020-08-27 22:22:12 +00:00
mozSelectableElements.h Bug 1660906 - Introduce .clang-format file for Objective C rules. r=morgan 2020-08-25 21:40:32 +00:00
mozSelectableElements.mm Bug 1662262: Move and modify mac pivot rules for better granularity r=eeejay 2020-09-01 22:12:55 +00:00
mozTableAccessible.h Bug 1649720: Ensure XUL trees expose their internal columns to VoiceOver r=eeejay 2020-12-10 00:15:38 +00:00
mozTableAccessible.mm Bug 1649720: Ensure XUL trees expose their internal columns to VoiceOver r=eeejay 2020-12-10 00:15:38 +00:00
mozTextAccessible.h Bug 1680329 - Add AXTextStateChangeType to selection events. r=morgan 2021-01-04 22:37:46 +00:00
mozTextAccessible.mm Bug 1680329 - Add AXTextStateChangeType to selection events. r=morgan 2021-01-04 22:37:46 +00:00
Platform.mm Bug 1680329 - Add AXTextStateChangeType to selection events. r=morgan 2021-01-04 22:37:46 +00:00
RangeTypes.h Bug 1667262 - Add AXStyleTextMarkerRangeForTextMarker. r=morgan 2020-09-29 23:25:35 +00:00
RootAccessibleWrap.h
RootAccessibleWrap.mm Bug 1661587 - Assert if there is no native widget only when not in headless mode. r=morgan 2020-08-27 22:22:12 +00:00
RotorRules.h Bug 1680277 - 3/3: Use AXTextArea for multiline and aria text boxes. r=morgan,MarcoZ 2020-12-11 10:29:15 +00:00
RotorRules.mm Bug 1680277 - 3/3: Use AXTextArea for multiline and aria text boxes. r=morgan,MarcoZ 2020-12-11 10:29:15 +00:00
SelectorMapGen.py Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
TextLeafAccessibleWrap.h
XULListboxAccessibleWrap.h
XULMenuAccessibleWrap.h
XULTreeGridAccessibleWrap.h