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-09
LibUnicode+LibJS+LibWeb: Propagate OOM from Unicode case transformations
Timothy Flynn
2023-01-09
LibWeb: Move clear property from table-root to table-wrapper
Aliaksandr Kalenik
2023-01-09
LibWeb: Use `table_box()` to get root box in TFC
Aliaksandr Kalenik
2023-01-09
LibWeb: Rename used_width to used_height in TFC row struct
Aliaksandr Kalenik
2023-01-09
LibWeb: Move cells positioning in separate function in TFC
Aliaksandr Kalenik
2023-01-09
LibWeb: Move rows positioning in separate function in TFC
Aliaksandr Kalenik
2023-01-09
LibWeb: Move rows heights calculation in separate function in TFC
Aliaksandr Kalenik
2023-01-09
LibWeb: Only log HTML parser errors when HTML_PARSER_DEBUG is enabled
Andreas Kling
2023-01-09
LibWeb: Remove unused `TableCellBox::next_cell()`
Aliaksandr Kalenik
2023-01-09
LibWeb: Remove redundant check for empty anonymous blocks
Aliaksandr Kalenik
2023-01-09
LibWeb: Wrap table roots in anonymous block boxes
Aliaksandr Kalenik
2023-01-09
LibWeb: Remove inheritance of `TableBox` from `BlockContainer`
Aliaksandr Kalenik
2023-01-09
LibWeb: Remove inheritance of `TableRowGroupBox` from `BlockContainer`
Aliaksandr Kalenik
2023-01-09
LibWeb+WebContent: Use new String class in CSS::StyleValue
martinfalisse
2023-01-09
LibWeb: Run object representation steps on specified attribute updates
Srikavin Ramkumar
2023-01-09
LibWeb: Run object representation steps on element creation
Srikavin Ramkumar
2023-01-09
LibWeb: Respect `box-sizing: content-box` inside inline-blocks
Karol Kosek
2023-01-08
LibXML+LibWeb: Avoid implicit cast from StringView{}->DeprecatedString
Ali Mohammad Pur
2023-01-08
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
Timothy Flynn
2023-01-08
AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallible
Timothy Flynn
2023-01-08
LibJS+LibWeb: Move the macro to convert ENOMEM to an exception to LibJS
Timothy Flynn
2023-01-07
LibWeb: Take used width into account in flex item intrinsic cross sizing
Andreas Kling
2023-01-07
LibWeb: Store flex item used sizes as Optional<CSSPixels>
Andreas Kling
2023-01-07
LibWeb: Improve hypothetical flex item "auto" cross sizes
Andreas Kling
2023-01-07
LibWeb: Run more of flex layout algorithm for intrinsic sizing
Andreas Kling
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
[prev]
[next]