Commits
User selector
Commit History
Commits on May 30, 2021
Split calc() related files into 1-class per file structure
Show description for 0c141f9committed
Sam Weinig
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on May 19, 2021
Calculated width percent loses the floating point and cause line wrap
Show description for bef7be4committed
Commits on May 9, 2021
Remove uses of the String::toInt family of functions from the WebCore/platform directory
Show description for e20d931committed
Commits on Apr 24, 2021
Refactor ValueRange from enum to enum class
Show description for 65c114bauthored andcommitted
Commits on Apr 16, 2021
Refactor parameters to blending functions
Show description for 307c92ecommittedBlend using calc() when necessary
Show description for ffd5df4committed
Commits on Mar 12, 2021
Blending lengths of different types should be allowed outside of the [0-1] range
Show description for 4449248committed
Commits on Mar 6, 2021
Improve blending of Length and other Length-related types
Show description for fe8af8bcommitted
Commits on Feb 27, 2021
Length blending should allow for a ValueRange parameter
Show description for 353048acommitted
Commits on Feb 12, 2021
enum LengthType -> enum class LengthType
Show description for 374b32ccommitted
Commits on Aug 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
Commits on Jun 29, 2019
Streamline some string code, focusing on functions that were using substringSharingImpl
Show description for 4b07cf7committed
Commits on Mar 19, 2019
Cut down on use of StringBuffer, possibly leading toward removing it entirely
Show description for 4fe4d95committed
Commits on Jan 29, 2019
Remove unnecessary `using namespace WTF`s (or at least restrict their scope).
Show description for 4125512committed
Commits on Aug 2, 2018
Convert calc-related enums to 8-bit enum classes
Show description for a88ef3bcommitted
Commits on Jul 17, 2018
[Web Animations] Interpolation between lengths with an "auto" value should be discrete
Show description for 64c08bdauthored andcommitted
Commits on Mar 6, 2018
Fix std::make_unique / new[] using system malloc
Show description for 82f6bfacommitted
Commits on Oct 17, 2017
Change WebCore sources to work with unified source builds
Show description for e822200committed
Commits on Sep 18, 2017
Support min() and max() in calc()
Show description for e708ce0committed
Commits on Aug 10, 2017
[WTF] Move TextStream into WTF
Show description for f49f94fcommitted
Commits on Mar 8, 2017
Support transitions/animations of background-position with right/bottom-relative values
Show description for 9905b33committed
Commits on Oct 7, 2016
Unreviewed, rolling out r206713.
Show description for 1d0101bcommitted
Commits on Oct 2, 2016
Support transitions/animations of background-position with right/bottom-relative values
Show description for 6cf22c9committed
Commits on Sep 21, 2016
Require WTFMove for String::adopt
Show description for b4ed723committed
Commits on Sep 16, 2016
[CSS Parser] Get CSSPropertyParserHelpers.cpp compiling
Show description for d6aae82committed
David Hyatt
Commits on Sep 8, 2016
Don't run transitions to or from undefined Lengths
Show description for e35b5c0committed
Commits on May 10, 2016
REGRESSION (r193610): Drop down menu doesn’t expand at allofbach.com
Show description for 4162f00committed
Commits on May 3, 2016
Don't run transitions to/from 'auto' values
Show description for 01e7eafcommitted
Commits on May 2, 2016
Make Length, LengthSize and LengthPoint blending not use member functions
Show description for ebdc9a9committedAdd to the Animations log channel output about which properties are being blended
Show description for 3ceb032committed
Commits on Jan 2, 2016
Replace WTF::move with WTFMove
Show description for 0e4fd6fcommitted
Commits on Oct 19, 2015
Add TextStream formatters for FillLayer and all it entails
Show description for 55ac7eccommitted
Commits on Dec 14, 2014
Replace PassRef with Ref/Ref&& across the board.
Show description for af85b89committed
Andreas Kling
Commits on Jul 3, 2014
Add WTF::move()
Show description for 48a7ae3committed