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-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
2023-01-15
LibWeb: Make sure that fetch() response cookies get saved
Andreas Kling
2023-01-15
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
Timothy Flynn
2023-01-15
LibJS+LibWeb: Rename number_to_string to number_to_deprecated_string
Timothy Flynn
2023-01-15
Everywhere: Fully qualify IsLvalueReference in TRY() macros
Andrew Kaster
2023-01-14
LibWeb: Stop using percentage column widths in `compute_table_measures`
Aliaksandr Kalenik
2023-01-14
LibWeb: Propagate layout mode of table formatting context to table cells
Aliaksandr Kalenik
2023-01-14
LibWeb: Table box width should be relative to wrapper containing block
Aliaksandr Kalenik
2023-01-14
LibWeb: Override width calculation for table wrappers
Aliaksandr Kalenik
2023-01-14
LibWeb: Use failable StringBuilder methods in StyleValue
MacDue
2023-01-14
LibWeb: Remove some unnecessary .release_value()s in StyleValue
MacDue
2023-01-13
AK+Everywhere: Disallow returning a reference from a fallible expression
Timothy Flynn
2023-01-13
LibJS+Everywhere: Return strings by value from PrimitiveString
Timothy Flynn
2023-01-13
LibWeb: Fix more ignored .to_string() errors in StyleValue
MacDue
2023-01-12
LibWeb: Fix ignored .to_string() errors in Web::dump_sheet()
MacDue
2023-01-12
LibWeb: Fix ignored .to_string() errors in StyleValue
MacDue
2023-01-12
LibWeb: Don't mark layout tree as selected when selection is zero-length
Andreas Kling
[prev]
[next]