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-12-11
LibHTML: Rename HTMLImageElement::m_image_data => m_encoded_data
Andreas Kling
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-11-30
LibHTML: Allow resource loads to fail
Andreas Kling
2019-11-30
LibHTML: Don't bother updating layout in frameless documents
Andreas Kling
2019-11-28
LibHTML: Just swallow :not selectors for now
Andreas Kling
2019-11-28
LibHTML: CSS parser should accept "foo>bar", not just "foo > bar"
Andreas Kling
2019-11-28
LibHTML: Update CSS parser with terminology from Selectors Level 4
Andreas Kling
2019-11-27
LibHTML: Respect "border-style: dotted"
Andreas Kling
2019-11-27
LibHTML: Add shorthand expansion for border-{style,width,color}
Andreas Kling
2019-11-27
LibHTML: Implement compound selectors
Andreas Kling
2019-11-25
LibHTML: Implement basic <form> and <input> element support
Andreas Kling
2019-11-25
LibHTML: Give Frame a (weak) back-pointer to the HtmlView
Andreas Kling
2019-11-25
LibHTML: Improve CSS parser's handling of values somewhat
Andreas Kling
2019-11-25
LibHTML: Divide the "line spacing" evenly between lines of text
Andreas Kling
2019-11-25
LibHTML: Join border edges nicely when painting boxes
Andreas Kling
2019-11-25
LibHTML: Draw each CSS border edge separately with their own style
Andreas Kling
2019-11-25
LibHTML: Decrement the pending loads counter when a load finishes
Andreas Kling
2019-11-25
LibHTML: Store the HTML parser input along with the created Document
Andreas Kling
2019-11-24
LibHTML: Use LibProtocol for HTTP requests :^)
Andreas Kling
2019-11-21
LibHTML: Handle stand-alone attribute selectors
Andreas Kling
2019-11-21
LibHTML: Parse <element attribute=value> correctly
Andreas Kling
2019-11-21
LibHTML: Implement some attribute selector support
Andreas Kling
2019-11-21
LibHTML: Make the HTML parser handle <div attr> and <div attr="">
Andreas Kling
2019-11-21
LibHTML: Paint text background color before the underline decoration
Andreas Kling
2019-11-19
LibHTML: Render a background-color behind line box fragments if needed
Andreas Kling
2019-11-19
LibHTML: Fix bug in removal of trailing whitespace from line boxes
Andreas Kling
2019-11-19
LibHTML: Use LayoutText::text_for_rendering() in layout tree dumps
Andreas Kling
2019-11-19
LibHTML: Failed font lookups should use a bold fallback when fitting
Andreas Kling
2019-11-19
LibHTML: Tolerate empty CSS rules
Andreas Kling
2019-11-19
LibHTML: Implement the universal selector ("*")
Andreas Kling
2019-11-19
LibHTML: Don't crash when stringifying an unknown CSS property
Andreas Kling
2019-11-19
LibHTML: Add the CSS "position" property to CSS/Properties.json
Andreas Kling
2019-11-19
LibHTML+AK: Move URL completion from Document to AK::URL
Andreas Kling
2019-11-18
LibHTML: LayoutImage should not dereference a null bitmap
Andreas Kling
2019-11-18
LibHTML: Update tree dumping code now that everything is floating point
Andreas Kling
2019-11-18
LibHTML: Respect the line-height property if set
Andreas Kling
2019-11-18
LibHTML: Implement some basic floating point CSS value parsing
Andreas Kling
2019-11-18
LibHTML: Use floating point numbers throughout the layout tree
Andreas Kling
2019-11-18
LibHTML: Let's just build host-side tools in makeall.sh instead
Andreas Kling
2019-11-18
LibHTML: Make all .cpp files implicitly depend on the generated sources
Andreas Kling
2019-11-18
LibHTML: Get rid of dual Makefile setup
Andreas Kling
2019-11-18
LibHTML: Fix code generator dependencies for initial build
Andreas Kling
2019-11-18
LibHTML: Expand the "padding" shorthand property
Andreas Kling
2019-11-18
LibHTML: Implement basic 'max-width' and 'min-width' support
Andreas Kling
2019-11-18
LibHTML: Tolerate "px" suffix on CSS lengths
Andreas Kling
2019-11-18
LibHTML: Implement the "margin" shorthand property
Andreas Kling
2019-11-18
LibHTML: Start building a simple code generator for CSS properties
Andreas Kling
2019-11-09
LibHTML: Paint a magenta rectangle around the currently inspected node
Andreas Kling
2019-11-09
LibHTML: Add document icon in DOMTreeModel and keep document alive
Andreas Kling
2019-11-09
LibHTML+Browser: Add a simple DOM inspector popup window
Andreas Kling
[next]