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
/
LibHTML
Age
Commit message (
Expand
)
Author
2019-11-07
LibHTML: Make the CSS parser return RefPtr's
Andreas Kling
2019-11-06
LibHTML+IRCClient: Add an escape_html_entities() helper
Andreas Kling
2019-11-06
LibHTML: Make parse_html_document() return a RefPtr
Andreas Kling
2019-11-06
LibHTML: Rename parse_html() => parse_html_document()
Andreas Kling
2019-11-06
Revert "LibHTML: Rename parse_html() => parse_html_document()"
Andreas Kling
2019-11-06
LibHTML: Rename parse_html() => parse_html_document()
Andreas Kling
2019-11-06
LibHTML: Add parse_html_fragment()
Andreas Kling
2019-11-06
LibHTML: Add DocumentFragment
Andreas Kling
2019-11-06
LibHTML: Add TreeNode::remove_child()
Andreas Kling
2019-11-05
LibHTML: Build some foundation for text selection
Andreas Kling
2019-11-05
LibHTML: Add TreeNode::next_in_pre_order()
Andreas Kling
2019-11-04
LibHTML: Add a convenient way to get from any layout node to the root
Andreas Kling
2019-11-03
POSIX compliance: (most) shell scripts converted to generic shell
George Pickering
2019-10-28
LibHTML: Add Document::force_layout()
Andreas Kling
2019-10-26
LibHTML: Make <header> and <footer> be "display: block" by default
Andreas Kling
2019-10-21
LibHTML: <a href="#foo"> should prefer any element type with id=foo
Andreas Kling
2019-10-21
LibHTML: Clicking on a fragment link should prefer <a id> over <a name>
Andreas Kling
2019-10-21
LibHTML: Add Document::get_element_by_id() and get_elements_by_name()
Andreas Kling
2019-10-20
LibHTML: Remove trailing whitespace in line boxes
Andreas Kling
2019-10-20
LibHTML: Implement "text-align: justify"
Andreas Kling
2019-10-20
LibHTML: The CSS parser should tolerate whitespace-only stylesheets
Andreas Kling
2019-10-20
LibHTML: Rename HTMLImageElement::m_image_loader => m_image_decoder
Andreas Kling
2019-10-20
LibHTML: HtmlView only needs to store the main Frame, not the Document
Andreas Kling
2019-10-20
LibHTML: Only actually-linked <a> elements should be blue+underlined
Andreas Kling
2019-10-20
LibHTML+Browser: Support scrolling to anchor with <a href="#foo">
Andreas Kling
2019-10-20
LibHTML: Add Element::name() convenience attribute getter
Andreas Kling
2019-10-19
LibHTML: Don't insert unnecessary line breaks at start of text lines
Andreas Kling
2019-10-19
LibHTML+Browser: Show target URL of hovered links in Browser statusbar
Andreas Kling
2019-10-19
LibHTML: DOM fixup should handle a completely empty document
Andreas Kling
2019-10-19
LibHTML: Do DOM tree fixup before firing insertion callbacks
Andreas Kling
2019-10-19
LibDraw: Rename ImageLoader => ImageDecoder
Andreas Kling
2019-10-19
LibHTML: Make "display: inline-block" generate a LayoutBlock for now
Andreas Kling
2019-10-19
LibHTML: Batch style updates and make them start from the root
Andreas Kling
2019-10-19
LibHTML: Add TreeNode<T>::for_each_in_subtree(callback)
Andreas Kling
2019-10-19
LibHTML: Skip over CSS @media rules for now
Andreas Kling
2019-10-19
LibHTML: Use the correct inherited color for LayoutListItemMarker
Andreas Kling
2019-10-19
LibHTML: Implement basic tiled background image support
Andreas Kling
2019-10-19
LibHTML: Replaced elements should not break lines at start of line
Andreas Kling
2019-10-19
LibHTML: Ignore completed image loads for already-destroyed <img>'s
Andreas Kling
2019-10-19
LibHTML: Make TreeNode inherit from Weakable by default
Andreas Kling
2019-10-19
LibHTML: Allow loading of PNG's directly into the HtmlView
Andreas Kling
2019-10-18
LibHTML: Add a simple font cache
Andreas Kling
2019-10-18
LibHTML: Preserve UTF-8 codepoints when collapsing whitespace
Andreas Kling
2019-10-18
LibHTML: CSS parser should trim whitespace from values
Andreas Kling
2019-10-18
LibHTML: Add LayoutNode::first_ancestor_of_type<T>()
Andreas Kling
2019-10-18
LibHTML: Add typed child/sibling traversal helpers for LayoutNode
Andreas Kling
2019-10-17
LibHTML: Only accumulate Text children's content in inline stylesheets
Andreas Kling
2019-10-17
LibHTML: Don't assert when encountering an unknown font-weight
Andreas Kling
2019-10-17
LibHTML: Hard-code LayoutTable to never have inline children
Andreas Kling
2019-10-17
LibHTML: Add is<T> helpers for the table-related LayoutNode subclasses
Andreas Kling
[next]