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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @295675   3 years antti [CSS Container Queries] Container units don't work in gradients …
(edit) @294001   3 years nmouchtaris Support ray() shape in offset-path …
(edit) @291398   3 years antti Pass style builder context to CSSToLengthConversionData …
(edit) @288071   3 years weinig CSS Gradients: interpolation mode should default to OKLab if any …
(edit) @287474   3 years weinig Support color interpolation methods for CSS Gradients …
(edit) @287411   3 years weinig Encapsulate gradient color stops into a self contained class …
(edit) @287310   3 years weinig Add support for premultiplied alpha interpolated gradients and …
(edit) @286925   3 years weinig Pipe ColorInterpolationMethod into Gradient …
(edit) @283561   4 years commit-queue radial-gradient does not accept calc values that combine length and …
(edit) @282755   4 years cdumez Stop using makeRef(*this) / makeRefPtr(this) …
(edit) @279050   4 years darin Fix CSS serialization issues affecting css-counter-styles tests …
(edit) @278246   4 years weinig Split calc() related files into 1-class per file structure …
(edit) @278244   4 years darin Clients of optional should use has_value instead of relying on …
(edit) @277967   4 years darin Remove StringBuilder::appendLiteral …
(edit) @276203   4 years commit-queue Don't omit conic gradient starting angle when serializing when …
(edit) @276141   4 years graouts Refactor parameters to blending functions …
(edit) @276002   4 years commit-queue Omit default position/angle when serializing radial & conic gradients …
(edit) @275055   4 years commit-queue Source/WebCore: Fix edge cases in normalization of conic-gradient …
(edit) @272497   4 years commit-queue Null check document element in createGradient …
(edit) @264280   5 years darin Simplify and improve Gradient, some other small color-related removals …
(edit) @263776   5 years weinig Move Color blending related functions to their own files …
(edit) @263757   5 years lawrence.j Unreviewed, reverting r263753. This commit caused build failures …
(edit) @263753   5 years weinig Move Color blending related functions to their own files …
(edit) @262070   5 years weinig Extended Color Cleanup: Make alpha premultiplication code more …
(edit) @259703   5 years commit-queue [css-values-4] Support font-relative lh and rlh unit …
(edit) @259532   5 years antti Implement the css-color-4 behavior for inheritance of currentColor …
(edit) @257966   5 years darin Simplify gradient parsing …
(edit) @255559   5 years zandobersek Use std::hypot() where possible …
(edit) @254514   5 years darin Use even more "shortest form" formatting, and less "fixed precision" …
(edit) @254164   5 years simon.fraser WebKit rejects changes between similar unprefixed & prefixed gradient …
(edit) @252392   6 years simon.fraser Convert CSSPrimitiveValue::UnitType to an enum class, and cleanup …
(edit) @251916   6 years antti Style::Builder should not depend on StyleResolver …
(edit) @251474   6 years simon.fraser wpt/css/css-images/gradient/color-stops-parsing.html fails …
(edit) @251437   6 years simon.fraser wpt/css/css-images/gradient/color-stops-parsing.html crashes …
(edit) @249013   6 years darin Use makeString and multi-argument StringBuilder::append instead of …
(edit) @243163   6 years mcatanzaro Build cleanly with GCC 9 …
(edit) @242713   6 years darin Specify fixed precision explicitly to prepare to change String::number …
(edit) @235999   7 years megan_gardner Fix color stop blending in conic gradients for stops past 1 …
(edit) @235877   7 years megan_gardner Correctly interpret from angle for conic gradients …
(edit) @235868   7 years megan_gardner Correctly interpret from angle for conic gradients …
(edit) @235772   7 years megan_gardner Add Support for Conic Gradients …
(edit) @232559   7 years graouts Rename color-filter to -apple-color-filter and do not expose it to Web …
(edit) @231105   7 years simon.fraser Make color-filter transform gradient colors …
(edit) @225680   7 years darin Simplify and streamline some Color-related code to prepare for some …
(edit) @225036   7 years commit-queue Clean up gradient code in preparation for conic gradients …
(edit) @224165   8 years weinig [Conic Gradients] Add support for parsing conic gradients …
(edit) @210215   8 years darin Remove PassRefPtr use from the "css" directory, related cleanup …
(edit) @208460   9 years dino Rendering support for ExtendedColors …
(edit) @208062   9 years hyatt [CSS Parser] Clean up gradient parsing …
(edit) @207396   9 years darin Move CSS classes from ExceptionCode to Exception …
(edit) @206538   9 years dino Use Color references where possible …
(edit) @202656   9 years antti Factor pending CSS resources into a struct …
(edit) @190597   10 years commit-queue CSSGradientValue should check whether gradientLength is zero or not. …
(edit) @188315   10 years gyuyoung.kim Reduce use of PassRefPtr in WebCore/css …
(edit) @178108   10 years cdumez Move -webkit-tap-highlight-color / -webkit-overflow-scrolling / …
(edit) @174300   11 years cdumez Use is<>() / downcast<>() for CSSValue subclasses …
(edit) @174222   11 years cabanier Clean up loops in CSSGradientValue.cpp …
(edit) @174191   11 years cabanier Add support for midpoint to CSS gradients …
(edit) @169407   11 years bjonesbe vw/vh units used as font/line-height values don't scale with the …
(edit) @169258   11 years simon.fraser Switch CSSGradientValue to use more references …
(edit) @169248   11 years simon.fraser Make viewport units work in CSS gradients …
(edit) @167937   11 years bjonesbe Wrap CSS length conversion arguments in an object …
(edit) @166860   11 years darin Source/WebCore: Rework CSS calc logic, fixing some reference count …
(edit) @166642   11 years zalan Subpixel rendering: Transition class CSSImageGeneratorValue/class …
(edit) @165676   11 years mjs .: Replace "Apple Computer, Inc." with "Apple Inc." in copyright …
(edit) @158163   12 years akling RenderElement::style() should return a reference. …
(edit) @157971   12 years andersca Stop bringing in the std namespace …
(edit) @157598   12 years thakis Fix three bugs in the equals() implementations for css gradients. …
(edit) @156964   12 years darin Cut down on use of String::number …
(edit) @156705   12 years gyuyoung.kim Generate toCSSFooValue for CSSPrimitiveValue …
(edit) @156636   12 years gyuyoung.kim Generate toCSSFooValue for CSSGradientValue, CSSLinearGradientValue …
(edit) @156622   12 years darin Use RenderElement instead of RenderObject in many places …
(edit) @156527   12 years antti Move m_style to RenderElement …
(edit) @156226   12 years timothy_horton GeneratorGeneratedImage should be called GradientImage …
(edit) @155060   12 years timothy_horton Rename customCssText -> customCSSText to match WebKit style …
(edit) @154580   12 years akling RenderObject::document() should return a reference. …
(edit) @151783   12 years alexis Cleanup usage of CSSPropertyID and CSSValueID inside WebKit. …
(edit) @149886   12 years akling Caching of generated images in CSS should be smarter. …
(edit) @149583   12 years andersca Remove Vector::prepend https://bugs.webkit.org/show_bug.cgi?id=115618
(edit) @148921   12 years benjamin Remove the memory instrumentation code …
(edit) @148859   12 years commit-queue Division by zero in CSSGradientValue::addStops() …
(edit) @143885   12 years morrita Rollout r143556, it regressed html5-full-render perf. …
(edit) @143556   12 years tasak [Refactoring] Make m_state an on-stack object …
(edit) @142444   12 years commit-queue Implement CSSValue::equals(const CSSValue&) to optimise CSSValue …
(edit) @141637   12 years pdr Change hasAlpha to isKnownToBeOpaque and correct the return value for …
(edit) @141570   12 years loislo Web Inspector: Native Memory Instrumentation: provide edge names to …
(edit) @139836   12 years commit-queue Source/WebCore: Update CSS3 gradient support to the latest spec …
(edit) @137669   12 years commit-queue Switch the gradient drawing code to use bearing angles …
(edit) @135629   12 years junov Adding occlusion detection to reduce overdraw in RenderBox background …
(edit) @129466   13 years loislo Web Inspector: extract Vector instrumentation from core NMI code into …
(edit) @128762   13 years loislo Web Inspector: NMI: now when we can detect instrumented classes we can …
(edit) @127869   13 years loislo Web Inspector: NMI: move WebCore specific code to separate header …
(edit) @127757   13 years weinig Part 2 of removing PlatformString.h, remove PlatformString.h …
(edit) @127593   13 years loislo Web Inspector: NMI: extract MemoryObjectType constants from …
(edit) @127224   13 years abarth Replace more instances of += with StringBuilder …
(edit) @124884   13 years commit-queue Web Inspector: make the MemoryClassInfo class a not-template …
(edit) @124768   13 years yurys Web Inspector: add memory instrumentation for CSSValue and its …
(edit) @123426   13 years commit-queue Null-pointer crash when a derived color like -webkit-activelink is set …
(edit) @121289   13 years commit-queue Unreviewed, rolling out r121285. …
(edit) @121285   13 years tomz ietestcenter/css3/valuesandunits/units-000.htm asserts …
Note: See TracRevisionLog for help on using the revision log.