summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2023-01-09LibUnicode+LibJS+LibWeb: Propagate OOM from Unicode case transformationsTimothy Flynn
2023-01-09LibWeb: Move clear property from table-root to table-wrapperAliaksandr Kalenik
2023-01-09LibWeb: Use `table_box()` to get root box in TFCAliaksandr Kalenik
2023-01-09LibWeb: Rename used_width to used_height in TFC row structAliaksandr Kalenik
2023-01-09LibWeb: Move cells positioning in separate function in TFCAliaksandr Kalenik
2023-01-09LibWeb: Move rows positioning in separate function in TFCAliaksandr Kalenik
2023-01-09LibWeb: Move rows heights calculation in separate function in TFCAliaksandr Kalenik
2023-01-09LibWeb: Only log HTML parser errors when HTML_PARSER_DEBUG is enabledAndreas Kling
2023-01-09LibWeb: Remove unused `TableCellBox::next_cell()`Aliaksandr Kalenik
2023-01-09LibWeb: Remove redundant check for empty anonymous blocksAliaksandr Kalenik
2023-01-09LibWeb: Wrap table roots in anonymous block boxesAliaksandr Kalenik
2023-01-09LibWeb: Remove inheritance of `TableBox` from `BlockContainer`Aliaksandr Kalenik
2023-01-09LibWeb: Remove inheritance of `TableRowGroupBox` from `BlockContainer`Aliaksandr Kalenik
2023-01-09LibWeb+WebContent: Use new String class in CSS::StyleValuemartinfalisse
2023-01-09LibWeb: Run object representation steps on specified attribute updatesSrikavin Ramkumar
2023-01-09LibWeb: Run object representation steps on element creationSrikavin Ramkumar
2023-01-09LibWeb: Respect `box-sizing: content-box` inside inline-blocksKarol Kosek
2023-01-08LibXML+LibWeb: Avoid implicit cast from StringView{}->DeprecatedStringAli Mohammad Pur
2023-01-08LibJS+Everywhere: Make PrimitiveString and Utf16String fallibleTimothy Flynn
2023-01-08AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallibleTimothy Flynn
2023-01-08LibJS+LibWeb: Move the macro to convert ENOMEM to an exception to LibJSTimothy Flynn
2023-01-07LibWeb: Take used width into account in flex item intrinsic cross sizingAndreas Kling
2023-01-07LibWeb: Store flex item used sizes as Optional<CSSPixels>Andreas Kling
2023-01-07LibWeb: Improve hypothetical flex item "auto" cross sizesAndreas Kling
2023-01-07LibWeb: Run more of flex layout algorithm for intrinsic sizingAndreas Kling
2023-01-07LibWeb: Consider span in table column width calculationAliaksandr Kalenik
2023-01-07Userland: Silence warnings from ElapsedTimer::elapsed() type changeAndrew Kaster
2023-01-07LibCore+LibWeb: Use AK::Time instead of timeval in Core::ElapsedTimerAndrew Kaster
2023-01-07LibWeb: Remove redundant BFC::is_block_formatting_context() methodSam Atkins
2023-01-07LibWeb: Add Functionality to Dump to Accessibility TreeJonah
2023-01-07LibWeb: Add Function To Build Accessiblity TreeJonah
2023-01-07LibWeb: Add (exclude/include)_from_accessibility_treeJonah
2023-01-07LibWeb: Add has_global_aria_attributeJonah
2023-01-07LibWeb: Add Support for the ARIA Element PropertiesJonah
2023-01-06LibWeb: Fix abspos flex container with height:auto getting zero heightAndreas Kling
2023-01-06LibWeb: Verify optional argument has a value before static_cast-ing itKenneth Myhra
2023-01-06LibWeb: Use default system fonts for `serif`, `sans-serif`, etc.Andreas Kling
2023-01-06LibWeb: Consider percent and fixed widths in table column distributionAliaksandr Kalenik
2023-01-06LibWeb: Use available space to resolve table cells widthAliaksandr Kalenik
2023-01-05LibWeb: Pass FloatRect to Painter::draw_text in fill_textVayuDev
2023-01-05LibWeb: Return floats from color stop resolution functionsMacDue
2023-01-05LibWeb: Use CSS Pixels for viewport rectsSam Atkins
2023-01-05LibWeb: Resolve Lengths to CSSPixelsSam Atkins
2023-01-05LibWeb: Replace all px Length creation with Length::make_px(CSSPixels)Sam Atkins
2023-01-05LibWeb: Convert AbstractImageStyleValue to new pixel unitsSam Atkins
2023-01-05LibWeb+Browser+WebContent: Convert BoxModelMetrics to new pixel unitsSam Atkins
2023-01-05LibWeb: Convert Layout::Node to new pixel unitsSam Atkins
2023-01-05LibWeb: Convert Layout Boxes to new pixel unitsSam Atkins
2023-01-05LibWeb: Convert LayoutState to new pixel unitsSam Atkins
2023-01-05LibWeb: Convert InlineLevelIterator/LineBox/LineBuilder to new px unitsSam Atkins