index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
CrashReporter
Age
Commit message (
Expand
)
Author
2023-01-07
Everywhere: Remove "LibC/" includes, add lint-rule against it
Ben Wiederhake
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
Sam Atkins
2023-01-07
LibFileSystemAccessClient+CrashReporter: Introduce FSAC::File and use it
Karol Kosek
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2022-12-28
Applications: Remove i686 support
Liav A
2022-12-23
LibCore: Use a StringView for the file path in File::remove
Tim Schumacher
2022-12-23
LibCore: Remove the `force` parameter from File::remove
Tim Schumacher
2022-12-15
LibThreading+Everywhere: Support returning error from `BackgroundAction`
Lucas CHOLLET
2022-12-14
CrashReporter: Use the `Core::Stream` friendly API, `save_file()`
Lucas CHOLLET
2022-12-14
LibFileSystemAccessClient: Rename `try_save_file` =>
Lucas CHOLLET
2022-12-08
CrashReporter: Factorize exiting behavior to `window->close()`
Lucas CHOLLET
2022-12-08
CrashReporter: Disable save button until it is ready to use
Lucas CHOLLET
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-14
AK+Userland: Stub out code that isn't currently implemented on AARCH64
Gunnar Beutner
2022-10-12
Userland: Properly populate GENERATED_SOURCES
Ali Mohammad Pur
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-08-01
CrashReporter: Turn off line wrapping in the various text editors
Andreas Kling
2022-08-01
CrashReporter: Focus the "Close" button on startup
Andreas Kling
2022-08-01
CrashReporter: Add ellipsis (...) to "Save Backtrace" button
Andreas Kling
2022-07-27
Everywhere: Make the codebase more architecture aware
Undefine
2022-07-15
CrashReporter: Tweak layout
FrHun
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Userland: Convert command line arguments to String/StringView
sin-ack
2022-06-10
LibGUI: Add layout spacer support to GML
FrHun
2022-06-03
Applications: Use spawn_or_show_error() for common spawn pattern
MacDue
2022-04-27
LibCore: Remove main event loop
Jelle Raaijmakers
2022-04-20
CrashReporter: Don't display an error when cancelling backtrace saving
Lucas CHOLLET
2022-04-20
CrashReporter: Fix "Save Backtrace" button width
Lucas CHOLLET
2022-04-12
CrashReporter: Implement `Save Backtrace` button
Ali Chraghi
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-13
Userland: Run gml-format
Idan Horowitz
2022-02-07
Meta+Userland: Run the GML formatter on CI and pre-commit
kleines Filmröllchen
2022-02-06
CrashReporter: Capture backtrace progress callback's arguments by value
Sviatoslav Peleshko
2022-02-03
CrashReporter: Stop attempting to lockdown the process veil
Brian Gianforcaro
2022-01-28
LibCoredump: Copy out the FooInfo structs to an aligned address
Ali Mohammad Pur
2022-01-25
CrashReporter: Dispatch backtrace progress callbacks on the main thread
Andreas Kling
2022-01-20
CrashReporter: Don't crash when investigating a HackStudio crash
Sam Atkins
2022-01-03
CrashReporter: Move progressbar into main window
Samuel Bowman
2021-12-11
CrashReporter: Remove redundant pledge()
bugreport0
2021-12-05
Applications: Cast unused smart-pointer TRY return values to void
Sam Atkins
2021-12-04
CrashReporter: Port to LibMain and use TRY() while building the UI :^)
Andreas Kling
2021-11-30
CrashReporter: Remove unnecessary button height overrides from GML
Andreas Kling
2021-11-30
CrashReporter+HackStudio: Let's call it "Debug in Hack Studio"
Andreas Kling
2021-11-24
CrashReporter: Don't visualize whitespace in memory regions text editor
Maciej
2021-11-21
CrashReporter: Show the available memory region information
Tim Schumacher
2021-11-20
CrashReporter: Add "Inspect in Hack Studio" button
Itamar
[next]