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-26
LibWeb: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-26
LibWeb: Use available space in FFC remaining space calculations
Andreas Kling
2023-01-26
LibWeb: Use available_inner_space_or_constraints_from() for flex items
Andreas Kling
2023-01-26
LibWeb: Always pass some available space to flex item fit-content sizing
Andreas Kling
2023-01-26
LibWeb: Always pass *some* available width to flex item intrinsic sizing
Andreas Kling
2023-01-26
LibWeb: Take used width into account for flex item intrinsic heights
Andreas Kling
2023-01-26
LibWeb: Ignore only anonymous blocks in block auto height calculation
Aliaksandr Kalenik
2023-01-26
LibWeb: Fix reset of floats y offset
Aliaksandr Kalenik
2023-01-25
LibWasm: Port the parser to `Core::Stream`
Tim Schumacher
2023-01-25
LibWeb: Use rect of containing block instead of parent to clip overflow
Aliaksandr Kalenik
2023-01-25
LibWeb: Fix clip of hidden overflow when translated boxes are involved
Aliaksandr Kalenik
2023-01-24
LibWeb: Propagate more StringBuilder errors in from StyleValues
MacDue
2023-01-24
LibWeb: Remove some unchecked .value() calls in StyleValue
MacDue
2023-01-24
LibWeb: Improve column width distribution
Aliaksandr Kalenik
2023-01-24
LibWeb: Avoid division by zero in `distribute_width_to_columns`
Aliaksandr Kalenik
2023-01-24
LibWeb: Use table wrapper box width to resolve cells width
Aliaksandr Kalenik
2023-01-24
LibWeb: Use percentage column widths in `compute_table_measures`
Aliaksandr Kalenik
2023-01-24
LibWeb: Make min-content height equivalent to max-content as appropriate
Andreas Kling
2023-01-24
LibWeb: Add Layout::Node::is_table() and make is<TableBox>() fast
Andreas Kling
2023-01-24
LibWeb: Move scroll state from Layout::BlockContainer to Layout::Box
Andreas Kling
2023-01-24
LibWeb: Make grid containers be Layout::Box
Andreas Kling
2023-01-24
LibWeb: Make flex containers be Layout::Box
Andreas Kling
2023-01-24
LibWeb: Make Layout::Node::containing_block() return a Layout::Box
Andreas Kling
2023-01-24
LibWeb: Allow BFC auto height calculation on any Layout::Box
Andreas Kling
2023-01-24
LibWeb: Remove unused layout sibling getters in Layout::BlockContainer
Andreas Kling
2023-01-23
LibWeb: Use CSS Pixels for overflow clip rect
Aliaksandr Kalenik
2023-01-22
LibWeb: Implement the canvas gradients
MacDue
2023-01-22
LibWeb: Update CRC2D .fillStyle and .strokeStyle to accept gradients
MacDue
2023-01-22
LibJS+LibWeb: Convert empty PrimitiveString invocators to String
Timothy Flynn
2023-01-21
LibWeb: Fix floats y offset calculation
Aliaksandr Kalenik
2023-01-21
LibWeb: Place grid items in grid-areas if applicable
martinfalisse
2023-01-21
LibWeb: Calculate valid grid areas
martinfalisse
2023-01-21
LibWeb: Implement min/max-content
martinfalisse
2023-01-21
LibWeb: Refactor grid item positioning to use zero-index
martinfalisse
2023-01-21
LibWeb: Parse `grid-area` CSS property
martinfalisse
2023-01-21
LibWeb: Parse `grid-template-areas` CSS property
martinfalisse
2023-01-21
LibWeb: Parse min and max-content
martinfalisse
2023-01-21
LibWeb: Use String class in certain CSS Grid classes
martinfalisse
2023-01-21
LibWeb: Use type-correct hashing and formatting functions for pixels
Timothy Flynn
2023-01-20
LibWeb: Improve auto height calculation for tables
Aliaksandr Kalenik
2023-01-20
LibWeb: Include table intrinsic offsets in child boxes position
Aliaksandr Kalenik
2023-01-18
LibWeb: Convert the Location object to IDL
Linus Groh
2023-01-18
LibWeb: Fix `FrameLoader::load_error_page`
Cameron Youell
2023-01-18
LibWeb: Fix error page icon outside of serenity
Cameron Youell
2023-01-18
LibWeb: Define window.isSecureContext
Cameron Youell
2023-01-17
AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()
Sam Atkins
2023-01-17
LibWeb: Output display type inline-table in layout dump
Aliaksandr Kalenik
2023-01-17
LibWeb: Support display inline-table
Aliaksandr Kalenik
2023-01-16
WebDriver: Add computedrole endpoint
Jonah
2023-01-16
LibWeb: Prevent floats from being placed higher than preceding blocks
Aliaksandr Kalenik
[next]