Aliaksandr Kalenik 1036e104ef LibWeb: Remove cache for Paintable::is_visible() 1 ano atrás
..
ARIA 6f5dd9e11c LibWeb: Return correct RoleType for composite ARIA role 1 ano atrás
Animations 42d5883d57 LibWeb: Set animation update flag from Animation::invalidate_effect() 1 ano atrás
Bindings 31f345fcb0 LibWeb: Add DeserializationMemory parameter to deserialization_steps() 1 ano atrás
CSS 8d7a1e5654 LibWeb: Skip some redundant UTF-8 validation in CSS tokenizer 1 ano atrás
Clipboard c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 ano atrás
Cookie 242d1d8eba LibWeb: Fail to parse cookie date when date does not exist 1 ano atrás
Crypto 52f056503d LibWeb: Add {,de}serialization steps for CryptoKey 1 ano atrás
DOM 4ae2eaead1 LibWeb: Dispatch mouseout and mouseover events 1 ano atrás
DOMParsing c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 ano atrás
DOMURL e800605ad3 AK+LibURL: Move AK::URL into a new URL library 1 ano atrás
Encoding c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 ano atrás
Fetch 74377618b1 LibWeb: Process Base64 data URLs with the forgiving Base64 algorithm 1 ano atrás
FileAPI c92f556aa5 LibWeb: Add {,de}serialization steps for FileList 1 ano atrás
Geometry 5397340724 LibWeb: Add {,de}serialization steps for DOMQuad 1 ano atrás
HTML c6899b79b6 LibWeb: Normalize the angle delta in `CanvasPath::ellipse()` 1 ano atrás
HighResolutionTime c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 ano atrás
Infra 1c0541d706 LibWeb: Implement an AO to normalize newlines in a string 1 ano atrás
Internals 0652d159cf LibWeb: Add a test for mouse{over,out,enter,leave} events 1 ano atrás
IntersectionObserver c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 ano atrás
Layout 9af966f87d LibWeb: Avoid unnecessary Vector copying when generating line boxes 1 ano atrás
Loader 24ecf31ff5 LibURL+LibWeb: Move data URL processing to LibWeb's fetch infrastructure 1 ano atrás
MathML c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 ano atrás
MimeSniff 8e5410347b LibWeb/MimeSniff: Add non-standard text or binary context sniffing 1 ano atrás
NavigationTiming c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 ano atrás
Page 561e011e07 LibWeb+WebContent+Ladybird: Add ability to paste text from clipboard 1 ano atrás
Painting 1036e104ef LibWeb: Remove cache for Paintable::is_visible() 1 ano atrás
PerformanceTimeline c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 ano atrás
PermissionsPolicy e800605ad3 AK+LibURL: Move AK::URL into a new URL library 1 ano atrás
Platform 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 ano atrás
ReferrerPolicy e800605ad3 AK+LibURL: Move AK::URL into a new URL library 1 ano atrás
RequestIdleCallback c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 ano atrás
ResizeObserver c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 ano atrás
SRI 22e0603bf7 LibWeb: Implement integrity-metadata part of fetch algorithm 2 anos atrás
SVG 3518f39b60 LibWeb: Don't crash when querying detached circle element properties 1 ano atrás
SecureContexts e800605ad3 AK+LibURL: Move AK::URL into a new URL library 1 ano atrás
Selection c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 ano atrás
Streams c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 ano atrás
UIEvents 7121539576 LibWeb: Add fast_is<T> for UIEvents::MouseEvent 1 ano atrás
UserTiming c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 ano atrás
WebAssembly c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 ano atrás
WebAudio c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 ano atrás
WebDriver b98a2be96b LibWeb: Ignore window-forwarded document.body.onfoo in detached DOM 1 ano atrás
WebGL c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 ano atrás
WebIDL c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 ano atrás
WebSockets e800605ad3 AK+LibURL: Move AK::URL into a new URL library 1 ano atrás
Worker e800605ad3 AK+LibURL: Move AK::URL into a new URL library 1 ano atrás
XHR e800605ad3 AK+LibURL: Move AK::URL into a new URL library 1 ano atrás
XLink c4efc0a5aa LibWeb: Add Web::XLink::AttributeNames 1 ano atrás
XML ee6b0e144a LibWeb: Make the default XML namespace an empty Optional 1 ano atrás
CMakeLists.txt cf7c933312 LibWeb: Add fast path to calculate invalidations for animated css props 1 ano atrás
Dump.cpp ce2bfb4a12 LibWeb: Make CSSStyleRule::declaration() return a more specific type 1 ano atrás
Dump.h aef4b84e22 LibWeb+WebContent: Add option to dump session history of a traversable 1 ano atrás
Forward.h 108521a566 LibWeb+LibWebView+WebContent: Implement more <input type=file> behavior 1 ano atrás
Namespace.cpp 3ff81dcb65 LibWeb: Make Web::Namespace::Foo strings be FlyString 1 ano atrás
Namespace.h 3ff81dcb65 LibWeb: Make Web::Namespace::Foo strings be FlyString 1 ano atrás
PixelUnits.cpp c069ab1ca0 LibWeb: Refactor int types in WebContentServer to DevicePixels 1 ano atrás
PixelUnits.h 56d355a15e LibWeb: Properly round CSSPixels values in device_to_css_rect 1 ano atrás
TreeNode.h 4d4dbacfc3 LibWeb: Remove all the unused functions from TreeNode 1 ano atrás
idl_files.cmake c2ef506b4a LibWeb: Add an empty DataTransfer IDL implementation 1 ano atrás