Nicolas Ramz 176baf7cdb LibWeb: Support background attribute on table elements 2 năm trước cách đây
..
ARIA e9840bfd4e LibWeb: Build out the ARIA role model 2 năm trước cách đây
Bindings f320406a4c LibWeb: Make Bindings::dom_exception_to_throw_completion public API 2 năm trước cách đây
CSS 450b4336b3 LibWeb: Ensure prototype of CSSKeyframe{s}Rule 2 năm trước cách đây
Cookie effcd080ca Userland: Remove remaining users of Duration::now_realtime() 2 năm trước cách đây
Crypto 15532df83d AK+Everywhere: Change AK::fill_with_random to accept a Bytes object 2 năm trước cách đây
DOM 71f6e5c942 LibWeb: Implement `loading=lazy` for `<img>` elements 2 năm trước cách đây
DOMParsing 67d2e32984 LibWeb: Don't include DOM/NamedNodeMap.h from DOM/Element.h 2 năm trước cách đây
Encoding 0e3fb39a0a LibWeb: Make 'optional BufferSource' IDL arguments actually optional 2 năm trước cách đây
Fetch f57310999d LibWeb: Update workarounds for the empty execution context stack 2 năm trước cách đây
FileAPI f57310999d LibWeb: Update workarounds for the empty execution context stack 2 năm trước cách đây
Geometry 6f8afd8cd9 LibWeb: Implement DOMRect(ReadOnly)#fromRect 2 năm trước cách đây
HTML 176baf7cdb LibWeb: Support background attribute on table elements 2 năm trước cách đây
HighResolutionTime fc5cab5c21 Everywhere: Use MonotonicTime instead of Duration 2 năm trước cách đây
Infra b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 năm trước cách đây
IntersectionObserver 165abafb80 LibWeb: Add initial implementation of IntersectionObserver 2 năm trước cách đây
Layout 42675971e2 LibWeb: Resolve inline-block percentage padding against 0, not infinity 2 năm trước cách đây
Loader d8c1150f6b LibWeb: Respect "no-store" directive in cache-control header 2 năm trước cách đây
MimeSniff 560133a0c6 Everywhere: Remove unused DeprecatedString includes 2 năm trước cách đây
NavigationTiming f62bcba56a LibWeb: Specify snake case names for navigation timing entries too 2 năm trước cách đây
Page f57310999d LibWeb: Update workarounds for the empty execution context stack 2 năm trước cách đây
Painting f544132fe8 LibWeb: Some improvements for painting of collapsed table borders 2 năm trước cách đây
PerformanceTimeline 31b507afbf LibWeb: Introduce Performance Timeline and its Performance functions 2 năm trước cách đây
PermissionsPolicy 7966fc4780 LibWeb+LibWebView+WebContent: Add APIs to manage an autoplay allowlist 2 năm trước cách đây
Platform b4fbd30b70 AudioServer+Userland: Decouple client sample rates from device rate 2 năm trước cách đây
ReferrerPolicy aef36ce828 LibWeb: Add ReferrerPolicy::EmptyString 2 năm trước cách đây
RequestIdleCallback b410804f54 LibWeb/HTML: Port Window.requestIdleCallback() to IDL 2 năm trước cách đây
ResizeObserver ff2a991e19 LibWeb: Make factory method of ResizeObserver::ResizeObserver fallible 2 năm trước cách đây
SRI 22e0603bf7 LibWeb: Implement integrity-metadata part of fetch algorithm 2 năm trước cách đây
SVG 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 năm trước cách đây
Scripts faab2fe101 LibWeb: Store stylesheet sources as StringViews 2 năm trước cách đây
SecureContexts fdfffe2d8c LibWeb: Use IPv6Address::loopback() instead of parsing "::1" 2 năm trước cách đây
Selection dcbe927b48 LibWeb: Make factory method of Selection::Selection fallible 2 năm trước cách đây
Streams 0f040456a7 LibWeb: Add ReadableStreamGetReaderOptions to ReadableStream.getReader 2 năm trước cách đây
Tests edfef8e2f5 Everywhere: Rename WrapperGenerator to BindingsGenerator 2 năm trước cách đây
UIEvents 147c3b3d97 LibWeb+WebContent: Forbid access to underlying type of CSSPixels 2 năm trước cách đây
URL 55d59636ef LibWeb: Implement Web::URL::url_encode closer to spec 2 năm trước cách đây
UserTiming 036e1e1bcf LibWeb: Implement performance.{measure,clearMeasures} 2 năm trước cách đây
WebAssembly f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr 2 năm trước cách đây
WebAudio 49e6414c58 LibWeb: Start filling out BaseAudioContext/AudioContext interfaces 2 năm trước cách đây
WebDriver f57310999d LibWeb: Update workarounds for the empty execution context stack 2 năm trước cách đây
WebGL 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h 2 năm trước cách đây
WebIDL 3bb15d3dae LibJS: Propagate OOM from GetValueFromBuffer AO 2 năm trước cách đây
WebSockets c445bd3a0c LibWeb: Move WebSocket constructor steps closer to spec 2 năm trước cách đây
XHR d4eaaf905c LibJS: Port create_iterator_result_object() to NonnullGCPtr 2 năm trước cách đây
XML c8d8640018 LibWeb: Detect when an XML document belongs in the SVG namespace 2 năm trước cách đây
CMakeLists.txt 165abafb80 LibWeb: Add initial implementation of IntersectionObserver 2 năm trước cách đây
Dump.cpp 088cc4ea73 LibWeb: Parse CSS :host selector 2 năm trước cách đây
Dump.h 72d817d4ea LibWeb+Browser+Ladybird: Add menu action to dump paint tree 2 năm trước cách đây
FontCache.cpp 5146b9b35e LibWeb: Scale the font when painting the text on buttons 2 năm trước cách đây
FontCache.h 5146b9b35e LibWeb: Scale the font when painting the text on buttons 2 năm trước cách đây
Forward.h 165abafb80 LibWeb: Add initial implementation of IntersectionObserver 2 năm trước cách đây
Namespace.cpp db2ba5f1d9 LibWeb: Initialize static web strings during main-thread VM creation 2 năm trước cách đây
Namespace.h db2ba5f1d9 LibWeb: Initialize static web strings during main-thread VM creation 2 năm trước cách đây
PixelUnits.h 147c3b3d97 LibWeb+WebContent: Forbid access to underlying type of CSSPixels 2 năm trước cách đây
TreeNode.h 1c1b902a6a LibJS+LibWeb: Move headers around to allow including Value from Cell 2 năm trước cách đây
idl_files.cmake 165abafb80 LibWeb: Add initial implementation of IntersectionObserver 2 năm trước cách đây