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
2023-01-06
LibWeb: Consider percent and fixed widths in table column distribution
Aliaksandr Kalenik
2023-01-06
LibWeb: Use available space to resolve table cells width
Aliaksandr Kalenik
2023-01-05
LibWeb: Pass FloatRect to Painter::draw_text in fill_text
VayuDev
2023-01-05
LibWeb: Return floats from color stop resolution functions
MacDue
2023-01-05
LibWeb: Use CSS Pixels for viewport rects
Sam Atkins
2023-01-05
LibWeb: Resolve Lengths to CSSPixels
Sam Atkins
2023-01-05
LibWeb: Replace all px Length creation with Length::make_px(CSSPixels)
Sam Atkins
2023-01-05
LibWeb: Convert AbstractImageStyleValue to new pixel units
Sam Atkins
2023-01-05
LibWeb+Browser+WebContent: Convert BoxModelMetrics to new pixel units
Sam Atkins
2023-01-05
LibWeb: Convert Layout::Node to new pixel units
Sam Atkins
2023-01-05
LibWeb: Convert Layout Boxes to new pixel units
Sam Atkins
2023-01-05
LibWeb: Convert LayoutState to new pixel units
Sam Atkins
2023-01-05
LibWeb: Convert InlineLevelIterator/LineBox/LineBuilder to new px units
Sam Atkins
2023-01-05
LibWeb: Convert TableFormattingContext to new pixel units
Sam Atkins
2023-01-05
LibWeb: Convert SVGFormattingContext to new pixel units
Sam Atkins
2023-01-05
LibWeb: Convert InlineFormattingContext to new pixel units
Sam Atkins
2023-01-05
LibWeb: Convert GridFormattingContext to new pixel units
Sam Atkins
2023-01-05
LibWeb: Convert FlexFormattingContext to new pixel units
Sam Atkins
2023-01-05
LibWeb: Convert BlockFormattingContext to new pixel units
Sam Atkins
2023-01-05
LibWeb: Convert FormattingContext to new pixel units
Sam Atkins
2023-01-05
LibWeb: Create CSS::Sizes from CSSPixels
Sam Atkins
2023-01-05
LibWeb+WebContent: Convert BrowsingContext to new pixel units
Sam Atkins
2023-01-05
LibWeb: Generate missing parents for table elements
Aliaksandr Kalenik
2023-01-04
Everywhere: Remove some redundant `inline` keywords
Nico Weber
2023-01-04
LibWeb: Support more presentational hints from the HTML spec
implicitfield
2023-01-04
LibWeb: Add spec-mandated rules for embedded content to Default.css
implicitfield
2023-01-04
LibWeb: Support "start" and "end" values for justify-content
implicitfield
2023-01-04
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
Timothy Flynn
2023-01-03
LibWeb: Conditionally draw borders for table elements
martinfalisse
2023-01-03
LibWeb: Use the layout_state border values when drawing borders
martinfalisse
2023-01-03
LibWeb: Parse `border-collapse` property for HTML table
martinfalisse
2023-01-03
LibWeb: Prevent column sizing errors for html table
martinfalisse
2023-01-03
LibWeb: Add stub reset algorithm for HTMLOutputElement
Srikavin Ramkumar
2023-01-03
LibWeb: Add stub reset algorithm for HTMLTextAreaElement
Srikavin Ramkumar
2023-01-03
LibWeb: Implement reset algorithm for HTMLSelectElement
Srikavin Ramkumar
2023-01-03
LibWeb: Implement reset algorithm for HTMLInputElement
Srikavin Ramkumar
2023-01-03
LibWeb: Implement reset button behavior
Srikavin Ramkumar
2023-01-03
LibWeb: Implement HTMLFormElement::reset
Srikavin Ramkumar
2023-01-03
LibWeb: CSS don't set resolve-failures (var/attr)
Vetrox
2023-01-03
LibGfx: Make Font::width() return a float
Andreas Kling
2023-01-02
Everywhere: Remove unused includes of LibC/stdlib.h
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of AK/StdLibExtras.h
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of AK/Format.h
Ben Wiederhake
2023-01-02
Everywhere: Move AK/Debug.h include to using files or remove
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of AK/Array.h
Ben Wiederhake
2023-01-01
LibWeb: Use TextTop and TextBottom property for VerticalAlign
martinfalisse
2023-01-01
LibWeb: Allow use of calculated property for line-height
martinfalisse
2023-01-01
LibWeb: Use a JS::NonnullGCPtr for DOMTokenList::m_associated_element
Andreas Kling
2022-12-31
LibWeb: Mark the border-style properties as layout affecting
Luke Wilde
2022-12-31
LibWeb: Treat `border-style: hidden` the same as `border-style: none`
Luke Wilde
[next]