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
/
ShadowRoot.cpp
Age
Commit message (
Expand
)
Author
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-03
LibWeb: Fully implement the fragment serializing algorithm
Timothy Flynn
2022-09-25
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
Linus Groh
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-22
LibWeb: Convert ShadowRoot to use TRY for error propagation
Linus Groh
2022-03-16
LibWeb: Make Element::set_shadow_root() disconnect any previous root
Andreas Kling
2022-02-05
LibWeb: Compute element style in Layout::TreeBuilder
Andreas Kling
2021-10-06
LibWeb: Clean up static function in header
Ben Wiederhake
2021-10-06
LibWeb: Rename Layout::BlockBox => BlockContainer
Andreas Kling
2021-10-06
LibWeb: Make CSS layout lazier
Andreas Kling
2021-09-14
LibWeb: Make the innerHTML setter spec compliant
Luke Wilde
2021-09-02
LibWeb: Make Node::root return a reference
Luke Wilde
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
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-10
LibWeb: Generate layout nodes for shadow subtrees
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling