Commits
User selector
Commit History
Commits on May 24, 2021
Remove StringBuilder::appendLiteral
Show description for 4d78e56committed
Commits on Feb 12, 2021
enum LengthType -> enum class LengthType
Show description for 374b32ccommitted
Commits on Oct 3, 2019
CSS ellipse() doesn't accept single <shape-radius>
Show description for ad48852authored andcommitted
Commits on Aug 22, 2019
Use makeString and multi-argument StringBuilder::append instead of less efficient multiple appends
Show description for fca4f25committed
Commits on Jan 29, 2019
Remove unnecessary `using namespace WTF`s (or at least restrict their scope).
Show description for 4125512committed
Commits on Nov 8, 2018
Add a String literal that returns a String
Show description for 9f4fba5committed
Commits on May 28, 2018
Modernize SVGRenderStyleDefs.h
Show description for 0bf2000authored andcommitted
Commits on Oct 17, 2017
Change WebCore sources to work with unified source builds
Show description for e822200committed
Commits on Dec 8, 2016
[CSS Parser] Consolidate string/ident/url serialization functions
Show description for c6d6645committed
David Hyatt
Commits on Nov 30, 2016
[CSS Parser] Fix crash in -webkit-shape-outside parsing
Show description for 2b83ac3committed
David Hyatt
Commits on Oct 17, 2016
Move CSS classes from ExceptionCode to Exception
Show description for 4b6c063committed
Commits on May 24, 2016
Modernize CSS code
Show description for 52c47a9committed
Commits on May 23, 2016
Clean up / Modernize the CSS Parser
Show description for 1860500committed
Commits on May 10, 2016
Get rid of a lot of calls to RefPtr::release()
Show description for c0db90acommitted
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 29, 2015
[CSS Shapes] Remove unused CSSBasicShape::m_referenceBox
Show description for 5ec1002committed
Commits on Aug 19, 2015
Use CSSValuePool::singleton() instead of cssValuePool()
Show description for 4942117committed
Commits on Aug 12, 2015
Reduce use of PassRefPtr in WebCore/css
Show description for fc0e3dfcommitted
Commits on Oct 2, 2014
Use is<>() / downcast<>() for CSSBasicShape objects
Show description for ee753b9committed
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 May 28, 2014
[CSS Shapes] serialization of the computed value should omit the default radii
Show description for f6a3a82committed
Commits on Apr 11, 2014
[CSS Shapes] inset args and radial args should serialize to the simplest form
Show description for f893b3bcommitted
Commits on Mar 18, 2014
LayoutBox is a terrible name
Show description for deffdc7committed
Commits on Mar 14, 2014
[CSS Shapes] polygon default fill-rule should be omitted from the serialization
Show description for b5a8dcfcommitted
Commits on Mar 12, 2014
[CSS Shapes] Remove deprecated shapes
Show description for 3260777committed
Commits on Mar 7, 2014
[CSS Shapes] Correctly serialize ellipse positions
Show description for 4f2b532committed
Commits on Mar 3, 2014
[CSS Shapes] Serialize circle positions
Show description for 35e7fb3committed
Commits on Feb 5, 2014
[CSS Shapes] Simplify CSSBasicShapeInset::cssText
Show description for 17857ebcommitted
Commits on Jan 27, 2014
[CSS Shapes] inset() function with multiple spaces on element style
Show description for 3f8d333committed
Commits on Jan 9, 2014
[CSS Shapes] Factor the ReferenceBox type out of BasicShapes
Show description for 13eedc2committed
Commits on Dec 3, 2013
Remove some CSS Variables leftovers
Show description for 06ae1b9authored andcommitted
[css shapes] Layout support for new circle shape syntax
Show description for 96c91c9committed