Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(134)

Issue 57563002: Adding operator== for ChainedTimingFunction (Closed)

Created:
7 years, 1 month ago by mithro-old
Modified:
7 years, 1 month ago
Reviewers:
Steve Block
CC:
blink-reviews, shans, rjwright, alancutter (OOO until 2018), Mike Lawther (Google), dstockwell, Timothy Loh, darktears, dino_apple.com, Eric Willigers
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Adding operator== for ChainedTimingFunction. While this operator is not needed for CSS, it is very useful for testing. DEPENDS=https://codereview.chromium.org/52923003/ - Fixing reflectivity of operator== for timing functions. DEPENDS=https://codereview.chromium.org/39223002/ - TimingFunction test helper.

Patch Set 1 : Rebase line. #

Patch Set 2 : Remove ::create preset stuff. #

Patch Set 3 : Remove EQ reflectivity fix. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+108 lines, -3 lines) Patch
M Source/core/platform/animation/TimingFunction.h View 1 2 2 chunks +36 lines, -3 lines 0 comments Download
M Source/core/platform/animation/TimingFunctionTest.cpp View 1 2 3 chunks +72 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
mithro-old
Hi Steve, In reworking https://codereview.chromium.org/54743002/ to have the reverse functions external to the TimingFunction object ...
7 years, 1 month ago (2013-11-04 03:24:03 UTC) #1
mithro-old
Replying to your review to this code at https://codereview.chromium.org/54743002 initially here. > https://codereview.chromium.org/54743002/diff/1/Source/core/platform/animation/TimingFunction.h#newcode131 > Source/core/platform/animation/TimingFunction.h:131: ...
7 years, 1 month ago (2013-11-04 03:35:02 UTC) #2
Steve Block
As I mentioned, I think we need to check that changing these operator==() methods is ...
7 years, 1 month ago (2013-11-04 04:47:47 UTC) #3
mithro-old
> https://codereview.chromium.org/54743002/diff/1/Source/core/platform/animation/TimingFunction.h#newcode131 > > Source/core/platform/animation/TimingFunction.h:131: > > This introduces a change in behavior for CSS. ...
7 years, 1 month ago (2013-11-04 04:55:35 UTC) #4
mithro-old
On 2013/11/04 04:47:47, Steve Block wrote: > As I mentioned, I think we need to ...
7 years, 1 month ago (2013-11-04 05:05:04 UTC) #5
mithro-old
Hi Steve, This CL now only adds operator== to ChainedTimingFunction. While this operator is not ...
7 years, 1 month ago (2013-11-04 12:16:35 UTC) #6
mithro-old
7 years, 1 month ago (2013-11-06 01:10:32 UTC) #7
On 2013/11/04 12:16:35, mithro wrote:
> Hi Steve,
> 
> This CL now only adds operator== to ChainedTimingFunction. While this operator
> is not needed for CSS, it is very useful for testing. 
> 
> It depends on:
>  * https://codereview.chromium.org/52923003/ - Fixing reflectivity of
operator==
> for timing functions. 
>  * https://codereview.chromium.org/39223002/ - TimingFunction test helper.
> 
> Tim

As discussed the operator== has been removed from the production code. 

I'll merge this TimingFunction operator== stuff and move into the test helper.

Closing.

Tim

Powered by Google App Engine
This is Rietveld 408576698