source: webkit/trunk/Source/WebCore/css/CSSBasicShapes.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @295270   3 years cdumez Drop operator==() overload for comparing a String to a const char* …
(edit) @291946   3 years ysuzuki Use static_assert instead of COMPILE_ASSERT …
(edit) @290026   3 years cdumez Clean up / optimize call sites constructing vectors …
(edit) @284718   4 years commit-queue Rename ClipPathOperation to PathOperation …
(edit) @277967   4 years darin Remove StringBuilder::appendLiteral …
(edit) @272805   4 years mmaxfield enum LengthType -> enum class LengthType …
(edit) @250653   6 years commit-queue CSS ellipse() doesn't accept single <shape-radius> …
(edit) @249013   6 years darin Use makeString and multi-argument StringBuilder::append instead of …
(edit) @240641   6 years ross.kirsling Remove unnecessary using namespace WTFs (or at least restrict their …
(edit) @237990   7 years dino Add a String literal that returns a String …
(edit) @232246   7 years commit-queue Modernize SVGRenderStyleDefs.h …
(edit) @223476   8 years keith_miller Change WebCore sources to work with unified source builds …
(edit) @209495   8 years hyatt [CSS Parser] Consolidate string/ident/url serialization functions …
(edit) @209137   8 years hyatt [CSS Parser] Fix crash in -webkit-shape-outside parsing …
(edit) @207396   9 years darin Move CSS classes from ExceptionCode to Exception …
(edit) @201318   9 years achristensen Modernize CSS code https://bugs.webkit.org/show_bug.cgi?id=157875
(edit) @201290   9 years cdumez Clean up / Modernize the CSS Parser …
(edit) @200626   9 years cdumez Get rid of a lot of calls to RefPtr::release() …
(edit) @194496   9 years aestes Replace WTF::move with WTFMove …
(edit) @191551   10 years simon.fraser Support bezier paths in clip-path property …
(edit) @189139   10 years bjonesbe [CSS Shapes] Remove unused CSSBasicShape::m_referenceBox …
(edit) @188619   10 years cdumez Use CSSValuePool::singleton() instead of cssValuePool() …
(edit) @188315   10 years gyuyoung.kim Reduce use of PassRefPtr in WebCore/css …
(edit) @174236   11 years cdumez Use is<>() / downcast<>() for CSSBasicShape objects …
(edit) @173259   11 years gyuyoung.kim Introduce CSS_BASIC_SHAPES_TYPE_CASTS, and use it …
(edit) @173177   11 years commit-queue Unreviewed, rolling out r173175. …
(edit) @173175   11 years gyuyoung.kim Introduce CSS_BASIC_TYPE_CASTS, and use it …
(edit) @169406   11 years zoltan [CSS Shapes] serialization of the computed value should omit the …
(edit) @167132   11 years betravis [CSS Shapes] inset args and radial args should serialize to the …
(edit) @165843   11 years bjonesbe LayoutBox is a terrible name …
(edit) @165638   11 years betravis [CSS Shapes] polygon default fill-rule should be omitted from the …
(edit) @165472   11 years bjonesbe [CSS Shapes] Remove deprecated shapes …
(edit) @165277   11 years betravis [CSS Shapes] Correctly serialize ellipse positions …
(edit) @164998   11 years betravis [CSS Shapes] Serialize circle positions …
(edit) @163452   11 years zoltan [CSS Shapes] Simplify CSSBasicShapeInset::cssText …
(edit) @162848   11 years zoltan [CSS Shapes] inset() function with multiple spaces on element style …
(edit) @161569   11 years betravis [CSS Shapes] Factor the ReferenceBox type out of BasicShapes …
(edit) @160023   11 years commit-queue Remove some CSS Variables leftovers …
(edit) @159979   11 years bjonesbe [css shapes] Layout support for new circle shape syntax …
(edit) @159968   11 years zoltan [CSS Shapes] Support inset parsing …
(edit) @159954   11 years commit-queue [css shapes] Parse new ellipse shape syntax …
(edit) @159842   11 years antti Remove feature: CSS variables …
(edit) @159585   11 years bjonesbe [css shapes] Parse new circle shape syntax …
(edit) @159526   12 years betravis [CSS Shapes] Parse [<box> || <shape>] values …
(edit) @150917   12 years commit-queue [CSS Shapes] Fix style issues in BasicShapes …
(edit) @150904   12 years commit-queue [CSS Shapes] Support parsing inset-rectangle shapes …
(edit) @142444   12 years commit-queue Implement CSSValue::equals(const CSSValue&) to optimise CSSValue …
(edit) @129831   13 years macpherson Implement reviewer feedback that I missed on bug 95930. …
(edit) @129579   13 years macpherson Ensure variables are resolved for specialized CSS primitive value …
(edit) @127155   13 years krit Refactor WrapShape classes to BasicShape …
(copy) @127132   13 years krit Refactor WrapShape to Shape/BasicShape …
copied from trunk/Source/WebCore/css/CSSWrapShapes.cpp
(edit) @127062   13 years abarth Convert more static Strings to use ASCIILiteral …
Note: See TracRevisionLog for help on using the revision log.