ladybird/Userland/Applications
Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY
(...and ASSERT_NOT_REACHED => VERIFY_NOT_REACHED)

Since all of these checks are done in release builds as well,
let's rename them to VERIFY to prevent confusion, as everyone is
used to assertions being compiled out in release.

We can introduce a new ASSERT macro that is specifically for debug
checks, but I'm doing this wholesale conversion first since we've
accumulated thousands of these already, and it's not immediately
obvious which ones are suitable for ASSERT.
2021-02-23 20:56:54 +01:00
..
About Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Browser Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Calculator Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Calendar Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
CrashReporter AK+Kernel+Userland: Enable some more compiletime format string checks 2021-02-23 13:59:33 +01:00
Debugger Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
DisplaySettings Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
FileManager Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
FontEditor LibGfx: Remove static load_from_file() from abstract Font class 2021-02-15 08:50:48 +01:00
Help Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
HexEditor Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
IRCClient Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
KeyboardMapper Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
KeyboardSettings Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
MouseSettings Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Piano Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
PixelPaint Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
QuickShow Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Run Run: Prefill text field with last command on launch 2021-02-21 20:21:56 +01:00
SoundPlayer AudioServer+LibAudio: Pass audio buffers as Core::AnonymousBuffer 2021-01-17 09:07:32 +01:00
SpaceAnalyzer Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Spreadsheet Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
SystemMonitor Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Terminal Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
TextEditor TextEditor+LibGUI: Add case matching and wrap around optionality 2021-02-22 09:21:30 +01:00
ThemeEditor Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
CMakeLists.txt Applications: Remove "Welcome" application 2021-02-03 10:20:17 +01:00