ladybird/Userland/Libraries/LibWeb
Andreas Kling 967b257518 LibWeb: Make FFC prepare replaced child boxes for layout
Before we ask a replaced box about its intrinsic dimensions, we have
to "prepare" the box, which tells it to go and work out what its
intrinsic dimensions are.

I've added a FIXME about how this is silly (and clearly bug-prone)
but this patch only patches it locally in FFC for now.
2022-06-21 20:40:26 +02:00
..
Bindings LibWeb: Add the ability to retrieve a WebGL context from getContext 2022-06-13 21:45:27 +01:00
Cookie
Crypto
CSS LibWeb: Add deprecated image-rendering values 2022-06-16 17:36:13 +01:00
DOM LibWeb: Add support for the <base> element changing the base URL 2022-06-19 16:35:43 +01:00
DOMParsing
Encoding
Fetch
Geometry
HighResolutionTime
HTML LibWeb: Implement HTMLBaseElement.href 2022-06-19 16:35:43 +01:00
IntersectionObserver
Layout LibWeb: Make FFC prepare replaced child boxes for layout 2022-06-21 20:40:26 +02:00
Loader LibWeb: Add timeout functionality to ResourceLoader 2022-06-21 10:29:14 +01:00
MimeSniff
NavigationTiming LibWeb: Use long long where it was replaced with long 2022-06-06 22:34:45 +01:00
Page LibWeb: Make doubleclicking select the nearest word 2022-06-20 12:55:50 +01:00
Painting LibWeb: Use the AA painter for drawing dotted lines 2022-06-18 02:34:56 +01:00
RequestIdleCallback
ResizeObserver
Scripts
Selection
SVG LibWeb: Move CSS Parser into new Web::CSS::Parser namespace 2022-04-12 23:03:46 +02:00
Tests
UIEvents LibWeb: Dispatch dblclick UI Events on double click 2022-06-20 12:55:50 +01:00
URL
WebAssembly
WebGL LibWeb/WebGL: Implement WebGLRenderingContextBase.depthRange() 2022-06-13 21:45:27 +01:00
WebSockets LibWeb: Abstract the LibProtocol WebSockets connection 2022-05-15 12:17:36 +02:00
XHR LibWeb: Add timeout functionality to ResourceLoader 2022-06-21 10:29:14 +01:00
XML
CMakeLists.txt LibWeb: Add BorderRadiusCornerClipper 2022-06-16 10:28:07 +01:00
Dump.cpp LibWeb: Support CSSRule.type 2022-04-11 21:10:08 +02:00
Dump.h
FontCache.cpp
FontCache.h
Forward.h LibWeb: Add the ability to retrieve a WebGL context from getContext 2022-06-13 21:45:27 +01:00
idl_files.cmake LibWeb: Add the ability to retrieve a WebGL context from getContext 2022-06-13 21:45:27 +01:00
ImageDecoding.cpp LibWeb: Abstract the image decoding via Web::ImageDecoding::Decoder 2022-05-15 12:17:36 +02:00
ImageDecoding.h LibWeb: Abstract the image decoding via Web::ImageDecoding::Decoder 2022-05-15 12:17:36 +02:00
Namespace.cpp
Namespace.h
Origin.h
TreeNode.h