gecko-dev/accessible/mac
Morgan Reschenberg 1fe81c2358 Bug 1691502: Don't attempt to invalidate table cache on outlines r=eeejay
Differential Revision: https://phabricator.services.mozilla.com/D104432
2021-02-10 18:29:36 +00:00
..
.clang-format Bug 1660906 - Introduce .clang-format file for Objective C rules. r=morgan 2020-08-25 21:40:32 +00:00
ARIAGridAccessibleWrap.h
AccessibleWrap.h Bug 1681909 - P2: Implement post filter for non-e10s case. r=morgan 2021-01-05 20:35:35 +00:00
AccessibleWrap.mm Bug 1680840: Introduce table style changed event to mac platform, update caching r=eeejay 2021-02-04 20:50:12 +00:00
ApplicationAccessibleWrap.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 1690342 - P2: Populate NSAttributedText attributes with attributes. r=morgan DONTBUILD 2021-02-08 23:26:31 +00:00
GeckoTextMarker.mm Bug 1690342 - P4: Implement IPC attributed text getter. r=morgan DONTBUILD 2021-02-08 23:26:47 +00:00
HTMLTableAccessibleWrap.h
HyperTextAccessibleWrap.h Bug 1690342 - P2: Populate NSAttributedText attributes with attributes. r=morgan DONTBUILD 2021-02-08 23:26:31 +00:00
HyperTextAccessibleWrap.mm Bug 1691831 - Clamp offsets to character count in HyperTextIterator. r=morgan 2021-02-10 06:58:40 +00:00
ImageAccessibleWrap.h
MOXAccessibleBase.h Bug 1690342 - P1: Introduce moxAncestorSearch for finding ancestors. r=morgan DONTBUILD 2021-02-08 23:26:24 +00:00
MOXAccessibleBase.mm Bug 1690342 - P1: Introduce moxAncestorSearch for finding ancestors. r=morgan DONTBUILD 2021-02-08 23:26:24 +00:00
MOXAccessibleProtocol.h Bug 1690342 - P2: Populate NSAttributedText attributes with attributes. r=morgan DONTBUILD 2021-02-08 23:26:31 +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 1681909 - P2: Implement post filter for non-e10s case. r=morgan 2021-01-05 20:35:35 +00:00
MOXSearchInfo.mm Bug 1681909 - P3: Implement e10s post search filter and test. r=morgan 2021-01-05 20:35:37 +00:00
MOXTextMarkerDelegate.h Bug 1686995 - Add AXTextSelectionDirection and AXTextSelectionGranularity to text selection events. r=morgan 2021-01-22 21:12:56 +00:00
MOXTextMarkerDelegate.mm Bug 1690342 - P2: Populate NSAttributedText attributes with attributes. r=morgan DONTBUILD 2021-02-08 23:26:31 +00:00
MOXWebAreaAccessible.h Bug 1682985 - Support aria-busy with AXElementBusy and AXElementBusyChanged. r=morgan 2021-01-06 17:23:45 +00:00
MOXWebAreaAccessible.mm Bug 1682985 - Support aria-busy with AXElementBusy and AXElementBusyChanged. r=morgan 2021-01-06 17:23:45 +00:00
MacUtils.h Bug 1625953 - P1: Introduce getRelationsByType for mozAccessible. r=morgan 2021-01-15 17:22:49 +00:00
MacUtils.mm Bug 1625953 - P1: Introduce getRelationsByType for mozAccessible. r=morgan 2021-01-15 17:22:49 +00:00
Platform.mm Bug 1680840: Introduce table style changed event to mac platform, update caching r=eeejay 2021-02-04 20:50:12 +00:00
PlatformExtTypes.h Bug 1519636 - Reformat recent changes to the Google coding style r=andi 2021-01-06 17:17:23 +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 1684896 - For the static NSDictionary MacSelectorMap objects, use function-local statics rather than globals. r=morgan 2021-01-07 17:53:39 +00:00
TextLeafAccessibleWrap.h
XULListboxAccessibleWrap.h
XULMenuAccessibleWrap.h
XULTreeGridAccessibleWrap.h
moz.build Bug 1681909 - P1: Add IPC stubs for ApplyPostSearchFilter. r=morgan,ipc-reviewers,mccr8 2021-01-05 20:35:22 +00:00
mozAccessible.h Bug 1688490: Make GetNativeFromGeckoAccessible null-safe r=eeejay 2021-02-04 19:41:30 +00:00
mozAccessible.mm Bug 1690342 - P1: Introduce moxAncestorSearch for finding ancestors. r=morgan DONTBUILD 2021-02-08 23:26:24 +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 1625953 - P2: Introduce support for aria-controls and aria-flowto in mac. r=morgan 2021-01-15 17:22:56 +00:00
mozActionElements.mm Bug 1625953 - P2: Introduce support for aria-controls and aria-flowto in mac. r=morgan 2021-01-15 17:22: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 1686744: Fire AXMenuItemSelected notification when menu item is pressed r=eeejay 2021-02-04 19:41:37 +00:00
mozSelectableElements.mm Bug 1686744: Fire AXMenuItemSelected notification when menu item is pressed r=eeejay 2021-02-04 19:41:37 +00:00
mozTableAccessible.h Bug 1688730: Cache table layout status on mac, invalidate on reorder, attr changed r=eeejay 2021-02-02 21:30:58 +00:00
mozTableAccessible.mm Bug 1691502: Don't attempt to invalidate table cache on outlines r=eeejay 2021-02-10 18:29:36 +00:00
mozTextAccessible.h Bug 1686995 - Add AXTextSelectionDirection and AXTextSelectionGranularity to text selection events. r=morgan 2021-01-22 21:12:56 +00:00
mozTextAccessible.mm Bug 1690342 - P5: Use AXTextArea for multiline aria text boxes. r=morgan DONTBUILD 2021-02-08 23:26:49 +00:00