summaryrefslogtreecommitdiff
path: root/Userland/Applications/CrashReporter
AgeCommit message (Expand)Author
2023-01-07Everywhere: Remove "LibC/" includes, add lint-rule against itBen Wiederhake
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`Sam Atkins
2023-01-07LibFileSystemAccessClient+CrashReporter: Introduce FSAC::File and use itKarol Kosek
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2022-12-28Applications: Remove i686 supportLiav A
2022-12-23LibCore: Use a StringView for the file path in File::removeTim Schumacher
2022-12-23LibCore: Remove the `force` parameter from File::removeTim Schumacher
2022-12-15LibThreading+Everywhere: Support returning error from `BackgroundAction`Lucas CHOLLET
2022-12-14CrashReporter: Use the `Core::Stream` friendly API, `save_file()`Lucas CHOLLET
2022-12-14LibFileSystemAccessClient: Rename `try_save_file` =>Lucas CHOLLET
2022-12-08CrashReporter: Factorize exiting behavior to `window->close()`Lucas CHOLLET
2022-12-08CrashReporter: Disable save button until it is ready to useLucas CHOLLET
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
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