serenity/Userland/Libraries
Aliaksandr Kalenik c6e3c0a339 LibWeb: Create BlockContainer layout node for <input type="button">
...and shadow tree with TextNode for "value" attribute is created.
This means InlineFormattingContext is used, and button's text now
respects CSS text-decoration properties and unicode-ranges.

(cherry picked from commit 8feaecd5c8d02a2fdb989a9a9671e008d1c3a7de)
2024-06-27 19:02:45 +02:00
..
LibAccelGfx
LibArchive
LibAudio LibAudio: Replace DeprecatedFlyString with FlyString 2024-06-25 18:32:45 -06:00
LibC
LibCards
LibChess
LibCMake
LibCodeComprehension
LibCompress
LibConfig
LibCore Everywhere: Write dtors for types with incomplete members out-of-line 2024-06-25 17:42:49 +02:00
LibCoredump
LibCpp
LibCrypt
LibCrypto LibCrypto: Milk some more performance out of galois_multiply() 2024-06-19 15:45:02 +02:00
LibDebug
LibDesktop
LibDeviceTree
LibDiff
LibDNS
LibDSP
LibEDID
LibELF
LibFileSystem
LibFileSystemAccessClient
LibGemini LibHTTP+LibCore+RequestServer: Use async streams for HTTP 2024-06-19 15:45:02 +02:00
LibGfx LibTextCodec: Fix ISO-8859-1 vs. windows-1252 handling in web contexts 2024-06-27 00:27:56 +02:00
LibGL
LibGLSL
LibGPU
LibGUI LibGfx: Remove unnecessary use of LibGUI in Gfx::Palette 2024-06-02 20:26:56 +02:00
LibHTTP LibHTTP+LibCore+RequestServer: Use async streams for HTTP 2024-06-19 15:45:02 +02:00
LibIDL LibIDL+LibWeb: Mark [FIXME] interfaces as [[Unimplemented]] 2024-06-26 16:34:37 +02:00
LibImageDecoderClient
LibIMAP
LibIPC LibIPC: Allow sync messages to completely block the event loop 2024-06-25 18:30:03 -06:00
LibJIT
LibJS LibJS: Add the [[Unimplemented]] attribute 2024-06-26 16:34:37 +02:00
LibKeyboard
LibLine
LibLocale
LibMain
LibManual
LibMarkdown
LibPartition
LibPCIDB
LibPDF
LibProtocol LibWebSocket: Use HTTP::HeaderMap in WebSocket code 2024-06-26 18:50:27 +02:00
LibRegex Everywhere: Remove usages of template keyword with no parameter list 2024-06-25 17:42:49 +02:00
LibRIFF
LibSanitizer
LibSemVer
LibSoftGPU
LibSQL
LibSymbolication
LibSyntax LibSyntax: Remove minor unnecessary use of LibGUI 2024-06-02 20:00:29 +02:00
LibSystem
LibTest LibTest: Add Test::AsyncMemory{Input,Output}Stream 2024-06-13 17:40:24 +02:00
LibTextCodec LibTextCodec: Use generated lookup tables for all single byte decoders 2024-06-27 00:27:56 +02:00
LibThreading RequestServer+LibCore+LibTLS: Use coroutines for socket connection 2024-06-19 15:45:02 +02:00
LibTimeZone
LibTLS RequestServer+LibCore+LibTLS: Use coroutines for socket connection 2024-06-19 15:45:02 +02:00
LibUnicode AK+LibUnicode: Implement a case-insensitive variant of find_byte_offset 2024-06-01 07:37:54 +02:00
LibURL LibURL: Convert ASCII only URLs to lowercase during parsing 2024-06-27 14:00:51 +02:00
LibUSBDB
LibVideo
LibVirtGPU
LibVT
LibWasm LibWasm: Check source and destination offsets in memory.init 2024-06-26 22:13:13 +02:00
LibWeb LibWeb: Create BlockContainer layout node for <input type="button"> 2024-06-27 19:02:45 +02:00
LibWebSocket LibWebSocket: Use HTTP::HeaderMap in WebSocket code 2024-06-26 18:50:27 +02:00
LibWebView LibWebView: Allow data URLs in sanitize_url 2024-06-27 17:14:22 +02:00
LibX86
LibXML
CMakeLists.txt