1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:38:11 +00:00
serenity/DevTools/HackStudio/Debugger
Tom 27bd2eab22 LibWeb: Require parent window argument for MessageBox
Since the vast majority of message boxes should be modal, require
the parent window to be passed in, which can be nullptr for the
rare case that they don't. By it being the first argument, the
default arguments also don't need to be explicitly stated in most
cases, and it encourages passing in a parent window handle.

Fix up several message boxes that should have been modal.
2020-07-16 16:10:21 +02:00
..
BacktraceModel.cpp HackStudio: Don't crash when navigating backtrace with up/down keys 2020-05-12 15:09:54 +02:00
BacktraceModel.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
BreakpointCallback.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
Debugger.cpp HackStudio: Reorganize debugger-related files 2020-05-09 23:41:08 +02:00
Debugger.h Meta: Add script to enforce license headers & run it on Travis 2020-05-09 23:55:58 +02:00
DebugInfoWidget.cpp HackStudio: Support debugging variables with Enum types 2020-06-03 08:12:50 +02:00
DebugInfoWidget.h HackStudio: Allow changing variable values in debugger 2020-05-31 10:52:25 +02:00
VariablesModel.cpp LibWeb: Require parent window argument for MessageBox 2020-07-16 16:10:21 +02:00
VariablesModel.h HackStudio: Allow changing variable values in debugger 2020-05-31 10:52:25 +02:00