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

Issue 2511283003: Set the inline position of floats a bit later. (Closed)

Created:
4 years, 1 month ago by mstensho (USE GERRIT)
Modified:
4 years ago
Reviewers:
szager1
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
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Set the inline position of floats a bit later. No need to do it so early, since nobody cares about its position at this point. This means that there's also no need to update it after having been pushed down by pagination. As long as we set it before positioning subsequent floats or other types of content, we're good. Also store margins as local variables. No huge gain, apart from prettier code with fewer breaks. No behavior changes intended. Committed: https://crrev.com/73b64e1b7ea5f8d962e3538564e49c3c92bdff46 Cr-Commit-Position: refs/heads/master@{#434388}

Patch Set 1 #

Patch Set 2 : Rebase master. No conflicts here. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -18 lines) Patch
M third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp View 1 4 chunks +11 lines, -18 lines 0 comments Download

Messages

Total messages: 43 (23 generated)
mstensho (USE GERRIT)
4 years, 1 month ago (2016-11-18 14:24:15 UTC) #4
mstensho (USE GERRIT)
ping?
4 years ago (2016-11-23 06:31:04 UTC) #7
szager1
lgtm
4 years ago (2016-11-23 16:12:32 UTC) #8
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/2511283003/1
4 years ago (2016-11-23 16:25:25 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/343479)
4 years ago (2016-11-23 17:36:29 UTC) #12
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/2511283003/1
4 years ago (2016-11-23 18:37:14 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/343605)
4 years ago (2016-11-23 21:49:25 UTC) #16
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/2511283003/1
4 years ago (2016-11-23 21:53:34 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/343797)
4 years ago (2016-11-24 02:44:23 UTC) #20
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/2511283003/1
4 years ago (2016-11-24 06:04:19 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) linux_chromium_rel_ng on ...
4 years ago (2016-11-24 08:05:26 UTC) #24
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/2511283003/1
4 years ago (2016-11-24 08:33:48 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL)
4 years ago (2016-11-24 10:34:58 UTC) #28
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/2511283003/1
4 years ago (2016-11-24 13:27:08 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/344224)
4 years ago (2016-11-24 15:41:57 UTC) #32
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/2511283003/1
4 years ago (2016-11-24 16:03:22 UTC) #34
commit-bot: I haz the power
Failed to apply patch for third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp: While running git apply --index -p1; error: patch failed: ...
4 years ago (2016-11-24 18:09:47 UTC) #36
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/2511283003/20001
4 years ago (2016-11-24 19:44:47 UTC) #39
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years ago (2016-11-24 21:42:20 UTC) #41
commit-bot: I haz the power
4 years ago (2016-11-24 21:43:40 UTC) #43
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/73b64e1b7ea5f8d962e3538564e49c3c92bdff46
Cr-Commit-Position: refs/heads/master@{#434388}

Powered by Google App Engine
This is Rietveld 408576698