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

Issue 2423263002: Create FloatingObject from NG Fragment in old Layout tree (Closed)

Created:
4 years, 2 months ago by Gleb Lanbin
Modified:
4 years, 2 months ago
Reviewers:
cbiesinger, ikilpatrick
CC:
chromium-reviews, ojan+watch_chromium.org, szager+layoutwatch_chromium.org, glebl+reviews_chromium.org, zoltan1, blink-reviews-layout_chromium.org, pdr+renderingwatchlist_chromium.org, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering, blink-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Create FloatingObject from NG Fragment in old Layout tree This will create FloatingObjects from fragments in old Layout tree. FloatingObjects are required by BlockFlowPainter that uses them to paint floats. BUG=635619 Committed: https://crrev.com/bf964eb2871efa5f52041b13c3f9a7dfa4b93a24 Cr-Commit-Position: refs/heads/master@{#425896}

Patch Set 1 #

Total comments: 2

Patch Set 2 : add DCHECK(layout_box_->parent()) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -3 lines) Patch
M third_party/WebKit/Source/core/layout/ng/ng_box.cc View 1 1 chunk +13 lines, -3 lines 0 comments Download

Messages

Total messages: 18 (10 generated)
Gleb Lanbin
4 years, 2 months ago (2016-10-17 20:50:31 UTC) #2
cbiesinger
https://codereview.chromium.org/2423263002/diff/1/third_party/WebKit/Source/core/layout/ng/ng_box.cc File third_party/WebKit/Source/core/layout/ng/ng_box.cc (right): https://codereview.chromium.org/2423263002/diff/1/third_party/WebKit/Source/core/layout/ng/ng_box.cc#newcode112 third_party/WebKit/Source/core/layout/ng/ng_box.cc:112: if (layout_box_->isFloating() && parent->isLayoutBlockFlow()) { You're accessing layout_box_ without ...
4 years, 2 months ago (2016-10-17 21:00:34 UTC) #3
Gleb Lanbin
https://codereview.chromium.org/2423263002/diff/1/third_party/WebKit/Source/core/layout/ng/ng_box.cc File third_party/WebKit/Source/core/layout/ng/ng_box.cc (right): https://codereview.chromium.org/2423263002/diff/1/third_party/WebKit/Source/core/layout/ng/ng_box.cc#newcode112 third_party/WebKit/Source/core/layout/ng/ng_box.cc:112: if (layout_box_->isFloating() && parent->isLayoutBlockFlow()) { On 2016/10/17 21:00:34, cbiesinger ...
4 years, 2 months ago (2016-10-17 22:13:22 UTC) #4
cbiesinger
lgtm
4 years, 2 months ago (2016-10-17 22:14:33 UTC) #5
ikilpatrick
lgtm
4 years, 2 months ago (2016-10-17 22:15:11 UTC) #6
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/2423263002/20001
4 years, 2 months ago (2016-10-18 03:53:09 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 2 months ago (2016-10-18 05:57:02 UTC) #16
commit-bot: I haz the power
4 years, 2 months ago (2016-10-18 06:00:57 UTC) #18
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/bf964eb2871efa5f52041b13c3f9a7dfa4b93a24
Cr-Commit-Position: refs/heads/master@{#425896}

Powered by Google App Engine
This is Rietveld 408576698