index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
Age
Commit message (
Expand
)
Author
2022-01-23
LibWeb: Put BFC floating object state into a struct
Andreas Kling
2022-01-23
LibWeb: Don't do horizontal inline line layout twice for last line
Andreas Kling
2022-01-23
LibWeb: Pass correct state to TextNode::compute_text_for_rendering()
Andreas Kling
2022-01-23
LibWeb: Make InlineLevelIterator::m_container a Layout::BlockContainer&
Andreas Kling
2022-01-23
LibWeb: Ignore some collapsible whitespace when building lines
Andreas Kling
2022-01-23
LibWeb: Remove old Layout::Node::split_into_lines() API
Andreas Kling
2022-01-23
LibWeb: Align inline-level boxes to the baseline of the line box
Andreas Kling
2022-01-23
LibWeb: Avoid creating an empty first line box in block containers
Andreas Kling
2022-01-23
LibWeb: Make LineBuilder respect LayoutMode::OnlyRequiredLineBreaks
Andreas Kling
2022-01-23
LibWeb: Make InlineLevelIterator ignore list item marker boxes
Andreas Kling
2022-01-23
LibWeb: Dimension inline-block boxes before deciding about line breaks
Andreas Kling
2022-01-23
LibWeb: Teach InlineLevelIterator to skip across inline-block elements
Andreas Kling
2022-01-23
LibWeb: Use LineBuilder in IFC to layout line boxes incrementally
Andreas Kling
2022-01-23
LibWeb: Add Layout::LineBuilder class for incremental line box layout
Andreas Kling
2022-01-23
LibWeb: Remove duplicate type checks in SelectorEngine
Andreas Kling
2022-01-23
LibWeb: Remove duplicate checks in for_each_effective_style_rule()
Andreas Kling
2022-01-23
LibWeb: Move available_space_for_line() into InlineFormattingContext
Andreas Kling
2022-01-23
LibWeb: Add inline-level iterator that enumerates items for line layout
Andreas Kling
2022-01-23
LibWeb: Add TreeNode<T>::next_in_pre_order(T* stay_within) variant
Andreas Kling
2022-01-22
LibWeb: Make attribute hidden have an effect; hide some other elements
Nico Weber
2022-01-22
LibJS: Add host layering point related to modules to VM
davidot
2022-01-22
LibJS: Refactor interpreter to use Script and Source Text Modules
Luke Wilde
2022-01-20
LibWeb: Don't match the node querySelector(All) was called on
Luke Wilde
2022-01-20
Userland: Add horizontal mouse scroll support
Dmitry Petrov
2022-01-20
LibWeb: Add Formatters for Length, Percentage and LengthPercentage
Sam Atkins
2022-01-20
LibWeb: Remove reference_for_percent parameter from Length::resolved()
Sam Atkins
2022-01-20
LibWeb: Remove Length::Type::Percentage :^)
Sam Atkins
2022-01-20
LibWeb: Convert opacity property from Length to Percentage
Sam Atkins
2022-01-20
LibWeb: Convert width/height and min-/max- versions to LengthPercentage
Sam Atkins
2022-01-20
LibWeb: Convert flex-basis to LengthPercentage
Sam Atkins
2022-01-20
LibWeb: Convert background-position to LengthPercentage
Sam Atkins
2022-01-20
LibWeb: Handle percentage font sizes
Sam Atkins
2022-01-20
LibWeb: Remove Node::m_font_size
Sam Atkins
2022-01-20
LibWeb: Handle percentage and number line-heights
Sam Atkins
2022-01-20
LibWeb: Add missing "auto" identifiers for min-width/height
Sam Atkins
2022-01-20
LibWeb: Convert background-size from Length to LengthPercentage
Sam Atkins
2022-01-20
LibWeb: Convert border-radii from Length to LengthPercentage :^)
Sam Atkins
2022-01-20
LibWeb: Remove BorderRadiusStyleValue::to_length() hack
Sam Atkins
2022-01-20
LibWeb: Convert `stroke-width` to LengthPercentage
Sam Atkins
2022-01-20
LibWeb: Remove unused StyleProperties::background_repeat()
Sam Atkins
2022-01-20
LibWeb: Add PercentageStyleValue, and parse it
Sam Atkins
2022-01-20
LibWeb: Alphabetize StyleValue classes
Sam Atkins
2022-01-20
LibWeb: Add CSS::Percentage, PercentageOr and LengthPercentage types
Sam Atkins
2022-01-19
LibWeb: Remove `unknown` value in `@supports` query logic
Sam Atkins
2022-01-19
LibJS: Pass source text to ECMAScriptFunctionObject::create()
Linus Groh
2022-01-16
LibJS: Rename FunctionKind::{Regular => Normal}
Linus Groh
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
2022-01-14
AK+Everywhere: Make Variant::visit() respect the Variant's constness
Ali Mohammad Pur
2022-01-12
Base+Browser: Add Browser icons
electrikmilk
2022-01-08
LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value>
Linus Groh
[next]