Aliaksandr Kalenik ccb363c443 LibWeb: Add hashchange event support 1 год назад
..
AbortController.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 год назад
AbortController.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 год назад
AbortController.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 год назад
AbortSignal.cpp f1eb837c3d LibWeb: Remove unnecessary JS::Handle in AbortSignal::timeout() 1 год назад
AbortSignal.h 8e6e938167 LibWeb: Remove `AbortSignal::follow()` 1 год назад
AbortSignal.idl 7625d8a155 LibWeb: Implement `AbortSignal.any()` 1 год назад
AbstractRange.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 год назад
AbstractRange.h ee431e6911 LibWeb: Use WebIDL typedefs in Range/AbstractRange 1 год назад
AbstractRange.idl 1a94241f58 IDL: Add missing #imports 1 год назад
AccessibilityTreeNode.cpp fe0fde2154 Userland+Tests: Remove unused <AK/Tuple.h> includes 1 год назад
AccessibilityTreeNode.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 год назад
AdoptedStyleSheets.cpp 8ce8697a66 LibWeb: Add styleSheets and adoptedStyleSheets attributes in ShadowRoot 1 год назад
AdoptedStyleSheets.h 8ce8697a66 LibWeb: Add styleSheets and adoptedStyleSheets attributes in ShadowRoot 1 год назад
Attr.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 год назад
Attr.h 43ef3dc0ab LibWeb: Cache attribute names in lowercase to speed up selector matching 1 год назад
Attr.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 год назад
CDATASection.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 год назад
CDATASection.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 год назад
CDATASection.idl 1a94241f58 IDL: Add missing #imports 1 год назад
CharacterData.cpp a97e9f1d58 LibWeb: Don't mark CharacterData nodes for style update when changed 1 год назад
CharacterData.h d8759d9656 LibWeb: Use UTF-16 code unit offsets and lengths in CharacterData 1 год назад
CharacterData.idl d8759d9656 LibWeb: Use UTF-16 code unit offsets and lengths in CharacterData 1 год назад
ChildNode.h 35f359c51c LibWeb: Fix infinite loop in ChildNode's before() and after() 1 год назад
ChildNode.idl 1a94241f58 IDL: Add missing #imports 1 год назад
Comment.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 год назад
Comment.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 год назад
Comment.idl cc1e4c5cb3 LibWeb: Port Comment interface from DeprecatedString to String 1 год назад
CustomEvent.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 год назад
CustomEvent.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 год назад
CustomEvent.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 год назад
DOMEventListener.cpp bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 год назад
DOMEventListener.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 год назад
DOMImplementation.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 год назад
DOMImplementation.h 636a85f04e LibWeb: Use Optional<FlyString> directly in Document & DOMImplementation 1 год назад
DOMImplementation.idl 636a85f04e LibWeb: Use Optional<FlyString> directly in Document & DOMImplementation 1 год назад
DOMTokenList.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 год назад
DOMTokenList.h 521ed0e911 LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject 1 год назад
DOMTokenList.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 год назад
Document.cpp ccb363c443 LibWeb: Add hashchange event support 1 год назад
Document.h 0564e06f10 LibWeb: Add methods to Document that must do nothing 1 год назад
Document.idl 0564e06f10 LibWeb: Add methods to Document that must do nothing 1 год назад
DocumentFragment.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 год назад
DocumentFragment.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 год назад
DocumentFragment.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 год назад
DocumentLoadEventDelayer.cpp 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 лет назад
DocumentLoadEventDelayer.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 лет назад
DocumentLoading.cpp ba633882bf LibWeb: Change load_html_document to run parsing from deferred_invoke() 1 год назад
DocumentLoading.h ffd3639b17 LibWeb: Pass navigation params by const-ref to load_document() 1 год назад
DocumentObserver.cpp bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 год назад
DocumentObserver.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 год назад
DocumentOrShadowRoot.idl 8ce8697a66 LibWeb: Add styleSheets and adoptedStyleSheets attributes in ShadowRoot 1 год назад
DocumentType.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 год назад
DocumentType.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 год назад
DocumentType.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 год назад
Element.cpp 0b28a310b1 LibWeb: Stub out Element.scrollBy() 1 год назад
Element.h 0b28a310b1 LibWeb: Stub out Element.scrollBy() 1 год назад
Element.idl 0b28a310b1 LibWeb: Stub out Element.scrollBy() 1 год назад
ElementFactory.cpp 809c5b0b03 LibWeb: Add initial support for SVG `<textPath>` 1 год назад
ElementFactory.h f052823f5f LibWeb: Use FlyString for create_element() namespace strings 1 год назад
Event.cpp ccd16c847e LibWeb: Set timestamp for DOM Events 1 год назад
Event.h b873e5bc1d LibWeb: Implement the PointerEvent interface 1 год назад
Event.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 год назад
EventDispatcher.cpp a7b8828db2 LibWeb: Port call_user_object_operation from DeprecatedString 1 год назад
EventDispatcher.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 лет назад
EventHandler.idl 934aa6af6a LibWeb: Emit "focusin" and "focusout" events 1 год назад
EventTarget.cpp 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 год назад
EventTarget.h 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 год назад
EventTarget.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 год назад
HTMLCollection.cpp adf061a29c LibWeb: Avoid copying cached elements in HTMLCollection 1 год назад
HTMLCollection.h cdd0038c9e LibWeb: Factor out a method to update the cached elements 1 год назад
HTMLCollection.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 год назад
HTMLFormControlsCollection.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 год назад
HTMLFormControlsCollection.h ec2b4c271f LibWeb: Support RadioNodeList named items in HTMLFormControlsCollection 1 год назад
HTMLFormControlsCollection.idl 5f5ac48908 LibWeb: Format all .idl files to use four space indentation 1 год назад
IDLEventListener.cpp 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 год назад
IDLEventListener.h 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 год назад
InnerHTML.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports 3 лет назад
LiveNodeList.cpp 1defc4595b LibWeb: Make LiveNodeList store a NonnullGCPtr<Node const> root 1 год назад
LiveNodeList.h 1defc4595b LibWeb: Make LiveNodeList store a NonnullGCPtr<Node const> root 1 год назад
MutationObserver.cpp 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 год назад
MutationObserver.h 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 год назад
MutationObserver.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 год назад
MutationRecord.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 год назад
MutationRecord.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 год назад
MutationRecord.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 год назад
MutationType.cpp 25eee91811 AK: Make "foo"_fly_string infallible 2 лет назад
MutationType.h 25eee91811 AK: Make "foo"_fly_string infallible 2 лет назад
NamedNodeMap.cpp 20bdda7f02 LibWeb: Implement Element.removeAttributeNode() 1 год назад
NamedNodeMap.h 20bdda7f02 LibWeb: Implement Element.removeAttributeNode() 1 год назад
NamedNodeMap.idl 285bca1633 LibWeb: Use Optional<FlyString> const& in Element and NamedNodeMap 1 год назад
Node.cpp 870a954e11 LibWeb: Implement Element.outerHTML 1 год назад
Node.h 870a954e11 LibWeb: Implement Element.outerHTML 1 год назад
Node.idl 8ce9e51c97 LibWeb: Port Node interface from DeprecatedString to String 1 год назад
NodeFilter.cpp bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 год назад
NodeFilter.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 год назад
NodeFilter.idl 26e6c47d0a IDL: Add missing spec links 1 год назад
NodeIterator.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 год назад
NodeIterator.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 год назад
NodeIterator.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 год назад
NodeList.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 год назад
NodeList.h 521ed0e911 LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject 1 год назад
NodeList.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 год назад
NodeOperations.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 год назад
NodeOperations.h 57d7637b59 LibWeb: Remove DeprecatedString support from {Child,Parent}Node 1 год назад
NonDocumentTypeChildNode.h 086969277e Everywhere: Run clang-format 3 лет назад
NonElementParentNode.h d0d7e5a782 LibWeb: Use Element::id() in getElementById() 1 год назад
ParentNode.cpp 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 год назад
ParentNode.h 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 год назад
ParentNode.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports 3 лет назад
Position.cpp 5204020d42 LibWeb: Add missing DOM::Position::visit_edges() 1 год назад
Position.h 906ac71eca LibWeb: Fix crashing after input into empty contenteditable 1 год назад
ProcessingInstruction.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 год назад
ProcessingInstruction.h 562e0d710c LibWeb: Port ProcessingInstruction from ByteString 1 год назад
ProcessingInstruction.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 лет назад
QualifiedName.cpp 96463e947a LibWeb: Remove some now unused deprecated functions from QualifiedName 1 год назад
QualifiedName.h 96463e947a LibWeb: Remove some now unused deprecated functions from QualifiedName 1 год назад
RadioNodeList.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 год назад
RadioNodeList.h 1defc4595b LibWeb: Make LiveNodeList store a NonnullGCPtr<Node const> root 1 год назад
RadioNodeList.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 1 год назад
Range.cpp c3217754f1 LibWeb: Remove a bunch of calls to `to_byte_string` 1 год назад
Range.h bbb96d65b1 LibWeb: Don't crash on live range offset update during node insertion 1 год назад
Range.idl 02d5ed44cb LibWeb: Stub Range::get_client_rects() 1 год назад
ShadowRoot.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 год назад
ShadowRoot.h 33294aea86 LibWeb: Apply shadow root style sheets in StyleComputer 1 год назад
ShadowRoot.idl 8ce8697a66 LibWeb: Add styleSheets and adoptedStyleSheets attributes in ShadowRoot 1 год назад
Slot.cpp 7870f10aa8 LibWeb: Introduce the slot concept for HTML slot elements 1 год назад
Slot.h 7870f10aa8 LibWeb: Introduce the slot concept for HTML slot elements 1 год назад
Slottable.cpp cdbde1765a LibWeb: Skip assigning slottables for non-shadow roots 1 год назад
Slottable.h e9da74ebe0 LibWeb: Implement manual slottable assignment 1 год назад
Slottable.idl 1a94241f58 IDL: Add missing #imports 1 год назад
StaticNodeList.cpp bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 год назад
StaticNodeList.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 год назад
StaticRange.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 год назад
StaticRange.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 год назад
StaticRange.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 год назад
StyleElementUtils.cpp c6e69d501f LibWeb: Add style sheets to the shadow root if applicable 1 год назад
StyleElementUtils.h c6e69d501f LibWeb: Add style sheets to the shadow root if applicable 1 год назад
Text.cpp 7001e0a428 LibWeb: Fix a LibJSGCVerifier warning in DOM::Text 1 год назад
Text.h 7001e0a428 LibWeb: Fix a LibJSGCVerifier warning in DOM::Text 1 год назад
Text.idl 45b36bd08a LibWeb: Introduce the slottable concept for DOM elements and text nodes 1 год назад
TreeWalker.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 год назад
TreeWalker.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 год назад
TreeWalker.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 год назад
XMLDocument.cpp e800605ad3 AK+LibURL: Move AK::URL into a new URL library 1 год назад
XMLDocument.h e800605ad3 AK+LibURL: Move AK::URL into a new URL library 1 год назад
XMLDocument.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files 1 год назад