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

Issue 2262973002: Switch override containing block sizes to use LayoutRareData (Closed)

Created:
4 years, 4 months ago by cbiesinger
Modified:
4 years, 4 months ago
CC:
chromium-reviews, szager+layoutwatch_chromium.org, zoltan1, blink-reviews-layout_chromium.org, pdr+renderingwatchlist_chromium.org, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering, blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Switch override containing block sizes to use LayoutRareData ...instead of the ugly global map. R=rego@igalia.com,jfernandez@igalia.com Committed: https://crrev.com/f19cf1208967951a7e32df31020e5120d551489c Cr-Commit-Position: refs/heads/master@{#413466}

Patch Set 1 #

Total comments: 2

Patch Set 2 : add a bool #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -23 lines) Patch
M third_party/WebKit/Source/core/layout/LayoutBox.h View 1 2 chunks +9 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBox.cpp View 1 2 chunks +17 lines, -21 lines 0 comments Download

Messages

Total messages: 20 (9 generated)
cbiesinger
4 years, 4 months ago (2016-08-20 19:39:01 UTC) #1
cbiesinger
Note, I am checking != -2 instead of >= -1 due to https://crbug.com/639620
4 years, 4 months ago (2016-08-20 19:39:42 UTC) #4
jfernandez
https://codereview.chromium.org/2262973002/diff/1/third_party/WebKit/Source/core/layout/LayoutBox.cpp File third_party/WebKit/Source/core/layout/LayoutBox.cpp (right): https://codereview.chromium.org/2262973002/diff/1/third_party/WebKit/Source/core/layout/LayoutBox.cpp#newcode1158 third_party/WebKit/Source/core/layout/LayoutBox.cpp:1158: return m_rareData && m_rareData->m_overrideContainingBlockContentLogicalHeight != LayoutUnit(-2); thinking about this ...
4 years, 4 months ago (2016-08-22 14:56:03 UTC) #7
cbiesinger
On 2016/08/22 14:56:03, jfernandez wrote: > https://codereview.chromium.org/2262973002/diff/1/third_party/WebKit/Source/core/layout/LayoutBox.cpp > File third_party/WebKit/Source/core/layout/LayoutBox.cpp (right): > > https://codereview.chromium.org/2262973002/diff/1/third_party/WebKit/Source/core/layout/LayoutBox.cpp#newcode1158 > ...
4 years, 4 months ago (2016-08-22 14:59:09 UTC) #8
jfernandez
On 2016/08/22 14:59:09, cbiesinger wrote: > On 2016/08/22 14:56:03, jfernandez wrote: > > > https://codereview.chromium.org/2262973002/diff/1/third_party/WebKit/Source/core/layout/LayoutBox.cpp ...
4 years, 4 months ago (2016-08-22 15:19:38 UTC) #9
cbiesinger
Fair enough. I'll add a bool for each of the two variables to indicate whether ...
4 years, 4 months ago (2016-08-22 15:29:52 UTC) #10
cbiesinger
Please take another look!
4 years, 4 months ago (2016-08-22 15:37:56 UTC) #12
jfernandez
LGTM
4 years, 4 months ago (2016-08-22 16:48:58 UTC) #14
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/2262973002/20001
4 years, 4 months ago (2016-08-22 16:50:41 UTC) #17
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-08-22 17:28:18 UTC) #18
commit-bot: I haz the power
4 years, 4 months ago (2016-08-22 17:30:22 UTC) #20
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/f19cf1208967951a7e32df31020e5120d551489c
Cr-Commit-Position: refs/heads/master@{#413466}

Powered by Google App Engine
This is Rietveld 408576698