Aliaksandr Kalenik 3fd1164171 LibWeb: Account for scroll offset in Element::get_client_rects() преди 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 c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes преди 1 година
AbortSignal.h 7625d8a155 LibWeb: Implement `AbortSignal.any()` преди 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 c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes преди 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 c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes преди 1 година
Document.h b98a2be96b LibWeb: Ignore window-forwarded document.body.onfoo in detached DOM преди 1 година
Document.idl 8ce8697a66 LibWeb: Add styleSheets and adoptedStyleSheets attributes in ShadowRoot преди 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 05e53b5fd3 LibWeb: Use file's URL as document's URL when loading markdown files преди 1 година
DocumentLoading.h 9ce8189f21 Everywhere: Use unqualified AK::URL преди 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 3fd1164171 LibWeb: Account for scroll offset in Element::get_client_rects() преди 1 година
Element.h a9b8840a82 LibWeb: Add fast path for animated style properties update преди 1 година
Element.idl dd1fd5fe47 LibWeb: Add Animatable interface to Element преди 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 c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes преди 1 година
Event.h 7121539576 LibWeb: Add fast_is<T> for UIEvents::MouseEvent преди 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 c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes преди 1 година
EventTarget.h 7139d5945f LibWeb: Use NonnullGCPtr in EventTarget's event handler map преди 1 година
EventTarget.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString преди 1 година
HTMLCollection.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes преди 1 година
HTMLCollection.h 521ed0e911 LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject преди 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 6a2a7cad61 LibWeb/LibJS: Avoid GC visit of raw pointers where possible преди 1 година
IDLEventListener.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible преди 2 години
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 c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes преди 1 година
MutationObserver.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks преди 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 c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes преди 1 година
NamedNodeMap.h 43ef3dc0ab LibWeb: Cache attribute names in lowercase to speed up selector matching преди 1 година
NamedNodeMap.idl 285bca1633 LibWeb: Use Optional<FlyString> const& in Element and NamedNodeMap преди 1 година
Node.cpp bbb96d65b1 LibWeb: Don't crash on live range offset update during node insertion преди 1 година
Node.h 036cd9b2dd LibWeb: Null layout and paintable pointers of removed DOM::Node преди 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 22f6abe5d6 LibWeb: Remove DeprecatedString impls of get_elements_by_tag_name{_ns} преди 1 година
ParentNode.h 22f6abe5d6 LibWeb: Remove DeprecatedString impls of get_elements_by_tag_name{_ns} преди 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 c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes преди 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 c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes преди 1 година
Text.h a2f101c10b LibWeb: Add input and textarea minlength and maxlength support преди 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 c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes преди 1 година
XMLDocument.h 9ce8189f21 Everywhere: Use unqualified AK::URL преди 1 година
XMLDocument.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files преди 1 година