forked from mirrors/gecko-dev
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 |
||
|---|---|---|
| .. | ||
| tests/gtest | ||
| components.conf | ||
| moz.build | ||
| nsOSXSystemProxySettings.mm | ||
| ProxyUtils.h | ||
| ProxyUtils.mm | ||