Andreas Kling a004d3043f LibWeb: Implement Node.cloneNode for Attr nodes 2 vuotta sitten
..
AbortController.cpp 8de7e49a56 LibWeb: Remove unecessary dependence on Window from DOM and WebIDL 2 vuotta sitten
AbortController.h 8de7e49a56 LibWeb: Remove unecessary dependence on Window from DOM and WebIDL 2 vuotta sitten
AbortController.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 vuotta sitten
AbortSignal.cpp 8a5d2be617 Everywhere: Remove unnecessary mutable attributes from lambdas 2 vuotta sitten
AbortSignal.h dce6327ae7 LibWeb: Add the ability for an AbortSignal to follow another 2 vuotta sitten
AbortSignal.idl f45d361f03 LibWeb: Replace ad-hoc EventHandler type with callback function typedef 3 vuotta sitten
AbstractRange.cpp 8de7e49a56 LibWeb: Remove unecessary dependence on Window from DOM and WebIDL 2 vuotta sitten
AbstractRange.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 vuotta sitten
AbstractRange.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 vuotta sitten
Attr.cpp a004d3043f LibWeb: Implement Node.cloneNode for Attr nodes 2 vuotta sitten
Attr.h a004d3043f LibWeb: Implement Node.cloneNode for Attr nodes 2 vuotta sitten
Attr.idl 530675993b LibWeb: Rename Attribute to Attr 2 vuotta sitten
CDATASection.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
CDATASection.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
CDATASection.idl 1ceba560f4 LibWeb: Add CDATASection 3 vuotta sitten
CharacterData.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 vuotta sitten
CharacterData.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
CharacterData.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 vuotta sitten
ChildNode.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
ChildNode.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports 3 vuotta sitten
Comment.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
Comment.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
Comment.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 vuotta sitten
CustomEvent.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
CustomEvent.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
CustomEvent.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 vuotta sitten
DOMEventListener.cpp 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 vuotta sitten
DOMEventListener.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 vuotta sitten
DOMImplementation.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
DOMImplementation.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
DOMImplementation.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 vuotta sitten
DOMTokenList.cpp 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 vuotta sitten
DOMTokenList.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
DOMTokenList.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 vuotta sitten
Document.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 vuotta sitten
Document.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 vuotta sitten
Document.idl b47aceb480 LibWeb: Add Document.getSelection 2 vuotta sitten
DocumentFragment.cpp 8de7e49a56 LibWeb: Remove unecessary dependence on Window from DOM and WebIDL 2 vuotta sitten
DocumentFragment.h 8de7e49a56 LibWeb: Remove unecessary dependence on Window from DOM and WebIDL 2 vuotta sitten
DocumentFragment.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 vuotta sitten
DocumentLoadEventDelayer.cpp 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 vuotta sitten
DocumentLoadEventDelayer.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 vuotta sitten
DocumentType.cpp 8de7e49a56 LibWeb: Remove unecessary dependence on Window from DOM and WebIDL 2 vuotta sitten
DocumentType.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
DocumentType.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 vuotta sitten
Element.cpp eacfcac932 LibWeb: Use HashMap::try_ensure_capacity in StyleComputer 2 vuotta sitten
Element.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
Element.idl a268026e4e LibWeb: Start implementing the Element scroll attributes 2 vuotta sitten
ElementFactory.cpp 0555684682 LibWeb: Sketch out basic support for SVG <foreignObject> elements 2 vuotta sitten
ElementFactory.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 vuotta sitten
Event.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
Event.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
Event.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 vuotta sitten
EventDispatcher.cpp d5ed07fdc4 LibJS+LibWeb: Remove NonnullGCPtr<T>::operator=(GCPtr<T>) footgun 2 vuotta sitten
EventDispatcher.h 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 vuotta sitten
EventHandler.idl 3fe66bddf4 LibWeb: Implement WindowEventHandlers 3 vuotta sitten
EventTarget.cpp 73efdb1cc4 LibJS: Convert ECMAScriptFunctionObject::create() to NonnullGCPtr 2 vuotta sitten
EventTarget.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
EventTarget.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 vuotta sitten
HTMLCollection.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
HTMLCollection.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
HTMLCollection.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 vuotta sitten
IDLEventListener.cpp 4abdb68655 LibJS: Remove Object(Object& prototype) footgun 2 vuotta sitten
IDLEventListener.h 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 vuotta sitten
InnerHTML.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports 3 vuotta sitten
LiveNodeList.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 vuotta sitten
LiveNodeList.h 8de7e49a56 LibWeb: Remove unecessary dependence on Window from DOM and WebIDL 2 vuotta sitten
MutationObserver.cpp 6ce08d3f75 LibWeb: Use StringView literals for all `WebIDL::SimpleException`s 2 vuotta sitten
MutationObserver.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
MutationObserver.idl c9ba5531e0 LibWeb: Introduce Mutation{Record,Observer} and observer microtasks 3 vuotta sitten
MutationRecord.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
MutationRecord.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
MutationRecord.idl c9ba5531e0 LibWeb: Introduce Mutation{Record,Observer} and observer microtasks 3 vuotta sitten
MutationType.cpp c9ba5531e0 LibWeb: Introduce Mutation{Record,Observer} and observer microtasks 3 vuotta sitten
MutationType.h c9ba5531e0 LibWeb: Introduce Mutation{Record,Observer} and observer microtasks 3 vuotta sitten
NamedNodeMap.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
NamedNodeMap.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
NamedNodeMap.idl 530675993b LibWeb: Rename Attribute to Attr 2 vuotta sitten
Node.cpp a004d3043f LibWeb: Implement Node.cloneNode for Attr nodes 2 vuotta sitten
Node.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
Node.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 vuotta sitten
NodeFilter.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 vuotta sitten
NodeFilter.h 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 vuotta sitten
NodeFilter.idl 62e3117dfd LibWeb: Expose NodeFilter on the Window object 2 vuotta sitten
NodeIterator.cpp d5ed07fdc4 LibJS+LibWeb: Remove NonnullGCPtr<T>::operator=(GCPtr<T>) footgun 2 vuotta sitten
NodeIterator.h eda566d112 LibWeb: Add GC finalizer to DOM::NodeIterator 2 vuotta sitten
NodeIterator.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 vuotta sitten
NodeList.cpp 8de7e49a56 LibWeb: Remove unecessary dependence on Window from DOM and WebIDL 2 vuotta sitten
NodeList.h 8de7e49a56 LibWeb: Remove unecessary dependence on Window from DOM and WebIDL 2 vuotta sitten
NodeList.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 vuotta sitten
NodeOperations.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
NodeOperations.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
NonDocumentTypeChildNode.h 086969277e Everywhere: Run clang-format 3 vuotta sitten
NonElementParentNode.h 5bd34f115e LibWeb: Add some missing includes 2 vuotta sitten
ParentNode.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
ParentNode.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
ParentNode.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports 3 vuotta sitten
Position.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 vuotta sitten
Position.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 vuotta sitten
ProcessingInstruction.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
ProcessingInstruction.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
ProcessingInstruction.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 vuotta sitten
QualifiedName.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
QualifiedName.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
Range.cpp d5ed07fdc4 LibJS+LibWeb: Remove NonnullGCPtr<T>::operator=(GCPtr<T>) footgun 2 vuotta sitten
Range.h 34c130b336 LibWeb: Stub Range.getBoundingClientRect 2 vuotta sitten
Range.idl 34c130b336 LibWeb: Stub Range.getBoundingClientRect 2 vuotta sitten
ShadowRoot.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
ShadowRoot.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
ShadowRoot.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 vuotta sitten
StaticNodeList.cpp 8de7e49a56 LibWeb: Remove unecessary dependence on Window from DOM and WebIDL 2 vuotta sitten
StaticNodeList.h 8de7e49a56 LibWeb: Remove unecessary dependence on Window from DOM and WebIDL 2 vuotta sitten
StaticRange.cpp 8de7e49a56 LibWeb: Remove unecessary dependence on Window from DOM and WebIDL 2 vuotta sitten
StaticRange.h 00a98c24a2 LibWeb: Update incorrect WEB_PLATFORM_OBJECT base class for two classes 2 vuotta sitten
StaticRange.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 vuotta sitten
Text.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
Text.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
Text.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 vuotta sitten
TreeWalker.cpp d5ed07fdc4 LibJS+LibWeb: Remove NonnullGCPtr<T>::operator=(GCPtr<T>) footgun 2 vuotta sitten
TreeWalker.h 00a98c24a2 LibWeb: Update incorrect WEB_PLATFORM_OBJECT base class for two classes 2 vuotta sitten
TreeWalker.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 vuotta sitten