зеркало из https://github.com/mozilla/gecko-dev.git
a518709339
Lots of these callbacks have a non-`void*` final parameter, which UBSAN complains about. This commit changes them to have a `void*` parameter. This requires undoing the machinery added in the first two commits of bug 1473631: `TypePrefChangeFunc` and `PREF_CHANGE_METHOD`. The resulting code is simpler (which is good) and more boilerplate-y (which is bad) but avoids the undefined behaviour (which is good). Differential Revision: https://phabricator.services.mozilla.com/D50901 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
ipc | ||
test | ||
BasicCardPayment.cpp | ||
BasicCardPayment.h | ||
MerchantValidationEvent.cpp | ||
MerchantValidationEvent.h | ||
PaymentActionResponse.cpp | ||
PaymentActionResponse.h | ||
PaymentAddress.cpp | ||
PaymentAddress.h | ||
PaymentMethodChangeEvent.cpp | ||
PaymentMethodChangeEvent.h | ||
PaymentRequest.cpp | ||
PaymentRequest.h | ||
PaymentRequestData.cpp | ||
PaymentRequestData.h | ||
PaymentRequestManager.cpp | ||
PaymentRequestManager.h | ||
PaymentRequestService.cpp | ||
PaymentRequestService.h | ||
PaymentRequestUpdateEvent.cpp | ||
PaymentRequestUpdateEvent.h | ||
PaymentRequestUtils.cpp | ||
PaymentRequestUtils.h | ||
PaymentResponse.cpp | ||
PaymentResponse.h | ||
components.conf | ||
moz.build |