gecko-dev/accessible/mac
Markus Stange 355baf5b39 Bug 1692391 - Rename NS_OBJC_BEGIN/END_TRY_ABORT_BLOCK macros, replacing ABORT with IGNORE. These macros just log the exception and move on, without aborting. r=haik
This patch was generated automatically, using the following commands:

```
rg -l 'NS_OBJC_BEGIN_TRY_ABORT_BLOCK' . | xargs sed -i '' -e 's/NS_OBJC_BEGIN_TRY_ABORT_BLOCK/NS_OBJC_BEGIN_TRY_IGNORE_BLOCK/g'
rg -l 'NS_OBJC_END_TRY_ABORT_BLOCK' . | xargs sed -i '' -e 's/NS_OBJC_END_TRY_ABORT_BLOCK/NS_OBJC_END_TRY_IGNORE_BLOCK/g'
```

Differential Revision: https://phabricator.services.mozilla.com/D104960
2021-02-16 22:55:21 +00:00
..
.clang-format
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 1692391 - Replace NS_OBJC_BEGIN/END_TRY_ABORT_BLOCK_NIL with the functionally identical NS_OBJC_BEGIN/END_TRY_BLOCK_RETURN(nil). r=haik 2021-02-16 22:55:21 +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 1692523 - P1: Prefix local heirarchy functions with 'Local'. r=Jamie 2021-02-16 20:05:10 +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 1692391 - Rename NS_OBJC_BEGIN/END_TRY_ABORT_BLOCK macros, replacing ABORT with IGNORE. These macros just log the exception and move on, without aborting. r=haik 2021-02-16 22:55:21 +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
MOXLandmarkAccessibles.mm
MOXMathAccessibles.h
MOXMathAccessibles.mm
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 1692523 - P2: Prefix remote heirarchy functions with 'Remote'. r=Jamie 2021-02-16 20:05:11 +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 1692391 - Replace NS_OBJC_BEGIN/END_TRY_ABORT_BLOCK_NIL with the functionally identical NS_OBJC_BEGIN/END_TRY_BLOCK_RETURN(nil). r=haik 2021-02-16 22:55:21 +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 no bug - Remove a pylint warning - variable 'text' is unused r=mstange DONTBUILD 2021-02-16 21:10:33 +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 1692391 - Rename NS_OBJC_BEGIN/END_TRY_ABORT_BLOCK macros, replacing ABORT with IGNORE. These macros just log the exception and move on, without aborting. r=haik 2021-02-16 22:55:21 +00:00
mozAccessibleProtocol.h
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 1692391 - Rename NS_OBJC_BEGIN/END_TRY_ABORT_BLOCK macros, replacing ABORT with IGNORE. These macros just log the exception and move on, without aborting. r=haik 2021-02-16 22:55:21 +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
mozRootAccessible.mm Bug 1692391 - Replace NS_OBJC_BEGIN/END_TRY_ABORT_BLOCK_NIL with the functionally identical NS_OBJC_BEGIN/END_TRY_BLOCK_RETURN(nil). r=haik 2021-02-16 22:55:21 +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 1692523 - P1: Prefix local heirarchy functions with 'Local'. r=Jamie 2021-02-16 20:05:10 +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 1692391 - Rename NS_OBJC_BEGIN/END_TRY_ABORT_BLOCK macros, replacing ABORT with IGNORE. These macros just log the exception and move on, without aborting. r=haik 2021-02-16 22:55:21 +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