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