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

Issue 1075093002: will-change on SVG elements should not reset transforms. (Closed)

Created:
5 years, 8 months ago by hyunjunekim2
Modified:
5 years, 8 months ago
Reviewers:
pdr., fs
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, blink-reviews-style_chromium.org, dglazkov+blink, ed+blinkwatch_opera.com, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

This CL is to fix will-change bug in SVG. Because if set will-change in SVG Element which has |transform| property, transform matrix applied |transform| property change to identity matrix. BUG=475573 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=193597

Patch Set 1 : Draft #

Total comments: 1

Patch Set 2 : Feedback(1) #

Patch Set 3 : Modified subject, description and added test-case. #

Total comments: 3

Patch Set 4 : added comments and modified test-case. #

Patch Set 5 : removed white-spaces. #

Total comments: 1

Patch Set 6 : edit a comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -2 lines) Patch
A LayoutTests/svg/transforms/will-change-transform.svg View 1 2 3 4 1 chunk +15 lines, -0 lines 0 comments Download
A LayoutTests/svg/transforms/will-change-transform-expected.svg View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M Source/core/css/resolver/StyleAdjuster.cpp View 1 2 3 4 5 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 16 (3 generated)
hyunjunekim2
pdr, I fixed issue 475573, Could you give me feedback? Thank you :)
5 years, 8 months ago (2015-04-10 04:01:27 UTC) #2
pdr.
Lets update the change title (and first line of the description) to be more descriptive. ...
5 years, 8 months ago (2015-04-10 04:55:11 UTC) #3
hyunjunekim2
On 2015/04/10 04:55:11, pdr wrote: > Lets update the change title (and first line of ...
5 years, 8 months ago (2015-04-10 05:36:59 UTC) #4
pdr.
On 2015/04/10 at 05:36:59, hyunjune.kim wrote: > On 2015/04/10 04:55:11, pdr wrote: > > Lets ...
5 years, 8 months ago (2015-04-10 05:39:40 UTC) #5
hyunjunekim2
On 2015/04/10 05:39:40, pdr wrote: > On 2015/04/10 at 05:36:59, hyunjune.kim wrote: > > On ...
5 years, 8 months ago (2015-04-10 07:18:46 UTC) #6
Mike West
Removing myself as a reviewer; I'm not a good choice for SVG-related code.
5 years, 8 months ago (2015-04-10 11:21:56 UTC) #8
pdr.
Getting closer https://codereview.chromium.org/1075093002/diff/40001/LayoutTests/svg/transforms/will-change-transform-expected.svg File LayoutTests/svg/transforms/will-change-transform-expected.svg (right): https://codereview.chromium.org/1075093002/diff/40001/LayoutTests/svg/transforms/will-change-transform-expected.svg#newcode1 LayoutTests/svg/transforms/will-change-transform-expected.svg:1: <svg xmlns="http://www.w3.org/2000/svg" width="700" height="500"> With the above ...
5 years, 8 months ago (2015-04-10 20:19:21 UTC) #9
hyunjunekim2
On 2015/04/10 20:19:21, pdr wrote: > Getting closer > > https://codereview.chromium.org/1075093002/diff/40001/LayoutTests/svg/transforms/will-change-transform-expected.svg > File LayoutTests/svg/transforms/will-change-transform-expected.svg (right): ...
5 years, 8 months ago (2015-04-11 07:02:50 UTC) #10
pdr.
https://codereview.chromium.org/1075093002/diff/80001/Source/core/css/resolver/StyleAdjuster.cpp File Source/core/css/resolver/StyleAdjuster.cpp (right): https://codereview.chromium.org/1075093002/diff/80001/Source/core/css/resolver/StyleAdjuster.cpp#newcode200 Source/core/css/resolver/StyleAdjuster.cpp:200: // can skip this because they implicitly have transforms. ...
5 years, 8 months ago (2015-04-11 17:04:25 UTC) #11
hyunjunekim2
On 2015/04/11 17:04:25, pdr wrote: > https://codereview.chromium.org/1075093002/diff/80001/Source/core/css/resolver/StyleAdjuster.cpp > File Source/core/css/resolver/StyleAdjuster.cpp (right): > > https://codereview.chromium.org/1075093002/diff/80001/Source/core/css/resolver/StyleAdjuster.cpp#newcode200 > ...
5 years, 8 months ago (2015-04-11 23:13:40 UTC) #12
pdr.
lgtm
5 years, 8 months ago (2015-04-11 23:22:02 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1075093002/100001
5 years, 8 months ago (2015-04-11 23:22:05 UTC) #15
commit-bot: I haz the power
5 years, 8 months ago (2015-04-12 02:32:18 UTC) #16
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=193597

Powered by Google App Engine
This is Rietveld 408576698