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

Issue 1082723002: Don't consider the viewBox in SVGSVGElement::selfHasRelativeLengths() (Closed)

Created:
5 years, 8 months ago by hyunjunekim2
Modified:
5 years, 8 months ago
Reviewers:
pdr., fs, pfeldman
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

Don't consider the viewBox in SVGSVGElement::selfHasRelativeLengths() This CL removes the check for a viewBox value in said method. The viewBox will not be affected by changes to the viewport(s) of its ancestor(s). And will not use hasAttribute for SVG values that can animate. BUG=235256 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=193949

Patch Set 1 : Draft #

Patch Set 2 : Add test. #

Patch Set 3 : remove test #

Patch Set 4 : animation test #

Patch Set 5 : update test #

Patch Set 6 : remove 'hasAttribute(SVGNames::viewBoxAttr)' on 'selfHasRelativeLengths()'. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -2 lines) Patch
M Source/core/svg/SVGSVGElement.cpp View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 20 (2 generated)
hyunjunekim2
Hi, I'm hyunjunekim (hyunjune.kim@samsung.com, hykim0777@gamil.com). Could you check this? Thank you.
5 years, 8 months ago (2015-04-13 11:23:30 UTC) #2
fs
Could you add test for this?
5 years, 8 months ago (2015-04-13 11:34:05 UTC) #3
hyunjunekim2
On 2015/04/13 11:34:05, fs wrote: > Could you add test for this? fs, I will ...
5 years, 8 months ago (2015-04-13 11:36:52 UTC) #4
hyunjunekim2
fs, Could you check test? Give me feedback. I have referred to a test called ...
5 years, 8 months ago (2015-04-14 00:08:55 UTC) #5
fs
On 2015/04/14 00:08:55, hyunjunekim2 wrote: > fs, Could you check test? Give me feedback. > ...
5 years, 8 months ago (2015-04-14 08:29:03 UTC) #6
hyunjunekim2
On 2015/04/14 08:29:03, fs wrote: > On 2015/04/14 00:08:55, hyunjunekim2 wrote: > > fs, Could ...
5 years, 8 months ago (2015-04-14 09:46:02 UTC) #7
hyunjunekim2
On 2015/04/14 09:46:02, hyunjunekim2 wrote: > On 2015/04/14 08:29:03, fs wrote: > > On 2015/04/14 ...
5 years, 8 months ago (2015-04-15 17:43:21 UTC) #8
hyunjunekim2
fs, Could you tell me if any part is wrong for a viewBox using an ...
5 years, 8 months ago (2015-04-15 22:51:09 UTC) #9
hyunjunekim2
On 2015/04/15 22:51:09, hyunjunekim2 wrote: > fs, Could you tell me if any part is ...
5 years, 8 months ago (2015-04-16 08:20:45 UTC) #10
fs
On 2015/04/15 17:43:21, hyunjunekim2 wrote: > On 2015/04/14 09:46:02, hyunjunekim2 wrote: > > On 2015/04/14 ...
5 years, 8 months ago (2015-04-16 08:48:09 UTC) #11
hyunjunekim2
fs, I have studied viewBox effect for 3 days, I think that 'hasAttribute(SVGNames::viewBoxAttr)' don't need ...
5 years, 8 months ago (2015-04-17 07:22:54 UTC) #12
fs
On 2015/04/17 07:22:54, hyunjunekim2 wrote: > fs, I have studied viewBox effect for 3 days, ...
5 years, 8 months ago (2015-04-17 08:25:54 UTC) #13
hyunjunekim2
On 2015/04/17 08:25:54, fs wrote: > On 2015/04/17 07:22:54, hyunjunekim2 wrote: > > fs, I ...
5 years, 8 months ago (2015-04-17 12:43:15 UTC) #14
fs
On 2015/04/17 12:43:15, hyunjunekim2 wrote: > On 2015/04/17 08:25:54, fs wrote: > > On 2015/04/17 ...
5 years, 8 months ago (2015-04-17 13:25:23 UTC) #15
hyunjunekim2
On 2015/04/17 13:25:23, fs wrote: > On 2015/04/17 12:43:15, hyunjunekim2 wrote: > > On 2015/04/17 ...
5 years, 8 months ago (2015-04-17 13:55:07 UTC) #16
fs
LGTM if tests still pass.
5 years, 8 months ago (2015-04-17 14:03:14 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1082723002/100001
5 years, 8 months ago (2015-04-17 14:06:46 UTC) #19
commit-bot: I haz the power
5 years, 8 months ago (2015-04-17 15:38:44 UTC) #20
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=193949

Powered by Google App Engine
This is Rietveld 408576698