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

Issue 1674323002: Detect a change in border that affects a positioned object's height or position (Closed)

Created:
4 years, 10 months ago by rhogan
Modified:
4 years, 10 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

Detect a change in border that affects a positioned object's height or position BUG=561612 Committed: https://crrev.com/4d23825e7f84e0057442cd94f4870547da64c483 Cr-Commit-Position: refs/heads/master@{#376962}

Patch Set 1 #

Total comments: 7

Patch Set 2 : Updated #

Patch Set 3 : Updated #

Patch Set 4 : Updated #

Total comments: 5

Patch Set 5 : Updated #

Total comments: 3

Patch Set 6 : Updated #

Patch Set 7 : Updated #

Messages

Total messages: 23 (6 generated)
rhogan
4 years, 10 months ago (2016-02-08 20:58:20 UTC) #2
mstensho (USE GERRIT)
https://codereview.chromium.org/1674323002/diff/1/third_party/WebKit/LayoutTests/fast/block/positioning/positioned-container-changes-block-direction-border-with-positioned-descendant.html File third_party/WebKit/LayoutTests/fast/block/positioning/positioned-container-changes-block-direction-border-with-positioned-descendant.html (right): https://codereview.chromium.org/1674323002/diff/1/third_party/WebKit/LayoutTests/fast/block/positioning/positioned-container-changes-block-direction-border-with-positioned-descendant.html#newcode8 third_party/WebKit/LayoutTests/fast/block/positioning/positioned-container-changes-block-direction-border-with-positioned-descendant.html:8: border-width: 150px 150px; This has no effect with border-style ...
4 years, 10 months ago (2016-02-09 09:08:52 UTC) #3
rhogan
https://codereview.chromium.org/1674323002/diff/1/third_party/WebKit/Source/core/layout/LayoutBlock.cpp File third_party/WebKit/Source/core/layout/LayoutBlock.cpp (right): https://codereview.chromium.org/1674323002/diff/1/third_party/WebKit/Source/core/layout/LayoutBlock.cpp#newcode1181 third_party/WebKit/Source/core/layout/LayoutBlock.cpp:1181: if (style->hasStaticBlockPosition(isHorizontal) || checkForChangeInAvailableHeight) { On 2016/02/09 at 09:08:51, ...
4 years, 10 months ago (2016-02-09 18:38:30 UTC) #4
mstensho (USE GERRIT)
https://codereview.chromium.org/1674323002/diff/1/third_party/WebKit/Source/core/layout/LayoutBlock.cpp File third_party/WebKit/Source/core/layout/LayoutBlock.cpp (right): https://codereview.chromium.org/1674323002/diff/1/third_party/WebKit/Source/core/layout/LayoutBlock.cpp#newcode1181 third_party/WebKit/Source/core/layout/LayoutBlock.cpp:1181: if (style->hasStaticBlockPosition(isHorizontal) || checkForChangeInAvailableHeight) { On 2016/02/09 18:38:30, rhogan ...
4 years, 10 months ago (2016-02-10 10:39:10 UTC) #5
rhogan
On 2016/02/10 at 10:39:10, mstensho wrote: > https://codereview.chromium.org/1674323002/diff/1/third_party/WebKit/Source/core/layout/LayoutBlock.cpp > File third_party/WebKit/Source/core/layout/LayoutBlock.cpp (right): > > https://codereview.chromium.org/1674323002/diff/1/third_party/WebKit/Source/core/layout/LayoutBlock.cpp#newcode1181 ...
4 years, 10 months ago (2016-02-11 19:47:50 UTC) #6
mstensho (USE GERRIT)
On 2016/02/11 19:47:50, rhogan wrote: > On 2016/02/10 at 10:39:10, mstensho wrote: > > > ...
4 years, 10 months ago (2016-02-11 20:17:47 UTC) #7
rhogan
On 2016/02/11 at 20:17:47, mstensho wrote: > On 2016/02/11 19:47:50, rhogan wrote: > > On ...
4 years, 10 months ago (2016-02-16 20:25:53 UTC) #8
mstensho (USE GERRIT)
https://codereview.chromium.org/1674323002/diff/60001/third_party/WebKit/LayoutTests/fast/block/positioning/positioned-container-changes-block-direction-border-with-positioned-descendant.html File third_party/WebKit/LayoutTests/fast/block/positioning/positioned-container-changes-block-direction-border-with-positioned-descendant.html (right): https://codereview.chromium.org/1674323002/diff/60001/third_party/WebKit/LayoutTests/fast/block/positioning/positioned-container-changes-block-direction-border-with-positioned-descendant.html#newcode32 third_party/WebKit/LayoutTests/fast/block/positioning/positioned-container-changes-block-direction-border-with-positioned-descendant.html:32: <div id="child" data-expected-height=140></div> There are tabs here. https://codereview.chromium.org/1674323002/diff/60001/third_party/WebKit/Source/core/layout/LayoutBlock.cpp File ...
4 years, 10 months ago (2016-02-17 10:19:42 UTC) #9
rhogan
On 2016/02/17 at 10:19:42, mstensho wrote: > We should probably clean up this, but that's ...
4 years, 10 months ago (2016-02-21 10:20:30 UTC) #10
rhogan
On 2016/02/17 at 10:19:42, mstensho wrote: > We should probably clean up this, but that's ...
4 years, 10 months ago (2016-02-21 10:20:30 UTC) #11
mstensho (USE GERRIT)
lgtm https://codereview.chromium.org/1674323002/diff/80001/third_party/WebKit/Source/core/layout/LayoutBlock.cpp File third_party/WebKit/Source/core/layout/LayoutBlock.cpp (right): https://codereview.chromium.org/1674323002/diff/80001/third_party/WebKit/Source/core/layout/LayoutBlock.cpp#newcode108 third_party/WebKit/Source/core/layout/LayoutBlock.cpp:108: typedef WTF::HashSet<LayoutBlock*> DelayedUpdateScrollInfoSet; I've mentioned this quite a ...
4 years, 10 months ago (2016-02-22 10:05:19 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1674323002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1674323002/120001
4 years, 10 months ago (2016-02-22 21:11:37 UTC) #15
rhogan
On 2016/02/22 at 10:05:19, mstensho wrote: > I've mentioned this quite a few times already: ...
4 years, 10 months ago (2016-02-22 21:14:43 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/177616)
4 years, 10 months ago (2016-02-23 00:25:23 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1674323002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1674323002/120001
4 years, 10 months ago (2016-02-23 07:23:10 UTC) #20
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 10 months ago (2016-02-23 10:22:32 UTC) #21
commit-bot: I haz the power
4 years, 10 months ago (2016-02-23 10:23:28 UTC) #23
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/4d23825e7f84e0057442cd94f4870547da64c483
Cr-Commit-Position: refs/heads/master@{#376962}

Powered by Google App Engine
This is Rietveld 408576698