Shannon Booth 71ccd8ad25 LibWeb: Implement BaseAudioContext.createBuffer 1 yıl önce
..
ARIA 6f5dd9e11c LibWeb: Return correct RoleType for composite ARIA role 1 yıl önce
Animations 15a8baee03 LibWeb: Save time for animationcancel event before transitioning to idle 1 yıl önce
Bindings a5f4c9a632 AK+Userland: Remove NOESCAPE 1 yıl önce
CSS a8ef84f8c3 LibWeb: Use LengthPercentage for calc values in Transformation matrix 1 yıl önce
Clipboard 4fe0cbcf85 LibWeb: Use 'FIXME' extended attribute where possible 1 yıl önce
Cookie 5ed7cd6e32 Everywhere: Use east const in more places 1 yıl önce
Crypto 4fe0cbcf85 LibWeb: Use 'FIXME' extended attribute where possible 1 yıl önce
DOM 15a8baee03 LibWeb: Save time for animationcancel event before transitioning to idle 1 yıl önce
DOMParsing 8fa7b2c173 LibWeb: Log a FIXME when parsing fragments for XML documents 1 yıl önce
DOMURL 9b6a1de777 LibWeb: Implement URL.parse 1 yıl önce
Encoding bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 yıl önce
Fetch b30c361b08 LibWeb/Fetch: Implement logic to process a response from HTTP's cache 1 yıl önce
FileAPI ec381c122e LibWeb: Implement "Resolve a Blob URL" 1 yıl önce
Geometry bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 yıl önce
HTML 67b1f4af55 LibWeb: Implement HTMLFormElement.encoding 1 yıl önce
HighResolutionTime bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 yıl önce
IndexedDB 899c38d342 LibWeb: Mark IDBFactory.open() with FIXME extended attribute in IDL 1 yıl önce
Infra 1c0541d706 LibWeb: Implement an AO to normalize newlines in a string 1 yıl önce
Internals bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 yıl önce
IntersectionObserver 4fe0cbcf85 LibWeb: Use 'FIXME' extended attribute where possible 1 yıl önce
Layout a98ad191c7 Userland: Add ESCAPING annotations to a bunch of places 1 yıl önce
Loader a98ad191c7 Userland: Add ESCAPING annotations to a bunch of places 1 yıl önce
MathML bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 yıl önce
MimeSniff 08a3904309 LibWeb/MimeSniff: Implement "minimize a supported MIME type" 1 yıl önce
NavigationTiming bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 yıl önce
Page 3945e1a82a LibJS: Make JS::Cell a Weakable 1 yıl önce
Painting e2b2b2439c LibWeb: Apply corner clip before scroll offset for PaintableWithLines 1 yıl önce
PerformanceTimeline 53d0dd4a2e LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 1 yıl önce
PermissionsPolicy e800605ad3 AK+LibURL: Move AK::URL into a new URL library 1 yıl önce
Platform a98ad191c7 Userland: Add ESCAPING annotations to a bunch of places 1 yıl önce
ReferrerPolicy e800605ad3 AK+LibURL: Move AK::URL into a new URL library 1 yıl önce
RequestIdleCallback bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 yıl önce
ResizeObserver bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 yıl önce
SRI 22e0603bf7 LibWeb: Implement integrity-metadata part of fetch algorithm 2 yıl önce
SVG 4fe0cbcf85 LibWeb: Use 'FIXME' extended attribute where possible 1 yıl önce
SecureContexts e800605ad3 AK+LibURL: Move AK::URL into a new URL library 1 yıl önce
Selection bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 yıl önce
Streams a68222f654 LibWeb: Enable callbacks in chunk steps for ReadableStreamDefaultTee 1 yıl önce
UIEvents a6d6729034 LibWeb: Implement the `MouseEvent.relatedTarget` attribute 1 yıl önce
UserTiming c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 yıl önce
WebAssembly 8b1341c77e LibWeb: Make exported Wasm functions keep the module instance alive 1 yıl önce
WebAudio 71ccd8ad25 LibWeb: Implement BaseAudioContext.createBuffer 1 yıl önce
WebDriver e934132442 LibJS+LibWeb: Pass function metadata collected in parsing using a struct 1 yıl önce
WebGL bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 yıl önce
WebIDL 848d6f5074 LibWeb: Add const qualified BufferableObjectBase::raw_object 1 yıl önce
WebSockets 4fe0cbcf85 LibWeb: Use 'FIXME' extended attribute where possible 1 yıl önce
Worker 5e1d678bae Ladybird+Userland: Remove use of unnecessary fd passing socket concept 1 yıl önce
XHR 29112f7365 LibWeb: Integrate Streams in XHR::send() 1 yıl önce
XLink c4efc0a5aa LibWeb: Add Web::XLink::AttributeNames 1 yıl önce
XML a3661fd7f2 LibWeb: Let queue_global_task() take a JS::HeapFunction 1 yıl önce
CMakeLists.txt 76418f3ffa LibWeb: Implement the concept incrementally read a body 1 yıl önce
Dump.cpp c57d395a48 LibWeb: Use `IterationDecision` in single level Node iteration methods 1 yıl önce
Dump.h aef4b84e22 LibWeb+WebContent: Add option to dump session history of a traversable 1 yıl önce
Forward.h 71ccd8ad25 LibWeb: Implement BaseAudioContext.createBuffer 1 yıl önce
Namespace.cpp 3ff81dcb65 LibWeb: Make Web::Namespace::Foo strings be FlyString 1 yıl önce
Namespace.h 3ff81dcb65 LibWeb: Make Web::Namespace::Foo strings be FlyString 1 yıl önce
PixelUnits.cpp c069ab1ca0 LibWeb: Refactor int types in WebContentServer to DevicePixels 1 yıl önce
PixelUnits.h 56d355a15e LibWeb: Properly round CSSPixels values in device_to_css_rect 1 yıl önce
TraversalDecision.h 398bf10b92 LibWeb: Use `TraversalDecision` for multi level Node traversal methods 1 yıl önce
TreeNode.h 398bf10b92 LibWeb: Use `TraversalDecision` for multi level Node traversal methods 1 yıl önce
idl_files.cmake 3aa36caa52 LibWeb: Add stub interface for IDBOpenDBRequest 1 yıl önce