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

Issue 1551573002: Clear box from percentage descendants when it is split off from the ancestor (Closed)

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

Description

Clear box from percentage descendants when it is split off from the ancestor Ensure that ancestors that no longer need to track percentage descendants after the split have them removed from their tracking lists. BUG=568387 Committed: https://crrev.com/8f566488e5c3f107d2931ff64bdc68a12dfa0340 Cr-Commit-Position: refs/heads/master@{#371791}

Patch Set 1 #

Total comments: 10

Patch Set 2 : Updated #

Total comments: 5

Patch Set 3 : Updated #

Total comments: 3

Patch Set 4 : Updated #

Patch Set 5 : Updated #

Patch Set 6 : Updated #

Total comments: 1

Patch Set 7 : Updated #

Patch Set 8 : Updated #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -3 lines) Patch
A third_party/WebKit/LayoutTests/fast/table/split-table-section-before-anonymous-block-crash.html View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/split-table-section-before-anonymous-block-crash-expected.txt View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBox.cpp View 1 2 3 4 5 6 7 3 chunks +7 lines, -3 lines 0 comments Download

Messages

Total messages: 31 (13 generated)
rhogan
4 years, 11 months ago (2016-01-14 11:08:04 UTC) #2
mstensho (USE GERRIT)
https://codereview.chromium.org/1551573002/diff/1/third_party/WebKit/LayoutTests/platform/linux/fast/table/split-table-section-before-anonymous-block-1-expected.txt File third_party/WebKit/LayoutTests/platform/linux/fast/table/split-table-section-before-anonymous-block-1-expected.txt (right): https://codereview.chromium.org/1551573002/diff/1/third_party/WebKit/LayoutTests/platform/linux/fast/table/split-table-section-before-anonymous-block-1-expected.txt#newcode1 third_party/WebKit/LayoutTests/platform/linux/fast/table/split-table-section-before-anonymous-block-1-expected.txt:1: layer at (0,0) size 800x600 Can you make reftests, ...
4 years, 11 months ago (2016-01-18 20:06:24 UTC) #3
rhogan
On 2016/01/18 at 20:06:24, mstensho wrote: > https://codereview.chromium.org/1551573002/diff/1/third_party/WebKit/LayoutTests/platform/linux/fast/table/split-table-section-before-anonymous-block-1-expected.txt > File third_party/WebKit/LayoutTests/platform/linux/fast/table/split-table-section-before-anonymous-block-1-expected.txt (right): > > https://codereview.chromium.org/1551573002/diff/1/third_party/WebKit/LayoutTests/platform/linux/fast/table/split-table-section-before-anonymous-block-1-expected.txt#newcode1 ...
4 years, 11 months ago (2016-01-20 21:49:59 UTC) #5
mstensho (USE GERRIT)
https://codereview.chromium.org/1551573002/diff/1/third_party/WebKit/Source/core/layout/LayoutBox.cpp File third_party/WebKit/Source/core/layout/LayoutBox.cpp (right): https://codereview.chromium.org/1551573002/diff/1/third_party/WebKit/Source/core/layout/LayoutBox.cpp#newcode4663 third_party/WebKit/Source/core/layout/LayoutBox.cpp:4663: if (LayoutBlock::hasPercentHeightContainerMap()) On 2016/01/18 20:06:24, mstensho wrote: > Can ...
4 years, 11 months ago (2016-01-21 19:12:33 UTC) #6
rhogan
On 2016/01/21 at 19:12:33, mstensho wrote: > https://codereview.chromium.org/1551573002/diff/1/third_party/WebKit/Source/core/layout/LayoutBox.cpp > File third_party/WebKit/Source/core/layout/LayoutBox.cpp (right): > > https://codereview.chromium.org/1551573002/diff/1/third_party/WebKit/Source/core/layout/LayoutBox.cpp#newcode4663 ...
4 years, 11 months ago (2016-01-23 10:13:54 UTC) #7
rhogan
https://codereview.chromium.org/1551573002/diff/20001/third_party/WebKit/Source/core/layout/LayoutBox.cpp File third_party/WebKit/Source/core/layout/LayoutBox.cpp (right): https://codereview.chromium.org/1551573002/diff/20001/third_party/WebKit/Source/core/layout/LayoutBox.cpp#newcode4680 third_party/WebKit/Source/core/layout/LayoutBox.cpp:4680: // We're splitting from our previousSibling(). On 2016/01/21 at ...
4 years, 11 months ago (2016-01-24 12:31:37 UTC) #9
mstensho (USE GERRIT)
https://codereview.chromium.org/1551573002/diff/20001/third_party/WebKit/Source/core/layout/LayoutBox.cpp File third_party/WebKit/Source/core/layout/LayoutBox.cpp (right): https://codereview.chromium.org/1551573002/diff/20001/third_party/WebKit/Source/core/layout/LayoutBox.cpp#newcode4680 third_party/WebKit/Source/core/layout/LayoutBox.cpp:4680: // We're splitting from our previousSibling(). On 2016/01/24 12:31:37, ...
4 years, 11 months ago (2016-01-25 09:17:08 UTC) #10
rhogan
https://codereview.chromium.org/1551573002/diff/40001/third_party/WebKit/Source/core/layout/LayoutBox.cpp File third_party/WebKit/Source/core/layout/LayoutBox.cpp (right): https://codereview.chromium.org/1551573002/diff/40001/third_party/WebKit/Source/core/layout/LayoutBox.cpp#newcode4700 third_party/WebKit/Source/core/layout/LayoutBox.cpp:4700: LayoutBlock::clearPercentHeightDescendantsFrom(postBox); On 2016/01/25 at 09:17:07, mstensho wrote: > This ...
4 years, 11 months ago (2016-01-25 19:14:55 UTC) #11
mstensho (USE GERRIT)
lgtm with one nit (but just ignore it if you disagree). https://codereview.chromium.org/1551573002/diff/100001/third_party/WebKit/Source/core/layout/LayoutBox.cpp File third_party/WebKit/Source/core/layout/LayoutBox.cpp (right): ...
4 years, 11 months ago (2016-01-25 19:37:07 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1551573002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1551573002/120001
4 years, 11 months ago (2016-01-25 21:43:55 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/170965) mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 11 months ago (2016-01-25 23:00:58 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1551573002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1551573002/120001
4 years, 11 months ago (2016-01-26 13:28:48 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/170318)
4 years, 11 months ago (2016-01-26 13:45:39 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1551573002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1551573002/140001
4 years, 11 months ago (2016-01-26 20:21:07 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/13077) android_clang_dbg_recipe on tryserver.chromium.android (JOB_FAILED, ...
4 years, 11 months ago (2016-01-26 20:29:55 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1551573002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1551573002/140001
4 years, 11 months ago (2016-01-27 14:47:52 UTC) #28
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 11 months ago (2016-01-27 15:41:53 UTC) #29
commit-bot: I haz the power
4 years, 11 months ago (2016-01-27 15:42:44 UTC) #31
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/8f566488e5c3f107d2931ff64bdc68a12dfa0340
Cr-Commit-Position: refs/heads/master@{#371791}

Powered by Google App Engine
This is Rietveld 408576698