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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @294138   3 years mattwoodrow Quirk Flightaware.com to use the older number serialization path. …
(edit) @292467   3 years obrufau [css] Turn -webkit-border-image into a shorthand …
(edit) @291946   3 years ysuzuki Use static_assert instead of COMPILE_ASSERT …
(edit) @289722   3 years commit-queue Add support for parsing 'subgrid' in grid-template-columns/row …
(edit) @286086   3 years commit-queue Implement parsing and animation support for ray() shape accepted by …
(edit) @286061   3 years commit-queue LayoutTests/imported/w3c: Import css/css-values/urls …
(edit) @285822   4 years commit-queue Implement parsing and animation support for offset-rotate …
(edit) @285624   4 years antti [CSS Cascade Layers] Support 'revert-layer' value …
(edit) @285493   4 years commit-queue Unreviewed, reverting r285486. …
(edit) @285486   4 years antti [CSS Cascade Layers] Support 'revert-layer' value …
(edit) @285422   4 years commit-queue Unreviewed, reverting r285408. …
(edit) @285408   4 years antti [CSS Cascade Layers] Support 'revert-layer' value …
(edit) @285373   4 years antti Remove separate classes for CSS wide keywords …
(edit) @284857   4 years Hironori.Fujii [WebCore] Remove unneeded WTF:: namespace prefix …
(edit) @283159   4 years mmaxfield override-color has been renamed to override-colors …
(edit) @282806   4 years mmaxfield Parsing support for font-palette-values …
(edit) @280599   4 years antti REGRESSION(r279050): Crash under …
(edit) @278540   4 years darin Handle custom identifiers and strings separately, so we can quote …
(edit) @278246   4 years weinig Split calc() related files into 1-class per file structure …
(edit) @274566   4 years commit-queue Use ASCIILiteral over String for CSSValue::separatorCSSText() to avoid …
(edit) @274546   4 years commit-queue Add CSSValuePair.h in preparation for Pair.h refactor …
(edit) @266686   5 years mmaxfield Remove all non-web-exposed uses of ENABLE(VARIATION_FONTS) …
(edit) @256494   5 years ysuzuki CSSValuePool's constant CSS values should not be allocated dynamically …
(edit) @253987   5 years ysuzuki Experiment: create lots of different malloc zones for easier …
(edit) @245798   6 years obrufau [css-grid] Preserve repeat() notation when serializing declared values …
(edit) @237243   7 years commit-queue Parse paint() and store paint callbacks for CSS Painting API …
(edit) @236998   7 years graouts Remove the frames() timing function …
(edit) @236895   7 years commit-queue Properly determine if css custom property values are computationally …
(edit) @236750   7 years dino Remove CSS Animation Triggers …
(edit) @226886   7 years graouts Add support for the frames() timing function …
(edit) @224165   8 years weinig [Conic Gradients] Add support for parsing conic gradients …
(edit) @219744   8 years commit-queue [WebIDL] Remove the need for the side map of DeprecatedCSSOMValue …
(edit) @218501   8 years cdumez Use WTF::Function instead of std::function in more places in WebCore/ …
(edit) @214359   8 years mmaxfield font-style needs a new CSSValue to make CSSRule.cssText work correctly …
(edit) @212629   8 years rego [css-grid] Remove compilation flag ENABLE_CSS_GRID_LAYOUT …
(edit) @209969   8 years hyatt [CSS Values] Make separate wrapper classes for the deprecated CSS …
(edit) @209805   8 years hyatt [CSS Parser] Remove WebkitCSSTransformValue …
(edit) @209777   8 years hyatt [CSS Parser] Eliminate SVGPaint and SVGColor …
(edit) @209666   8 years hyatt [CSS Parser] Remove the old CSS Parser …
(edit) @208253   9 years dino Remove WebKitCSSFilterValue to make Hyatt happy …
(edit) @208006   9 years hyatt [CSS Parser] Implement CSS variables …
(edit) @207903   9 years hyatt [CSS Parser] Unify CSSCustomPropertyValue and …
(edit) @207479   9 years hyatt [CSS Parser] Get all the properties turned on …
(edit) @206839   9 years mmaxfield Put variation fonts work behind a compile-time flag …
(edit) @206679   9 years mmaxfield Parse font-variation-settings …
(edit) @206603   9 years antti Remove addSubresourceStyleURLs functions …
(edit) @205869   9 years hyatt [CSS Parser] Add CSS Variable Parsing support …
(edit) @205093   9 years commit-queue Add final keyword to final classes and overriden methods in …
(edit) @204566   9 years antti Remove CSS_IMAGE_SET feature define …
(edit) @201759   9 years weinig Add experimental support for spring based CSS animations …
(edit) @201715   9 years ryanhaddad Unreviewed, rolling out r201706. …
(edit) @201706   9 years commit-queue Add experimental support for spring based CSS animations …
(edit) @199343   9 years svillar [css-grid] Add parsing support for <auto-repeat> syntax …
(edit) @191252   10 years hyatt Implement the CSS4 'revert' keyword. …
(edit) @191201   10 years hyatt ASSERT in …
(edit) @191151   10 years hyatt Add support for the CSS 'unset' keyword. …
(edit) @191128   10 years hyatt Implement CSS Variables. https://bugs.webkit.org/show_bug.cgi?id=19660
(edit) @190209   10 years hyatt Add support for CSS Custom Properties (in preparation for implementing …
(edit) @188315   10 years gyuyoung.kim Reduce use of PassRefPtr in WebCore/css …
(edit) @186392   10 years simon.fraser Revert use of SVG <mask> elements for -webkit-mask-image (r176798, …
(edit) @185731   10 years dino Provide a way for web developers to draw a Theme-specific Wireless …
(edit) @184315   10 years antti Cached CSS image resources don't show up after reloading …
(edit) @183748   10 years jfernandez [CSS Box Alignment] Upgrade justify-content parsing to CSS3 Box …
(edit) @181602   10 years dino Parsing and Style Resolution of Container-based Animation Triggers …
(edit) @181593   10 years commit-queue Unreviewed, rolling out r181572. …
(edit) @181572   10 years dino Parsing and Style Resolution of Container-based Animation Triggers …
(edit) @177259   10 years akling Replace PassRef with Ref/Ref&& across the board. …
(edit) @176798   10 years stavila [SVG Masking] Add support for referencing <mask> elements from …
(edit) @174300   11 years cdumez Use is<>() / downcast<>() for CSSValue subclasses …
(edit) @173268   11 years commit-queue Remove CSS_FILTERS flag https://bugs.webkit.org/show_bug.cgi?id=136529
(edit) @166157   11 years commit-queue [CSS Grid Layout] Update named <grid-line> syntax to the last version …
(edit) @165676   11 years mjs .: Replace "Apple Computer, Inc." with "Apple Inc." in copyright …
(edit) @164659   11 years svillar [CSS Grid Layout] Add ENABLE flag …
(edit) @164035   11 years commit-queue [CSS Grid Layout] Rename named areas property …
(edit) @163440   11 years ossy Remove ENABLE(SVG) guards …
(edit) @162644   11 years mvujovic Remove CSS Custom Filters code and tests …
(edit) @162051   11 years krit Remove unnecessary WebkitCSSSVGDocumentValue …
(edit) @160528   11 years darin Make some improvements in CSSImageGeneratorValue code …
(edit) @160224   11 years akling Make remaining CSSValue constructors return PassRef. …
(edit) @159842   11 years antti Remove feature: CSS variables …
(edit) @157286   12 years gyuyoung.kim Add toSVGColor|Paint() to cleanup static_cast<>, and use it …
(edit) @157211   12 years svillar [CSS Grid Layout] Implement support for grid-template …
(edit) @157098   12 years gyuyoung.kim Use toCSSFooValue() instead of using static_cast<const CSSFooValue*> …
(edit) @157024   12 years gyuyoung.kim Generate toCSSFooValue() for CSSCursorImageValue, …
(edit) @156993   12 years commit-queue Unreviewed, rolling out r156988. …
(edit) @156991   12 years gyuyoung.kim Add *CSS* prefix to ShadowValue to generate toCSSShadowValue …
(edit) @156988   12 years gyuyoung.kim Generate toCSSFooValue() for CSSCursorImageValue, …
(edit) @156985   12 years gyuyoung.kim Add *CSS* prefix to FontFeatureValue to generate …
(edit) @156961   12 years gyuyoung.kim Add *CSS* prefix to FontValue to generate toCSSFontValue() …
(edit) @156760   12 years gyuyoung.kim Generate toCSSFooValue for CSS child values …
(edit) @156705   12 years gyuyoung.kim Generate toCSSFooValue for CSSPrimitiveValue …
(edit) @156642   12 years gyuyoung.kim Generate toCSSCalcValue instead of using manual cast function …
(edit) @156636   12 years gyuyoung.kim Generate toCSSFooValue for CSSGradientValue, CSSLinearGradientValue …
(edit) @156633   12 years gyuyoung.kim Generate toCSSFooValue() for CSSCanvasValue …
(edit) @156630   12 years gyuyoung.kim Generate toCSSFooValue() for CSSLineBoxContainValue …
(edit) @156629   12 years gyuyoung.kim Generate toCSSCrossfadeValue() instead of using manual function …
(edit) @156628   12 years gyuyoung.kim Generate toCSSFooValue() for CSSFilterImageValue and CSSInitialValue …
(edit) @156601   12 years gyuyoung.kim Generate toCSSFooValue() for CSSImageValue …
(edit) @156550   12 years darin rename KURL to URL https://bugs.webkit.org/show_bug.cgi?id=16214
(edit) @156542   12 years gyuyoung.kim Add toWebKitCSS*Value functions to cast from CSSValue …
Note: See TracRevisionLog for help on using the revision log.