ladybird/Userland/Libraries/LibWeb
Andreas Kling ef9b6c25fa LibWeb: Consolidate consecutive inlines in a single anonymous flex item
Before this change, we were creating a new anonymous flex item for every
inline-level child of a flex container, even when we had a sequence of
inline-level children.

The fix here is to simply keep putting things in the last child of the
flex container, if that child is already an anonymous flex item.
2023-09-01 12:45:38 +02:00
..
ARIA
Bindings
Cookie
Crypto
CSS LibWeb: Never blockify HTML <br> elements 2023-09-01 12:45:38 +02:00
DOM LibWeb: Never blockify HTML <br> elements 2023-09-01 12:45:38 +02:00
DOMParsing
Encoding
Fetch LibWeb/Fetch: Use parsed referrer's origin in Request::construct_impl 2023-08-27 15:44:21 -04:00
FileAPI
Geometry
HighResolutionTime LibWeb: Implement PerformanceObserver 2023-08-27 23:27:44 +02:00
HTML LibWeb: Never blockify HTML <br> elements 2023-09-01 12:45:38 +02:00
Infra
Internals
IntersectionObserver
Layout LibWeb: Consolidate consecutive inlines in a single anonymous flex item 2023-09-01 12:45:38 +02:00
Loader
MathML
MimeSniff
NavigationTiming
Page LibWeb: Partially implement MouseEvent.movementX/movementY 2023-08-30 10:21:30 +02:00
Painting LibWeb: Don't convert to floating point in CSS::EdgeRect 2023-09-01 09:40:14 +02:00
PerformanceTimeline LibWeb: Implement PerformanceObserver 2023-08-27 23:27:44 +02:00
PermissionsPolicy
Platform LibWeb: Update the audio timestamp every 50 ms instead of every 10 ms 2023-08-29 11:31:10 +02:00
ReferrerPolicy
RequestIdleCallback
ResizeObserver
SecureContexts
Selection LibWeb: Port Range interface from DeprecatedString to String 2023-08-29 10:05:02 +02:00
SRI
Streams LibWeb: Implement releaseLock interface for ReadableStreamBYOBReader 2023-08-31 19:28:56 +02:00
SVG LibWeb: Ensure transform of SVG <use> updates with x and y attributes 2023-08-31 11:10:30 +02:00
UIEvents LibWeb: Partially implement MouseEvent.movementX/movementY 2023-08-30 10:21:30 +02:00
URL AK: Port percent_encode_after_encoding to String 2023-08-31 11:02:18 +02:00
UserTiming LibWeb: Implement PerformanceObserver 2023-08-27 23:27:44 +02:00
WebAssembly
WebAudio
WebDriver
WebGL LibWeb: Port WebGLRenderingContext IDL from DeprecatedString to String 2023-08-29 10:05:02 +02:00
WebIDL
WebSockets
XHR LibWeb: Move XHR::FormDataEntry to its own header 2023-08-29 09:39:57 +02:00
XML LibWeb: Remove outdated old_queue_global_event_with_document 2023-08-28 12:57:05 +02:00
CMakeLists.txt LibWeb: Implement PerformanceObserver 2023-08-27 23:27:44 +02:00
Dump.cpp
Dump.h
FontCache.cpp
FontCache.h
Forward.h LibWeb: Convert SandboxingFlagSet into a enum class 2023-08-29 09:39:57 +02:00
idl_files.cmake LibWeb: Implement PerformanceObserver 2023-08-27 23:27:44 +02:00
Namespace.cpp
Namespace.h
PixelUnits.cpp
PixelUnits.h LibWeb: Add a CSSPixelFraction class to allow comparison of fractions 2023-08-30 20:36:27 +02:00
TreeNode.h