stelar7 1c0d29b8da LibWeb: Add spec comments to Node пре 3 година
..
AbortController.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb пре 3 година
AbortController.h c37820b898 Libraries: Use default constructors/destructors in LibWeb пре 3 година
AbortController.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others пре 3 година
AbortSignal.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb пре 3 година
AbortSignal.h c37820b898 Libraries: Use default constructors/destructors in LibWeb пре 3 година
AbortSignal.idl f45d361f03 LibWeb: Replace ad-hoc EventHandler type with callback function typedef пре 3 година
AbstractRange.h 086969277e Everywhere: Run clang-format пре 3 година
AbstractRange.idl a2acda5669 LibWeb: Abstract Range's members into AbstractRange пре 3 година
Attribute.cpp 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) пре 3 година
Attribute.h 46ce50f74e LibWeb: Make Range.setStart and Range.setEnd spec compliant пре 3 година
Attribute.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others пре 3 година
CharacterData.cpp 086969277e Everywhere: Run clang-format пре 3 година
CharacterData.h 086969277e Everywhere: Run clang-format пре 3 година
CharacterData.idl 24e25fe3d0 LibWeb: Add CharacterData.replaceData(offset, count, data) пре 3 година
ChildNode.h ab0a354bb4 LibWeb: Convert ChildNode to use TRY for error propagation пре 3 година
Comment.cpp 086969277e Everywhere: Run clang-format пре 3 година
Comment.h 086969277e Everywhere: Run clang-format пре 3 година
Comment.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others пре 3 година
CustomEvent.cpp 3b9e8ec597 LibWeb: Add the missing CustomEvent IDL constructor пре 3 година
CustomEvent.h 086969277e Everywhere: Run clang-format пре 3 година
CustomEvent.idl 7f551d7f6a LibWeb: Use the LibWeb source directory as the IDL #import base path пре 3 година
DOMEventListener.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb пре 3 година
DOMEventListener.h f3923b4aea LibWeb: Use public inheritance for the RefCounted base class пре 3 година
DOMException.h 086969277e Everywhere: Run clang-format пре 3 година
DOMException.idl 8da14bf880 LibWeb: Add support for optional default values and optional bools in IDL пре 4 година
DOMImplementation.cpp 086969277e Everywhere: Run clang-format пре 3 година
DOMImplementation.h 086969277e Everywhere: Run clang-format пре 3 година
DOMImplementation.idl 05e9dceba6 LibWeb: Support DOMImplementation.createDocument() doctype parameter пре 3 година
DOMTokenList.cpp b6f09aaef2 LibWeb: Convert DOMTokenList to use TRY for error propagation пре 3 година
DOMTokenList.h 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) пре 3 година
DOMTokenList.idl d24ae8063b LibWeb: Implement DOMTokenList for managing space-separated tokens lists пре 3 година
Document.cpp 06d9853a8b LibWeb: Update displayed favicon when a favicon is loaded пре 3 година
Document.h e2fa5c0cda LibWeb: Bring Document closer to spec пре 3 година
Document.idl e2fa5c0cda LibWeb: Bring Document closer to spec пре 3 година
DocumentFragment.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb пре 3 година
DocumentFragment.h b0955fd269 LibWeb: Add fast_is<T>() for some common DOM Node subclasses пре 3 година
DocumentFragment.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others пре 3 година
DocumentLoadEventDelayer.cpp dbba0a520f LibWeb: Allow HTML parser to delay delivery of the document "load" event пре 3 година
DocumentLoadEventDelayer.h dbba0a520f LibWeb: Allow HTML parser to delay delivery of the document "load" event пре 3 година
DocumentType.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb пре 3 година
DocumentType.h 086969277e Everywhere: Run clang-format пре 3 година
DocumentType.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others пре 3 година
Element.cpp c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace пре 3 година
Element.h a8afb883c1 LibWeb: Implement CSS declaration block's "updating flag" пре 3 година
Element.idl 34db0dab41 LibWeb: Implement Element.toggleAttribute() пре 3 година
ElementFactory.cpp bd90498332 LibWeb: Add SVGDefsElement пре 3 година
ElementFactory.h bfa7aad0f6 LibWeb: Support (and validate) prefixes in Document.createElementNS() пре 3 година
Event.cpp 8055b0a9b9 LibWeb: Add spec comments to Event пре 3 година
Event.h 086969277e Everywhere: Run clang-format пре 3 година
Event.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others пре 3 година
EventDispatcher.cpp 6b859db2e0 LibWeb: Add spec comments to EventDispatcher пре 3 година
EventDispatcher.h e76e8e22b5 LibWeb: Separate "event listener" from "EventListener" пре 3 година
EventHandler.idl d25bd2dbd8 LibWeb: Add the GlobalEventHandlers IDL mixin пре 3 година
EventTarget.cpp 62bd88dc14 LibWeb: Add spec comments to EventTarget пре 3 година
EventTarget.h 086969277e Everywhere: Run clang-format пре 3 година
EventTarget.idl 3479f1c4e8 LibWeb: Add support for the options variant of {add,remove}EventListener пре 3 година
ExceptionOr.h 086969277e Everywhere: Run clang-format пре 3 година
HTMLCollection.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb пре 3 година
HTMLCollection.h 5133491714 LibWeb: Expose HTMLCollection's root element to its subclasses пре 3 година
HTMLCollection.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others пре 3 година
IDLEventListener.h 3479f1c4e8 LibWeb: Add support for the options variant of {add,remove}EventListener пре 3 година
LiveNodeList.cpp 8d6db36cbb LibWeb: Add support for NodeList пре 3 година
LiveNodeList.h 8d6db36cbb LibWeb: Add support for NodeList пре 3 година
NamedNodeMap.cpp 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) пре 3 година
NamedNodeMap.h 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) пре 3 година
NamedNodeMap.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others пре 3 година
Node.cpp 1c0d29b8da LibWeb: Add spec comments to Node пре 3 година
Node.h 682a4a347a LibWeb: Bring Node closer to spec пре 3 година
Node.idl 682a4a347a LibWeb: Bring Node closer to spec пре 3 година
NodeFilter.h fabcee016f LibWeb: Add basic support for DOM's NodeIterator and NodeFilter пре 3 година
NodeFilter.idl fabcee016f LibWeb: Add basic support for DOM's NodeIterator and NodeFilter пре 3 година
NodeIterator.cpp fd7a059e09 LibWeb: Make NodeIterator behave like other browser engines пре 3 година
NodeIterator.h fd7a059e09 LibWeb: Make NodeIterator behave like other browser engines пре 3 година
NodeIterator.idl fabcee016f LibWeb: Add basic support for DOM's NodeIterator and NodeFilter пре 3 година
NodeList.h 8d6db36cbb LibWeb: Add support for NodeList пре 3 година
NodeList.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others пре 3 година
NodeOperations.cpp 8d20fb1e94 LibWeb: Convert NodeOperations to use TRY for error propagation пре 3 година
NodeOperations.h d5c96c3ccf LibWeb: Implement ParentNode.prepend пре 3 година
NonDocumentTypeChildNode.h 086969277e Everywhere: Run clang-format пре 3 година
NonElementParentNode.h 086969277e Everywhere: Run clang-format пре 3 година
ParentNode.cpp c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace пре 3 година
ParentNode.h 2be4064ca8 LibWeb: Add fast_is<ParentNode>() пре 3 година
Position.cpp ef371596a4 LibWeb: Remove unnecessary DOM::Position destructor пре 3 година
Position.h 086969277e Everywhere: Run clang-format пре 3 година
ProcessingInstruction.cpp 086969277e Everywhere: Run clang-format пре 3 година
ProcessingInstruction.h 086969277e Everywhere: Run clang-format пре 3 година
ProcessingInstruction.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others пре 3 година
QualifiedName.cpp cf5eeb9f4b LibWeb: Share QualifiedName data between identical instances пре 3 година
QualifiedName.h cf5eeb9f4b LibWeb: Share QualifiedName data between identical instances пре 3 година
Range.cpp 2fb9eb5257 LibWeb: Implement Range.deleteContents() пре 3 година
Range.h 2fb9eb5257 LibWeb: Implement Range.deleteContents() пре 3 година
Range.idl 2fb9eb5257 LibWeb: Implement Range.deleteContents() пре 3 година
ShadowRoot.cpp 086969277e Everywhere: Run clang-format пре 3 година
ShadowRoot.h 086969277e Everywhere: Run clang-format пре 3 година
ShadowRoot.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others пре 3 година
StaticNodeList.cpp 8d6db36cbb LibWeb: Add support for NodeList пре 3 година
StaticNodeList.h 8d6db36cbb LibWeb: Add support for NodeList пре 3 година
StaticRange.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb пре 3 година
StaticRange.h c37820b898 Libraries: Use default constructors/destructors in LibWeb пре 3 година
StaticRange.idl 3d44118595 LibWeb: Implement StaticRange пре 3 година
Text.cpp 086969277e Everywhere: Run clang-format пре 3 година
Text.h 086969277e Everywhere: Run clang-format пре 3 година
Text.idl d2f9f8bd4f LibWeb: Implement Text.splitText(offset) пре 3 година
TreeWalker.cpp a0b0b29fa1 LibWeb: Minor cleanups in NodeIterator and TreeWalker пре 3 година
TreeWalker.h c37820b898 Libraries: Use default constructors/destructors in LibWeb пре 3 година
TreeWalker.idl acbdb95b0a LibWeb: Add support for DOM's TreeWalker пре 3 година