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
/
Element.cpp
Age
Commit message (
Expand
)
Author
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2021-01-09
LibWeb: Coalesce layouts that happen in response to style changes
Andreas Kling
2021-01-07
LibWeb: Allow anonymous table, table-row and table-cell layout nodes
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-01
LibWeb: Remove hand-rolled is_foo() helpers in Layout::Node classes
Andreas Kling
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: Remove unused Element::set_attributes()
Andreas Kling
2020-12-14
LibWeb: Add a simple StyleInvalidator class
Linus Groh
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-07
LibWeb: Cache parsed inline style of DOM elements
Andreas Kling
2020-11-25
LibWeb: Rename Layout::LayoutTreeBuilder => Layout::TreeBuilder
Andreas Kling
2020-11-22
LibWeb: Rename LayoutNode classes and move them into Layout namespace
Andreas Kling
2020-11-11
LibWeb: Move innerText from DOM::Element to HTML::HTMLElement
Luke
2020-10-22
LibWeb: Add namespace to Element
Luke
2020-08-18
LibWeb: Implement Element.innerText
Nico Weber
2020-08-15
LibWeb: Allow focusing individual (focusable) elements with Tab key
Andreas Kling
2020-08-03
LibWeb: Move contentEditable from Element to HTMLElement
Luke
2020-08-02
LibWeb: Implement the Element.contentEditable IDL attribute
Andreas Kling
2020-08-02
LibWeb: Only allow editing of elements with contenteditable="true"
Andreas Kling
2020-07-28
LibWeb: Move the HTML parser into HTML/Parser/
Andreas Kling
2020-07-28
LibWeb: Move HTML classes into the Web::HTML namespace
Andreas Kling
2020-07-26
LibWeb: Move CSS classes into the Web::CSS namespace
Andreas Kling
2020-07-26
LibWeb: Move DOM classes into the Web::DOM namespace
Andreas Kling
2020-07-26
LibWeb: Switch to using AK::is and AK::downcast
Andreas Kling
2020-07-23
LibWeb: Rename Element::tag_name() => local_name()
Andreas Kling
2020-07-07
LibWeb: Turn floated display:inline elements into block-level elements
Andreas Kling
2020-07-05
LibWeb: Use LayoutTableRowGroup for display:table-{header,footer}-group
Andreas Kling
2020-06-26
LibWeb: Implement fragment parsing and use it for Element.innerHTML
Andreas Kling
2020-06-24
LibWeb: Move border width and color into LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Add CSS::Display enum and StyleProperties::display()
Andreas Kling
2020-06-24
LibWeb: Rename LayoutNode::style() => specified_style()
Andreas Kling
2020-06-15
LibWeb: Force a full relayout if an element's CSS display changes
Andreas Kling
2020-06-09
LibWeb: Add LayoutTableRowGroup to implement display: table-row-group
Andreas Kling
2020-06-05
LibWeb: Don't assign style to LayoutWidgets
Andreas Kling
2020-06-05
LibWeb: Don't create a layout node for <noscript> when scripting enabled
Andreas Kling
2020-05-28
LibWeb: Fall back to block layout for unimplemented CSS display values
Andreas Kling
2020-05-26
LibWeb: Let Element cache its list of classes
Andreas Kling
2020-05-05
LibWeb: Add support for "display: inline-block"
Andreas Kling
2020-05-05
LibWeb: Fall back to LayoutInline for any unrecognized CSS display
Andreas Kling
2020-03-25
LibWeb: Implement getting and setting element.innerHTML
Andreas Kling
2020-03-22
LibWeb: Use FlyString for Element tag names
Andreas Kling
2020-03-22
LibWeb: Use FlyString for element attribute names
Andreas Kling
2020-03-07
LibWeb: Rename directory LibHTML => LibWeb
Andreas Kling