gecko-dev/accessible
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
..
android Bug 1692523 - P2: Prefix remote heirarchy functions with 'Remote'. r=Jamie 2021-02-16 20:05:11 +00:00
aom Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
atk Bug 1692523 - P2: Prefix remote heirarchy functions with 'Remote'. r=Jamie 2021-02-16 20:05:11 +00:00
base Bug 1692523 - P2: Prefix remote heirarchy functions with 'Remote'. r=Jamie 2021-02-16 20:05:11 +00:00
generic Bug 1692523 - P1: Prefix local heirarchy functions with 'Local'. r=Jamie 2021-02-16 20:05:10 +00:00
html Bug 1692523 - P1: Prefix local heirarchy functions with 'Local'. r=Jamie 2021-02-16 20:05:10 +00:00
interfaces Bug 1680840: Fire table styling changed event when style changes that may affect data/layout table classification r=emilio,eeejay 2021-02-04 20:50:05 +00:00
ipc Bug 1692523 - P2: Prefix remote heirarchy functions with 'Remote'. r=Jamie 2021-02-16 20:05:11 +00:00
mac 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
other Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
tests Bug 1652192: Enable event logging for accessible/tests/browser/states/browser_test_visibility.js. r=yzen 2021-02-14 22:14:03 +00:00
windows Bug 1692523 - P2: Prefix remote heirarchy functions with 'Remote'. r=Jamie 2021-02-16 20:05:11 +00:00
xpcom Bug 1692391 - Replace the NS_OBJC_BEGIN/END_TRY_ABORT_BLOCK_NSRESULT macros with the functionally identical NS_OBJC_BEGIN/END_TRY_BLOCK_RETURN(NS_ERROR_FAILURE). r=haik 2021-02-16 22:55:20 +00:00
xul Bug 1692523 - P1: Prefix local heirarchy functions with 'Local'. r=Jamie 2021-02-16 20:05:10 +00:00
moz.build Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00