gecko-dev/mozglue/misc
Bob Owen 972b41f513 Bug 1546154 p3: Explicitly load COM functions from combase.dll to prevent ole32 loading. r=Jamie
Differential Revision: https://phabricator.services.mozilla.com/D124931
2021-09-20 10:09:01 +00:00
..
decimal
AutoProfilerLabel.cpp
AutoProfilerLabel.h
AwakeTimeStamp.cpp Bug 1685503 - Use AwakeTimeStamp to count time for media telemetry. r=alwu 2021-05-05 09:24:51 +00:00
AwakeTimeStamp.h Bug 1685503 - Use AwakeTimeStamp to count time for media telemetry. r=alwu 2021-05-05 09:24:51 +00:00
ConditionVariable_noop.cpp Bug 1701613 part 3 - Add stub thread implementation for WASI. r=jandem,wingo 2021-04-08 08:02:16 +00:00
ConditionVariable_posix.cpp
ConditionVariable_windows.cpp
Debug.h Bug 1680402. Use stderr in printf_stderr instead of reopening fd 2. r=glandium 2021-03-16 20:45:21 +00:00
DynamicallyLinkedFunctionPtr.h
GetKnownFolderPath.cpp Bug 1714212 - Ensure COM initialized prior to showing skeleton UI r=Jamie,aklotz,tkikuchi 2021-07-07 22:37:14 +00:00
GetKnownFolderPath.h Bug 1714212 - Ensure COM initialized prior to showing skeleton UI r=Jamie,aklotz,tkikuchi 2021-07-07 22:37:14 +00:00
ImportDir.h
IntegerPrintfMacros.h Bug 1690167 - Move Sprintf.h and IntegerPrintfMacros.h next to Printf.h. r=jwalden 2021-03-10 23:52:39 +00:00
MmapFaultHandler.cpp Bug 1701620 part 4 - Fix memory support for WASI. r=jandem,sfink 2021-04-13 08:25:10 +00:00
MmapFaultHandler.h Bug 1701620 part 4 - Fix memory support for WASI. r=jandem,sfink 2021-04-13 08:25:10 +00:00
MutexPlatformData_noop.h Bug 1701613 part 3 - Add stub thread implementation for WASI. r=jandem,wingo 2021-04-08 08:02:16 +00:00
MutexPlatformData_posix.h
MutexPlatformData_windows.h
Mutex_noop.cpp Bug 1701613 part 3 - Add stub thread implementation for WASI. r=jandem,wingo 2021-04-08 08:02:16 +00:00
Mutex_posix.cpp
Mutex_windows.cpp
NativeNt.h Bug 1722566 - Add null checks in PEHeaders::FindResourceLeaf. r=mhowell 2021-07-28 19:11:43 +00:00
PlatformConditionVariable.h Bug 1701613 part 3 - Add stub thread implementation for WASI. r=jandem,wingo 2021-04-08 08:02:16 +00:00
PlatformMutex.h Bug 1701613 part 3 - Add stub thread implementation for WASI. r=jandem,wingo 2021-04-08 08:02:16 +00:00
PreXULSkeletonUI.cpp Bug 1728653 - Allow a silent start mode r=bytesized,nalexander,application-update-reviewers,mossop 2021-09-09 18:09:25 +00:00
PreXULSkeletonUI.h Bug 1714212 - Ensure COM initialized prior to showing skeleton UI r=Jamie,aklotz,tkikuchi 2021-07-07 22:37:14 +00:00
Printf.cpp Bug 1690167 - Add support for the hh length modifier in Printf.cpp. r=nika,Gankra 2021-03-10 23:52:40 +00:00
Printf.h Bug 1690167 - Change VsprintfLiteral/SprintfLiteral to rely on PrintfTarget. r=nika,Gankra,firefox-build-system-reviewers,mhentges 2021-03-10 23:52:40 +00:00
Sprintf.h Bug 1699375 - Add {Vs,S}printLiteral-like functions for buffers of arbitrary size. r=nika 2021-03-22 21:25:30 +00:00
StackWalk.cpp Bug 1673755 - Strip pointer authentication hashes during stack walking on macOS arm64. r=gerald 2021-07-09 17:41:46 +00:00
StackWalk.h Bug 1515229 - Make MozStackWalk/MozWalkTheStack frame skipping more reliable. r=gerald,nika,bobowen,jld 2021-04-16 04:06:02 +00:00
StackWalkThread.h Bug 1699375 - Move MozStackWalkThread to a separate header. r=gerald 2021-03-22 21:25:29 +00:00
StackWalk_windows.h
TimeStamp.cpp Bug 1666222: Rip fuzzyfox out of the timestamp classes 2/5 r=smaug 2021-07-14 18:18:16 +00:00
TimeStamp.h Bug 1666222: Rip fuzzyfox out of the timestamp classes 2/5 r=smaug 2021-07-14 18:18:16 +00:00
TimeStamp_darwin.cpp Bug 1666222: Rip fuzzyfox out of the timestamp classes 2/5 r=smaug 2021-07-14 18:18:16 +00:00
TimeStamp_posix.cpp Bug 1666222: Rip fuzzyfox out of the timestamp classes 2/5 r=smaug 2021-07-14 18:18:16 +00:00
TimeStamp_windows.cpp Bug 1666222: Rip fuzzyfox out of the timestamp classes 2/5 r=smaug 2021-07-14 18:18:16 +00:00
TimeStamp_windows.h Bug 1666222: Rip fuzzyfox out of the timestamp classes 2/5 r=smaug 2021-07-14 18:18:16 +00:00
Uptime.cpp Bug 1686405 - Fix tier-3 build. r=glandium DONTBUILD 2021-04-02 08:56:24 +00:00
Uptime.h Bug 1205985 - Implement something to get the process uptime with and without the time the device was suspended. r=haik,dmajor,jld 2021-01-12 12:34:59 +00:00
WinUtils.h
WindowsDpiAwareness.h
WindowsDpiInitialization.cpp Bug 1701770 - Defer Windows DPI Awareness from load time to run time r=bobowen,aklotz 2021-06-21 13:50:31 +00:00
WindowsDpiInitialization.h Bug 1701770 - Defer Windows DPI Awareness from load time to run time r=bobowen,aklotz 2021-06-21 13:50:31 +00:00
WindowsEnumProcessModules.h Bug 1702086 - Part1: Introduce EnumerateProcessModules. r=gerald 2021-05-19 18:01:47 +00:00
WindowsMapRemoteView.cpp 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
WindowsMapRemoteView.h
WindowsProcessMitigations.cpp 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
WindowsProcessMitigations.h
WindowsUnicode.cpp
WindowsUnicode.h
moz.build Bug 1546154 p3: Explicitly load COM functions from combase.dll to prevent ole32 loading. r=Jamie 2021-09-20 10:09:01 +00:00