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

Issue 2906033002: Fix narrow child cluster inherit multiplier from wide parent cluster (Closed)

Created:
3 years, 6 months ago by cathiechentx
Modified:
3 years, 6 months ago
Reviewers:
pdr., skobes, Wei Xiaohai
CC:
chromium-reviews, pdr+renderingwatchlist_chromium.org, zoltan1, blink-reviews-layout_chromium.org, szager+layoutwatch_chromium.org, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering, blink-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix narrow child cluster inherit multiplier from wide parent cluster A narrow child cluster(eg. width:200px) shouldn't inherit multiplier from parent cluster(eg. width:800px). BUG= Review-Url: https://codereview.chromium.org/2906033002 Cr-Commit-Position: refs/heads/master@{#476587} Committed: https://chromium.googlesource.com/chromium/src/+/091d7b4b9942e20b459194f57c5e6ac3d18082bb

Patch Set 1 #

Total comments: 3

Patch Set 2 : using DeepestBlockContainingAllText to compare #

Patch Set 3 : format #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -2 lines) Patch
M third_party/WebKit/Source/core/layout/TextAutosizer.cpp View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/TextAutosizerTest.cpp View 2 chunks +38 lines, -1 line 0 comments Download

Messages

Total messages: 16 (9 generated)
cathiechentx
To fix inherit issue:) https://codereview.chromium.org/2906033002/diff/1/third_party/WebKit/Source/core/layout/TextAutosizer.cpp File third_party/WebKit/Source/core/layout/TextAutosizer.cpp (right): https://codereview.chromium.org/2906033002/diff/1/third_party/WebKit/Source/core/layout/TextAutosizer.cpp#newcode1160 third_party/WebKit/Source/core/layout/TextAutosizer.cpp:1160: cluster->root_->ContentLogicalWidth().ToFloat()); This inherit issue could ...
3 years, 6 months ago (2017-05-26 09:58:59 UTC) #3
cathiechentx
To fix inherit issue:)
3 years, 6 months ago (2017-05-26 10:01:47 UTC) #4
skobes
https://codereview.chromium.org/2906033002/diff/1/third_party/WebKit/Source/core/layout/TextAutosizer.cpp File third_party/WebKit/Source/core/layout/TextAutosizer.cpp (right): https://codereview.chromium.org/2906033002/diff/1/third_party/WebKit/Source/core/layout/TextAutosizer.cpp#newcode1160 third_party/WebKit/Source/core/layout/TextAutosizer.cpp:1160: cluster->root_->ContentLogicalWidth().ToFloat()); On 2017/05/26 09:58:59, cathiechentx wrote: > This inherit ...
3 years, 6 months ago (2017-05-31 02:25:29 UTC) #5
cathiechentx
https://codereview.chromium.org/2906033002/diff/1/third_party/WebKit/Source/core/layout/TextAutosizer.cpp File third_party/WebKit/Source/core/layout/TextAutosizer.cpp (right): https://codereview.chromium.org/2906033002/diff/1/third_party/WebKit/Source/core/layout/TextAutosizer.cpp#newcode1160 third_party/WebKit/Source/core/layout/TextAutosizer.cpp:1160: cluster->root_->ContentLogicalWidth().ToFloat()); On 2017/05/31 02:25:28, skobes wrote: > On 2017/05/26 ...
3 years, 6 months ago (2017-06-01 15:13:22 UTC) #6
skobes
lgtm
3 years, 6 months ago (2017-06-01 21:20:45 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2906033002/40001
3 years, 6 months ago (2017-06-02 03:29:59 UTC) #13
commit-bot: I haz the power
3 years, 6 months ago (2017-06-02 05:46:44 UTC) #16
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/091d7b4b9942e20b459194f57c5e...

Powered by Google App Engine
This is Rietveld 408576698