summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
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
2023-01-05LibWeb: Convert TableFormattingContext to new pixel unitsSam Atkins
2023-01-05LibWeb: Convert SVGFormattingContext to new pixel unitsSam Atkins
2023-01-05LibWeb: Convert InlineFormattingContext to new pixel unitsSam Atkins
2023-01-05LibWeb: Convert GridFormattingContext to new pixel unitsSam Atkins
2023-01-05LibWeb: Convert FlexFormattingContext to new pixel unitsSam Atkins
2023-01-05LibWeb: Convert BlockFormattingContext to new pixel unitsSam Atkins
2023-01-05LibWeb: Convert FormattingContext to new pixel unitsSam Atkins
2023-01-05LibWeb: Create CSS::Sizes from CSSPixelsSam Atkins
2023-01-05LibWeb+WebContent: Convert BrowsingContext to new pixel unitsSam Atkins
2023-01-05LibWeb: Generate missing parents for table elementsAliaksandr Kalenik
2023-01-04Everywhere: Remove some redundant `inline` keywordsNico Weber
2023-01-04LibWeb: Support more presentational hints from the HTML specimplicitfield
2023-01-04LibWeb: Add spec-mandated rules for embedded content to Default.cssimplicitfield
2023-01-04LibWeb: Support "start" and "end" values for justify-contentimplicitfield
2023-01-04LibIPC+Everywhere: Change IPC::encode's return type to ErrorOrTimothy Flynn
2023-01-03LibWeb: Conditionally draw borders for table elementsmartinfalisse
2023-01-03LibWeb: Use the layout_state border values when drawing bordersmartinfalisse
2023-01-03LibWeb: Parse `border-collapse` property for HTML tablemartinfalisse
2023-01-03LibWeb: Prevent column sizing errors for html tablemartinfalisse
2023-01-03LibWeb: Add stub reset algorithm for HTMLOutputElementSrikavin Ramkumar
2023-01-03LibWeb: Add stub reset algorithm for HTMLTextAreaElementSrikavin Ramkumar
2023-01-03LibWeb: Implement reset algorithm for HTMLSelectElementSrikavin Ramkumar
2023-01-03LibWeb: Implement reset algorithm for HTMLInputElementSrikavin Ramkumar
2023-01-03LibWeb: Implement reset button behaviorSrikavin Ramkumar
2023-01-03LibWeb: Implement HTMLFormElement::resetSrikavin Ramkumar
2023-01-03LibWeb: CSS don't set resolve-failures (var/attr)Vetrox
2023-01-03LibGfx: Make Font::width() return a floatAndreas Kling
2023-01-02Everywhere: Remove unused includes of LibC/stdlib.hBen Wiederhake
2023-01-02Everywhere: Remove unused includes of AK/StdLibExtras.hBen Wiederhake
2023-01-02Everywhere: Remove unused includes of AK/Format.hBen Wiederhake
2023-01-02Everywhere: Move AK/Debug.h include to using files or removeBen Wiederhake
2023-01-02Everywhere: Remove unused includes of AK/Array.hBen Wiederhake
2023-01-01LibWeb: Use TextTop and TextBottom property for VerticalAlignmartinfalisse
2023-01-01LibWeb: Allow use of calculated property for line-heightmartinfalisse
2023-01-01LibWeb: Use a JS::NonnullGCPtr for DOMTokenList::m_associated_elementAndreas Kling
2022-12-31LibWeb: Mark the border-style properties as layout affectingLuke Wilde
2022-12-31LibWeb: Treat `border-style: hidden` the same as `border-style: none`Luke Wilde