ladybird/Libraries/LibWeb
Jelle Raaijmakers c8d24d4966
Some checks are pending
CI / macOS, arm64, Sanitizer, Clang (push) Waiting to run
CI / Linux, x86_64, Fuzzers, Clang (push) Waiting to run
CI / Linux, x86_64, Sanitizer, GNU (push) Waiting to run
CI / Linux, x86_64, Sanitizer, Clang (push) Waiting to run
Package the js repl as a binary artifact / Linux, arm64 (push) Waiting to run
Package the js repl as a binary artifact / macOS, arm64 (push) Waiting to run
Package the js repl as a binary artifact / Linux, x86_64 (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
LibWeb: Correctly position absolute inline boxes in last line
If we were calculating the static position for an absolutely positioned
inline box that resides in the last line of its containing block, we
would not have yet provided the fragments in that line with their
final positions. Additionally, we would always move the box beneath the
fragment, which was incorrect.

Fixes #5867.
2025-08-28 13:45:37 +02:00
..
Animations LibWeb: Don't resolve UnresolvedStyleValues in set_keyframes 2025-08-28 09:29:46 +01:00
ARIA LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
Bindings LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
Clipboard LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
Compression
ContentSecurityPolicy LibWeb: Replace is<T>() with as_if<T>() where possible 2025-08-25 18:45:00 +02:00
Cookie LibWeb: Add missing cookie-age-limit steps to CookieStore::set() 2025-08-26 06:28:10 -04:00
CookieStore LibWeb: Add missing cookie-age-limit steps to CookieStore::set() 2025-08-26 06:28:10 -04:00
CredentialManagement
Crypto LibWeb: Replace is<T>() with as_if<T>() where possible 2025-08-25 18:45:00 +02:00
CSS LibWeb/CSS: Remove unused <an+b># code for pseudo-classes 2025-08-28 12:40:03 +02:00
DOM LibWeb: Initial work to store ComputedProperties in computed form 2025-08-28 09:29:46 +01:00
DOMURL LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
Editing LibWeb: Delete entire graphemes when the delete/backspace key is pressed 2025-08-14 22:21:51 +02:00
Encoding LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
EncryptedMediaExtensions LibWeb/EME: Implement navigator.requestMediaKeySystemAccess 2025-08-27 09:58:00 +02:00
EntriesAPI
EventTiming
Fetch LibWeb/Fetch: Enable callbacks in the abort signal algorithm callback 2025-08-26 16:29:35 +02:00
FileAPI LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
Gamepad
Geolocation
Geometry LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
HighResolutionTime LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
HTML LibWeb: Don't die when transferring the same MessagePort more than once 2025-08-28 13:42:06 +02:00
IndexedDB LibWeb/IDB: Implement create_a_request_to_retrieve_multiple_items 2025-08-27 16:13:25 +02:00
Infra LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
Internals LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
IntersectionObserver LibWeb: Add missing null check in root_intersection_rectangle() 2025-08-17 19:09:50 +02:00
Layout LibWeb: Correctly position absolute inline boxes in last line 2025-08-28 13:45:37 +02:00
Loader LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
MathML
MediaCapabilitiesAPI LibWeb/EME: Implement MediaKeySystemAccess 2025-08-27 09:58:00 +02:00
MediaSourceExtensions
MimeSniff LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
MixedContent LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
NavigationTiming
Page LibWeb+WebContent: Rename Document::focused_element to ::focused_area 2025-08-26 10:25:59 +02:00
Painting LibWeb/SVG: Respect paint-order when painting SVG paths 2025-08-28 10:31:09 +01:00
PerformanceTimeline LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
PermissionsPolicy LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
Platform LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
ReferrerPolicy
RequestIdleCallback
ResizeObserver
ResourceTiming LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
SecureContexts LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
Selection LibWeb+WebContent: Rename Document::focused_element to ::focused_area 2025-08-26 10:25:59 +02:00
Serial LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
ServiceWorker LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
SRI LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
StorageAPI
Streams LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
SVG LibWeb/SVG: Respect paint-order when painting SVG paths 2025-08-28 10:31:09 +01:00
TrustedTypes LibWeb: Migrate TrustedTypes to Utf16String 2025-08-11 12:21:31 +01:00
UIEvents LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
URLPattern
UserTiming LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
WebAssembly LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
WebAudio LibWeb/WebAudio: Add renderQuantumSize 2025-08-20 14:51:01 +02:00
WebDriver LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
WebGL LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
WebIDL LibWeb: Add support for caching IDL attribute values 2025-08-26 06:28:10 -04:00
WebSockets LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
WebVTT LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
Worker LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
XHR LibWeb: Emit XMLHttpRequest timeout event when the request times out 2025-08-27 14:15:48 +02:00
XLink
XML LibWeb+LibXML: Preserve element attribute order in XML documents 2025-08-22 11:35:59 +02:00
CMakeLists.txt LibWeb/IDB: Implement IDBRecord 2025-08-27 16:13:25 +02:00
Dump.cpp LibWeb/CSS: Remove unused <an+b># code for pseudo-classes 2025-08-28 12:40:03 +02:00
Dump.h LibWeb: Always show box model info when dumping layout tree 2025-08-27 11:53:45 +01:00
Forward.h LibWeb/IDB: Implement IDBRecord 2025-08-27 16:13:25 +02:00
GraphemeEdgeTracker.h LibWeb: Extract FormAssociatedElement's grapheme edge code to a helper 2025-08-22 14:06:46 +02:00
idl_files.cmake LibWeb/IDB: Implement IDBRecord 2025-08-27 16:13:25 +02:00
InvalidateDisplayList.h
Namespace.cpp
Namespace.h LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
PixelUnits.cpp
PixelUnits.h LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
TraversalDecision.h
TraversalOrder.h
TreeNode.h LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00