ladybird/Userland/Libraries/LibWeb
Andreas Kling 1aac1085b3 LibWeb: Update HTMLScriptElement prepare and execute to latest HTML spec
The net result is some nice simplification of the prepare algorithm
and a bit of initial scaffolding for import maps support.
2022-11-21 10:08:50 +01:00
..
Bindings Everywhere: Remove unnecessary mutable attributes from lambdas 2022-11-19 14:37:31 +00:00
Cookie Userland: Properly define IPC::encode and IPC::decode specializations 2022-11-15 13:25:51 -05:00
Crypto
CSS LibWeb: Handle inset properties in style_value_for_property() 2022-11-14 21:22:27 +00:00
DOM Everywhere: Remove unnecessary mutable attributes from lambdas 2022-11-19 14:37:31 +00:00
DOMParsing
Encoding
Fetch Everywhere: Remove unnecessary mutable attributes from lambdas 2022-11-19 14:37:31 +00:00
FileAPI
Geometry
HighResolutionTime
HTML LibWeb: Update HTMLScriptElement prepare and execute to latest HTML spec 2022-11-21 10:08:50 +01:00
Infra
IntersectionObserver
Layout LibWeb: Return content box position from calculate_static_position 2022-11-20 21:54:39 +01:00
Loader Everywhere: Remove unnecessary mutable attributes from lambdas 2022-11-19 14:37:31 +00:00
MimeSniff LibWeb: Merge latest mimesniff spec update 2022-11-11 12:13:09 +00:00
NavigationTiming
Page LibWeb: Add 'should block pop ups' user config to Page 2022-11-15 21:48:19 +00:00
Painting LubWeb: Call before_children_paint for positioned descendants 2022-11-15 22:53:47 +01:00
Platform
ReferrerPolicy
RequestIdleCallback
ResizeObserver
Scripts
SecureContexts
Selection
Streams
SVG LibWeb: Sketch out basic support for SVG <foreignObject> elements 2022-11-16 13:01:21 +01:00
Tests
UIEvents LibWeb: Fire a keypress event after firing a keydown event 2022-11-07 14:10:41 +01:00
URL
WebAssembly
WebDriver LibWeb: Implement most of WebDriver capability matching 2022-11-18 15:30:29 +00:00
WebGL
WebIDL
WebSockets
XHR LibWeb: Implement XMLHttpRequest.withCredentials 2022-11-14 10:00:11 +00:00
XML LibWeb: Rename HTMLScriptElement "non-blocking" to "force async" 2022-11-21 10:08:50 +01:00
CMakeLists.txt LibWeb+WebDriver: Begin processing and matching WebDriver capabilities 2022-11-18 12:21:57 +00:00
Dump.cpp LibWeb: Recognise the ::placeholder pseudo element 2022-11-07 14:10:41 +01:00
Dump.h
FontCache.cpp
FontCache.h
Forward.h LibWeb: Sketch out basic support for SVG <foreignObject> elements 2022-11-16 13:01:21 +01:00
idl_files.cmake LibWeb: Sketch out basic support for SVG <foreignObject> elements 2022-11-16 13:01:21 +01:00
Namespace.cpp
Namespace.h
TreeNode.h