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

Issue 140763007: Begin removing the style recalc timer (Closed)

Created:
6 years, 11 months ago by abarth-chromium
Modified:
6 years, 11 months ago
Reviewers:
esprehn, eseidel
CC:
blink-reviews, dglazkov+blink, sof, eae+blinkwatch, adamk+blink_chromium.org, Inactive
Visibility:
Public.

Description

Begin removing the style recalc timer This CL starts us down the path of removing the style recalc timer. Instead of actually removing the timer, this CL adjusts when we schedule the timer to match when we'll schedule the animation frame after we remove the recalc timer. BUG=337617 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=165689

Patch Set 1 #

Total comments: 2

Patch Set 2 : Update test results #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -8 lines) Patch
M LayoutTests/css3/device-adapt/opera/constrain-009.html View 1 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/css3/device-adapt/opera/constrain-010.html View 1 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/layout/common-ancestor-relayout-boundary.html View 1 2 chunks +1 line, -4 lines 0 comments Download
M LayoutTests/fast/layout/common-ancestor-relayout-boundary-expected.txt View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/dom/Document.cpp View 1 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
abarth-chromium
6 years, 11 months ago (2014-01-23 22:09:32 UTC) #1
esprehn
https://codereview.chromium.org/140763007/diff/1/Source/core/dom/Document.cpp File Source/core/dom/Document.cpp (right): https://codereview.chromium.org/140763007/diff/1/Source/core/dom/Document.cpp#newcode1542 Source/core/dom/Document.cpp:1542: if (m_styleRecalcTimer.isActive() || !shouldScheduleLayout()) Are we sure this is ...
6 years, 11 months ago (2014-01-23 22:13:00 UTC) #2
abarth-chromium
https://codereview.chromium.org/140763007/diff/1/Source/core/dom/Document.cpp File Source/core/dom/Document.cpp (right): https://codereview.chromium.org/140763007/diff/1/Source/core/dom/Document.cpp#newcode1542 Source/core/dom/Document.cpp:1542: if (m_styleRecalcTimer.isActive() || !shouldScheduleLayout()) On 2014/01/23 22:13:00, esprehn wrote: ...
6 years, 11 months ago (2014-01-23 22:22:53 UTC) #3
esprehn
On 2014/01/23 22:22:53, abarth wrote: > https://codereview.chromium.org/140763007/diff/1/Source/core/dom/Document.cpp > File Source/core/dom/Document.cpp (right): > > https://codereview.chromium.org/140763007/diff/1/Source/core/dom/Document.cpp#newcode1542 > ...
6 years, 11 months ago (2014-01-23 22:26:35 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/abarth@chromium.org/140763007/90001
6 years, 11 months ago (2014-01-24 00:21:17 UTC) #5
commit-bot: I haz the power
6 years, 11 months ago (2014-01-24 03:23:33 UTC) #6
Message was sent while issue was closed.
Change committed as 165689

Powered by Google App Engine
This is Rietveld 408576698