Aliaksandr Kalenik 4ae2eaead1 LibWeb: Dispatch mouseout and mouseover events před 1 rokem
..
AbortController.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes před 1 rokem
AbortController.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks před 1 rokem
AbortController.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files před 1 rokem
AbortSignal.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes před 1 rokem
AbortSignal.h 7625d8a155 LibWeb: Implement `AbortSignal.any()` před 1 rokem
AbortSignal.idl 7625d8a155 LibWeb: Implement `AbortSignal.any()` před 1 rokem
AbstractRange.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes před 1 rokem
AbstractRange.h ee431e6911 LibWeb: Use WebIDL typedefs in Range/AbstractRange před 1 rokem
AbstractRange.idl 1a94241f58 IDL: Add missing #imports před 1 rokem
AccessibilityTreeNode.cpp fe0fde2154 Userland+Tests: Remove unused <AK/Tuple.h> includes před 1 rokem
AccessibilityTreeNode.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks před 1 rokem
AdoptedStyleSheets.cpp 8ce8697a66 LibWeb: Add styleSheets and adoptedStyleSheets attributes in ShadowRoot před 1 rokem
AdoptedStyleSheets.h 8ce8697a66 LibWeb: Add styleSheets and adoptedStyleSheets attributes in ShadowRoot před 1 rokem
Attr.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes před 1 rokem
Attr.h 43ef3dc0ab LibWeb: Cache attribute names in lowercase to speed up selector matching před 1 rokem
Attr.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files před 1 rokem
CDATASection.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes před 1 rokem
CDATASection.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks před 1 rokem
CDATASection.idl 1a94241f58 IDL: Add missing #imports před 1 rokem
CharacterData.cpp a97e9f1d58 LibWeb: Don't mark CharacterData nodes for style update when changed před 1 rokem
CharacterData.h d8759d9656 LibWeb: Use UTF-16 code unit offsets and lengths in CharacterData před 1 rokem
CharacterData.idl d8759d9656 LibWeb: Use UTF-16 code unit offsets and lengths in CharacterData před 1 rokem
ChildNode.h 35f359c51c LibWeb: Fix infinite loop in ChildNode's before() and after() před 1 rokem
ChildNode.idl 1a94241f58 IDL: Add missing #imports před 1 rokem
Comment.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes před 1 rokem
Comment.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks před 1 rokem
Comment.idl cc1e4c5cb3 LibWeb: Port Comment interface from DeprecatedString to String před 1 rokem
CustomEvent.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes před 1 rokem
CustomEvent.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks před 1 rokem
CustomEvent.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files před 1 rokem
DOMEventListener.cpp bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks před 1 rokem
DOMEventListener.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks před 1 rokem
DOMImplementation.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes před 1 rokem
DOMImplementation.h 636a85f04e LibWeb: Use Optional<FlyString> directly in Document & DOMImplementation před 1 rokem
DOMImplementation.idl 636a85f04e LibWeb: Use Optional<FlyString> directly in Document & DOMImplementation před 1 rokem
DOMTokenList.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes před 1 rokem
DOMTokenList.h 521ed0e911 LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject před 1 rokem
DOMTokenList.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString před 1 rokem
Document.cpp 4ae2eaead1 LibWeb: Dispatch mouseout and mouseover events před 1 rokem
Document.h 42d5883d57 LibWeb: Set animation update flag from Animation::invalidate_effect() před 1 rokem
Document.idl 8ce8697a66 LibWeb: Add styleSheets and adoptedStyleSheets attributes in ShadowRoot před 1 rokem
DocumentFragment.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes před 1 rokem
DocumentFragment.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks před 1 rokem
DocumentFragment.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files před 1 rokem
DocumentLoadEventDelayer.cpp 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated před 2 roky
DocumentLoadEventDelayer.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated před 2 roky
DocumentLoading.cpp 05e53b5fd3 LibWeb: Use file's URL as document's URL when loading markdown files před 1 rokem
DocumentLoading.h e800605ad3 AK+LibURL: Move AK::URL into a new URL library před 1 rokem
DocumentObserver.cpp bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks před 1 rokem
DocumentObserver.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks před 1 rokem
DocumentOrShadowRoot.idl 8ce8697a66 LibWeb: Add styleSheets and adoptedStyleSheets attributes in ShadowRoot před 1 rokem
DocumentType.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes před 1 rokem
DocumentType.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks před 1 rokem
DocumentType.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString před 1 rokem
Element.cpp d5c6e45dca LibWeb: Change Element::closest() to check if any of selector matches před 1 rokem
Element.h cf7c933312 LibWeb: Add fast path to calculate invalidations for animated css props před 1 rokem
Element.idl dd1fd5fe47 LibWeb: Add Animatable interface to Element před 1 rokem
ElementFactory.cpp 809c5b0b03 LibWeb: Add initial support for SVG `<textPath>` před 1 rokem
ElementFactory.h f052823f5f LibWeb: Use FlyString for create_element() namespace strings před 1 rokem
Event.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes před 1 rokem
Event.h 7121539576 LibWeb: Add fast_is<T> for UIEvents::MouseEvent před 1 rokem
Event.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files před 1 rokem
EventDispatcher.cpp a7b8828db2 LibWeb: Port call_user_object_operation from DeprecatedString před 1 rokem
EventDispatcher.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated před 2 roky
EventHandler.idl 934aa6af6a LibWeb: Emit "focusin" and "focusout" events před 1 rokem
EventTarget.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes před 1 rokem
EventTarget.h 7139d5945f LibWeb: Use NonnullGCPtr in EventTarget's event handler map před 1 rokem
EventTarget.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString před 1 rokem
HTMLCollection.cpp 6bb4a2bfaa LibWeb: Let HTMLCollection cache its element list před 1 rokem
HTMLCollection.h 6bb4a2bfaa LibWeb: Let HTMLCollection cache its element list před 1 rokem
HTMLCollection.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files před 1 rokem
HTMLFormControlsCollection.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes před 1 rokem
HTMLFormControlsCollection.h ec2b4c271f LibWeb: Support RadioNodeList named items in HTMLFormControlsCollection před 1 rokem
HTMLFormControlsCollection.idl 5f5ac48908 LibWeb: Format all .idl files to use four space indentation před 1 rokem
IDLEventListener.cpp 6a2a7cad61 LibWeb/LibJS: Avoid GC visit of raw pointers where possible před 1 rokem
IDLEventListener.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible před 2 roky
InnerHTML.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports před 3 roky
LiveNodeList.cpp 1defc4595b LibWeb: Make LiveNodeList store a NonnullGCPtr<Node const> root před 1 rokem
LiveNodeList.h 1defc4595b LibWeb: Make LiveNodeList store a NonnullGCPtr<Node const> root před 1 rokem
MutationObserver.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes před 1 rokem
MutationObserver.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks před 1 rokem
MutationObserver.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files před 1 rokem
MutationRecord.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes před 1 rokem
MutationRecord.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks před 1 rokem
MutationRecord.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files před 1 rokem
MutationType.cpp 25eee91811 AK: Make "foo"_fly_string infallible před 2 roky
MutationType.h 25eee91811 AK: Make "foo"_fly_string infallible před 2 roky
NamedNodeMap.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes před 1 rokem
NamedNodeMap.h 43ef3dc0ab LibWeb: Cache attribute names in lowercase to speed up selector matching před 1 rokem
NamedNodeMap.idl 285bca1633 LibWeb: Use Optional<FlyString> const& in Element and NamedNodeMap před 1 rokem
Node.cpp 2227674b91 LibWeb: Don't crash when updating a select with detached option elements před 1 rokem
Node.h 521a1be97f LibWeb: Don't crash when querying the CDataSection.assignedSlot property před 1 rokem
Node.idl 8ce9e51c97 LibWeb: Port Node interface from DeprecatedString to String před 1 rokem
NodeFilter.cpp bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks před 1 rokem
NodeFilter.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks před 1 rokem
NodeFilter.idl 26e6c47d0a IDL: Add missing spec links před 1 rokem
NodeIterator.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes před 1 rokem
NodeIterator.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks před 1 rokem
NodeIterator.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files před 1 rokem
NodeList.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes před 1 rokem
NodeList.h 521ed0e911 LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject před 1 rokem
NodeList.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files před 1 rokem
NodeOperations.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String před 1 rokem
NodeOperations.h 57d7637b59 LibWeb: Remove DeprecatedString support from {Child,Parent}Node před 1 rokem
NonDocumentTypeChildNode.h 086969277e Everywhere: Run clang-format před 3 roky
NonElementParentNode.h d0d7e5a782 LibWeb: Use Element::id() in getElementById() před 1 rokem
ParentNode.cpp 22f6abe5d6 LibWeb: Remove DeprecatedString impls of get_elements_by_tag_name{_ns} před 1 rokem
ParentNode.h 22f6abe5d6 LibWeb: Remove DeprecatedString impls of get_elements_by_tag_name{_ns} před 1 rokem
ParentNode.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports před 3 roky
Position.cpp 5204020d42 LibWeb: Add missing DOM::Position::visit_edges() před 1 rokem
Position.h 906ac71eca LibWeb: Fix crashing after input into empty contenteditable před 1 rokem
ProcessingInstruction.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes před 1 rokem
ProcessingInstruction.h 562e0d710c LibWeb: Port ProcessingInstruction from ByteString před 1 rokem
ProcessingInstruction.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing před 2 roky
QualifiedName.cpp 96463e947a LibWeb: Remove some now unused deprecated functions from QualifiedName před 1 rokem
QualifiedName.h 96463e947a LibWeb: Remove some now unused deprecated functions from QualifiedName před 1 rokem
RadioNodeList.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes před 1 rokem
RadioNodeList.h 1defc4595b LibWeb: Make LiveNodeList store a NonnullGCPtr<Node const> root před 1 rokem
RadioNodeList.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString před 1 rokem
Range.cpp 1987318cc2 LibWeb: Move selection state from layout tree to paint tree před 1 rokem
Range.h bbb96d65b1 LibWeb: Don't crash on live range offset update during node insertion před 1 rokem
Range.idl 02d5ed44cb LibWeb: Stub Range::get_client_rects() před 1 rokem
ShadowRoot.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes před 1 rokem
ShadowRoot.h 33294aea86 LibWeb: Apply shadow root style sheets in StyleComputer před 1 rokem
ShadowRoot.idl 8ce8697a66 LibWeb: Add styleSheets and adoptedStyleSheets attributes in ShadowRoot před 1 rokem
Slot.cpp 7870f10aa8 LibWeb: Introduce the slot concept for HTML slot elements před 1 rokem
Slot.h 7870f10aa8 LibWeb: Introduce the slot concept for HTML slot elements před 1 rokem
Slottable.cpp cdbde1765a LibWeb: Skip assigning slottables for non-shadow roots před 1 rokem
Slottable.h e9da74ebe0 LibWeb: Implement manual slottable assignment před 1 rokem
Slottable.idl 1a94241f58 IDL: Add missing #imports před 1 rokem
StaticNodeList.cpp bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks před 1 rokem
StaticNodeList.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks před 1 rokem
StaticRange.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes před 1 rokem
StaticRange.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks před 1 rokem
StaticRange.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files před 1 rokem
StyleElementUtils.cpp c6e69d501f LibWeb: Add style sheets to the shadow root if applicable před 1 rokem
StyleElementUtils.h c6e69d501f LibWeb: Add style sheets to the shadow root if applicable před 1 rokem
Text.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes před 1 rokem
Text.h a2f101c10b LibWeb: Add input and textarea minlength and maxlength support před 1 rokem
Text.idl 45b36bd08a LibWeb: Introduce the slottable concept for DOM elements and text nodes před 1 rokem
TreeWalker.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes před 1 rokem
TreeWalker.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks před 1 rokem
TreeWalker.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files před 1 rokem
XMLDocument.cpp e800605ad3 AK+LibURL: Move AK::URL into a new URL library před 1 rokem
XMLDocument.h e800605ad3 AK+LibURL: Move AK::URL into a new URL library před 1 rokem
XMLDocument.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files před 1 rokem