gecko-dev/uriloader/exthandler/win
whale a860887be7 Bug 1768758 - Add Windows-specific function getW() for getting wchar_t r=xpcom-reviewers,win-reviewers,gstoll,nika
`char16_t` and `wchar_t` are functionally the same on Windows. But logging statements do not handle `char16_t` very well, resulting in the need to static cast to `wchar_t`. For more info, see [[ https://bugzilla.mozilla.org/show_bug.cgi?id=1768758 | bug task ]]:

This diff introduces a Windows-specific function for getting strings as `wchar_t` and replaces previous workaround usages.

Differential Revision: https://phabricator.services.mozilla.com/D215869
2024-07-10 22:10:56 +00:00
..
nsLocalHandlerAppWin.cpp Bug 1884265 - Expose pretty ApplicationName from the registry to file handlers r=nrishel,nalexander,necko-reviewers,barret,valentin 2024-03-25 23:19:17 +00:00
nsLocalHandlerAppWin.h Bug 1884265 - Expose pretty ApplicationName from the registry to file handlers r=nrishel,nalexander,necko-reviewers,barret,valentin 2024-03-25 23:19:17 +00:00
nsMIMEInfoWin.cpp Bug 1884785 - Expose the path to the os default application to privileged extensions r=Gijs,necko-reviewers 2024-03-25 23:19:17 +00:00
nsMIMEInfoWin.h Bug 1884785 - Expose the path to the os default application to privileged extensions r=Gijs,necko-reviewers 2024-03-25 23:19:17 +00:00
nsOSHelperAppService.cpp Bug 1768758 - Add Windows-specific function getW() for getting wchar_t r=xpcom-reviewers,win-reviewers,gstoll,nika 2024-07-10 22:10:56 +00:00
nsOSHelperAppService.h Bug 1883693 - Remove early return in nsExternalProtocolHandler::NewChannel when handler doesn't exist r=nika 2024-05-02 18:11:51 +00:00