ladybird/Userland/Applications
Andreas Kling 87ac906ee6 LibJS: Make Error stack traces lazier
Instead of eagerly populating the stack trace with a textual
representation of every call frame, just store the raw source code range
(code, start offset, end offset). From that, we can generate the full
rich backtrace when requested, and save ourselves the trouble otherwise.

This makes test-wasm take ~7 seconds on my machine instead of ~60. :^)
2023-05-28 10:03:11 +02:00
..
3DFileViewer AK: Rename Time to Duration 2023-05-24 23:18:07 +02:00
About LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
AnalogClock LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
Assistant Userland: Silence or resolve new GCC 13 warnings 2023-05-15 07:00:29 +02:00
Browser Browser: Download Widget file and directory text changes 2023-05-25 17:45:16 -06:00
BrowserSettings Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
Calculator Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
Calendar Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
CalendarSettings Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
CertificateSettings Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
CharacterMap Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
ClockSettings LibTimeZone+Userland: Change timezone functions to use UnixDateTime 2023-05-24 23:18:07 +02:00
CrashReporter LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
Debugger Debugger: Support attaching to a running process 2023-02-08 19:23:07 +01:00
DisplaySettings Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
Escalator Escalator: Major rework and enable forwarding of stdin/stdout 2023-05-13 17:59:37 -06:00
FileManager Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
FontEditor Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
GamesSettings LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
Help Help: Fix link to Contents page 2023-05-10 09:13:07 +01:00
HexEditor Everywhere: Use MonotonicTime instead of Duration 2023-05-24 23:18:07 +02:00
ImageViewer Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
KeyboardMapper Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
KeyboardSettings Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
Magnifier LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
Mail Userland: Port Model::column_name() to String 2023-05-15 06:42:10 +02:00
MailSettings Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
MouseSettings LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
NetworkSettings Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
PartitionEditor Userland: Port Model::column_name() to String 2023-05-15 06:42:10 +02:00
PDFViewer Userland: Port Model::column_name() to String 2023-05-15 06:42:10 +02:00
Piano AK: Rename Time to Duration 2023-05-24 23:18:07 +02:00
PixelPaint LibWeb: Make CSSPixels and Length use 64-bit (double) floating point 2023-05-24 14:40:35 +02:00
Presenter Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
Run LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
Settings LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
SoundPlayer Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
SpaceAnalyzer LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
Spreadsheet LibJS: Make Error stack traces lazier 2023-05-28 10:03:11 +02:00
SystemMonitor LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
Terminal Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
TerminalSettings LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
TextEditor Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
ThemeEditor Everywhere: Use MonotonicTime instead of Duration 2023-05-24 23:18:07 +02:00
VideoPlayer AK: Rename Time to Duration 2023-05-24 23:18:07 +02:00
Welcome AK: Add the Input word to input-only buffered streams 2023-05-09 11:18:46 +02:00
CMakeLists.txt CertificateSettings: Create basic Cert Store application 2023-04-03 19:58:47 -06:00