gecko-dev/mozglue/tests
Doug Thayer b5f7314e3e Bug 1714212 - Ensure COM initialized prior to showing skeleton UI r=Jamie,aklotz,tkikuchi
This implements Jamie's suggested fixes for a screenreader issue when the
skeleton UI is enabled. Most of the work here is just pulling out pieces from the
files we needed to include in mozglue so that any references to, say, nsString
or other pieces from libxul either no longer exist or are only included when
building libxul. In a few cases this meant creating whole files to house single
functions, which isn't so pretty, but it was the best I could come up with to
get the job done.

Differential Revision: https://phabricator.services.mozilla.com/D117663
2021-07-07 22:37:14 +00:00
..
glibc_printf_tests Bug 1686831 - Use double-conversion for mozilla::PrintfTarget::cvt_f. r=nika 2021-01-29 04:25:54 +00:00
gtest Bug 1702717 - Skip blocklisting if the mappad region is not executable. r=mhowell 2021-06-11 22:45:46 +00:00
interceptor Bug 1519636 - Initial reformat of C/C++ code with clang-format version 12.0.0. r=sylvestre 2021-05-10 07:15:07 +00:00
moz.build Bug 1515229 - Make MozStackWalk/MozWalkTheStack frame skipping more reliable. r=gerald,nika,bobowen,jld 2021-04-16 04:06:02 +00:00
ShowSSEConfig.cpp
TestBaseProfiler.cpp Bug 1717991 - Profiler headers should declare all the marker related functions even when MOZ_GECKO_PROFILER is not defined, r=gerald. 2021-06-25 13:28:01 +00:00
TestIntegerPrintfMacros.cpp Bug 1690167 - Move Sprintf.h and IntegerPrintfMacros.h next to Printf.h. r=jwalden 2021-03-10 23:52:39 +00:00
TestNativeNt.cpp Bug 1710923 - migrate windows 7x32 debug tests to windows 10x32. r=ahal 2021-05-24 20:06:43 +00:00
TestPEExportSection.cpp Bug 1714212 - Ensure COM initialized prior to showing skeleton UI r=Jamie,aklotz,tkikuchi 2021-07-07 22:37:14 +00:00
TestPrintf.cpp Bug 1711838 - Avoid GCC warning about %s argument possibly being null. r=gsvelto 2021-05-19 22:19:03 +00:00
TestTimeStampWin.cpp