mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
881677b477
This commit contains a few things: * Update our copy of google-breakpad to upstream c53ed143108948eb7e2d7ee77dc8c0d92050ce7c * Get rid of all but one local patch, fold a few related local patches into one * Misc build fixup to sync with upstream--adding a few new moz.build files, source files * The final bits of unhooking Breakpad from the profiler: ** Revert to only building toolkit/crashreporter if MOZ_CRASHREPORTER. ** Stop building bits of Breakpad that we only needed for the profiler. ** Remove a few bits of profiler code that were used to interface with Breakpad. ** Remove toolkit/crashreporter/breakpad-logging, which was only used to suppress Breakpad logging for the in-process stackwalker. * Upstream removed their Android-compat sys/ucontext.h because the Android NDK added it, but the bionic we're using for Gonk builds is too old, so add a copy of the previous version of those files to toolkit/crashreporter/gonk-include to keep Gonk building. * Consolidate moz.build files under toolkit/crashreporter/google-breakpad/client/linux |
||
---|---|---|
.. | ||
AbstractThread.cpp | ||
AbstractThread.h | ||
BackgroundHangMonitor.cpp | ||
BackgroundHangMonitor.h | ||
HangAnnotations.cpp | ||
HangAnnotations.h | ||
HangMonitor.cpp | ||
HangMonitor.h | ||
LazyIdleThread.cpp | ||
LazyIdleThread.h | ||
LeakRefPtr.h | ||
moz.build | ||
MozPromise.h | ||
nsEnvironment.cpp | ||
nsEnvironment.h | ||
nsEventQueue.cpp | ||
nsEventQueue.h | ||
nsICancelableRunnable.idl | ||
nsIEnvironment.idl | ||
nsIEventTarget.idl | ||
nsIProcess.idl | ||
nsIRunnable.idl | ||
nsISupportsPriority.idl | ||
nsIThread.idl | ||
nsIThreadInternal.idl | ||
nsIThreadManager.idl | ||
nsIThreadPool.idl | ||
nsITimer.idl | ||
nsMemoryPressure.cpp | ||
nsMemoryPressure.h | ||
nsProcess.h | ||
nsProcessCommon.cpp | ||
nsThread.cpp | ||
nsThread.h | ||
nsThreadManager.cpp | ||
nsThreadManager.h | ||
nsThreadPool.cpp | ||
nsThreadPool.h | ||
nsThreadSyncDispatch.h | ||
nsTimerImpl.cpp | ||
nsTimerImpl.h | ||
SharedThreadPool.cpp | ||
SharedThreadPool.h | ||
StateMirroring.h | ||
StateWatching.h | ||
SyncRunnable.h | ||
TaskDispatcher.h | ||
TaskQueue.cpp | ||
TaskQueue.h | ||
ThreadStackHelper.cpp | ||
ThreadStackHelper.h | ||
TimerThread.cpp | ||
TimerThread.h |