gecko-dev/netwerk/wifi
Markus Stange 5257db6695 Bug 1692391 - Remove the word ABORT from the NS_OBJC_BEGIN/END_TRY_ABORT_BLOCK_RETURN macros, because these macros don't abort. r=haik,necko-reviewers
This patch was generated automatically with the commands below:

```
rg -l 'NS_OBJC_BEGIN_TRY_ABORT_BLOCK_RETURN' . | xargs sed -i '' -e 's/NS_OBJC_BEGIN_TRY_ABORT_BLOCK_RETURN/NS_OBJC_BEGIN_TRY_BLOCK_RETURN/g'
rg -l 'NS_OBJC_END_TRY_ABORT_BLOCK_RETURN' . | xargs sed -i '' -e 's/NS_OBJC_END_TRY_ABORT_BLOCK_RETURN/NS_OBJC_END_TRY_BLOCK_RETURN/g'
```

Differential Revision: https://phabricator.services.mozilla.com/D104955
2021-02-16 22:55:20 +00:00
..
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
nsIWifiAccessPoint.idl
nsIWifiListener.idl
nsIWifiMonitor.idl
nsWifiAccessPoint.cpp
nsWifiAccessPoint.h
nsWifiMonitor.cpp
nsWifiMonitor.h
nsWifiScannerDBus.cpp
nsWifiScannerDBus.h
nsWifiScannerFreeBSD.cpp
nsWifiScannerMac.cpp
nsWifiScannerSolaris.cpp
nsWifiScannerWin.cpp
osx_corewlan.mm Bug 1692391 - Remove the word ABORT from the NS_OBJC_BEGIN/END_TRY_ABORT_BLOCK_RETURN macros, because these macros don't abort. r=haik,necko-reviewers 2021-02-16 22:55:20 +00:00
osx_wifi.h
win_wifiScanner.cpp Bug 1684110 - Stop using some 'A'-functions in netwerk/. r=necko-reviewers,kershaw 2021-01-04 20:34:50 +00:00
win_wifiScanner.h
win_wlanLibrary.cpp Bug 1684110 - Stop using some 'A'-functions in netwerk/. r=necko-reviewers,kershaw 2021-01-04 20:34:50 +00:00
win_wlanLibrary.h