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
/
NamedNodeMap.cpp
Age
Commit message (
Expand
)
Author
2023-03-10
LibWeb: Implement Element.setAttributeNode{,NS}()
Andreas Kling
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
2023-02-28
LibWeb: Restore proper functionality of legacy platform objects
Luke Wilde
2023-02-18
LibWeb: Make factory method of DOM::NamedNodeMap fallible
Kenneth Myhra
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
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
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2022-12-17
LibWeb: Add NamedNodeMap::setNamedItemNS() method
Alexander Narsudinov
2022-12-17
LibWeb: Add NamedNodeMap::removeNamedItemNS() method
Alexander Narsudinov
2022-12-17
LibWeb: Fix incorrect behaviour in NamedNodeMap::removeNamedItem()
Alexander Narsudinov
2022-12-17
LibWeb: Add NamedNodeMap::getNamedItemNS()
Alexander Narsudinov
2022-12-17
LibWeb: Make method NamedNodeMap::set_attribute() closer to the spec
Alexander Narsudinov
2022-12-17
LibWeb: Add internal get_attribute_ns() methods of NamedNodeMap
Alexander Narsudinov
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-01
LibWeb: Remove unecessary dependence on Window from DOM and WebIDL
Andrew Kaster
2022-09-25
LibWeb: Move DOMException from DOM/ to WebIDL/
Linus Groh
2022-09-25
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
Linus Groh
2022-09-18
LibWeb: Rename Attribute to Attr
Andreas Kling
2022-09-06
LibWeb: Make DOMException GC-allocated
Andreas Kling
2022-09-06
LibWeb: Use cached_web_prototype() as much as possible
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make NamedNodeMap GC-allocated
Andreas Kling
2022-07-11
LibWeb: Implement all "attributes" mutation records for MutationObserver
Luke Wilde
2022-01-31
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
Timothy Flynn
2021-12-09
LibWeb: Make DOM::NamedNodeMap forward its ref count to DOM::Element
Andreas Kling
2021-10-28
LibWeb: Do not create lowercase strings in NamedNodeMap::get_attribute
Timothy Flynn
2021-10-18
LibWeb: Weakly store NamedNodeMap's & Attribute's associated Element
Timothy Flynn
2021-10-17
LibWeb: Implement (most of) NamedNodeMap to store attributes
Timothy Flynn