Commits
User selector
Commit History
Commits on Feb 12, 2021
enum LengthType -> enum class LengthType
Show description for 374b32ccommitted
Commits on Oct 7, 2020
clip-path: path() ignores page zooming (Command-+)
Show description for 0f4f8b9committed
Commits on Oct 18, 2019
Add TextStream dumping for BasicShape types
Show description for 632ea11committed
Commits on May 21, 2018
Modernize RenderStyleConstants.h - Part 1
Show description for 6c94cc9authored andcommitted
Commits on Jan 14, 2017
Remove PassRefPtr from more of "platform"
Show description for 4a44702committed
Commits on Oct 17, 2016
Move CSS classes from ExceptionCode to Exception
Show description for 4b6c063committed
Commits on May 23, 2016
Clean up / Modernize the CSS Parser
Show description for 1860500committed
Commits on May 18, 2016
Clean up CSS code
Show description for 1b22567committed
Commits on Jan 2, 2016
Replace WTF::move with WTFMove
Show description for 0e4fd6fcommitted
Commits on Oct 26, 2015
Support bezier paths in clip-path property
Show description for 45619f5committed
Commits on Aug 19, 2015
Use CSSValuePool::singleton() instead of cssValuePool()
Show description for 4942117committed
Commits on Jun 5, 2015
Purge PassRefPtr create() factory functions in WebCore/css
Show description for 830bf48authored andcommitted
Commits on Dec 14, 2014
Replace PassRef with Ref/Ref&& across the board.
Show description for af85b89committed
Andreas Kling
Commits on Oct 17, 2014
Use is<>() / downcast<>() for BasicShape subclasses
Show description for 3e10fd6committed
Commits on Oct 2, 2014
Use is<>() / downcast<>() for CSSBasicShape objects
Show description for ee753b9committed
Commits on Sep 8, 2014
Introduce toBasicShapeFoo() instead of static_cast<BasicShapeFoo*>
Show description for fd94698committed
Gyuyoung Kim
Commits on Sep 4, 2014
Introduce CSS_BASIC_SHAPES_TYPE_CASTS, and use it
Show description for a60ed22committed
Gyuyoung Kim
Commits on Sep 2, 2014
Unreviewed, rolling out r173175.
Show description for 2767279committedIntroduce CSS_BASIC_TYPE_CASTS, and use it
Show description for acc5746committed
Gyuyoung Kim
Commits on Aug 13, 2014
CSSValueList should never contain null values.
Show description for 6c3026bcommitted
Andreas Kling
Commits on May 28, 2014
vw/vh units used as font/line-height values don't scale with the viewport
Show description for 5b172c1committed
Commits on May 8, 2014
[CSS Shapes] Shapes do not resolve dimensions specified in viewport units
Show description for eadfc60committed
Commits on Apr 29, 2014
Wrap CSS length conversion arguments in an object
Show description for 7925295committed[CSS Shapes] complex calc args for inset round vanish
Show description for 6d737c1committed
Commits on Apr 8, 2014
[CSS Shapes] inset complex calc() args vanish in serialized computed style
Show description for e219af6committed
Commits on Apr 5, 2014
[CSS Shapes] Remove CSSBoxType member from BasicShape and CSSBasicShape
Show description for c563b73committed
Commits on Mar 18, 2014
LayoutBox is a terrible name
Show description for deffdc7committed
Commits on Mar 12, 2014
[CSS Shapes] Remove deprecated shapes
Show description for 3260777committed
Commits on Feb 6, 2014
[CSS Shapes] Simplify BasicShapeInset creation
Show description for 6e00938committed
Commits on Jan 17, 2014
[CSS Shapes] Basic shapes' computed position should be a horizontal and vertical offset
Show description for b87ce43committed
Commits on Jan 14, 2014
[CSS Shapes] Move CSSPrimitiveValue <-> LayoutBox Conversion to CSSPrimitiveValueMappings
Show description for 1c42746committed
Commits on Jan 9, 2014
[CSS Shapes] Factor the ReferenceBox type out of BasicShapes
Show description for 13eedc2committed
Commits on Jan 2, 2014
Support <box> values computed style for 'clip-path' property
Show description for 78fa557committed
Commits on Dec 5, 2013
[CSS Shapes] Fix inset when only a subset of the arguments are defined
Show description for fdfb815committed
Commits on Dec 3, 2013
[css shapes] Layout support for new circle shape syntax
Show description for 96c91c9committed