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

Issue 695423002: Push LayoutState from RenderSVGText (Closed)

Created:
6 years, 1 month ago by rhogan
Modified:
6 years, 1 month ago
CC:
blink-reviews, blink-reviews-rendering, krit, eae+blinkwatch, ed+blinkwatch_opera.com, f(malita), fs, gyuyoung.kim_webkit.org, jchaffraix+rendering, kouhei+svg_chromium.org, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, pdr+svgwatchlist_chromium.org, rwlbuis, Stephen Chennney, zoltan1
Project:
blink
Visibility:
Public.

Description

Columns Don't Apply to SVG Elements Column styling is not used on SVG elements so don't allow it to apply when parsing the style. BUG=399603 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185066

Patch Set 1 #

Total comments: 1

Patch Set 2 : Updated #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -0 lines) Patch
A LayoutTests/svg/text/layout-inline-children-assert.html View 1 chunk +14 lines, -0 lines 0 comments Download
A LayoutTests/svg/text/layout-inline-children-assert-expected.txt View 1 chunk +3 lines, -0 lines 0 comments Download
M Source/core/css/resolver/StyleAdjuster.cpp View 1 1 chunk +4 lines, -0 lines 0 comments Download
M Source/core/rendering/style/DataRef.h View 1 1 chunk +1 line, -0 lines 2 comments Download
M Source/core/rendering/style/RenderStyle.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/rendering/style/RenderStyle.cpp View 1 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
rhogan
6 years, 1 month ago (2014-11-03 21:22:55 UTC) #2
leviw_travelin_and_unemployed
https://codereview.chromium.org/695423002/diff/1/Source/core/rendering/svg/RenderSVGText.cpp File Source/core/rendering/svg/RenderSVGText.cpp (right): https://codereview.chromium.org/695423002/diff/1/Source/core/rendering/svg/RenderSVGText.cpp#newcode400 Source/core/rendering/svg/RenderSVGText.cpp:400: checkForPaginationLogicalHeightChange(pageLogicalHeight, pageLogicalHeightChanged, hasSpecifiedPageLogicalHeight); We also ASSERT(!hasColumns()) in RenderSVGText. It ...
6 years, 1 month ago (2014-11-03 21:55:11 UTC) #4
rhogan
On 2014/11/03 at 21:55:11, leviw wrote: > https://codereview.chromium.org/695423002/diff/1/Source/core/rendering/svg/RenderSVGText.cpp#newcode400 > Source/core/rendering/svg/RenderSVGText.cpp:400: checkForPaginationLogicalHeightChange(pageLogicalHeight, pageLogicalHeightChanged, hasSpecifiedPageLogicalHeight); > We ...
6 years, 1 month ago (2014-11-10 19:06:19 UTC) #5
leviw_travelin_and_unemployed
https://codereview.chromium.org/695423002/diff/20001/Source/core/rendering/style/DataRef.h File Source/core/rendering/style/DataRef.h (right): https://codereview.chromium.org/695423002/diff/20001/Source/core/rendering/style/DataRef.h#newcode65 Source/core/rendering/style/DataRef.h:65: void operator=(std::nullptr_t) { m_data = nullptr; } This makes ...
6 years, 1 month ago (2014-11-10 21:07:23 UTC) #6
rhogan
On 2014/11/10 at 21:07:23, leviw wrote: > https://codereview.chromium.org/695423002/diff/20001/Source/core/rendering/style/DataRef.h#newcode65 > Source/core/rendering/style/DataRef.h:65: void operator=(std::nullptr_t) { m_data = ...
6 years, 1 month ago (2014-11-10 21:31:51 UTC) #7
leviw_travelin_and_unemployed
On 2014/11/10 at 21:31:51, robhogan wrote: > On 2014/11/10 at 21:07:23, leviw wrote: > > ...
6 years, 1 month ago (2014-11-10 21:47:37 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/695423002/20001
6 years, 1 month ago (2014-11-10 21:51:35 UTC) #10
commit-bot: I haz the power
6 years, 1 month ago (2014-11-10 21:53:44 UTC) #11
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as 185066

Powered by Google App Engine
This is Rietveld 408576698