index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibWeb
/
DOM
Age
Commit message (
Expand
)
Author
2021-01-09
LibWeb: Convert a bunch of dbg() to dbgln()
Andreas Kling
2021-01-07
LibWeb: Specialize is<DOM::Element>() and is<Layout::Box>()
Andreas Kling
2021-01-07
LibWeb: Allow anonymous table, table-row and table-cell layout nodes
Andreas Kling
2021-01-07
LibWeb: Move remove_all_children() from Node to TreeNode<T>
Andreas Kling
2021-01-06
LibWeb: Make DOM::Node::create_layout_node() not need parent's style
Andreas Kling
2021-01-06
LibWeb: Remove specified style from layout nodes
Andreas Kling
2021-01-06
LibWeb: Use the specified CSS values from element in more places
Andreas Kling
2021-01-06
LibWeb: Rename Element::resolved_style() => specified_css_values()
Andreas Kling
2021-01-06
LibWeb: Copy some properties from specified style into layout node
Andreas Kling
2021-01-06
LibWeb: Rename LayoutStyle => CSS::ComputedValues
Andreas Kling
2021-01-01
LibWeb: Remove hand-rolled is_foo() helpers in Layout::Node classes
Andreas Kling
2021-01-01
LibWeb: Remove more hand-rolled type information :^)
Andreas Kling
2021-01-01
AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers
Andreas Kling
2020-12-30
ProtocolServer: Stream the downloaded data if possible
AnotherTest
2020-12-29
LibWeb: Expose three more attribute methods on Element
Luke
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-17
LibWeb: Escape text nodes in innerHTML getter
Linus Groh
2020-12-17
LibWeb: Include element attributes in innerHTML getter
Linus Groh
2020-12-15
LibWeb: Actually apply recomputed style to element's layout node
Andreas Kling
2020-12-15
LibWeb: Add hack to disable StyleInvalidator while parsing document
Andreas Kling
2020-12-15
LibWeb: Remove unused Element::set_attributes()
Andreas Kling
2020-12-15
LibWeb: Put final foreground/background colors in LayoutStyle
Andreas Kling
2020-12-14
LibWeb: Add a simple StyleInvalidator class
Linus Groh
2020-12-14
LibWeb: Add a little assertion in Document::detach_from_frame()
Andreas Kling
2020-12-14
LibWeb: Simplify <iframe> content frame construction
Andreas Kling
2020-12-14
LibWeb: Limit style update tree traversal to dirty subtrees
Andreas Kling
2020-12-14
LibWeb: Merge Document::layout() and Document::update_layout()
Andreas Kling
2020-12-13
LibWeb: Update stale #includes for HTML/TagNames.* move
Andreas Kling
2020-12-13
LibWeb: Move DOM/TagNames.* => HTML/TagNames.*
Andreas Kling
2020-12-13
LibWeb: Mark element style dirty on style/id attribute change too
Andreas Kling
2020-12-13
LibWeb: Mark element style dirty when class attribute changes
Andreas Kling
2020-12-13
LibWeb: Make DOM::Node::set_needs_style_update() schedule the update
Andreas Kling
2020-12-10
LibWeb: Replace IDL 'void' return type with 'undefined'
Linus Groh
2020-12-10
LibWeb: Expect IDL namespace to end with semicolon
Linus Groh
2020-12-09
LibWeb: Expose DOM::Range to JavaScript.
asynts
2020-12-09
LibWeb: Make DOM::Range more suitable for JS.
asynts
2020-12-09
LibWeb: Add support for range deletion.
asynts
2020-12-09
LibWeb: Move editing stuff into EditEventHandler.
asynts
2020-12-07
LibWeb: Cache parsed inline style of DOM elements
Andreas Kling
2020-12-06
LibWeb: Make document.title accessible from JavaScript :^)
Andreas Kling
2020-12-06
LibWeb: Strip and collapse whitespace in document.title
Andreas Kling
2020-12-06
LibWeb: Pass current target box to BFC::run()
Andreas Kling
2020-12-04
LibWeb: Expose Document.getElementsByName() to JavaScript
Andreas Kling
2020-12-02
LibWeb: Complete the URL in href_setter() before trying to load it
AnotherTest
2020-12-01
LibWeb: Implement Document.getElementsByClassName()
Andreas Kling
2020-11-30
LibWeb: Deallocate DOM timer ID's when the timer goes away
Andreas Kling
2020-11-29
LibJS+LibWeb: Log JavaScript exceptions raised by web content
Andreas Kling
2020-11-25
LibWeb: Rename Layout::LayoutTreeBuilder => Layout::TreeBuilder
Andreas Kling
2020-11-25
LibWeb: Keep track of the parent of each formatting context
Andreas Kling
2020-11-22
LibWeb: Add HTML::EventNames and UIEvents::EventNames
Luke
[next]