K-Adam e8d10fb429 LibWeb: Ignore svg elements outside of <svg> when building layout tree 3 years ago
..
Attribute.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
CharacterData.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
CharacterData.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
CharacterData.idl 13d7c09125 Libraries: Move to Userland/Libraries/ 4 years ago
Comment.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Comment.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Comment.idl 13d7c09125 Libraries: Move to Userland/Libraries/ 4 years ago
DOMException.h b91c49364d AK: Rename adopt() to adopt_ref() 4 years ago
DOMException.idl 8da14bf880 LibWeb: Add support for optional default values and optional bools in IDL 4 years ago
DOMImplementation.cpp 7c6c7ca542 LibWeb: Add createDocument and createDocumentType for DOMImplementation 4 years ago
DOMImplementation.h 7c6c7ca542 LibWeb: Add createDocument and createDocumentType for DOMImplementation 4 years ago
DOMImplementation.idl 7c6c7ca542 LibWeb: Add createDocument and createDocumentType for DOMImplementation 4 years ago
Document.cpp d528c9c2ee LibWeb: Don't print JavaScript syntax error hints 4 years ago
Document.h a826df773e LibWeb: Make WrapperGenerator generate nullable wrapper types 4 years ago
Document.idl 7f6baf8b17 LibWeb: Add Document.{images,embeds,plugins,links,forms,scripts} 4 years ago
DocumentFragment.cpp 31364da590 LibWeb+HackStudio: Use lukew@serenityos.org for my copyright headers 4 years ago
DocumentFragment.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
DocumentFragment.idl 83d2c3f2f5 LibWeb: Move element_child_count to ParentNode and add its IDL attribute 4 years ago
DocumentType.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
DocumentType.h 7c6c7ca542 LibWeb: Add createDocument and createDocumentType for DOMImplementation 4 years ago
DocumentType.idl 13d7c09125 Libraries: Move to Userland/Libraries/ 4 years ago
Element.cpp 3bd14941c7 LibWeb: Switch to new CSS Parser :^) 3 years ago
Element.h 1b72766e4e LibWeb: Fix issues with CSS attribute selector handling 4 years ago
Element.idl 56d7d28d41 LibWeb: Expose Element.{prefix,localName} 4 years ago
ElementFactory.cpp b91c49364d AK: Rename adopt() to adopt_ref() 4 years ago
ElementFactory.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Event.cpp 217179a39f LibWeb: Remove unused header includes 4 years ago
Event.h b91c49364d AK: Rename adopt() to adopt_ref() 4 years ago
Event.idl fc9abee84b LibWeb: Add Event.initEvent 4 years ago
EventDispatcher.cpp ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
EventDispatcher.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
EventListener.cpp ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
EventListener.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
EventTarget.cpp 2cc6b919f7 LibWeb: Implement EventTarget.dispatchEvent 4 years ago
EventTarget.h 2cc6b919f7 LibWeb: Implement EventTarget.dispatchEvent 4 years ago
EventTarget.idl 2cc6b919f7 LibWeb: Implement EventTarget.dispatchEvent 4 years ago
ExceptionOr.h fd72597999 LibWeb: Make ExceptionOr capable of holding all error types in the spec 4 years ago
HTMLCollection.cpp e4df1b223f LibWeb: Implement a slow but functional HTMLCollection :^) 4 years ago
HTMLCollection.h b91c49364d AK: Rename adopt() to adopt_ref() 4 years ago
HTMLCollection.idl 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 years ago
Node.cpp 9cae827f07 LibWeb: Implement Node.contains 4 years ago
Node.h e8d10fb429 LibWeb: Ignore svg elements outside of <svg> when building layout tree 3 years ago
Node.idl 9cae827f07 LibWeb: Implement Node.contains 4 years ago
NonDocumentTypeChildNode.h ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 years ago
NonElementParentNode.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
ParentNode.cpp 3bd14941c7 LibWeb: Switch to new CSS Parser :^) 3 years ago
ParentNode.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Position.cpp ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 years ago
Position.h 7181cb3a9c LibWeb: Frame/Position: Implement cursor increment/decrement methods 4 years ago
ProcessingInstruction.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
ProcessingInstruction.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
ProcessingInstruction.idl 9e338a2be2 LibWeb: Add ProcessingInstruction node 4 years ago
Range.cpp b91c49364d AK: Rename adopt() to adopt_ref() 4 years ago
Range.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Range.idl 8f8f7bfd0f LibWeb: Add constructor to Range IDL interface 4 years ago
ShadowRoot.cpp ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 years ago
ShadowRoot.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
ShadowRoot.idl 13d7c09125 Libraries: Move to Userland/Libraries/ 4 years ago
Text.cpp b91c49364d AK: Rename adopt() to adopt_ref() 4 years ago
Text.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Text.idl 13d7c09125 Libraries: Move to Userland/Libraries/ 4 years ago
Timer.cpp ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
Timer.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
Window.cpp ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
Window.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago