1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 02:13:56 +09:00
ladybird/Libraries/LibWeb
Shannon Booth 05b4676917 LibWeb: Ensure global objects are an event target
All global objects current need to be event targets so that they
can have events dispatched to them. This allows for removing of
verify_cast for these global objects.
2024-12-03 00:18:11 +01:00
..
Animations LibJS: Add missing CommonPropertyNamess and StringMayBeNumber::Nos 2024-12-01 10:42:49 +01:00
ARIA
Bindings LibWeb: Ensure requests modules is not empty before indexing into it 2024-12-01 15:49:16 +01:00
Clipboard
Compression
Cookie
Crypto LibWeb: Remove useless bytes conversion in ECDH.exportKey 2024-11-30 11:17:44 +01:00
CSS LibWeb: Improve grid-template-area parsing and serialization 2024-12-02 16:19:47 +00:00
DOM LibWeb: Take namespace into account when matching attribute 2024-11-30 16:47:14 +00:00
DOMParsing
DOMURL LibURL: Make URL::serialized_host() infallible 2024-11-30 12:07:39 +01:00
Editing LibWeb: Expose HTMLElement's content editable state 2024-12-03 00:18:03 +01:00
Encoding
EntriesAPI
EventTiming
Fetch LibURL: Promote Host to a proper class 2024-11-30 12:07:39 +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: Use relevant principal settings for HighResolutionTime 2024-11-30 11:55:11 +01:00
HTML LibWeb: Ensure global objects are an event target 2024-12-03 00:18:11 +01:00
IndexedDB LibWeb: Remove IDBRequest.idl FIXME 2024-12-01 22:04:05 +01:00
Infra LibWeb: Implement code_unit_less_than 2024-11-25 11:53:50 +01:00
Internals
IntersectionObserver LibWeb: Implement more IntersectionObserver attributes 2024-11-23 09:52:32 +01:00
Layout LibWeb/CSS: Do not ignore self-start/self-end alignment in flex layout 2024-12-03 00:17:53 +01:00
Loader
MathML
MediaCapabilitiesAPI
MediaSourceExtensions LibWeb: Partially implement MediaSource.isTypeSupported() 2024-11-26 23:51:02 +01:00
MimeSniff
MixedContent LibURL: Replace Host's Empty state with making Url's Host optional 2024-11-30 12:07:39 +01:00
NavigationTiming
Page LibWeb: Avoid unnecessary Vector copy during find in page queries 2024-11-24 19:28:13 +00:00
Painting LibWeb: Fix CSS filters painting 2024-12-01 21:27:29 +01:00
PerformanceTimeline
PermissionsPolicy
Platform LibMedia: Remove LibMedia::Audio::LoaderError 2024-11-22 12:43:57 +01:00
ReferrerPolicy
RequestIdleCallback
ResizeObserver
SecureContexts LibURL: Migrate Origin scheme from ByteString to String 2024-11-30 12:07:39 +01:00
Selection
ServiceWorker LibWeb: Add stubbed implementation for ServiceWorkerGlobalScope 2024-11-30 11:19:35 +01:00
SRI
StorageAPI LibWeb: Const qualify many functions in EnvironmentSettingsObject 2024-11-23 16:43:55 +01:00
Streams LibWeb/Streams: Update comments for resolved spec bug 2024-11-27 10:58:45 +01:00
SVG LibWeb: Teach HTMLObjectElement to negotiate natural size with SVGs 2024-11-26 18:32:48 +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
WebAudio LibWeb: Add ChannelMergerNode interface 2024-11-25 17:16:06 +01:00
WebDriver
WebGL
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
Worker LibIPC: Remove socket path from IPC Client connections 2024-11-26 11:00:48 +01:00
XHR LibURL: Replace Host's Empty state with making Url's Host optional 2024-11-30 12:07:39 +01:00
XLink
XML LibWeb: Do not give the HTML namespace to elements when parsing XML 2024-11-27 17:10:32 +01:00
CMakeLists.txt LibWeb: Implement document.execCommand("delete") 2024-11-30 17:35:45 +01:00
Dump.cpp LibWeb: Recurse into NavigableContentViewport in layout dumps 2024-11-26 18:32:48 +01:00
Dump.h
Forward.h LibWeb: Move ServiceWorker classes to ServiceWorker namespace 2024-11-30 11:19:35 +01:00
idl_files.cmake LibWeb: Add stub definition for WorkletGlobalScope 2024-11-30 11:19:35 +01:00
InvalidateDisplayList.h
Namespace.cpp
Namespace.h
PixelUnits.cpp
PixelUnits.h
TraversalDecision.h
TraversalOrder.h
TreeNode.h