summaryrefslogtreecommitdiff
path: root/Userland/Applications/CrashReporter
AgeCommit message (Expand)Author
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-14AK+Userland: Stub out code that isn't currently implemented on AARCH64Gunnar Beutner
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-08-01CrashReporter: Turn off line wrapping in the various text editorsAndreas Kling
2022-08-01CrashReporter: Focus the "Close" button on startupAndreas Kling
2022-08-01CrashReporter: Add ellipsis (...) to "Save Backtrace" buttonAndreas Kling
2022-07-27Everywhere: Make the codebase more architecture awareUndefine
2022-07-15CrashReporter: Tweak layoutFrHun
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Userland: Convert command line arguments to String/StringViewsin-ack
2022-06-10LibGUI: Add layout spacer support to GMLFrHun
2022-06-03Applications: Use spawn_or_show_error() for common spawn patternMacDue
2022-04-27LibCore: Remove main event loopJelle Raaijmakers
2022-04-20CrashReporter: Don't display an error when cancelling backtrace savingLucas CHOLLET
2022-04-20CrashReporter: Fix "Save Backtrace" button widthLucas CHOLLET
2022-04-12CrashReporter: Implement `Save Backtrace` buttonAli Chraghi
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-13Userland: Run gml-formatIdan Horowitz
2022-02-07Meta+Userland: Run the GML formatter on CI and pre-commitkleines Filmröllchen
2022-02-06CrashReporter: Capture backtrace progress callback's arguments by valueSviatoslav Peleshko
2022-02-03CrashReporter: Stop attempting to lockdown the process veilBrian Gianforcaro
2022-01-28LibCoredump: Copy out the FooInfo structs to an aligned addressAli Mohammad Pur
2022-01-25CrashReporter: Dispatch backtrace progress callbacks on the main threadAndreas Kling
2022-01-20CrashReporter: Don't crash when investigating a HackStudio crashSam Atkins
2022-01-03CrashReporter: Move progressbar into main windowSamuel Bowman
2021-12-11CrashReporter: Remove redundant pledge()bugreport0
2021-12-05Applications: Cast unused smart-pointer TRY return values to voidSam Atkins
2021-12-04CrashReporter: Port to LibMain and use TRY() while building the UI :^)Andreas Kling
2021-11-30CrashReporter: Remove unnecessary button height overrides from GMLAndreas Kling
2021-11-30CrashReporter+HackStudio: Let's call it "Debug in Hack Studio"Andreas Kling
2021-11-24CrashReporter: Don't visualize whitespace in memory regions text editorMaciej
2021-11-21CrashReporter: Show the available memory region informationTim Schumacher
2021-11-20CrashReporter: Add "Inspect in Hack Studio" buttonItamar
2021-11-20CrashReporter: Unlink coredump file on exitItamar
2021-10-03CrashReporter: Don't crash when "Generating..." Window gets closedsw1tchbl4d3
2021-09-21CrashReporter: Show coredump loading progress in the Taskbar :^)Andreas Kling
2021-09-21CrashReporter+LibCoredump: Show progress window while loading coredumpAndreas Kling
2021-09-21CrashDaemon+CrashReporter: Streamline crash reporting a little bitAndreas Kling
2021-09-19CrashReporter: Add some margin around the backtrace & register viewsAndreas Kling
2021-08-23Everywhere: Core dump => CoredumpAndreas Kling
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-07-22Everywhere: Prefix hexadecimal numbers with 0xGunnar Beutner
2021-07-08Everywhere: Remove unused local variables and lambda capturesDaniel Bertalan
2021-07-01CrashReporter: Fix bogus register alignment on x86_64Andreas Kling
2021-06-30AK+Everywhere: Add and use static APIs for LexicalPathMax Wipfli
2021-06-27Kernel+Userland: Add x86_64 registers to RegisterState/PtraceRegistersGunnar Beutner
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling