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

Issue 202523004: Fully update compositing information for *layerTreeAsText calls (Closed)

Created:
6 years, 9 months ago by pdr.
Modified:
6 years, 9 months ago
Reviewers:
jamesr, ojan, Z_DONOTUSE, eseidel
CC:
blink-reviews, bemjb+rendering_chromium.org, dsinclair, zoltan1, eae+blinkwatch, leviw+renderwatch, abarth-chromium, jchaffraix+rendering, jamesr
Visibility:
Public.

Description

Fully update compositing information for *layerTreeAsText calls This patch ensures the compositing layers are up-to-date when calling elementLayerTreeAsText and layerTreeAsText from tests. Before, elementLayerTreeAsText had a DisableCompositingQueryAsserts which this patch removes. layerTreeAsText previously updated updateCompositingLayers but that was not sufficient; this patch adds a tighter assert and calls updateLayoutAndStyleForPainting to fully update. BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169579

Patch Set 1 #

Total comments: 2

Patch Set 2 : Assert that the compositor is up to date in layerTreeAsText #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -5 lines) Patch
M Source/core/frame/LocalFrame.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/compositing/RenderLayerCompositor.cpp View 1 1 chunk +1 line, -2 lines 0 comments Download
M Source/core/testing/Internals.cpp View 1 2 chunks +5 lines, -1 line 0 comments Download

Messages

Total messages: 15 (0 generated)
pdr.
6 years, 9 months ago (2014-03-18 00:12:48 UTC) #1
pdr.
ping
6 years, 9 months ago (2014-03-18 21:07:38 UTC) #2
pdr.
ping
6 years, 9 months ago (2014-03-18 21:07:39 UTC) #3
eseidel
6 years, 9 months ago (2014-03-18 21:13:53 UTC) #4
eseidel
https://codereview.chromium.org/202523004/diff/1/Source/core/frame/LocalFrame.cpp File Source/core/frame/LocalFrame.cpp (left): https://codereview.chromium.org/202523004/diff/1/Source/core/frame/LocalFrame.cpp#oldcode426 Source/core/frame/LocalFrame.cpp:426: String LocalFrame::layerTreeAsText(unsigned flags) const Should this ASSERT that it's ...
6 years, 9 months ago (2014-03-18 21:14:35 UTC) #5
eseidel
jamesr is probably your best reviewer.
6 years, 9 months ago (2014-03-18 21:14:58 UTC) #6
ojan
lgtm https://codereview.chromium.org/202523004/diff/1/Source/core/frame/LocalFrame.cpp File Source/core/frame/LocalFrame.cpp (left): https://codereview.chromium.org/202523004/diff/1/Source/core/frame/LocalFrame.cpp#oldcode426 Source/core/frame/LocalFrame.cpp:426: String LocalFrame::layerTreeAsText(unsigned flags) const On 2014/03/18 21:14:35, eseidel ...
6 years, 9 months ago (2014-03-19 17:29:41 UTC) #7
pdr.
On 2014/03/19 17:29:41, ojan wrote: > lgtm > > https://codereview.chromium.org/202523004/diff/1/Source/core/frame/LocalFrame.cpp > File Source/core/frame/LocalFrame.cpp (left): > ...
6 years, 9 months ago (2014-03-19 17:43:22 UTC) #8
pdr.
The CQ bit was checked by pdr@chromium.org
6 years, 9 months ago (2014-03-19 17:43:25 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pdr@chromium.org/202523004/20001
6 years, 9 months ago (2014-03-19 17:43:36 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-19 18:49:04 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on win_blink_rel
6 years, 9 months ago (2014-03-19 18:49:04 UTC) #12
pdr.
The CQ bit was checked by pdr@chromium.org
6 years, 9 months ago (2014-03-19 19:30:07 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pdr@chromium.org/202523004/20001
6 years, 9 months ago (2014-03-19 19:30:10 UTC) #14
commit-bot: I haz the power
6 years, 9 months ago (2014-03-19 20:16:54 UTC) #15
Message was sent while issue was closed.
Change committed as 169579

Powered by Google App Engine
This is Rietveld 408576698