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
/
DOMParsing
Age
Commit message (
Expand
)
Author
2023-03-06
LibWeb: Fix a few const-ness issues
Matthew Olsson
2023-02-22
LibWeb: Make factory method of DOMParsing::XMLSerializer fallible
Kenneth Myhra
2023-02-19
LibWeb: Use is_ascii_case_insensitive_match() where the spec says to
Sam Atkins
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 setting of Web object prototypes to initialize()
Timothy Flynn
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-29
LibWeb: Use StringView literals for all `WebIDL::SimpleException`s
Linus Groh
2022-10-29
LibWeb: Don't invalidate layout when setting .innerHTML on <template>
Andreas Kling
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-21
LibWeb: Remove WRAPPER_HACK() macro
Linus Groh
2022-09-20
LibWeb: Implement Element.insertAdjacentHTML() from DOM Parsing
Andreas Kling
2022-09-18
LibWeb: Rename Attribute to Attr
Andreas Kling
2022-09-14
Everywhere: Fix a variety of typos
Brian Gianforcaro
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: Make XMLSerializer GC-allocated
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-07-06
AK: Use an enum instead of a bool for String::replace(all_occurences)
DexesTTP
2022-07-05
LibWeb: Implement XMLSerializer
Luke Wilde
2022-03-22
LibWeb: Convert InnerHTML to use TRY for error propagation
Linus Groh
2021-10-06
LibWeb: Clean up static function in header
Ben Wiederhake
2021-09-25
LibWeb: Rename HTMLDocumentParser => HTMLParser
Andreas Kling
2021-09-14
LibWeb: Make the innerHTML setter spec compliant
Luke Wilde