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

Issue 1051023006: Fix SVG animations which check viewBox attribute (Closed)

Created:
5 years, 8 months ago by payal.pandey
Modified:
5 years, 8 months ago
Reviewers:
pdr., fs
CC:
blink-reviews, krit, kouhei+svg_chromium.org, ed+blinkwatch_opera.com, f(malita), gyuyoung2, Stephen Chennney, pdr+svgwatchlist_chromium.org, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Fix SVG animations which check viewBox attribute Earlier hasAttribute() was used to check the viewBox has been set or not. hasAttribute() should not be used, as it can return false, if the attribute is not set but the value is animating. BUG=235256 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194217

Patch Set 1 #

Patch Set 2 : Fix SVG animations which check viewBox attribute #

Patch Set 3 : Fix SVG animations which check viewBox attribute #

Patch Set 4 : Fix SVG animations which check viewBox attribute #

Total comments: 3

Patch Set 5 : LayoutTests/svg/animations/viewspec-animated-viewbox.html #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -3 lines) Patch
A + LayoutTests/svg/animations/resources/viewspec-animated-viewbox.svg View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
A LayoutTests/svg/animations/viewspec-animated-viewbox.html View 1 2 3 4 1 chunk +15 lines, -0 lines 0 comments Download
A + LayoutTests/svg/animations/viewspec-animated-viewbox-expected.html View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGViewSpec.h View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 23 (3 generated)
payal.pandey
Please have a look on the CL and review the same.
5 years, 8 months ago (2015-04-17 10:03:42 UTC) #2
fs
On 2015/04/17 10:03:42, payal.pandey wrote: > Please have a look on the CL and review ...
5 years, 8 months ago (2015-04-17 11:01:11 UTC) #3
payal.pandey
On 2015/04/17 11:01:11, fs wrote: > On 2015/04/17 10:03:42, payal.pandey wrote: > > Please have ...
5 years, 8 months ago (2015-04-17 11:12:08 UTC) #4
payal.pandey
Modified the CL for use of hasAttribute in SVGViewSpec.h. Please have a look on this ...
5 years, 8 months ago (2015-04-17 12:41:10 UTC) #5
payal.pandey
Modified the CL for use of hasAttribute in SVGViewSpec.h. Please have a look on this ...
5 years, 8 months ago (2015-04-17 22:25:48 UTC) #7
pdr.
On 2015/04/17 at 22:25:48, payal.pandey wrote: > Modified the CL for use of hasAttribute in ...
5 years, 8 months ago (2015-04-18 02:52:25 UTC) #8
payal.pandey
Updated with testcase for CL. Please review the CL.
5 years, 8 months ago (2015-04-20 12:19:03 UTC) #9
fs
On 2015/04/20 12:19:03, payal.pandey wrote: > Updated with testcase for CL. > Please review the ...
5 years, 8 months ago (2015-04-20 12:26:02 UTC) #10
payal.pandey
Thanks for the feedback and information shared actually helped alot. Upadated with testcase, which actually ...
5 years, 8 months ago (2015-04-22 09:35:16 UTC) #11
fs
https://codereview.chromium.org/1051023006/diff/60001/LayoutTests/svg/animations/viewspec-animated-viewbox-expected.html File LayoutTests/svg/animations/viewspec-animated-viewbox-expected.html (right): https://codereview.chromium.org/1051023006/diff/60001/LayoutTests/svg/animations/viewspec-animated-viewbox-expected.html#newcode5 LayoutTests/svg/animations/viewspec-animated-viewbox-expected.html:5: Test for crbug.com/249578: viewSpec's ViewBoxParams.<br/> Ditto. https://codereview.chromium.org/1051023006/diff/60001/LayoutTests/svg/animations/viewspec-animated-viewbox.html File LayoutTests/svg/animations/viewspec-animated-viewbox.html ...
5 years, 8 months ago (2015-04-22 10:56:51 UTC) #12
payal.pandey
Incorporated the review comments. Please have a look again.
5 years, 8 months ago (2015-04-22 11:07:47 UTC) #13
fs
lgtm
5 years, 8 months ago (2015-04-22 11:14:37 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1051023006/80001
5 years, 8 months ago (2015-04-22 11:15:24 UTC) #16
payal.pandey
On 2015/04/22 11:14:37, fs wrote: > lgtm
5 years, 8 months ago (2015-04-22 11:15:32 UTC) #17
payal.pandey
On 2015/04/22 11:15:32, payal.pandey wrote: > On 2015/04/22 11:14:37, fs wrote: > > lgtm
5 years, 8 months ago (2015-04-22 11:15:40 UTC) #18
payal.pandey
On 2015/04/22 11:15:40, payal.pandey wrote: > On 2015/04/22 11:15:32, payal.pandey wrote: > > On 2015/04/22 ...
5 years, 8 months ago (2015-04-22 11:16:13 UTC) #19
commit-bot: I haz the power
Committed patchset #5 (id:80001) as https://src.chromium.org/viewvc/blink?view=rev&revision=194217
5 years, 8 months ago (2015-04-22 14:24:21 UTC) #20
aboxhall
On 2015/04/22 14:24:21, I haz the power (commit-bot) wrote: > Committed patchset #5 (id:80001) as ...
5 years, 8 months ago (2015-04-22 17:21:11 UTC) #21
aboxhall
On 2015/04/22 17:21:11, aboxhall wrote: > On 2015/04/22 14:24:21, I haz the power (commit-bot) wrote: ...
5 years, 8 months ago (2015-04-22 17:22:47 UTC) #22
pdr.
5 years, 8 months ago (2015-04-24 00:10:56 UTC) #23
Message was sent while issue was closed.
On 2015/04/22 at 17:22:47, aboxhall wrote:
> On 2015/04/22 17:21:11, aboxhall wrote:
> > On 2015/04/22 14:24:21, I haz the power (commit-bot) wrote:
> > > Committed patchset #5 (id:80001) as
> > > https://src.chromium.org/viewvc/blink?view=rev&revision=194217
> > 
> > The test added in this patch has been failing consistently:
> >
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=svg...
> 
> Ah - silly me, it's not consistent, but flaky. Will mark test as flaky.

@payal.pandey, see: https://code.google.com/p/chromium/issues/detail?id=479823

Powered by Google App Engine
This is Rietveld 408576698