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