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

Issue 478273002: Use NaN/Inf to represent unresolved/indefinite SMILTimes (Closed)

Created:
6 years, 4 months ago by reni
Modified:
6 years, 4 months ago
Reviewers:
fs
CC:
blink-reviews, ed+blinkwatch_opera.com, shans, rjwright, Mike Lawther (Google), blink-reviews-animation_chromium.org, rwlbuis, fs, kouhei+svg_chromium.org, dstockwell, Timothy Loh, krit, f(malita), gyuyoung.kim_webkit.org, darktears, Stephen Chennney, Steve Block, pdr., Eric Willigers
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Use NaN/Inf to represent unresolved/indefinite SMILTimes. R=fs@opera.com BUG=404601 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180823

Patch Set 1 #

Patch Set 2 : Updated patch #

Patch Set 3 : Fix regression. #

Total comments: 39

Patch Set 4 : Update according to the review. #

Total comments: 3

Patch Set 5 : Updated patch. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -31 lines) Patch
M Source/core/svg/animation/SMILTime.h View 1 2 3 4 4 chunks +36 lines, -17 lines 0 comments Download
M Source/core/svg/animation/SMILTime.cpp View 1 1 chunk +0 lines, -4 lines 0 comments Download
M Source/core/svg/animation/SVGSMILElement.cpp View 1 2 3 4 9 chunks +20 lines, -10 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
reni
Unresolved and indefinite values are represented with NaN and infinite values as discussed under https://codereview.chromium.org/406263002/. ...
6 years, 4 months ago (2014-08-19 00:38:01 UTC) #1
fs
Sorry for the long delay, vacation time for me =). I'll try to remember to ...
6 years, 4 months ago (2014-08-19 21:49:44 UTC) #2
fs
https://codereview.chromium.org/478273002/diff/40001/Source/core/svg/animation/SMILTime.h File Source/core/svg/animation/SMILTime.h (right): https://codereview.chromium.org/478273002/diff/40001/Source/core/svg/animation/SMILTime.h#newcode105 Source/core/svg/animation/SMILTime.h:105: return a.isFinite() && a.value() == b.value(); On 2014/08/19 21:49:43, ...
6 years, 4 months ago (2014-08-19 22:27:14 UTC) #3
reni
> Below are some thoughts from my Piña Colada-soaked (I wish...) vacation brain ;-) It ...
6 years, 4 months ago (2014-08-21 14:20:07 UTC) #4
fs
>> Below are some thoughts from my Piña Colada-soaked (I wish...) vacation brain ;-) > ...
6 years, 4 months ago (2014-08-21 15:30:39 UTC) #5
reni
https://codereview.chromium.org/478273002/diff/40001/Source/core/svg/animation/SMILTime.h File Source/core/svg/animation/SMILTime.h (right): https://codereview.chromium.org/478273002/diff/40001/Source/core/svg/animation/SMILTime.h#newcode130 Source/core/svg/animation/SMILTime.h:130: return a.value() > b.value(); On 2014/08/21 15:30:39, fs (ooo) ...
6 years, 4 months ago (2014-08-21 20:52:32 UTC) #6
fs
LGTM! (Please also take a second [or two] to edit the subject/description - currently the ...
6 years, 4 months ago (2014-08-22 14:38:49 UTC) #7
reni
The CQ bit was checked by rhodovan.u-szeged@partner.samsung.com
6 years, 4 months ago (2014-08-23 13:08:42 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rhodovan.u-szeged@partner.samsung.com/478273002/80001
6 years, 4 months ago (2014-08-23 13:09:59 UTC) #9
commit-bot: I haz the power
6 years, 4 months ago (2014-08-24 05:12:16 UTC) #10
Message was sent while issue was closed.
Committed patchset #5 (80001) as 180823

Powered by Google App Engine
This is Rietveld 408576698