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

Issue 416243003: Make RecursionData a stack-allocated variable in StyleInvalidator, since it is only (Closed)

Created:
6 years, 5 months ago by chrishtr
Modified:
6 years, 4 months ago
Reviewers:
esprehn
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, dglazkov+blink, ed+blinkwatch_opera.com, rwlbuis, rune+blink
Project:
blink
Visibility:
Public.

Description

Make RecursionData a stack-allocated variable in StyleInvalidator, since it is only used during a single invalidation. These makes makes its intended object data lifetime clearer and avoids possible bugs. BUG=379908 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179050

Patch Set 1 #

Patch Set 2 : Reverted part of CL. #

Patch Set 3 : Fixed. #

Patch Set 4 : Fix. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -23 lines) Patch
M Source/core/css/invalidation/StyleInvalidator.h View 1 2 3 3 chunks +4 lines, -6 lines 0 comments Download
M Source/core/css/invalidation/StyleInvalidator.cpp View 1 2 2 chunks +18 lines, -17 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
chrishtr
6 years, 5 months ago (2014-07-25 01:35:18 UTC) #1
chrishtr
Ping?
6 years, 4 months ago (2014-07-28 17:17:54 UTC) #2
esprehn
lgtm
6 years, 4 months ago (2014-07-28 17:21:11 UTC) #3
chrishtr
The CQ bit was checked by chrishtr@chromium.org
6 years, 4 months ago (2014-07-28 17:22:17 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/chrishtr@chromium.org/416243003/60001
6 years, 4 months ago (2014-07-28 17:23:21 UTC) #5
commit-bot: I haz the power
6 years, 4 months ago (2014-07-28 17:56:00 UTC) #6
Message was sent while issue was closed.
Change committed as 179050

Powered by Google App Engine
This is Rietveld 408576698