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-07
LibWeb: Consider span in table column width calculation
Aliaksandr Kalenik
2023-01-07
Userland: Silence warnings from ElapsedTimer::elapsed() type change
Andrew Kaster
2023-01-07
LibCore+LibWeb: Use AK::Time instead of timeval in Core::ElapsedTimer
Andrew Kaster
2023-01-07
LibWeb: Remove redundant BFC::is_block_formatting_context() method
Sam Atkins
2023-01-07
LibWeb: Add Functionality to Dump to Accessibility Tree
Jonah
2023-01-07
LibWeb: Add Function To Build Accessiblity Tree
Jonah
2023-01-07
LibWeb: Add (exclude/include)_from_accessibility_tree
Jonah
2023-01-07
LibWeb: Add has_global_aria_attribute
Jonah
2023-01-07
LibWeb: Add Support for the ARIA Element Properties
Jonah
2023-01-06
LibWeb: Fix abspos flex container with height:auto getting zero height
Andreas Kling
2023-01-06
LibWeb: Verify optional argument has a value before static_cast-ing it
Kenneth Myhra
2023-01-06
LibWeb: Use default system fonts for `serif`, `sans-serif`, etc.
Andreas Kling
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
[prev]
[next]