Commits
User selector
Commit History
Commits on Oct 13, 2019
Convert LineBoxContain to use an OptionSet<>
Show description for 1bc0793committed
Commits on May 28, 2018
Modernize RenderStyleConstants.h - Part 3
Show description for df80754authored andcommitted
Commits on Jun 20, 2017
Remove excessive include directives from WebCore/css
Show description for 056b807committed
Commits on Nov 13, 2016
Use #pragma once in WebCore
Show description for 0da5770authored andcommitted
Commits on Aug 28, 2016
Add final keyword to final classes and overriden methods in WebCore/css
Show description for fc8e45bauthored andcommitted
Commits on Aug 15, 2016
Remove unused includes of wtf headers
Show description for 128d8bbauthored andcommitted
Commits on Dec 14, 2014
Replace PassRef with Ref/Ref&& across the board.
Show description for af85b89committed
Andreas Kling
Commits on Oct 3, 2014
Use is<>() / downcast<>() for CSSValue subclasses
Show description for b8e2b58committed
Commits on Sep 3, 2014
Add support for the initial-letter CSS property to first-letter
Show description for 01b19b8committed
David Hyatt
Commits on Nov 3, 2013
CSSLineBoxContainValue constructor should return PassRef.
Show description for 6f80112committed
Andreas Kling
Commits on Oct 22, 2013
Use TYPE_CASTS_BASE for CSS_VALUE_TYPE_CASTS
Show description for 73ecc63committed
Gyuyoung Kim
Commits on Sep 30, 2013
Generate toCSSFooValue() for CSSLineBoxContainValue
Show description for 30d5476committed
Gyuyoung Kim
Commits on Sep 23, 2013
Unreviewed, rolling out r156253.
Show description for 1e2fd83committedIntroduce CSS_VALUE_TYPE_CASTS macro in order to cast CSSValue type
Show description for bfccc66committed
Gyuyoung Kim
Commits on Sep 4, 2013
Rename customCssText -> customCSSText to match WebKit style
Show description for 580e5d0committed
Commits on Apr 22, 2013
Remove the memory instrumentation code
Show description for 928913dcommitted
Commits on Feb 11, 2013
Implement CSSValue::equals(const CSSValue&) to optimise CSSValue comparison
Show description for 2eeb47eauthored andcommitted
Commits on Aug 6, 2012
Web Inspector: add memory instrumentation for CSSValue and its descendants
Show description for 011a3adcommitted
Commits on Nov 8, 2011
CSSValue: Devirtualize cssText().
Show description for 74800a9committed
Andreas Kling
Commits on Nov 7, 2011
CSSValue: Devirtualize isFooType().
Show description for 4c4d78ccommitted
Andreas Kling
Commits on Mar 22, 2011
Source/WebCore: Implement the CSS3 line-box-contain property. This property provides authors with more control over spacing between lines. For example,
Show description for 651a56fcommitted
David Hyatt
Loading