ladybird/Libraries/LibWeb
Jeremia Dominguez eafa70331d LibWeb/Layout: Simplified margin collapsing
Rather than accumulating margins into a vector, and then looping through
them when resolving the margin, it's much simpler to just update two
fields, and sum them when resolving.
2024-11-24 14:45:28 +01:00
..
Animations LibGfx: Clean up #include directives 2024-11-20 21:13:23 +01:00
ARIA
Bindings LibWeb: Reorganize definitions and includes to avoid circular references 2024-11-24 11:11:44 +01:00
Clipboard LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
Compression LibCompress: Don't assume zlib header is available right away 2024-11-18 19:55:46 -05:00
Cookie
Crypto LibWeb: Reorganize definitions and includes to avoid circular references 2024-11-24 11:11:44 +01:00
CSS LibWeb: Fix incorrect spec link for the @supports rule 2024-11-23 18:44:38 +00:00
DOM LibWeb: Make replaceData create new surrogate pairs 2024-11-24 13:04:06 +00:00
DOMParsing LibWeb: Make Node::is_text() return true for CDATASection nodes 2024-11-19 19:24:37 +00:00
DOMURL LibURL+LibWeb: Make URL serialization return a String 2024-11-23 16:43:55 +01:00
Encoding LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
EntriesAPI LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
EventTiming LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
Fetch LibWeb: Implement FetchController::abort() 2024-11-24 11:11:44 +01:00
FileAPI LibWeb: Switch to using TemporaryExecutionContext 2024-11-24 11:12:08 +01:00
Geometry LibWeb: Reorganize definitions and includes to avoid circular references 2024-11-24 11:11:44 +01:00
HighResolutionTime LibWeb: Default initialize StructuredDeserialize memory argument 2024-11-23 16:43:55 +01:00
HTML LibWeb: Teach more of HTMLTokenizer to stop at the insertion point 2024-11-24 11:45:23 +01:00
IndexedDB LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
Infra
Internals LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
IntersectionObserver LibWeb: Implement more IntersectionObserver attributes 2024-11-23 09:52:32 +01:00
Layout LibWeb/Layout: Simplified margin collapsing 2024-11-24 14:45:28 +01:00
Loader LibWeb: Properly escape URL on error page 2024-11-17 22:14:14 +01:00
MathML LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
MediaCapabilitiesAPI LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
MediaSourceExtensions LibWeb: Add MediaSourceExtensions events 2024-11-18 10:58:21 +00:00
MimeSniff
MixedContent LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
NavigationTiming LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
Page LibWeb: Dispatch pointer events in EventHandler 2024-11-22 00:32:58 +01:00
Painting LibWeb: Make SVGs respect their CSS transforms 2024-11-24 14:30:32 +01:00
PerformanceTimeline LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
PermissionsPolicy
Platform LibMedia: Remove LibMedia::Audio::LoaderError 2024-11-22 12:43:57 +01:00
ReferrerPolicy
RequestIdleCallback LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
ResizeObserver LibWeb: Make CallbackType take a realm instead of settings object 2024-11-20 18:01:21 -07:00
SecureContexts
Selection LibWeb: Make Selection APIs throw on DocumentType node inputs 2024-11-16 14:39:55 +01:00
ServiceWorker LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
SRI
StorageAPI LibWeb: Const qualify many functions in EnvironmentSettingsObject 2024-11-23 16:43:55 +01:00
Streams LibWeb: Add missing spec links for pipe_through() and pipe_to() 2024-11-24 11:11:44 +01:00
SVG LibWeb: Plumbing for svg stroke-dasharray 2024-11-21 18:56:45 +01:00
UIEvents LibWeb: Add definitions for PointerEvent event handlers 2024-11-22 14:33:58 +01:00
UserTiming LibWeb: Default initialize StructuredDeserialize memory argument 2024-11-23 16:43:55 +01:00
WebAssembly LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
WebAudio LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
WebDriver LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
WebGL LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
WebIDL LibWeb: Add serialization and deserilization steps to DOMException 2024-11-24 11:11:44 +01:00
WebSockets LibURL+LibWeb: Make URL serialization return a String 2024-11-23 16:43:55 +01:00
WebVTT LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
Worker
XHR LibWeb: Use ByteString arguments for XMLHttpRequest.setRequestHeader() 2024-11-21 15:49:48 -05:00
XLink
XML Revert "LibWeb: Set doctype node immediately while parsing XML document" 2024-11-20 19:11:56 -05:00
CMakeLists.txt LibWeb: Support individual scale CSS property 2024-11-22 20:06:44 +01:00
Dump.cpp LibWeb/CSS: Make :has() take a <relative-selector-list> 2024-11-14 19:51:45 +01:00
Dump.h
Forward.h LibWeb: Support individual scale CSS property 2024-11-22 20:06:44 +01:00
idl_files.cmake LibWeb: Implement the DecompressionStream interface 2024-11-17 22:37:45 +01:00
InvalidateDisplayList.h
Namespace.cpp
Namespace.h
PixelUnits.cpp
PixelUnits.h
TraversalDecision.h
TraversalOrder.h
TreeNode.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00