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

Issue 2056043002: [css-flexbox] Cache whether our main axis size is definite (Closed)

Created:
4 years, 6 months ago by cbiesinger
Modified:
4 years, 5 months ago
Reviewers:
dgrogan, eae, cbiesinger1
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

[css-flexbox] Cache whether our main axis size is definite This is an important performance optimization on pages that have a lot of percentage-sized descendants of flexboxes. TEST=n/a, no change in behavior BUG=617792 Committed: https://crrev.com/7f6ee2762d0e5617c17ad828d6353424ca59bacd Cr-Commit-Position: refs/heads/master@{#404969}

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : , #

Patch Set 4 : rebased #

Total comments: 1

Patch Set 5 : review comments #

Patch Set 6 : try to fix tests #

Patch Set 7 : different approach #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -7 lines) Patch
M third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h View 1 2 3 4 5 6 2 chunks +7 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp View 1 2 3 4 5 6 5 chunks +19 lines, -7 lines 0 comments Download

Messages

Total messages: 57 (27 generated)
cbiesinger
4 years, 5 months ago (2016-07-06 22:58:45 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2056043002/60001
4 years, 5 months ago (2016-07-06 22:59:53 UTC) #6
eae
https://codereview.chromium.org/2056043002/diff/60001/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h File third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h (right): https://codereview.chromium.org/2056043002/diff/60001/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h#newcode205 third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h:205: int m_hasDefiniteHeight = -1; Use an enum for this. ...
4 years, 5 months ago (2016-07-06 23:06:09 UTC) #7
cbiesinger
On 2016/07/06 23:06:09, eae wrote: > https://codereview.chromium.org/2056043002/diff/60001/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h > File third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h (right): > > https://codereview.chromium.org/2056043002/diff/60001/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h#newcode205 > ...
4 years, 5 months ago (2016-07-06 23:19:47 UTC) #8
eae
Thanks, LGTM!
4 years, 5 months ago (2016-07-06 23:21:50 UTC) #9
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/2056043002/80001
4 years, 5 months ago (2016-07-06 23:23:33 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/255746)
4 years, 5 months ago (2016-07-07 00:15:03 UTC) #13
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/2056043002/80001
4 years, 5 months ago (2016-07-07 00:21:21 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/240860)
4 years, 5 months ago (2016-07-07 01:04:53 UTC) #17
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/2056043002/80001
4 years, 5 months ago (2016-07-07 01:12:52 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/239961)
4 years, 5 months ago (2016-07-07 02:25:54 UTC) #21
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/2056043002/80001
4 years, 5 months ago (2016-07-07 03:20:52 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/251125)
4 years, 5 months ago (2016-07-07 04:17:29 UTC) #25
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/2056043002/80001
4 years, 5 months ago (2016-07-07 15:01:31 UTC) #27
cbiesinger
OK, looks like there are a couple of real failures: fast/repaint/video-unmute-repaint.html fast/repaint/video-mute-repaint.html Looking.
4 years, 5 months ago (2016-07-07 15:52:53 UTC) #28
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2056043002/100001
4 years, 5 months ago (2016-07-07 17:44:01 UTC) #31
cbiesinger
Emil: I'm doing this slightly differently now, do you want to take another look?
4 years, 5 months ago (2016-07-07 17:44:41 UTC) #32
cbiesinger
Nevermind, that doesn't seem to work either :(
4 years, 5 months ago (2016-07-07 17:46:55 UTC) #33
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2056043002/120001
4 years, 5 months ago (2016-07-07 19:44:16 UTC) #36
cbiesinger
Emil: The try servers like this version now -- it's slightly different than the original ...
4 years, 5 months ago (2016-07-07 21:13:25 UTC) #37
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-07-07 21:40:17 UTC) #39
eae
Still looks good. CQ+
4 years, 5 months ago (2016-07-12 16:34:46 UTC) #41
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/2056043002/120001
4 years, 5 months ago (2016-07-12 16:36:45 UTC) #44
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/200004)
4 years, 5 months ago (2016-07-12 18:05:17 UTC) #46
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/2056043002/120001
4 years, 5 months ago (2016-07-12 18:59:47 UTC) #48
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/191647)
4 years, 5 months ago (2016-07-13 01:07:56 UTC) #50
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/2056043002/120001
4 years, 5 months ago (2016-07-13 01:09:33 UTC) #52
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 5 months ago (2016-07-13 03:38:48 UTC) #54
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-13 03:39:21 UTC) #55
commit-bot: I haz the power
4 years, 5 months ago (2016-07-13 03:42:08 UTC) #57
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/7f6ee2762d0e5617c17ad828d6353424ca59bacd
Cr-Commit-Position: refs/heads/master@{#404969}

Powered by Google App Engine
This is Rietveld 408576698