serenity/Userland/Libraries
Adam Hodgen 47bfd366a8 LibWeb: Fix syntax for Table test
The parser fixes this by inserting the <tr> tags, but for this test it's
better to have perfect syntax - we're not testing the parser here.
2021-07-11 14:14:01 +02:00
..
LibArchive
LibAudio
LibC Kernel+Userland: Make the stack alignment comply with the System V ABI 2021-07-10 01:41:57 +02:00
LibCards
LibChess
LibCompress
LibCore LibCore: Add ability to not read shadow data for Account 2021-07-09 20:15:40 +02:00
LibCoreDump
LibCpp LibCpp: Use fast_is<T> and verify_cast<T> to replace C-style casts 2021-07-10 21:58:28 +02:00
LibCrypt
LibCrypto LibCrypto: Add missing implementation of SBI::divided_by(USBI) 2021-07-09 13:20:51 +01:00
LibDebug
LibDesktop
LibDiff
LibDl
LibELF LibELF: Make sure calls to _fixup_plt_entry use a properly aligned stack 2021-07-10 01:41:57 +02:00
LibGemini
LibGfx LibGfx: Try to get TTF font when query is not in name->font map 2021-07-11 14:12:47 +02:00
LibGL
LibGUI LibGUI: Only repaint the affected indices on AbstractView item hover 2021-07-10 18:30:46 +02:00
LibHTTP
LibImageDecoderClient
LibIMAP
LibIPC
LibJS LibJS: Pad abs(year) < 1000 with zeros in Date.prototype.toString() 2021-07-10 19:51:07 +01:00
LibKeyboard
LibLine
LibM
LibMarkdown
LibPCIDB
LibPDF
LibProtocol
LibPthread LibPthread+Kernel: Add pthread_kill() and the thread_kill syscall 2021-07-09 15:36:50 +02:00
LibRegex LibRegex: Use the parser state capture group count in BRE 2021-07-10 23:14:08 +04:30
LibSanitizer
LibSQL
LibSymbolication
LibSyntax
LibSystem
LibTest
LibTextCodec
LibThreading LibThreading: Rename Lock => Mutex 2021-07-09 11:15:50 +02:00
LibTLS
LibTTF LibTTF: Port width calculation changes from BitmapFont 2021-07-11 14:12:59 +02:00
LibUSBDB
LibVideo LibVideo/VP9: Implement MV reading & rectify MV storage issues 2021-07-10 21:28:56 +02:00
LibVT Terminal: Put debug spam in unimplemented_control_code() behind a flag 2021-07-10 16:13:34 +02:00
LibWasm
LibWeb LibWeb: Fix syntax for Table test 2021-07-11 14:14:01 +02:00
LibWebSocket
LibX86
CMakeLists.txt