ladybird/Userland/Libraries/LibWeb
Lucas CHOLLET f253246a6c LibWeb/CSS: Add support for the lch color function
This makes us pass all `css/css-color/lch-00*.html` tests.
2024-10-28 23:26:19 +01:00
..
Animations LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
ARIA LibWeb: Complete support for all ARIA properties in current spec 2024-10-24 22:21:46 +02:00
Bindings LibWeb: Put setting object's promise's in WindowOrWorkerGlobalScope 2024-10-23 11:29:53 -06:00
Clipboard LibWeb: Move JS::Promise <-> WebIDL conversion into IDL 2024-10-25 14:04:21 -06:00
Cookie LibWeb+LibWebView: Move the cookie domain matching algorithm to LibWeb 2024-10-23 09:05:33 +02:00
Crypto LibWeb: Omit padding in WebCrypto AES-CBC exportKey 2024-10-28 21:15:59 +01:00
CSS LibWeb/CSS: Add support for the lch color function 2024-10-28 23:26:19 +01:00
DOM LibWeb: Implement lang() function for DOM::Element 2024-10-28 17:55:05 -04:00
DOMParsing LibWeb: Fix boolean logic mistake in XMLSerializer for empty public ID 2024-10-21 10:53:02 +02:00
DOMURL LibWeb+LibURL: Consolidate Origin parsing and serialization into LibURL 2024-10-05 10:46:30 +02:00
Encoding LibWeb: Make DOMException take error message as a String 2024-10-12 21:14:18 +02:00
EntriesAPI
EventTiming LibWeb: Define PerformanceEventTiming 2024-10-08 03:44:55 +02:00
Fetch LibWeb/Fetch: Do not clone stored responses 2024-10-27 11:28:37 +01:00
FileAPI LibWeb: Move JS::Promise <-> WebIDL conversion into IDL 2024-10-25 14:04:21 -06:00
Geometry LibWeb: Make DOMException take error message as a String 2024-10-12 21:14:18 +02:00
HighResolutionTime Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTML LibWeb: Expose MessagePort.postMessage(message, transfer) 2024-10-28 22:56:39 +01:00
IndexedDB
Infra AK+LibWeb: Add {Fly,}String::to_ascii_{upper,lower}_case() 2024-10-14 20:47:35 +02:00
Internals LibWeb: Implement the document.cookie setter/getter according to spec 2024-10-23 09:05:33 +02:00
IntersectionObserver
Layout LibWeb: Use the correct locale when applying titlecase 2024-10-28 17:55:05 -04:00
Loader LibWeb: Make more MimeSniff::MimeType APIs infallible 2024-10-14 20:47:35 +02:00
MathML
MediaCapabilitiesAPI
MimeSniff LibWeb: Make MimeSniff::Resource::sniff() infallible 2024-10-14 20:47:35 +02:00
MixedContent
NavigationTiming Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Page LibWeb+WebContent+WebDriver: Asynchronously wait for dialog dismissal 2024-10-26 11:25:42 +02:00
Painting LibWeb+LibGfx: Fix SVG userSpaceOnUse gradient coordinate transformation 2024-10-28 22:53:17 +01:00
PerformanceTimeline LibWeb: Make DOMException take error message as a String 2024-10-12 21:14:18 +02:00
PermissionsPolicy LibWeb+LibURL: Consolidate Origin parsing and serialization into LibURL 2024-10-05 10:46:30 +02:00
Platform LibWeb: Report audio decoding errors to debug console 2024-10-14 11:59:23 -04:00
ReferrerPolicy LibWeb+LibURL: Consolidate Origin parsing and serialization into LibURL 2024-10-05 10:46:30 +02:00
RequestIdleCallback Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ResizeObserver Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
SecureContexts LibWeb+LibURL: Consolidate Origin parsing and serialization into LibURL 2024-10-05 10:46:30 +02:00
Selection LibWeb: Use correct boundary point comparison in Selection.extend 2024-10-13 15:11:49 +02:00
ServiceWorker LibWeb: Add most of ServiceWorker Update algorithm 2024-10-23 11:33:28 -06:00
SRI
StorageAPI LibWeb: Teach AK how to hash StorageKeys 2024-10-09 15:58:36 -06:00
Streams LibWeb: Move JS::Promise <-> WebIDL conversion into IDL 2024-10-25 14:04:21 -06:00
SVG LibWeb+LibGfx: Fix SVG userSpaceOnUse gradient coordinate transformation 2024-10-28 22:53:17 +01:00
UIEvents UI+LibWeb+WebContent: Implement KeyEvent repeat property 2024-10-22 11:20:35 -04:00
UserTiming
WebAssembly LibWeb: Move JS::Promise <-> WebIDL conversion into IDL 2024-10-25 14:04:21 -06:00
WebAudio LibWeb: Add temp execution context for resolving promise in AudioContext 2024-10-27 08:10:11 +01:00
WebDriver WebContent+WebDriver: Asynchronously wait for navigations to complete 2024-10-26 11:25:42 +02:00
WebGL Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
WebIDL LibWeb: Add support for dictionaries in overload resolution 2024-10-28 22:56:39 +01:00
WebSockets LibWeb: Make DOMException take error message as a String 2024-10-12 21:14:18 +02:00
WebVTT LibWeb: Make DOMException take error message as a String 2024-10-12 21:14:18 +02:00
Worker LibIPC+Everywhere: Introduce an IPC Transport abstraction 2024-10-23 12:29:01 -06:00
XHR LibWeb/XHR: Progess event handle empty length 2024-10-20 22:22:59 +02:00
XLink
XML LibWeb: Do not accept malformed xml namespace 2024-10-14 16:20:57 +01:00
CMakeLists.txt LibWeb/CSS: Introduce a base class for LCH-based color values 2024-10-28 23:26:19 +01:00
Dump.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
Dump.h LibWeb: Add and implement CSSPropertyRule IDL and bindings 2024-10-23 06:55:37 +01:00
Forward.h LibWeb: Move WebDriver's HeapTimer helper class to its own file 2024-10-26 11:25:42 +02:00
idl_files.cmake LibWeb: Add and implement CSSPropertyRule IDL and bindings 2024-10-23 06:55:37 +01:00
InvalidateDisplayList.h
Namespace.cpp
Namespace.h
PixelUnits.cpp
PixelUnits.h
TraversalDecision.h
TraversalOrder.h
TreeNode.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00