ladybird/Libraries
Andreas Kling b59f4632d5 LibWeb: Unbreak character reference and DOCTYPE parsing post-UTF-8
Oops, these were still using the byte-offset cursor. My goodness is it
unergonomic to index into UTF-8 strings, but Dr. Bugaev says it's good.

There is lots of room for improvement here. Just like the rest of the
tokenizer and parser. We'll have to do a few optimization passes over
them once they mature.
2020-06-04 22:09:36 +02:00
..
LibAudio
LibC LibC: Make sure that ioctl() requests are #defined as macros 2020-06-03 22:56:46 +02:00
LibCore LibCore: Put some annoying debug spam behind EVENTLOOP_DEBUG 2020-06-02 12:46:52 +02:00
LibCrypto LibCrypto: Correctly pad blocks with FinalBlockSize < size < BlockSize 2020-06-04 15:58:04 +02:00
LibDebug LibDebug: Add all Dwarf v5 attributes, tags, and form enum values 2020-06-03 08:12:50 +02:00
LibDesktop
LibELF
LibGemini Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
LibGfx LibGfx: Fix debug-printing colors 2020-06-02 21:49:47 +02:00
LibGUI LibGUI: Fix bad KeyEvent::m_key initializer to unbreak SDL2 port 2020-06-04 16:02:40 +02:00
LibHTTP Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
LibIPC LibIPC: Fix server crashes on client disconnects 2020-05-30 22:31:08 +02:00
LibJS LibM: Add INFINITY macro 2020-06-04 15:45:11 +02:00
LibKeyboard LibKeyboard: Add new library for keyboard applications 2020-06-03 21:52:40 +02:00
LibLine LibLine: Handle interrupts again 2020-06-01 19:52:20 +02:00
LibM LibM: Add exp2() and exp2f() 2020-06-04 15:45:11 +02:00
LibMarkdown LibMarkdown: Change internal MD API to return OwnPtrs 2020-05-30 00:32:12 +02:00
LibPCIDB
LibProtocol
LibPthread
LibTextCodec LibTextCodec: Improve Latin-1 decoder so it decodes everything 2020-05-27 19:52:18 +02:00
LibThread
LibTLS LibTLS: Simplify record padding logic and ASSERT more assumptions 2020-06-04 15:58:04 +02:00
LibUnwind
LibVT LibVT: Allow updating the window progress via an escape sequence 2020-05-30 23:00:35 +02:00
LibWeb LibWeb: Unbreak character reference and DOCTYPE parsing post-UTF-8 2020-06-04 22:09:36 +02:00
LibX86
CMakeLists.txt LibKeyboard: Add new library for keyboard applications 2020-06-03 21:52:40 +02:00