summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM/DOMImplementation.cpp
AgeCommit message (Expand)Author
2022-10-01LibWeb: Remove unecessary dependence on Window from DOM and WebIDLAndrew Kaster
2022-09-25LibWeb: Move ExceptionOr from DOM/ to WebIDL/Linus Groh
2022-09-06LibWeb: Make DOMException GC-allocatedAndreas Kling
2022-09-06LibWeb: Use cached_web_prototype() as much as possibleAndreas Kling
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-09-06LibWeb: Make DOMImplementation GC-allocatedAndreas Kling
2022-07-14LibWeb: Move Origin into the HTML namespaceLinus Groh
2022-07-04LibWeb: Add the type field to DOM::DocumentnetworkException
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-22LibWeb: Convert DOMImplementation to use TRY for error propagationLinus Groh
2022-03-02LibWeb: Support DOMImplementation.createDocument() doctype parameterAndreas Kling
2022-02-26LibWeb: Validate the qualified name in createDocumentType()Andreas Kling
2022-02-26LibWeb: Check for valid names in Document.createElement() & friendsAndreas Kling
2021-12-09LibWeb: Make DOMImplementation forward its ref count to DOM::DocumentAndreas Kling
2021-12-04LibWeb: Fix DOMImplementation changing content type of wrong documentAndreas Kling
2021-05-04LibWeb: Add createDocument and createDocumentType for DOMImplementationLuke
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-21LibWeb: Replace WrapperGenerator's snake_name() with String::to_snakecase()Linus Groh
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling