Timothy Flynn aa3a30870b LibUnicode: Replace code point bidirectional classes with ICU 1 rok pred
..
AbortController.cpp bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 rok pred
AbortController.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 rok pred
AbortController.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 rok pred
AbortSignal.cpp a8c60d65fc LibWeb: Specify the correct argument type in IDL for AbortSignal::any() 1 rok pred
AbortSignal.h a98ad191c7 Userland: Add ESCAPING annotations to a bunch of places 1 rok pred
AbortSignal.idl a8c60d65fc LibWeb: Specify the correct argument type in IDL for AbortSignal::any() 1 rok pred
AbstractRange.cpp bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 rok pred
AbstractRange.h ee431e6911 LibWeb: Use WebIDL typedefs in Range/AbstractRange 1 rok pred
AbstractRange.idl 1a94241f58 IDL: Add missing #imports 1 rok pred
AccessibilityTreeNode.cpp 53d0dd4a2e LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 1 rok pred
AccessibilityTreeNode.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 rok pred
AdoptedStyleSheets.cpp 8ce8697a66 LibWeb: Add styleSheets and adoptedStyleSheets attributes in ShadowRoot 1 rok pred
AdoptedStyleSheets.h 8ce8697a66 LibWeb: Add styleSheets and adoptedStyleSheets attributes in ShadowRoot 1 rok pred
Attr.cpp bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 rok pred
Attr.h 43ef3dc0ab LibWeb: Cache attribute names in lowercase to speed up selector matching 1 rok pred
Attr.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 rok pred
CDATASection.cpp bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 rok pred
CDATASection.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 rok pred
CDATASection.idl 1a94241f58 IDL: Add missing #imports 1 rok pred
CharacterData.cpp 12f177e9e9 LibWeb: Port text segmentation to the ICU text segmenter 1 rok pred
CharacterData.h 12f177e9e9 LibWeb: Port text segmentation to the ICU text segmenter 1 rok pred
CharacterData.idl d8759d9656 LibWeb: Use UTF-16 code unit offsets and lengths in CharacterData 1 rok pred
ChildNode.h 35f359c51c LibWeb: Fix infinite loop in ChildNode's before() and after() 1 rok pred
ChildNode.idl 1a94241f58 IDL: Add missing #imports 1 rok pred
Comment.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 rok pred
Comment.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 rok pred
Comment.idl cc1e4c5cb3 LibWeb: Port Comment interface from DeprecatedString to String 1 rok pred
CustomEvent.cpp bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 rok pred
CustomEvent.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 rok pred
CustomEvent.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 rok pred
DOMEventListener.cpp bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 rok pred
DOMEventListener.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 rok pred
DOMImplementation.cpp a8e3400a2a LibWeb: Make DOMImplementation IDL return an XMLDocument 1 rok pred
DOMImplementation.h a8e3400a2a LibWeb: Make DOMImplementation IDL return an XMLDocument 1 rok pred
DOMImplementation.idl a8e3400a2a LibWeb: Make DOMImplementation IDL return an XMLDocument 1 rok pred
DOMTokenList.cpp d0555f3176 LibWeb: Flesh out `DOMTokenList::supports()` implementation 1 rok pred
DOMTokenList.h 521ed0e911 LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject 1 rok pred
DOMTokenList.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 rok pred
Document.cpp a3a7a65b1c LibWeb: Don't search non-visible text for find in page results 1 rok pred
Document.h 8f0d035145 LibWeb: Implement should block mixed content request 1 rok pred
Document.idl 27242c6be6 LibWeb: Implement Document.dir 1 rok pred
DocumentFragment.cpp bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 rok pred
DocumentFragment.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 rok pred
DocumentFragment.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 rok pred
DocumentLoadEventDelayer.cpp 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 rokov pred
DocumentLoadEventDelayer.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 rokov pred
DocumentLoading.cpp f2fd8fc928 Everywhere: Remove LibGemini 1 rok pred
DocumentLoading.h 376427380e LibWeb: Make NavigationParams be GC-allocated 1 rok pred
DocumentObserver.cpp bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 rok pred
DocumentObserver.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 rok pred
DocumentOrShadowRoot.idl 5b84bd6e45 LibWeb: Add DocumentOrShadowRoot::get_animations() 1 rok pred
DocumentType.cpp bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 rok pred
DocumentType.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 rok pred
DocumentType.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 rok pred
Element.cpp aa3a30870b LibUnicode: Replace code point bidirectional classes with ICU 1 rok pred
Element.h f12dae7ea4 LibWeb: Update spec link & comments in Element.insertAdjacentHTML() 1 rok pred
Element.idl 4fe0cbcf85 LibWeb: Use 'FIXME' extended attribute where possible 1 rok pred
ElementFactory.cpp 2d90317c20 LibWeb: Implement <desc> SVG element 1 rok pred
ElementFactory.h f052823f5f LibWeb: Use FlyString for create_element() namespace strings 1 rok pred
Event.cpp bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 rok pred
Event.h b873e5bc1d LibWeb: Implement the PointerEvent interface 1 rok pred
Event.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 rok pred
EventDispatcher.cpp a7b8828db2 LibWeb: Port call_user_object_operation from DeprecatedString 1 rok pred
EventDispatcher.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 rokov pred
EventHandler.idl 934aa6af6a LibWeb: Emit "focusin" and "focusout" events 1 rok pred
EventTarget.cpp d90a9ab70c LibWeb: Add Web::UIEvents::KeyCode and KeyModifier enums, drop Kernel 1 rok pred
EventTarget.h 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 rok pred
EventTarget.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 rok pred
HTMLCollection.cpp e7febd347b LibWeb: Don't advertise the empty string as HTMLCollection property name 1 rok pred
HTMLCollection.h a98ad191c7 Userland: Add ESCAPING annotations to a bunch of places 1 rok pred
HTMLCollection.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 rok pred
HTMLFormControlsCollection.cpp bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 rok pred
HTMLFormControlsCollection.h a98ad191c7 Userland: Add ESCAPING annotations to a bunch of places 1 rok pred
HTMLFormControlsCollection.idl 5f5ac48908 LibWeb: Format all .idl files to use four space indentation 1 rok pred
IDLEventListener.cpp 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 rok pred
IDLEventListener.h 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 rok pred
InnerHTML.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports 3 rokov pred
LiveNodeList.cpp 398bf10b92 LibWeb: Use `TraversalDecision` for multi level Node traversal methods 1 rok pred
LiveNodeList.h a98ad191c7 Userland: Add ESCAPING annotations to a bunch of places 1 rok pred
MutationObserver.cpp bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 rok pred
MutationObserver.h 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 rok pred
MutationObserver.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 rok pred
MutationRecord.cpp bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 rok pred
MutationRecord.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 rok pred
MutationRecord.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 rok pred
MutationType.cpp 25eee91811 AK: Make "foo"_fly_string infallible 2 rokov pred
MutationType.h 25eee91811 AK: Make "foo"_fly_string infallible 2 rokov pred
NamedNodeMap.cpp bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 rok pred
NamedNodeMap.h 20bdda7f02 LibWeb: Implement Element.removeAttributeNode() 1 rok pred
NamedNodeMap.idl 285bca1633 LibWeb: Use Optional<FlyString> const& in Element and NamedNodeMap 1 rok pred
Node.cpp 398bf10b92 LibWeb: Use `TraversalDecision` for multi level Node traversal methods 1 rok pred
Node.h 397774d422 Everywhere: Remove usages of `template` keyword with no parameter list 1 rok pred
Node.idl 8ce9e51c97 LibWeb: Port Node interface from DeprecatedString to String 1 rok pred
NodeFilter.cpp bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 rok pred
NodeFilter.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 rok pred
NodeFilter.idl 26e6c47d0a IDL: Add missing spec links 1 rok pred
NodeIterator.cpp bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 rok pred
NodeIterator.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 rok pred
NodeIterator.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 rok pred
NodeList.cpp bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 rok pred
NodeList.h 521ed0e911 LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject 1 rok pred
NodeList.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 rok pred
NodeOperations.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 rok pred
NodeOperations.h 57d7637b59 LibWeb: Remove DeprecatedString support from {Child,Parent}Node 1 rok pred
NonDocumentTypeChildNode.h 086969277e Everywhere: Run clang-format 3 rokov pred
NonElementParentNode.h 398bf10b92 LibWeb: Use `TraversalDecision` for multi level Node traversal methods 1 rok pred
ParentNode.cpp dadc610e4a LibWeb: Pass a FlyString to getElementsByTagNameNS 1 rok pred
ParentNode.h dadc610e4a LibWeb: Pass a FlyString to getElementsByTagNameNS 1 rok pred
ParentNode.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports 3 rokov pred
Position.cpp 12f177e9e9 LibWeb: Port text segmentation to the ICU text segmenter 1 rok pred
Position.h 906ac71eca LibWeb: Fix crashing after input into empty contenteditable 1 rok pred
ProcessingInstruction.cpp bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 rok pred
ProcessingInstruction.h 562e0d710c LibWeb: Port ProcessingInstruction from ByteString 1 rok pred
ProcessingInstruction.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 rokov pred
QualifiedName.cpp 96463e947a LibWeb: Remove some now unused deprecated functions from QualifiedName 1 rok pred
QualifiedName.h 96463e947a LibWeb: Remove some now unused deprecated functions from QualifiedName 1 rok pred
RadioNodeList.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 rok pred
RadioNodeList.h a98ad191c7 Userland: Add ESCAPING annotations to a bunch of places 1 rok pred
RadioNodeList.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 rok pred
Range.cpp 398bf10b92 LibWeb: Use `TraversalDecision` for multi level Node traversal methods 1 rok pred
Range.h 97c1722ebd LibWeb: Remove resolved FIXME about implementing more methods in Range 1 rok pred
Range.idl 02d5ed44cb LibWeb: Stub Range::get_client_rects() 1 rok pred
ShadowRoot.cpp 5b84bd6e45 LibWeb: Add DocumentOrShadowRoot::get_animations() 1 rok pred
ShadowRoot.h 5b84bd6e45 LibWeb: Add DocumentOrShadowRoot::get_animations() 1 rok pred
ShadowRoot.idl 1b043d259a LibWeb: Implement ShadowRoot.onslotchange 1 rok pred
Slot.cpp 7870f10aa8 LibWeb: Introduce the slot concept for HTML slot elements 1 rok pred
Slot.h 7870f10aa8 LibWeb: Introduce the slot concept for HTML slot elements 1 rok pred
Slottable.cpp 398bf10b92 LibWeb: Use `TraversalDecision` for multi level Node traversal methods 1 rok pred
Slottable.h e9da74ebe0 LibWeb: Implement manual slottable assignment 1 rok pred
Slottable.idl 1a94241f58 IDL: Add missing #imports 1 rok pred
StaticNodeList.cpp 53d0dd4a2e LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 1 rok pred
StaticNodeList.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 rok pred
StaticRange.cpp bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 rok pred
StaticRange.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 rok pred
StaticRange.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 rok pred
StyleElementUtils.cpp d5cddd4696 LibWeb: Unset stylesheet properties when removing from a StyleSheetList 1 rok pred
StyleElementUtils.h d5cddd4696 LibWeb: Unset stylesheet properties when removing from a StyleSheetList 1 rok pred
Text.cpp bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 rok pred
Text.h 0ebfc0a4c4 LibWeb: Move event handling & cursor from BrowsingContext to Navigable 1 rok pred
Text.idl 45b36bd08a LibWeb: Introduce the slottable concept for DOM elements and text nodes 1 rok pred
TreeWalker.cpp bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 rok pred
TreeWalker.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 rok pred
TreeWalker.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 rok pred
XMLDocument.cpp e800605ad3 AK+LibURL: Move AK::URL into a new URL library 1 rok pred
XMLDocument.h e800605ad3 AK+LibURL: Move AK::URL into a new URL library 1 rok pred
XMLDocument.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 rok pred