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-29
LibJS+LibWeb: Move headers around to allow including Value from Cell
Timothy Flynn
2023-01-28
LibWeb: Replace ARIA role static FlyStrings with an enum
MacDue
2023-01-28
LibWeb: Add a few extra spec links to CanvasGradient
MacDue
2023-01-28
LibWeb: Throw exception if any canvas radial gradient radius is < 0
MacDue
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-27
LibWeb: Remove declarations for non-existent methods
Sam Atkins
2023-01-27
LibWeb: Make NodeFilter::Result an enum class
Sam Atkins
2023-01-27
LibWeb: Expose the NodeFilter's whatToShow values to C++
Sam Atkins
2023-01-27
WebDriver+LibWeb: Rename "click" to "element_click"
Sam Atkins
2023-01-27
LibWeb: Correct logic in TreeWalker::next_node()
Sam Atkins
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
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
[next]