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

Issue 1616193002: Add size check for PaintLayer (Closed)

Created:
4 years, 11 months ago by Xianzhu
Modified:
4 years, 11 months ago
Reviewers:
chrishtr
CC:
blink-reviews, blink-reviews-paint_chromium.org, chromium-reviews, dshwang, slimming-paint-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add size check for PaintLayer Committed: https://crrev.com/da42a3f1bb4756fb35f7ce4f90064f29eee87946 Cr-Commit-Position: refs/heads/master@{#371103}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : Show size #

Patch Set 4 : Exclude windows #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -0 lines) Patch
M third_party/WebKit/Source/core/paint/PaintLayer.cpp View 1 2 3 1 chunk +32 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (8 generated)
Xianzhu
4 years, 11 months ago (2016-01-21 23:39:11 UTC) #2
Xianzhu
It's already very big: 336 bytes on LP64.
4 years, 11 months ago (2016-01-21 23:42:34 UTC) #3
chrishtr
lgtm
4 years, 11 months ago (2016-01-21 23:42:59 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1616193002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1616193002/20001
4 years, 11 months ago (2016-01-21 23:44:39 UTC) #6
chrishtr
On 2016/01/21 at 23:42:34, wangxianzhu wrote: > It's already very big: 336 bytes on LP64. ...
4 years, 11 months ago (2016-01-21 23:45:49 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/134756)
4 years, 11 months ago (2016-01-22 00:37:45 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1616193002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1616193002/60001
4 years, 11 months ago (2016-01-22 23:18:15 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1616193002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1616193002/60001
4 years, 11 months ago (2016-01-22 23:23:48 UTC) #15
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 11 months ago (2016-01-23 00:53:09 UTC) #16
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/da42a3f1bb4756fb35f7ce4f90064f29eee87946 Cr-Commit-Position: refs/heads/master@{#371103}
4 years, 11 months ago (2016-01-23 00:54:22 UTC) #18
Scott Hess - ex-Googler
4 years, 11 months ago (2016-01-23 01:14:36 UTC) #19
Message was sent while issue was closed.
A revert of this CL (patchset #4 id:60001) has been created in
https://codereview.chromium.org/1622593003/ by shess@chromium.org.

The reason for reverting is: "Chromium Webkit WebKit Linux Oilpan Builder
failure"

https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Linux%20Oilpan...

../../third_party/WebKit/Source/core/paint/PaintLayer.cpp:125:1: error:
static_assert failed "PaintLayer should stay small"
static_assert(sizeof(PaintLayer) == sizeof(SameSizeAsPaintLayer), "PaintLayer
should stay small");
.

Powered by Google App Engine
This is Rietveld 408576698