ladybird/Libraries/LibWeb
Totto16 d21bfda900 LibWeb: Handle special cases of PseudoElement::Type correctly
There are some special values for CSS::Selector::PseudoElement::Type
which are after `KnownPseudoElementCount` and therefore not present in
various arrays of pseudo elements, this leads to some errors, if a type
after `KnownPseudoElementCount` is used without checking first. This
adds explicit checks to all usages
2024-12-19 19:35:57 +00:00
..
Animations LibWeb: Handle special cases of PseudoElement::Type correctly 2024-12-19 19:35:57 +00:00
ARIA LibWeb: Fix internal logic for recognizing non-abstract ARIA roles 2024-12-18 15:24:51 +00:00
Bindings LibWeb: Report exceptions when invoking custom element reactions 2024-12-19 15:25:08 +00:00
Clipboard
Compression LibWeb/Streams: Move "set up transform stream" to TransformStream 2024-12-11 15:11:21 +01:00
Cookie
Crypto LibWeb: Correctly normalize HashAlgorithmIdentifier 2024-12-18 12:45:06 -08:00
CSS LibWeb: Handle special cases of PseudoElement::Type correctly 2024-12-19 19:35:57 +00:00
DOM LibWeb: Handle special cases of PseudoElement::Type correctly 2024-12-19 19:35:57 +00:00
DOMParsing
DOMURL
Editing LibWeb: Implement document.execCommand('insertLinebreak') 2024-12-10 19:34:38 +01:00
Encoding
EntriesAPI
EventTiming
Fetch LibWeb: Avoid re-encoding response headers 2024-12-17 13:44:10 +01:00
FileAPI LibWeb/Streams: Move ReadableStream functions out of AbstractOperations 2024-12-11 15:11:21 +01:00
Geometry
HighResolutionTime
HTML LibWeb: Report exceptions that occur during microtask callback 2024-12-19 15:25:08 +00:00
IndexedDB LibWeb: Mark open request as processed if the spec forgot 2024-12-14 23:02:59 +01:00
Infra LibWeb: Avoid re-encoding response headers 2024-12-17 13:44:10 +01:00
Internals headless-browser: Let tests set their own timeout duration 2024-12-19 17:27:33 +00:00
IntersectionObserver
Layout LibWeb+LibGfx: Refactor CSS filters into LibGfx 2024-12-18 18:54:20 +01:00
Loader
MathML
MediaCapabilitiesAPI
MediaSourceExtensions
MimeSniff
MixedContent
NavigationTiming
Page headless-browser: Let tests set their own timeout duration 2024-12-19 17:27:33 +00:00
Painting LibWeb+LibGfx: Refactor CSS filters into LibGfx 2024-12-18 18:54:20 +01:00
PerformanceTimeline
PermissionsPolicy
Platform
ReferrerPolicy
RequestIdleCallback
ResizeObserver LibWeb: Report exceptions that occur during resize observer callback 2024-12-19 15:25:08 +00:00
SecureContexts
Selection LibWeb: Update spec steps in Selection 2024-12-11 19:11:13 +01:00
ServiceWorker
SRI
StorageAPI
Streams LibWeb: Move ad hoc CallbackType helper method to CallbackType header 2024-12-11 15:11:21 +01:00
SVG LibWeb: Load external scripts in SVG 2024-12-11 16:29:42 -07:00
UIEvents
UserTiming
WebAssembly LibWeb: Register Wasm memory grow hook in constructor of Memory objects 2024-12-10 15:54:20 +01:00
WebAudio LibWeb/WebAudio: Remove copy-pasted comments in DynamicsCompressorNode 2024-12-18 10:19:46 +01:00
WebDriver LibWeb: Align execute_async_script variable name with the latest spec 2024-12-12 05:16:18 -08:00
WebGL LibWeb/WebGL: Set INVALID_OPERATION if object does not belong to context 2024-12-19 13:38:43 +01:00
WebIDL LibWeb: Update WebIDL::invoke_callback() to follow the latest spec 2024-12-19 15:25:08 +00:00
WebSockets
WebVTT
Worker
XHR LibWeb: Mark local variables captured in GC functions as ignored 2024-12-10 07:13:00 +01:00
XLink
XML
CMakeLists.txt LibWeb/WebAudio: Implement PannerNode 2024-12-17 13:38:20 +01:00
Dump.cpp
Dump.h
Forward.h LibWeb/WebAudio: Implement PannerNode 2024-12-17 13:38:20 +01:00
idl_files.cmake LibWeb/WebAudio: Implement PannerNode 2024-12-17 13:38:20 +01:00
InvalidateDisplayList.h
Namespace.cpp
Namespace.h
PixelUnits.cpp
PixelUnits.h
TraversalDecision.h
TraversalOrder.h
TreeNode.h LibWeb: Remove unused (Tree)Node::index_of_child() 2024-12-18 23:46:22 +00:00