Matthew Olsson 10fddb99fc LibWeb: Implement Document::remove_replaced_animations() hai 1 ano
..
AbortController.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString hai 1 ano
AbortController.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks hai 1 ano
AbortController.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files hai 1 ano
AbortSignal.cpp 3b7c252175 LibWeb: Implement `AbortSignal.abort()` hai 1 ano
AbortSignal.h 3b7c252175 LibWeb: Implement `AbortSignal.abort()` hai 1 ano
AbortSignal.idl 3b7c252175 LibWeb: Implement `AbortSignal.abort()` hai 1 ano
AbstractRange.cpp ee431e6911 LibWeb: Use WebIDL typedefs in Range/AbstractRange hai 1 ano
AbstractRange.h ee431e6911 LibWeb: Use WebIDL typedefs in Range/AbstractRange hai 1 ano
AbstractRange.idl 1a94241f58 IDL: Add missing #imports hai 1 ano
AccessibilityTreeNode.cpp bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks hai 1 ano
AccessibilityTreeNode.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks hai 1 ano
Attr.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString hai 1 ano
Attr.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks hai 1 ano
Attr.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files hai 1 ano
CDATASection.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString hai 1 ano
CDATASection.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks hai 1 ano
CDATASection.idl 1a94241f58 IDL: Add missing #imports hai 1 ano
CharacterData.cpp 0577a664dd LibWeb: Use correct offset value when replacing character data hai 1 ano
CharacterData.h d8759d9656 LibWeb: Use UTF-16 code unit offsets and lengths in CharacterData hai 1 ano
CharacterData.idl d8759d9656 LibWeb: Use UTF-16 code unit offsets and lengths in CharacterData hai 1 ano
ChildNode.h 57d7637b59 LibWeb: Remove DeprecatedString support from {Child,Parent}Node hai 1 ano
ChildNode.idl 1a94241f58 IDL: Add missing #imports hai 1 ano
Comment.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString hai 1 ano
Comment.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks hai 1 ano
Comment.idl cc1e4c5cb3 LibWeb: Port Comment interface from DeprecatedString to String hai 1 ano
CustomEvent.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString hai 1 ano
CustomEvent.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks hai 1 ano
CustomEvent.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files hai 1 ano
DOMEventListener.cpp bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks hai 1 ano
DOMEventListener.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks hai 1 ano
DOMImplementation.cpp 636a85f04e LibWeb: Use Optional<FlyString> directly in Document & DOMImplementation hai 1 ano
DOMImplementation.h 636a85f04e LibWeb: Use Optional<FlyString> directly in Document & DOMImplementation hai 1 ano
DOMImplementation.idl 636a85f04e LibWeb: Use Optional<FlyString> directly in Document & DOMImplementation hai 1 ano
DOMTokenList.cpp a681429dff LibWeb: Remove DOM element deprecated_get_attribute() hai 1 ano
DOMTokenList.h 521ed0e911 LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject hai 1 ano
DOMTokenList.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString hai 1 ano
Document.cpp 10fddb99fc LibWeb: Implement Document::remove_replaced_animations() hai 1 ano
Document.h fe848487db LibWeb: Add Document::update_animations_and_send_events hai 1 ano
Document.idl 02c2b1e67e LibWeb: Implement `document.createCDATASection()` hai 1 ano
DocumentFragment.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString hai 1 ano
DocumentFragment.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks hai 1 ano
DocumentFragment.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files hai 1 ano
DocumentLoadEventDelayer.cpp 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated %!s(int64=2) %!d(string=hai) anos
DocumentLoadEventDelayer.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated %!s(int64=2) %!d(string=hai) anos
DocumentLoading.cpp 05e53b5fd3 LibWeb: Use file's URL as document's URL when loading markdown files hai 1 ano
DocumentLoading.h 5e2fc52b25 LibWeb: Remove old ad-hoc document-loading code hai 1 ano
DocumentObserver.cpp bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks hai 1 ano
DocumentObserver.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks hai 1 ano
DocumentType.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString hai 1 ano
DocumentType.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks hai 1 ano
DocumentType.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString hai 1 ano
Element.cpp 591c8d2b68 LibWeb: Return overflow rect height from Element::scroll_height() hai 1 ano
Element.h dd1fd5fe47 LibWeb: Add Animatable interface to Element hai 1 ano
Element.idl dd1fd5fe47 LibWeb: Add Animatable interface to Element hai 1 ano
ElementFactory.cpp 809c5b0b03 LibWeb: Add initial support for SVG `<textPath>` hai 1 ano
ElementFactory.h f052823f5f LibWeb: Use FlyString for create_element() namespace strings hai 1 ano
Event.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString hai 1 ano
Event.h 32fe7db69f LibWeb: Make UIEvents from the chrome the only default trusted Events hai 1 ano
Event.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files hai 1 ano
EventDispatcher.cpp a7b8828db2 LibWeb: Port call_user_object_operation from DeprecatedString hai 1 ano
EventDispatcher.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated %!s(int64=2) %!d(string=hai) anos
EventHandler.idl 1a94241f58 IDL: Add missing #imports hai 1 ano
EventTarget.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String hai 1 ano
EventTarget.h c1fd55ce94 LibWeb: Only allocate EventTarget listener/handler storage on demand hai 1 ano
EventTarget.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString hai 1 ano
HTMLCollection.cpp 0695236408 LibWeb: Use cached element name and id where possible hai 1 ano
HTMLCollection.h 521ed0e911 LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject hai 1 ano
HTMLCollection.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files hai 1 ano
HTMLFormControlsCollection.cpp 41f84deb9f LibWeb: Port Element::name to a cached FlyString hai 1 ano
HTMLFormControlsCollection.h ec2b4c271f LibWeb: Support RadioNodeList named items in HTMLFormControlsCollection hai 1 ano
HTMLFormControlsCollection.idl 5f5ac48908 LibWeb: Format all .idl files to use four space indentation hai 1 ano
IDLEventListener.cpp 6a2a7cad61 LibWeb/LibJS: Avoid GC visit of raw pointers where possible hai 1 ano
IDLEventListener.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible hai 1 ano
InnerHTML.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports %!s(int64=3) %!d(string=hai) anos
LiveNodeList.cpp 1defc4595b LibWeb: Make LiveNodeList store a NonnullGCPtr<Node const> root hai 1 ano
LiveNodeList.h 1defc4595b LibWeb: Make LiveNodeList store a NonnullGCPtr<Node const> root hai 1 ano
MutationObserver.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString hai 1 ano
MutationObserver.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks hai 1 ano
MutationObserver.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files hai 1 ano
MutationRecord.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString hai 1 ano
MutationRecord.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks hai 1 ano
MutationRecord.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files hai 1 ano
MutationType.cpp 25eee91811 AK: Make "foo"_fly_string infallible hai 1 ano
MutationType.h 25eee91811 AK: Make "foo"_fly_string infallible hai 1 ano
NamedNodeMap.cpp 8cf783b260 LibWeb: Fix normalizing namespace in NamedNodeMap::get_attribute_ns hai 1 ano
NamedNodeMap.h 521ed0e911 LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject hai 1 ano
NamedNodeMap.idl 285bca1633 LibWeb: Use Optional<FlyString> const& in Element and NamedNodeMap hai 1 ano
Node.cpp 036cd9b2dd LibWeb: Null layout and paintable pointers of removed DOM::Node hai 1 ano
Node.h 036cd9b2dd LibWeb: Null layout and paintable pointers of removed DOM::Node hai 1 ano
Node.idl 8ce9e51c97 LibWeb: Port Node interface from DeprecatedString to String hai 1 ano
NodeFilter.cpp bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks hai 1 ano
NodeFilter.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks hai 1 ano
NodeFilter.idl 26e6c47d0a IDL: Add missing spec links hai 1 ano
NodeIterator.cpp a7b8828db2 LibWeb: Port call_user_object_operation from DeprecatedString hai 1 ano
NodeIterator.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks hai 1 ano
NodeIterator.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files hai 1 ano
NodeList.cpp 521ed0e911 LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject hai 1 ano
NodeList.h 521ed0e911 LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject hai 1 ano
NodeList.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files hai 1 ano
NodeOperations.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String hai 1 ano
NodeOperations.h 57d7637b59 LibWeb: Remove DeprecatedString support from {Child,Parent}Node hai 1 ano
NonDocumentTypeChildNode.h 086969277e Everywhere: Run clang-format %!s(int64=3) %!d(string=hai) anos
NonElementParentNode.h d0d7e5a782 LibWeb: Use Element::id() in getElementById() hai 1 ano
ParentNode.cpp 22f6abe5d6 LibWeb: Remove DeprecatedString impls of get_elements_by_tag_name{_ns} hai 1 ano
ParentNode.h 22f6abe5d6 LibWeb: Remove DeprecatedString impls of get_elements_by_tag_name{_ns} hai 1 ano
ParentNode.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports %!s(int64=3) %!d(string=hai) anos
Position.cpp 5204020d42 LibWeb: Add missing DOM::Position::visit_edges() hai 1 ano
Position.h 5204020d42 LibWeb: Add missing DOM::Position::visit_edges() hai 1 ano
ProcessingInstruction.cpp 562e0d710c LibWeb: Port ProcessingInstruction from ByteString hai 1 ano
ProcessingInstruction.h 562e0d710c LibWeb: Port ProcessingInstruction from ByteString hai 1 ano
ProcessingInstruction.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing %!s(int64=2) %!d(string=hai) anos
QualifiedName.cpp 96463e947a LibWeb: Remove some now unused deprecated functions from QualifiedName hai 1 ano
QualifiedName.h 96463e947a LibWeb: Remove some now unused deprecated functions from QualifiedName hai 1 ano
RadioNodeList.cpp 1defc4595b LibWeb: Make LiveNodeList store a NonnullGCPtr<Node const> root hai 1 ano
RadioNodeList.h 1defc4595b LibWeb: Make LiveNodeList store a NonnullGCPtr<Node const> root hai 1 ano
RadioNodeList.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString hai 1 ano
Range.cpp 02d5ed44cb LibWeb: Stub Range::get_client_rects() hai 1 ano
Range.h 02d5ed44cb LibWeb: Stub Range::get_client_rects() hai 1 ano
Range.idl 02d5ed44cb LibWeb: Stub Range::get_client_rects() hai 1 ano
ShadowRoot.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString hai 1 ano
ShadowRoot.h 6c42de3e8b LibWeb: Port XMLSerializer from DeprecatedString to String hai 1 ano
ShadowRoot.idl 54b5a431a3 LibWeb: Implement element slot-related attributes and settings hai 1 ano
Slot.cpp 7870f10aa8 LibWeb: Introduce the slot concept for HTML slot elements hai 1 ano
Slot.h 7870f10aa8 LibWeb: Introduce the slot concept for HTML slot elements hai 1 ano
Slottable.cpp cdbde1765a LibWeb: Skip assigning slottables for non-shadow roots hai 1 ano
Slottable.h e9da74ebe0 LibWeb: Implement manual slottable assignment hai 1 ano
Slottable.idl 1a94241f58 IDL: Add missing #imports hai 1 ano
StaticNodeList.cpp bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks hai 1 ano
StaticNodeList.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks hai 1 ano
StaticRange.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString hai 1 ano
StaticRange.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks hai 1 ano
StaticRange.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files hai 1 ano
StyleElementUtils.cpp 4ced88b4e5 LibWeb: Make create_a_css_style_sheet() take String arguments hai 1 ano
StyleElementUtils.h 4ced88b4e5 LibWeb: Make create_a_css_style_sheet() take String arguments hai 1 ano
Text.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString hai 1 ano
Text.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks hai 1 ano
Text.idl 45b36bd08a LibWeb: Introduce the slottable concept for DOM elements and text nodes hai 1 ano
TreeWalker.cpp dbca63a1db LibWeb: Don't get stuck in TreeWalker.nextNode() when current detached hai 1 ano
TreeWalker.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks hai 1 ano
TreeWalker.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files hai 1 ano
XMLDocument.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString hai 1 ano
XMLDocument.h a028c87069 LibWeb: Add a default URL of about:blank to DOM::XMLDocument hai 1 ano
XMLDocument.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files hai 1 ano