ladybird/Applications
Matthew Olsson e8e728454c AK: JsonParser improvements
- Parsing invalid JSON no longer asserts
    Instead of asserting when coming across malformed JSON,
    JsonParser::parse now returns an Optional<JsonValue>.
- Disallow trailing commas in JSON objects and arrays
- No longer parse 'undefined', as that is a purely JS thing
- No longer allow non-whitespace after anything consumed by the initial
  parse() call. Examples of things that were valid and no longer are:
    - undefineddfz
    - {"foo": 1}abcd
    - [1,2,3]4
- JsonObject.for_each_member now iterates in original insertion order
2020-06-13 12:43:22 +02:00
..
About LibGUI, About: Implement system-wide W2k-esque About dialog 2020-05-27 11:44:19 +02:00
Browser LibWeb+Browser: Add a barebones LayoutTreeModel to the inspector window 2020-06-12 22:30:11 +02:00
Calculator Calculator: Set text color through the palette 2020-06-02 21:49:47 +02:00
Calendar Calendar: Fix using OwnPtr<> with RefCounted types 2020-06-12 16:08:45 +02:00
Debugger AK: Make string-to-number conversion helpers return Optional 2020-06-12 21:28:55 +02:00
DisplaySettings AK: Make string-to-number conversion helpers return Optional 2020-06-12 21:28:55 +02:00
FileManager Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
FontEditor LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
Help LibMarkdown: Change internal MD API to return OwnPtrs 2020-05-30 00:32:12 +02:00
HexEditor AK: Make string-to-number conversion helpers return Optional 2020-06-12 21:28:55 +02:00
IRCClient AK: Make string-to-number conversion helpers return Optional 2020-06-12 21:28:55 +02:00
KeyboardMapper Application: KeyboardMapper, make button to like a real key 2020-06-13 12:36:30 +02:00
KeyboardSettings Applications: Add new KeyboardSettings application 2020-06-08 09:28:18 +02:00
Piano LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
PixelPaint LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
QuickShow LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
SoundPlayer LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
SystemMonitor AK: JsonParser improvements 2020-06-13 12:43:22 +02:00
Terminal Userland et al: Pledge sigaction when needed 2020-05-26 14:35:10 +02:00
TextEditor TextEditor: Allow "TextEditor foo.txt" to create a new file 2020-06-04 22:15:10 +02:00
Welcome LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
CMakeLists.txt Applications: Add new KeyboardSettings application 2020-06-08 09:28:18 +02:00