summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2023-01-24LibWeb: Use percentage column widths in `compute_table_measures`Aliaksandr Kalenik
2023-01-24LibWeb: Make min-content height equivalent to max-content as appropriateAndreas Kling
2023-01-24LibWeb: Add Layout::Node::is_table() and make is<TableBox>() fastAndreas Kling
2023-01-24LibWeb: Move scroll state from Layout::BlockContainer to Layout::BoxAndreas Kling
2023-01-24LibWeb: Make grid containers be Layout::BoxAndreas Kling
2023-01-24LibWeb: Make flex containers be Layout::BoxAndreas Kling
2023-01-24LibWeb: Make Layout::Node::containing_block() return a Layout::BoxAndreas Kling
2023-01-24LibWeb: Allow BFC auto height calculation on any Layout::BoxAndreas Kling
2023-01-24LibWeb: Remove unused layout sibling getters in Layout::BlockContainerAndreas Kling
2023-01-23LibWeb: Use CSS Pixels for overflow clip rectAliaksandr Kalenik
2023-01-22LibWeb: Implement the canvas gradientsMacDue
2023-01-22LibWeb: Update CRC2D .fillStyle and .strokeStyle to accept gradientsMacDue
2023-01-22LibJS+LibWeb: Convert empty PrimitiveString invocators to StringTimothy Flynn
2023-01-21LibWeb: Fix floats y offset calculationAliaksandr Kalenik
2023-01-21LibWeb: Place grid items in grid-areas if applicablemartinfalisse
2023-01-21LibWeb: Calculate valid grid areasmartinfalisse
2023-01-21LibWeb: Implement min/max-contentmartinfalisse
2023-01-21LibWeb: Refactor grid item positioning to use zero-indexmartinfalisse
2023-01-21LibWeb: Parse `grid-area` CSS propertymartinfalisse
2023-01-21LibWeb: Parse `grid-template-areas` CSS propertymartinfalisse
2023-01-21LibWeb: Parse min and max-contentmartinfalisse
2023-01-21LibWeb: Use String class in certain CSS Grid classesmartinfalisse
2023-01-21LibWeb: Use type-correct hashing and formatting functions for pixelsTimothy Flynn
2023-01-20LibWeb: Improve auto height calculation for tablesAliaksandr Kalenik
2023-01-20LibWeb: Include table intrinsic offsets in child boxes positionAliaksandr Kalenik
2023-01-18LibWeb: Convert the Location object to IDLLinus Groh
2023-01-18LibWeb: Fix `FrameLoader::load_error_page`Cameron Youell
2023-01-18LibWeb: Fix error page icon outside of serenityCameron Youell
2023-01-18LibWeb: Define window.isSecureContextCameron Youell
2023-01-17AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()Sam Atkins
2023-01-17LibWeb: Output display type inline-table in layout dumpAliaksandr Kalenik
2023-01-17LibWeb: Support display inline-tableAliaksandr Kalenik
2023-01-16WebDriver: Add computedrole endpointJonah
2023-01-16LibWeb: Prevent floats from being placed higher than preceding blocksAliaksandr Kalenik
2023-01-15LibWeb: Make sure that fetch() response cookies get savedAndreas Kling
2023-01-15LibJS+Everywhere: Rename Value::to_string to to_deprecated_stringTimothy Flynn
2023-01-15LibJS+LibWeb: Rename number_to_string to number_to_deprecated_stringTimothy Flynn
2023-01-15Everywhere: Fully qualify IsLvalueReference in TRY() macrosAndrew Kaster
2023-01-14LibWeb: Stop using percentage column widths in `compute_table_measures`Aliaksandr Kalenik
2023-01-14LibWeb: Propagate layout mode of table formatting context to table cellsAliaksandr Kalenik
2023-01-14LibWeb: Table box width should be relative to wrapper containing blockAliaksandr Kalenik
2023-01-14LibWeb: Override width calculation for table wrappersAliaksandr Kalenik
2023-01-14LibWeb: Use failable StringBuilder methods in StyleValueMacDue
2023-01-14LibWeb: Remove some unnecessary .release_value()s in StyleValueMacDue
2023-01-13AK+Everywhere: Disallow returning a reference from a fallible expressionTimothy Flynn
2023-01-13LibJS+Everywhere: Return strings by value from PrimitiveStringTimothy Flynn
2023-01-13LibWeb: Fix more ignored .to_string() errors in StyleValueMacDue
2023-01-12LibWeb: Fix ignored .to_string() errors in Web::dump_sheet()MacDue
2023-01-12LibWeb: Fix ignored .to_string() errors in StyleValueMacDue
2023-01-12LibWeb: Don't mark layout tree as selected when selection is zero-lengthAndreas Kling