summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS
AgeCommit message (Expand)Author
2023-01-24LibWeb: Propagate more StringBuilder errors in from StyleValuesMacDue
2023-01-24LibWeb: Remove some unchecked .value() calls in StyleValueMacDue
2023-01-22LibJS+LibWeb: Convert empty PrimitiveString invocators to StringTimothy Flynn
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-17LibWeb: Support display inline-tableAliaksandr Kalenik
2023-01-15LibJS+Everywhere: Rename Value::to_string to to_deprecated_stringTimothy Flynn
2023-01-14LibWeb: Use failable StringBuilder methods in StyleValueMacDue
2023-01-14LibWeb: Remove some unnecessary .release_value()s in StyleValueMacDue
2023-01-13LibWeb: Fix more ignored .to_string() errors in StyleValueMacDue
2023-01-12LibWeb: Fix ignored .to_string() errors in StyleValueMacDue
2023-01-10LibWeb: Move passing of Web object prototypes out of constructorsTimothy Flynn
2023-01-10LibWeb: Move setting of Web object prototypes to initialize()Timothy Flynn
2023-01-09AK+Everywhere: Rename FlyString to DeprecatedFlyStringTimothy Flynn
2023-01-09LibWeb+WebContent: Use new String class in CSS::StyleValuemartinfalisse
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: Convert Layout::Node 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-04Everywhere: Remove some redundant `inline` keywordsNico Weber
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-03LibWeb: Parse `border-collapse` property for HTML tablemartinfalisse
2023-01-03LibWeb: CSS don't set resolve-failures (var/attr)Vetrox
2023-01-01LibWeb: Allow use of calculated property for line-heightmartinfalisse
2022-12-31LibWeb: Mark the border-style properties as layout affectingLuke Wilde
2022-12-21LibGfx: Rename TTF/TrueType to OpenTypeAndreas Kling
2022-12-20LibWeb: Fix passing size/position to paint_radial_gradient()MacDue
2022-12-15LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtrLinus Groh
2022-12-14LibWeb: Convert gradient painting to new pixel unitsSam Atkins
2022-12-11LibWeb: Support `calc()` values in `background-position`MacDue
2022-12-10LibWeb: Use HashMap::try_ensure_capacity in StyleComputerThomas Queiroz
2022-12-10LibWeb: Allow creating Lengths from CSSPixelsSam Atkins
2022-12-10LibWeb+WebContent+headless-browser: Make Page aware of the display scaleSam Atkins
2022-12-10LibWeb: Remove unused StyleProperties::length_or_fallback functionKarol Kosek
2022-12-07LibJS: Replace standalone js_string() with PrimitiveString::create()Linus Groh
2022-12-07Meta+Userland: Pass Gfx::FloatSize by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::Color by valueMacDue
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-12-03LibWeb: Support `repeating-radial-gradient()`sMacDue
2022-12-02LibWeb: Add null checks before derefencing Bitmaps in ImageStyleValueMarco Cutecchia
2022-12-01LibWeb: Support displaying HTMLInputElement placeholder valuesTimothy Flynn
2022-12-01LibWeb: Ensure the number of pseudo elements stays up-to-dateTimothy Flynn
2022-11-30LibWeb: Handle <relative-size> values in the `font-size` CSS propertyMateusz Górzyński