1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 00:57:43 +00:00
serenity/Userland/Libraries
Andreas Kling 61c27815e4 LibWeb: More specialization of intrinsic sizing layout
This patch adds a separate entry point for this kind of layout.
We override it in BFC to set up initial width/height values for the
BFC root block.

Resulting dimensions are assigned as content_width and content_height
at the end of intrinsic sizing, for each axis, if it's either "auto"
or there's a min-content or max-content constraint in effect.
2022-07-11 18:57:45 +02:00
..
LibArchive LibArchive: Guard against major() and minor() macros from old glibc 2022-07-05 01:27:37 +02:00
LibAudio LibAudio: Add spec comments to the FlacLoader 2022-06-23 23:16:34 +01:00
LibC Kernel+LibC+LibCore: Pass fcntl extra argument as pointer-sized variable 2022-07-10 20:09:11 +02:00
LibCards
LibChess
LibCodeComprehension
LibCompress LibCompress: Write Deflate window size in the Zlib header 2022-07-10 13:52:18 +03:00
LibConfig
LibCore Kernel+LibC+LibCore: Pass fcntl extra argument as pointer-sized variable 2022-07-10 20:09:11 +02:00
LibCoredump Everywhere: Fix two inconsistent serenity_lib() output names 2022-07-03 22:59:13 +02:00
LibCpp LibCpp: Support "FIXME" for comments 2022-06-14 19:07:00 +01:00
LibCrypt
LibCrypto LibCrypto: Add the [[nodiscard]] qualifier in both BigInteger classes 2022-07-09 15:55:32 +00:00
LibDebug LibDebug: Make sure current_breakpoint has value before usage 2022-07-03 21:54:46 +00:00
LibDesktop
LibDeviceTree
LibDiff
LibDl
LibDNS
LibDSP
LibEDID
LibELF DynamicLoader: Stop performing relative relocations on non-pie objects 2022-07-10 14:24:34 +02:00
LibFileSystemAccessClient FileSystemAccessServer: Call window stealing functions sync 2022-06-30 11:15:24 +01:00
LibGemini
LibGfx LibGfx: Default-initialize dummy scanline 2022-07-10 21:39:28 +03:00
LibGL
LibGPU
LibGUI LibGUI: Disallow selection identation in readonly text editors 2022-07-10 16:23:40 +02:00
LibHTTP LibHTTP: Include JsonObject.h in Job.cpp 2022-07-04 21:46:02 +02:00
LibImageDecoderClient
LibIMAP LibIMAP: Properly escape the whole string instead of the first character 2022-07-06 11:12:45 +02:00
LibIPC
LibJS AK: Treat empty string as invalid JSON 2022-07-10 23:31:48 +02:00
LibKeyboard
LibLine LibLine: Use the real shown line count around in cleanup() 2022-06-22 15:45:27 +02:00
LibM LibM: Implement fma 2022-07-08 22:27:38 +00:00
LibMain
LibMarkdown
LibPCIDB
LibPDF
LibProtocol
LibPthread
LibRegex LibRegex: Treat inverted Compare entries as disjunctions 2022-07-10 14:26:03 +02:00
LibSanitizer
LibSoftGPU
LibSQL
LibSymbolication
LibSyntax
LibSystem
LibTest
LibTextCodec
LibThreading
LibTimeZone LibTimeZone: Parse and generate a list of time zones used by region 2022-07-06 16:56:42 +02:00
LibTLS
LibUnicode LibUnicode: Remove now-unused Unicode::select_pattern_with_plurality 2022-07-08 20:33:52 +02:00
LibUSBDB
LibVideo
LibVT LibVT+Kernel: Separate the caret shapes and its steadiness 2022-06-22 12:12:00 +01:00
LibWasm
LibWeb LibWeb: More specialization of intrinsic sizing layout 2022-07-11 18:57:45 +02:00
LibWebSocket
LibWebView Browser+LibWeb+WebContent: Allow Browser to load local files 2022-06-27 20:22:15 +01:00
LibX86
LibXML LibXML: Fail gracefully on integer overflow in character references 2022-07-10 22:29:11 +03:00
CMakeLists.txt