summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2023-01-29LibJS+LibWeb: Move headers around to allow including Value from CellTimothy Flynn
2023-01-28LibWeb: Replace ARIA role static FlyStrings with an enumMacDue
2023-01-28LibWeb: Add a few extra spec links to CanvasGradientMacDue
2023-01-28LibWeb: Throw exception if any canvas radial gradient radius is < 0MacDue
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2023-01-27LibWeb: Remove declarations for non-existent methodsSam Atkins
2023-01-27LibWeb: Make NodeFilter::Result an enum classSam Atkins
2023-01-27LibWeb: Expose the NodeFilter's whatToShow values to C++Sam Atkins
2023-01-27WebDriver+LibWeb: Rename "click" to "element_click"Sam Atkins
2023-01-27LibWeb: Correct logic in TreeWalker::next_node()Sam Atkins
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-26LibWeb: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-26LibWeb: Use available space in FFC remaining space calculationsAndreas Kling
2023-01-26LibWeb: Use available_inner_space_or_constraints_from() for flex itemsAndreas Kling
2023-01-26LibWeb: Always pass some available space to flex item fit-content sizingAndreas Kling
2023-01-26LibWeb: Always pass *some* available width to flex item intrinsic sizingAndreas Kling
2023-01-26LibWeb: Take used width into account for flex item intrinsic heightsAndreas Kling
2023-01-26LibWeb: Ignore only anonymous blocks in block auto height calculationAliaksandr Kalenik
2023-01-26LibWeb: Fix reset of floats y offsetAliaksandr Kalenik
2023-01-25LibWasm: Port the parser to `Core::Stream`Tim Schumacher
2023-01-25LibWeb: Use rect of containing block instead of parent to clip overflowAliaksandr Kalenik
2023-01-25LibWeb: Fix clip of hidden overflow when translated boxes are involvedAliaksandr Kalenik
2023-01-24LibWeb: Propagate more StringBuilder errors in from StyleValuesMacDue
2023-01-24LibWeb: Remove some unchecked .value() calls in StyleValueMacDue
2023-01-24LibWeb: Improve column width distributionAliaksandr Kalenik
2023-01-24LibWeb: Avoid division by zero in `distribute_width_to_columns`Aliaksandr Kalenik
2023-01-24LibWeb: Use table wrapper box width to resolve cells widthAliaksandr Kalenik
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