Shannon Booth 7a26a889cb LibWeb: Implement Element.getAttributeNodeNS 1 år sedan
..
AbortController.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 år sedan
AbortController.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 år sedan
AbortController.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 år sedan
AbortSignal.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 år sedan
AbortSignal.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 år sedan
AbortSignal.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 år sedan
AbstractRange.cpp ee431e6911 LibWeb: Use WebIDL typedefs in Range/AbstractRange 1 år sedan
AbstractRange.h ee431e6911 LibWeb: Use WebIDL typedefs in Range/AbstractRange 1 år sedan
AbstractRange.idl 1a94241f58 IDL: Add missing #imports 1 år sedan
AccessibilityTreeNode.cpp bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 år sedan
AccessibilityTreeNode.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 år sedan
Attr.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 år sedan
Attr.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 år sedan
Attr.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 år sedan
CDATASection.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 år sedan
CDATASection.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 år sedan
CDATASection.idl 1a94241f58 IDL: Add missing #imports 1 år sedan
CharacterData.cpp d8759d9656 LibWeb: Use UTF-16 code unit offsets and lengths in CharacterData 1 år sedan
CharacterData.h d8759d9656 LibWeb: Use UTF-16 code unit offsets and lengths in CharacterData 1 år sedan
CharacterData.idl d8759d9656 LibWeb: Use UTF-16 code unit offsets and lengths in CharacterData 1 år sedan
ChildNode.h 57d7637b59 LibWeb: Remove DeprecatedString support from {Child,Parent}Node 1 år sedan
ChildNode.idl 1a94241f58 IDL: Add missing #imports 1 år sedan
Comment.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 år sedan
Comment.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 år sedan
Comment.idl cc1e4c5cb3 LibWeb: Port Comment interface from DeprecatedString to String 1 år sedan
CustomEvent.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 år sedan
CustomEvent.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 år sedan
CustomEvent.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 år sedan
DOMEventListener.cpp bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 år sedan
DOMEventListener.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 år sedan
DOMImplementation.cpp 636a85f04e LibWeb: Use Optional<FlyString> directly in Document & DOMImplementation 1 år sedan
DOMImplementation.h 636a85f04e LibWeb: Use Optional<FlyString> directly in Document & DOMImplementation 1 år sedan
DOMImplementation.idl 636a85f04e LibWeb: Use Optional<FlyString> directly in Document & DOMImplementation 1 år sedan
DOMTokenList.cpp 521ed0e911 LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject 1 år sedan
DOMTokenList.h 521ed0e911 LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject 1 år sedan
DOMTokenList.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 år sedan
Document.cpp bd2fe3dcaa LibWeb: Use FlyString in Document::get_elements_by_name 1 år sedan
Document.h bd2fe3dcaa LibWeb: Use FlyString in Document::get_elements_by_name 1 år sedan
Document.idl bd2fe3dcaa LibWeb: Use FlyString in Document::get_elements_by_name 1 år sedan
DocumentFragment.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 år sedan
DocumentFragment.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 år sedan
DocumentFragment.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 år sedan
DocumentLoadEventDelayer.cpp 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 år sedan
DocumentLoadEventDelayer.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 år sedan
DocumentLoading.cpp e33ae9a58b LibWeb: Improve media document styling to center image 1 år sedan
DocumentLoading.h 5e2fc52b25 LibWeb: Remove old ad-hoc document-loading code 1 år sedan
DocumentObserver.cpp bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 år sedan
DocumentObserver.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 år sedan
DocumentType.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 år sedan
DocumentType.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 år sedan
DocumentType.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 år sedan
Element.cpp 7a26a889cb LibWeb: Implement Element.getAttributeNodeNS 1 år sedan
Element.h 7a26a889cb LibWeb: Implement Element.getAttributeNodeNS 1 år sedan
Element.idl 7a26a889cb LibWeb: Implement Element.getAttributeNodeNS 1 år sedan
ElementFactory.cpp 809c5b0b03 LibWeb: Add initial support for SVG `<textPath>` 1 år sedan
ElementFactory.h f052823f5f LibWeb: Use FlyString for create_element() namespace strings 1 år sedan
Event.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 år sedan
Event.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 år sedan
Event.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 år sedan
EventDispatcher.cpp a7b8828db2 LibWeb: Port call_user_object_operation from DeprecatedString 1 år sedan
EventDispatcher.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 år sedan
EventHandler.idl 1a94241f58 IDL: Add missing #imports 1 år sedan
EventTarget.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 år sedan
EventTarget.h c1fd55ce94 LibWeb: Only allocate EventTarget listener/handler storage on demand 1 år sedan
EventTarget.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 år sedan
HTMLCollection.cpp 0695236408 LibWeb: Use cached element name and id where possible 1 år sedan
HTMLCollection.h 521ed0e911 LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject 1 år sedan
HTMLCollection.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 år sedan
HTMLFormControlsCollection.cpp 41f84deb9f LibWeb: Port Element::name to a cached FlyString 1 år sedan
HTMLFormControlsCollection.h ec2b4c271f LibWeb: Support RadioNodeList named items in HTMLFormControlsCollection 1 år sedan
HTMLFormControlsCollection.idl 1a94241f58 IDL: Add missing #imports 1 år sedan
IDLEventListener.cpp 6a2a7cad61 LibWeb/LibJS: Avoid GC visit of raw pointers where possible 1 år sedan
IDLEventListener.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 år sedan
InnerHTML.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports 3 år sedan
LiveNodeList.cpp 1defc4595b LibWeb: Make LiveNodeList store a NonnullGCPtr<Node const> root 1 år sedan
LiveNodeList.h 1defc4595b LibWeb: Make LiveNodeList store a NonnullGCPtr<Node const> root 1 år sedan
MutationObserver.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 år sedan
MutationObserver.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 år sedan
MutationObserver.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 år sedan
MutationRecord.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 år sedan
MutationRecord.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 år sedan
MutationRecord.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 år sedan
MutationType.cpp 25eee91811 AK: Make "foo"_fly_string infallible 2 år sedan
MutationType.h 25eee91811 AK: Make "foo"_fly_string infallible 2 år sedan
NamedNodeMap.cpp 8cf783b260 LibWeb: Fix normalizing namespace in NamedNodeMap::get_attribute_ns 1 år sedan
NamedNodeMap.h 521ed0e911 LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject 1 år sedan
NamedNodeMap.idl 285bca1633 LibWeb: Use Optional<FlyString> const& in Element and NamedNodeMap 1 år sedan
Node.cpp b0afe8463a LibWeb: Make Node::paintable_box() go directly to the paintable 1 år sedan
Node.h 75d5429d66 LibWeb: Add fast_is<T> for form, embed, image, and object elements 1 år sedan
Node.idl 8ce9e51c97 LibWeb: Port Node interface from DeprecatedString to String 1 år sedan
NodeFilter.cpp bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 år sedan
NodeFilter.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 år sedan
NodeFilter.idl 26e6c47d0a IDL: Add missing spec links 1 år sedan
NodeIterator.cpp a7b8828db2 LibWeb: Port call_user_object_operation from DeprecatedString 1 år sedan
NodeIterator.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 år sedan
NodeIterator.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 år sedan
NodeList.cpp 521ed0e911 LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject 1 år sedan
NodeList.h 521ed0e911 LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject 1 år sedan
NodeList.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 år sedan
NodeOperations.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 år sedan
NodeOperations.h 57d7637b59 LibWeb: Remove DeprecatedString support from {Child,Parent}Node 1 år sedan
NonDocumentTypeChildNode.h 086969277e Everywhere: Run clang-format 3 år sedan
NonElementParentNode.h d0d7e5a782 LibWeb: Use Element::id() in getElementById() 1 år sedan
ParentNode.cpp 22f6abe5d6 LibWeb: Remove DeprecatedString impls of get_elements_by_tag_name{_ns} 1 år sedan
ParentNode.h 22f6abe5d6 LibWeb: Remove DeprecatedString impls of get_elements_by_tag_name{_ns} 1 år sedan
ParentNode.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports 3 år sedan
Position.cpp 5204020d42 LibWeb: Add missing DOM::Position::visit_edges() 1 år sedan
Position.h 5204020d42 LibWeb: Add missing DOM::Position::visit_edges() 1 år sedan
ProcessingInstruction.cpp 562e0d710c LibWeb: Port ProcessingInstruction from ByteString 1 år sedan
ProcessingInstruction.h 562e0d710c LibWeb: Port ProcessingInstruction from ByteString 1 år sedan
ProcessingInstruction.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 år sedan
QualifiedName.cpp 96463e947a LibWeb: Remove some now unused deprecated functions from QualifiedName 1 år sedan
QualifiedName.h 96463e947a LibWeb: Remove some now unused deprecated functions from QualifiedName 1 år sedan
RadioNodeList.cpp 1defc4595b LibWeb: Make LiveNodeList store a NonnullGCPtr<Node const> root 1 år sedan
RadioNodeList.h 1defc4595b LibWeb: Make LiveNodeList store a NonnullGCPtr<Node const> root 1 år sedan
RadioNodeList.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 år sedan
Range.cpp e9dfa61588 LibWeb: Use UTF-16 code unit offsets in Range::to_string 1 år sedan
Range.h ee431e6911 LibWeb: Use WebIDL typedefs in Range/AbstractRange 1 år sedan
Range.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 år sedan
ShadowRoot.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 år sedan
ShadowRoot.h 6c42de3e8b LibWeb: Port XMLSerializer from DeprecatedString to String 1 år sedan
ShadowRoot.idl 54b5a431a3 LibWeb: Implement element slot-related attributes and settings 1 år sedan
Slot.cpp 7870f10aa8 LibWeb: Introduce the slot concept for HTML slot elements 1 år sedan
Slot.h 7870f10aa8 LibWeb: Introduce the slot concept for HTML slot elements 1 år sedan
Slottable.cpp cdbde1765a LibWeb: Skip assigning slottables for non-shadow roots 1 år sedan
Slottable.h e9da74ebe0 LibWeb: Implement manual slottable assignment 1 år sedan
Slottable.idl 1a94241f58 IDL: Add missing #imports 1 år sedan
StaticNodeList.cpp bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 år sedan
StaticNodeList.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 år sedan
StaticRange.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 år sedan
StaticRange.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 år sedan
StaticRange.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 år sedan
StyleElementUtils.cpp 4ced88b4e5 LibWeb: Make create_a_css_style_sheet() take String arguments 1 år sedan
StyleElementUtils.h 4ced88b4e5 LibWeb: Make create_a_css_style_sheet() take String arguments 1 år sedan
Text.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 år sedan
Text.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 år sedan
Text.idl 45b36bd08a LibWeb: Introduce the slottable concept for DOM elements and text nodes 1 år sedan
TreeWalker.cpp dbca63a1db LibWeb: Don't get stuck in TreeWalker.nextNode() when current detached 1 år sedan
TreeWalker.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 år sedan
TreeWalker.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 år sedan
XMLDocument.cpp 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 år sedan
XMLDocument.h a028c87069 LibWeb: Add a default URL of about:blank to DOM::XMLDocument 1 år sedan
XMLDocument.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 år sedan