ladybird/Userland/Libraries/LibWeb
Shannon Booth c3e6077cfc LibWeb: Make Document::{visibility,read}_state return a StringView
Also using the visibility state enum to change strcmp to a simple
enum state check :^)
2023-09-13 07:26:35 +02:00
..
ARIA
Bindings LibWeb: Port Text interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
Cookie LibWeb: Make Document::set_cookie take a StringView 2023-09-13 07:26:35 +02:00
Crypto LibWeb: Port DOMException interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
CSS LibWeb: Serialize StringStyleValue with quotes 2023-09-12 14:29:21 +01:00
DOM LibWeb: Make Document::{visibility,read}_state return a StringView 2023-09-13 07:26:35 +02:00
DOMParsing LibWeb: Port DOMException interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
Encoding LibWeb: Port TextEncoder interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
Fetch LibJS: Stop propagating small OOM errors from the Error object 2023-09-09 13:03:25 -04:00
FileAPI LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 2023-09-02 19:23:41 +01:00
Geometry AK: Add to_radians and to_degrees math functions 2023-09-10 08:38:29 +01:00
HighResolutionTime LibWeb: Port DOMException interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
HTML LibWeb: Make Document::{visibility,read}_state return a StringView 2023-09-13 07:26:35 +02:00
Infra
Internals
IntersectionObserver LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 2023-09-02 19:23:41 +01:00
Layout LibWeb: Use fit-content width if button's computed width is "auto" 2023-09-12 17:26:30 +02:00
Loader LibWeb+WebContent: Set ConsoleClient for nested browsing contexts 2023-09-07 09:06:00 -06:00
MathML
MimeSniff
NavigationTiming
Page LibWeb+WebContent: Set ConsoleClient for nested browsing contexts 2023-09-07 09:06:00 -06:00
Painting LibWeb: Don't convert to floating point in CSS::EdgeRect 2023-09-01 09:40:14 +02:00
PerformanceTimeline LibWeb: Port DOMException interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
PermissionsPolicy
Platform LibWeb: Make FontPlugin::generic_font_name() return FlyString 2023-09-06 11:29:03 -04:00
ReferrerPolicy
RequestIdleCallback
ResizeObserver
SecureContexts
Selection LibWeb: Port DOMException interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
SRI
Streams LibJS: Stop propagating small OOM errors from the Error object 2023-09-09 13:03:25 -04:00
SVG LibWeb: Add FlyString variants of get_element_by_id 2023-09-11 12:07:36 +01:00
UIEvents LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 2023-09-02 19:23:41 +01:00
URL LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 2023-09-02 19:23:41 +01:00
UserTiming LibWeb: Port DOMException interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
WebAssembly LibJS+LibWeb+WebContent: Stop using ThrowableStringBuilder 2023-09-09 13:03:25 -04:00
WebAudio LibWeb: Port DOMException interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
WebDriver LibWeb: Port HTMLCanvasElement interface from DeprecatedString to String 2023-09-05 20:36:09 -04:00
WebGL LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 2023-09-02 19:23:41 +01:00
WebIDL LibWeb: Port DOMException interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
WebSockets LibWeb: Port DOMException interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
XHR LibWeb: Port DOMException interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
XML LibWeb: Remove outdated old_queue_global_event_with_document 2023-08-28 12:57:05 +02:00
CMakeLists.txt LibWeb: Implement the math-depth CSS property 2023-09-11 17:03:22 +01:00
Dump.cpp LibWeb: Rename Element::attribute to Element::deprecated_attribute 2023-09-05 20:36:09 -04:00
Dump.h
FontCache.cpp LibGfx: Convert Font APIs to return String instead of DeprecatedString 2023-09-06 11:29:03 -04:00
FontCache.h LibWeb: Invalidate font cache when web fonts are downloaded 2023-08-24 22:07:00 +01:00
Forward.h LibWeb: Implement the math-depth CSS property 2023-09-11 17:03:22 +01:00
idl_files.cmake LibWeb: Implement PerformanceObserver 2023-08-27 23:27:44 +02:00
Namespace.cpp
Namespace.h
PixelUnits.cpp
PixelUnits.h LibWeb: Use CSSPixels only when calculating radial gradient sizes 2023-09-09 13:03:11 +02:00
TreeNode.h LibWeb: Remove all the unused functions from TreeNode 2023-08-20 05:02:59 +02:00