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