mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-01 16:58:12 +02:00
std::unique_ptr's subtleties are hard for bindgen to cope with. Bug 1973598 was going to make this workaround even uglier by having to figure out the specific path for std::unique_ptr in the standard library. Rather than assuming that all usage bindgen sees is simple, explicitly opt in the few pointers that we need via a new BindgenUniquePtr, and make opaque the rest. Differential Revision: https://phabricator.services.mozilla.com/D255568 |
||
|---|---|---|
| .. | ||
| test | ||
| alert.css | ||
| alert.js | ||
| alert.xhtml | ||
| AlertNotification.cpp | ||
| AlertNotification.h | ||
| jar.mn | ||
| moz.build | ||
| nsAlertsService.cpp | ||
| nsAlertsService.h | ||
| nsAlertsUtils.cpp | ||
| nsAlertsUtils.h | ||
| nsIAlertsService.idl | ||
| nsIWindowsAlertsService.idl | ||
| nsXULAlerts.cpp | ||
| nsXULAlerts.h | ||