gecko-dev/xpcom
Chris Peterson 102a715cda Bug 1860949 - Fix C++20 build by converting TestBase64 test result from UTF-16 to UTF-8. r=xpcom-reviewers,emilio
basic_ostream::operator<< overloads that accept char16_t and char32_t were removed in C++20, so std::cout << u'X' is no longer allowed. Previously, these overloads would print an integer or pointer address, not a character or string as the caller might have expected.

https://en.cppreference.com/w/cpp/io/basic_ostream/operator_ltlt2

Differential Revision: https://phabricator.services.mozilla.com/D191921
2023-10-27 02:14:59 +00:00
..
base Bug 1860952 warn when nsMaybeWeakPtr::GetValue() returns null for unexpected reasons r=xpcom-reviewers,mccr8 2023-10-26 00:22:49 +00:00
build Bug 1705042 - Disable IOInterposer if we detect an incompatible Symantec DLL. r=win-reviewers,gstoll 2023-10-03 15:14:38 +00:00
components Bug 1856795 - Remove redundant member init r=emilio 2023-10-15 15:29:02 +00:00
docs Bug 1860157 - Fix typos found by codespell 2.2.6 r=webdriver-reviewers,zeid,search-reviewers,perftest-reviewers,devtools-reviewers,releng-reviewers,gbrown,sparky,jteow 2023-10-19 20:52:10 +00:00
ds Bug 1861010 - Avoid some duplicated string hashing in the html parser. r=smaug 2023-10-25 11:50:59 +00:00
geckoprocesstypes_generator
glue Bug 1855134 - Move existing MOZ_TRY macros to a dedicated header file; r=glandium 2023-09-28 20:46:07 +00:00
idl-parser Bug 1786490 - reformat the tree using black 23.3.0 r=sylvestre,webdriver-reviewers,taskgraph-reviewers,whimboo,jmaher,ahal,perftest-reviewers,geckoview-reviewers,afinder,m_kato 2023-09-06 16:14:30 +00:00
io Bug 1796023 - Compare return value of readlink in nsLocalFileUnix::GetNativeTarget r=xpcom-reviewers,nika 2023-10-23 16:58:25 +00:00
reflect Bug 1855955 - Remove useless <iostream> includes r=emilio 2023-09-29 14:15:53 +00:00
rust Bug 1855614 - Upgrade nsstring to bitflags 2. r=emilio 2023-09-28 07:49:33 +00:00
string Bug 1857751 - nsTSubstring.cpp: Do not use 'else' after 'return'. r=sylvestre 2023-10-15 21:26:26 +00:00
system Bug 1818237 - Expose whether or not the browser is installed as a Snap package through nsIGIOService. r=Gijs 2023-10-04 20:58:24 +00:00
tests Bug 1860949 - Fix C++20 build by converting TestBase64 test result from UTF-16 to UTF-8. r=xpcom-reviewers,emilio 2023-10-27 02:14:59 +00:00
threads Bug 1837079 - [8/10] Implement file-dialog utility-process-crash tests r=handyman,ipc-reviewers,mstange,gerard-majax,nika,profiler-reviewers,julienw 2023-10-26 18:21:30 +00:00
windbgdlg
xpidl
metrics.yaml
moz.build Bug 1841178 - Remove xpcom-config.h. r=xpcom-reviewers,mccr8 2023-06-29 23:02:15 +00:00