Commits
User selector
Commit History
Commits on Jun 19, 2021
Fix CSS serialization issues affecting css-counter-styles tests
Show description for fc5a68ecommitted
Commits on Apr 16, 2021
Refactor parameters to blending functions
Show description for 307c92ecommitted
Commits on Nov 13, 2019
Convert CSSPrimitiveValue::UnitType to an enum class, and cleanup
Show description for 9f19ebccommitted
Commits on Aug 22, 2019
Use makeString and multi-argument StringBuilder::append instead of less efficient multiple appends
Show description for fca4f25committed
Commits on Apr 27, 2018
Make color-filter transform gradient colors
Show description for 7cb4ef6committed
Commits on Jul 31, 2017
Unreviewed, rolling out r220048.
Show description for 39ddfeacommitted
Commits on Jul 30, 2017
RenderImageResourceStyleImage::image() should return the nullImage() if the image is not available
Show description for d209322authored andcommitted
Commits on Jun 28, 2017
Remove excessive includes from WebCore/css sources
Show description for 3d9caeecommitted
Commits on Jun 19, 2017
Use WTF::Function instead of std::function in more places in WebCore/
Show description for 638ae82committed
Commits on May 11, 2017
Stop using PassRefPtr in platform/graphics
Show description for 08d601ccommitted
Commits on Dec 31, 2016
Remove PassRefPtr use from the "css" directory, related cleanup
Show description for 2db8230committed
Commits on Oct 17, 2016
Move CSS classes from ExceptionCode to Exception
Show description for 4b6c063committed
Commits on Oct 6, 2016
CachedResource client handling methods should take reference
Show description for 114c8a7authored andcommitted
Commits on Aug 30, 2016
Remove StylePendingImage
Show description for 7cc7d4acommitted
Commits on May 23, 2016
Clean up / Modernize the CSS Parser
Show description for 1860500committed
Commits on May 13, 2016
Unprefix -webkit-cross-fade()
Show description for 8c62bd2committed
Commits on Apr 14, 2016
CrashTracer: com.apple.WebKit.WebContent at com.apple.WebCore: WebCore::CachedResource::addClientToSet + 27
Show description for 7a5dd54committed
Commits on Jan 2, 2016
Replace WTF::move with WTFMove
Show description for 0e4fd6fcommitted
Commits on Oct 14, 2015
Change GraphicsContext image-drawing functions to take references
Show description for 4bf8f8ecommitted
Commits on Aug 12, 2015
Reduce use of PassRefPtr in WebCore/css
Show description for fc0e3dfcommitted
Commits on Jul 7, 2015
Isolated worlds should respect Content Security Policy; User Agent Shadow DOM
Show description for 72b7f9ccommitted
Commits on May 13, 2015
Cached CSS image resources don't show up after reloading <http://nightly.webkit.org/start/>
Show description for d6deff2committed
Commits on Jan 28, 2015
Use a Ref<CachedResourceLoader> in Document instead of a RefPtr
Show description for 1d731f2committed
Commits on Oct 3, 2014
Use is<>() / downcast<>() for CSSValue subclasses
Show description for b8e2b58committed
Commits on Jul 3, 2014
Add WTF::move()
Show description for 48a7ae3committed
Commits on Jun 12, 2014
Add ShapeValue.cpp and move ShapeValue::isImageValid() there
Show description for 29fafe7committed
Anders Carlsson
Commits on Apr 2, 2014
Subpixel rendering: Transition class CSSImageGeneratorValue/class StyleImage (and its dependencies) from
Show description for 0a075e8committed
Commits on Apr 1, 2014
Subpixel rendering: Transition class Image (and its dependencies) from int to float to enable subpixel positioned/sized images.
Show description for 311cae2committed
Commits on Mar 15, 2014
.: Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
Show description for d55388ccommitted
Commits on Dec 13, 2013
Make some improvements in CSSImageGeneratorValue code
Show description for b2728b4committed
Commits on Nov 2, 2013
CSSImageValue constructors should return PassRef.
Show description for 571e87ecommitted
Andreas Kling
Commits on Sep 30, 2013
Use RenderElement instead of RenderObject in many places
Show description for d601773committed
Commits on Sep 28, 2013
Generate toCSSFooValue() for CSSImageValue
Show description for 25881e7committed
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