gecko-dev/toolkit/components/alerts
Emilio Cobos Álvarez 51c1471a6e Bug 1922586 - More explicitly opt in into bindings for UniquePtr. r=sergesanspaille
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
2025-07-01 08:30:38 +00:00
..
test
alert.css
alert.js
alert.xhtml Bug 1970075 - Relax img-src CSP in alert.xhtml + tests r=simonf 2025-06-13 14:13:34 +00:00
AlertNotification.cpp Bug 1962454 - Pass origin instead of host/port to Windows notification r=nalexander,win-reviewers,firefox-desktop-core-reviewers ,gstoll 2025-05-16 09:53:11 +00:00
AlertNotification.h
jar.mn
moz.build
nsAlertsService.cpp Bug 1095073 - Part 1: Add nsIAlertsService.GetHistory r=nalexander,nrishel,geckoview-reviewers,win-reviewers,tcampbell 2025-06-11 12:55:46 +00:00
nsAlertsService.h
nsAlertsUtils.cpp Bug 1962454 - Pass origin instead of host/port to Windows notification r=nalexander,win-reviewers,firefox-desktop-core-reviewers ,gstoll 2025-05-16 09:53:11 +00:00
nsAlertsUtils.h Bug 1962454 - Pass origin instead of host/port to Windows notification r=nalexander,win-reviewers,firefox-desktop-core-reviewers ,gstoll 2025-05-16 09:53:11 +00:00
nsIAlertsService.idl Bug 1095073 - Part 1: Add nsIAlertsService.GetHistory r=nalexander,nrishel,geckoview-reviewers,win-reviewers,tcampbell 2025-06-11 12:55:46 +00:00
nsIWindowsAlertsService.idl
nsXULAlerts.cpp Bug 1922586 - More explicitly opt in into bindings for UniquePtr. r=sergesanspaille 2025-07-01 08:30:38 +00:00
nsXULAlerts.h