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

Issue 1252933003: Shrink SVG paint-order to take less bits (Closed)

Created:
5 years, 4 months ago by Shanmuga Pandi
Modified:
5 years, 4 months ago
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Shrink SVG paint-order to take less bits This patch is heavily inspired from WebKit. http://trac.webkit.org/changeset/165595 dominant-baseline property will be moved from non-inherited to inherited. To save the space for it, paint-order needs to be shrink. BUG=142215 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=199879

Patch Set 1 #

Total comments: 6

Patch Set 2 : Align with review comments #

Patch Set 3 : small nits #

Total comments: 8

Patch Set 4 : Align with review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -77 lines) Patch
M Source/core/css/ComputedStyleCSSValueMapping.cpp View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/css/parser/CSSPropertyParser.cpp View 1 2 3 1 chunk +38 lines, -39 lines 0 comments Download
M Source/core/css/resolver/StyleBuilderConverter.cpp View 1 1 chunk +12 lines, -22 lines 0 comments Download
M Source/core/style/SVGComputedStyle.h View 1 6 chunks +6 lines, -6 lines 0 comments Download
M Source/core/style/SVGComputedStyle.cpp View 1 2 3 3 chunks +32 lines, -2 lines 0 comments Download
M Source/core/style/SVGComputedStyleDefs.h View 1 1 chunk +9 lines, -3 lines 0 comments Download

Messages

Total messages: 16 (4 generated)
Shanmuga Pandi
Please check this patch. Thank you.
5 years, 4 months ago (2015-07-28 10:03:29 UTC) #2
rwlbuis
On 2015/07/28 10:03:29, Shanmuga Pandi wrote: > Please check this patch. > Thank you. Looks ...
5 years, 4 months ago (2015-07-28 16:05:30 UTC) #3
rwlbuis
On 2015/07/28 16:05:30, rwlbuis wrote: > On 2015/07/28 10:03:29, Shanmuga Pandi wrote: > > Please ...
5 years, 4 months ago (2015-07-28 16:06:27 UTC) #4
rwlbuis
On 2015/07/28 16:06:27, rwlbuis wrote: > On 2015/07/28 16:05:30, rwlbuis wrote: > > On 2015/07/28 ...
5 years, 4 months ago (2015-07-28 22:52:51 UTC) #6
pdr.
Overall I like the direction of this patch. Mostly high-level concerns below as the code ...
5 years, 4 months ago (2015-07-29 05:20:50 UTC) #8
Shanmuga Pandi
https://codereview.chromium.org/1252933003/diff/1/LayoutTests/svg/css/script-tests/svg-paint-order.js File LayoutTests/svg/css/script-tests/svg-paint-order.js (right): https://codereview.chromium.org/1252933003/diff/1/LayoutTests/svg/css/script-tests/svg-paint-order.js#newcode33 LayoutTests/svg/css/script-tests/svg-paint-order.js:33: test("fill stroke markers", "fill"); On 2015/07/29 05:20:50, pdr wrote: ...
5 years, 4 months ago (2015-07-29 06:55:04 UTC) #9
Shanmuga Pandi
I have updated the code. Please review it. Thanks
5 years, 4 months ago (2015-07-29 13:02:43 UTC) #10
fs
On 2015/07/29 06:55:04, Shanmuga Pandi wrote: > https://codereview.chromium.org/1252933003/diff/1/LayoutTests/svg/css/script-tests/svg-paint-order.js > File LayoutTests/svg/css/script-tests/svg-paint-order.js (right): > > https://codereview.chromium.org/1252933003/diff/1/LayoutTests/svg/css/script-tests/svg-paint-order.js#newcode33 ...
5 years, 4 months ago (2015-07-30 14:39:37 UTC) #11
Shanmuga Pandi
Done the changes as per comments. Please check. Thanks https://codereview.chromium.org/1252933003/diff/40001/Source/core/css/ComputedStyleCSSValueMapping.cpp File Source/core/css/ComputedStyleCSSValueMapping.cpp (right): https://codereview.chromium.org/1252933003/diff/40001/Source/core/css/ComputedStyleCSSValueMapping.cpp#newcode1194 Source/core/css/ComputedStyleCSSValueMapping.cpp:1194: ...
5 years, 4 months ago (2015-07-31 08:44:50 UTC) #12
fs
lgtm
5 years, 4 months ago (2015-07-31 13:27:38 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1252933003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1252933003/60001
5 years, 4 months ago (2015-08-03 05:14:26 UTC) #15
commit-bot: I haz the power
5 years, 4 months ago (2015-08-03 07:01:16 UTC) #16
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=199879

Powered by Google App Engine
This is Rietveld 408576698