mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
b8f9ad47b9
This unfortunately adds some ASCII-to-UTF16 conversion because: 1. Enums use nsLiteralCString internally 2. nsAlertsService expects nsString. (macOS and Windows expects UTF16 while libnotify expects UTF8) 3. ServiceWorker events currently expect nsString. Fixing this requires touching quite some files and I filed bug 1894240 for that. Differential Revision: https://phabricator.services.mozilla.com/D208920 |
||
---|---|---|
.. | ||
moz.build | ||
nsINotificationStorage.idl |