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
Age
Commit message (
Expand
)
Author
2020-06-26
LibWeb: Add CanvasRenderingContext2D.rotate()
Andreas Kling
2020-06-26
LibWeb: Skip over floating elements when collapsing margins
Andreas Kling
2020-06-26
LibWeb: Add the 'float' CSS property to LayoutStyle
Andreas Kling
2020-06-26
LibWeb: Remove duplicate if branch in fragment parsing.
theazgra
2020-06-26
LibWeb+Browser: Remove old HTML parser :^)
Andreas Kling
2020-06-26
LibWeb: Implement fragment parsing and use it for Element.innerHTML
Andreas Kling
2020-06-26
LibWeb: Tolerate quoted HTTP Content-Type encodings
Andreas Kling
2020-06-26
LibWeb: Add Document.getElementsByTagName()
Andreas Kling
2020-06-26
LibWeb: Let's not pass "%u" to String() and expect something to happen
Andreas Kling
2020-06-25
LibWeb: Fix build after Specificity.h removal
Andreas Kling
2020-06-25
LibWeb: Treat all HTTP 4xx codes as errors
Andreas Kling
2020-06-25
LibWeb: Don't allow more than one color sub-value in CSS 'background'
Andreas Kling
2020-06-25
LibWeb: Tweak CSS parser to swallow backslash-escaped characters
Andreas Kling
2020-06-25
LibWeb: Compress specificity into a 32-bit unsigned int
Andreas Kling
2020-06-25
LibWeb: Percentage 'height' should sometimes behave as 'auto'
Andreas Kling
2020-06-25
LibWeb: Serialize Length::Type::Percentage with a "%" suffix
Andreas Kling
2020-06-25
LibWeb: Make scroll-to-anchor zone in on the element's padding box
Andreas Kling
2020-06-25
LibWeb: Place normal-flow blocks relative to non-absolute siblings
Andreas Kling
2020-06-25
LibWeb: Draw the margin and padding boxes around the inspected node
Andreas Kling
2020-06-25
LibWeb: Iterating more on placement of absolutely positioned elements
Andreas Kling
2020-06-25
LibWeb: Update the border metrics of absolutely positioned boxes
Andreas Kling
2020-06-25
LibWeb: Remove empty trailing line boxes
Andreas Kling
2020-06-25
LibWeb: Avoid some redundant resolution of padding values during layout
Andreas Kling
2020-06-24
LibWeb: Use the cached white-space from LayoutStyle in text_for_style()
Andreas Kling
2020-06-24
LibWeb: Move border width and color into LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Move the offset, margin and padding boxes into LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Move white-space into LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Add CSS::Display enum and StyleProperties::display()
Andreas Kling
2020-06-24
LibWeb: Move height, min-height and max-height into LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Move min-width and max-width into LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Move width into LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Move position and text-align to LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Add LayoutStyle, a place to store style info for layout & paint
Andreas Kling
2020-06-24
LibWeb: Rename LayoutNode::style() => specified_style()
Andreas Kling
2020-06-24
LibWeb: Add an "undefined" state to Length
Andreas Kling
2020-06-24
LibWeb: Turn BoxModelMetrics into a simple struct
Andreas Kling
2020-06-24
LibWeb: Remove default Length constructor and add make_auto()/make_px()
Andreas Kling
2020-06-24
LibWeb: Use the cached text-align value in LineBox::add_fragment()
Andreas Kling
2020-06-23
LibWeb: Cache the used CSS text-align property on LayoutNodeWithStyle
Andreas Kling
2020-06-23
LibWeb: Always inline absolute Length to_px() conversion
Andreas Kling
2020-06-23
LibWeb: Always inline is<LayoutBox>() and is<LayoutBlock>()
Andreas Kling
2020-06-23
LibWeb: Cache the used CSS 'position' value on LayoutNodeWithStyle
Andreas Kling
2020-06-23
LibWeb: Handle empty inputs to the CSS parser
Andreas Kling
2020-06-23
LibWeb: Handle position:absolute with both left and right specified
Andreas Kling
2020-06-23
LibWeb: Make sure BoxModelMetrics are set for position:absolute boxes
Andreas Kling
2020-06-23
LibWeb: Take margin into account when positioning absolute descendants
Andreas Kling
2020-06-23
LibWeb: Respect specified width when computing shrink-to-fit candidates
Andreas Kling
2020-06-23
LibWeb: Update PageView content size on page relayout
Andreas Kling
2020-06-23
LibJS: Clarify Object (base class) construction somewhat
Andreas Kling
2020-06-23
LibWeb: Make wrapper factory functions take JS::GlobalObject&
Andreas Kling
[prev]
[next]