ladybird/Userland/Libraries/LibWeb
Andreas Kling fbee0490a3 LibWeb: Improve HTMLElement.click()
This API now follows the spec a bit more closely, with regards to the
event being dispatched. There are still FIXME's but this is already an
improvement.

2% progression on ACID3. :^)
2022-02-25 20:45:19 +01:00
..
Bindings LibWeb: Make document.createEvent("UIEvent") actually create a UIEvent 2022-02-25 19:38:31 +01:00
Cookie
Crypto LibWeb: Add imports to all IDL files that depend on others 2022-02-16 22:48:32 +03:30
CSS LibWeb: Make CSS :empty selector match empty text nodes as well 2022-02-25 19:38:31 +01:00
DOM LibWeb: Implement Range.commonAncestorContainer 2022-02-25 20:45:03 +01:00
DOMParsing
DumpLayoutTree
Encoding LibWeb: Implement a very basic version of TextDecoder 2022-02-16 22:48:32 +03:30
Fetch
Geometry LibWeb: Add imports to all IDL files that depend on others 2022-02-16 22:48:32 +03:30
HighResolutionTime LibWeb: Add imports to all IDL files that depend on others 2022-02-16 22:48:32 +03:30
HTML LibWeb: Improve HTMLElement.click() 2022-02-25 20:45:19 +01:00
IntersectionObserver LibWeb: Add imports to all IDL files that depend on others 2022-02-16 22:48:32 +03:30
Layout LibWeb: Fix off-by-one in calculation of available space for line boxes 2022-02-25 19:38:31 +01:00
Loader LibWeb: Make document.write() work while document is parsing 2022-02-21 22:00:28 +01:00
MimeSniff
NavigationTiming
Page LibWeb: Add key code 'Esc' to ignored Keydown Events in EventHandler 2022-02-20 10:57:30 +01:00
Painting LibWeb: Remove redundant Length::resolved() calls 2022-02-18 19:04:37 +01:00
RequestIdleCallback
ResizeObserver LibWeb: Add imports to all IDL files that depend on others 2022-02-16 22:48:32 +03:30
Scripts
Selection LibWeb: Add imports to all IDL files that depend on others 2022-02-16 22:48:32 +03:30
SVG LibWeb: SVG parse signed numbers in eliptical arc 2022-02-21 16:32:24 +01:00
Tests
UIEvents LibWeb: Implement UIEvent.initUIEvent() 2022-02-25 19:38:31 +01:00
URL LibWeb: Add imports to all IDL files that depend on others 2022-02-16 22:48:32 +03:30
WebAssembly LibWeb: Don't check for get().is_empty() in WebAssemblyMemoryConstructor 2022-02-16 22:48:32 +03:30
WebSockets LibWeb: Use more relevant WebSocket spec links 2022-02-18 19:34:08 +00:00
XHR LibWeb: Separate "event listener" from "EventListener" 2022-02-16 22:21:45 +01:00
CMakeLists.txt LibWeb: Implement CSS Time class 2022-02-24 08:04:25 +01:00
DOMTreeModel.cpp
DOMTreeModel.h
Dump.cpp LibWeb: Implement the ::marker pseudo-element 2022-02-25 19:35:34 +01:00
Dump.h
FontCache.cpp
FontCache.h
Forward.h LibWeb: Parse the content property 2022-02-25 19:35:34 +01:00
ImageDecoding.cpp
ImageDecoding.h
InProcessWebView.cpp
InProcessWebView.h
Namespace.cpp
Namespace.h
Origin.h
OutOfProcessWebView.cpp
OutOfProcessWebView.h
StylePropertiesModel.cpp
StylePropertiesModel.h
TreeNode.h
WebContentClient.cpp
WebContentClient.h
WebViewHooks.h