index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
DOM
/
DOMImplementation.h
Age
Commit message (
Expand
)
Author
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-02-18
LibWeb: Make factory method of DOM::DOMImplementation fallible
Kenneth Myhra
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-10
LibWeb: Move passing of Web object prototypes out of constructors
Timothy Flynn
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-09-25
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
Linus Groh
2022-09-21
LibWeb: Remove WRAPPER_HACK() macro
Linus Groh
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make DOMImplementation GC-allocated
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-02
LibWeb: Support DOMImplementation.createDocument() doctype parameter
Andreas Kling
2022-02-26
LibWeb: Validate the qualified name in createDocumentType()
Andreas Kling
2022-02-26
LibWeb: Check for valid names in Document.createElement() & friends
Andreas Kling
2021-12-09
LibWeb: Make DOMImplementation forward its ref count to DOM::Document
Andreas Kling
2021-05-04
LibWeb: Add createDocument and createDocumentType for DOMImplementation
Luke
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-21
LibWeb: Replace WrapperGenerator's snake_name() with String::to_snakecase()
Linus Groh
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling