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

Issue 266243002: Make displayAsyncThen use the CompositeAndReadbackAsync path. (Closed)

Created:
6 years, 7 months ago by danakj
Modified:
6 years, 7 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, jochen+watch_chromium.org, pfeldman
Visibility:
Public.

Description

Make displayAsyncThen use the CompositeAndReadbackAsync path. This avoids the use of the deprecated synchronous CompositeAndReadback when in composited mode. Depends on: https://codereview.chromium.org/272683003/ Depends on: https://codereview.chromium.org/262323002/ R=abarth@chromium.org, enne@chromium.org, piman@chromium.org, enne, piman BUG=370130 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=269338

Patch Set 1 #

Patch Set 2 : displayasync: #

Patch Set 3 : displayasync: #

Total comments: 3

Patch Set 4 : displayasync: #

Patch Set 5 : displayasync: #

Total comments: 2

Patch Set 6 : displayasync: #

Patch Set 7 : displayasync: #

Patch Set 8 : displayasync: . #

Patch Set 9 : displayasync: rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -23 lines) Patch
M content/shell/renderer/test_runner/WebTestProxy.h View 1 2 3 4 4 chunks +5 lines, -2 lines 0 comments Download
M content/shell/renderer/test_runner/WebTestProxy.cpp View 1 2 3 4 5 6 7 3 chunks +38 lines, -21 lines 0 comments Download

Messages

Total messages: 25 (0 generated)
danakj
https://codereview.chromium.org/266243002/diff/40001/content/shell/renderer/test_runner/WebTestProxy.cpp File content/shell/renderer/test_runner/WebTestProxy.cpp (right): https://codereview.chromium.org/266243002/diff/40001/content/shell/renderer/test_runner/WebTestProxy.cpp#newcode500 content/shell/renderer/test_runner/WebTestProxy.cpp:500: if (!webWidget()->isAcceleratedCompositingActive()) { This was the only way that ...
6 years, 7 months ago (2014-05-05 18:35:16 UTC) #1
danakj
This appears to break: virtual/deferred/inspector/timeline/timeline-paint.html inspector/timeline/timeline-paint.html media/track/opera/interfaces/TextTrackList/onaddtrack.html virtual/deferred/inspector/timeline/timeline-decode-resize.html I wonder why.
6 years, 7 months ago (2014-05-05 19:30:27 UTC) #2
enne (OOO)
Those tests are all the ones using displayAsyncThen. Re: https://storage.googleapis.com/chromium-layout-test-archives/win_blink_rel/6203/layout-test-results/virtual/deferred/inspector/timeline/timeline-paint-diff.txt --- E:\b\build\slave\win_layout\build\layout-test-results\virtual/deferred/inspector/timeline/timeline-paint-expected.txt +++ E:\b\build\slave\win_layout\build\layout-test-results\virtual/deferred/inspector/timeline/timeline-paint-actual.txt @@ ...
6 years, 7 months ago (2014-05-05 19:55:12 UTC) #3
danakj
On 2014/05/05 19:55:12, enne wrote: > Those tests are all the ones using displayAsyncThen. > ...
6 years, 7 months ago (2014-05-05 19:58:40 UTC) #4
danakj
Oh virtual/deferred/inspector/timeline/timeline-decode-resize.html is crashing, I'll take a look.
6 years, 7 months ago (2014-05-05 20:01:26 UTC) #5
danakj
PTAL. The only failures should be rebaselines now.
6 years, 7 months ago (2014-05-05 21:43:06 UTC) #6
enne (OOO)
lgtm, not that I'm an owner
6 years, 7 months ago (2014-05-05 22:02:38 UTC) #7
danakj
thanks! piman: OWNERS please
6 years, 7 months ago (2014-05-05 22:04:58 UTC) #8
abarth-chromium
https://codereview.chromium.org/266243002/diff/70001/content/shell/renderer/test_runner/WebTestProxy.cpp File content/shell/renderer/test_runner/WebTestProxy.cpp (right): https://codereview.chromium.org/266243002/diff/70001/content/shell/renderer/test_runner/WebTestProxy.cpp#newcode629 content/shell/renderer/test_runner/WebTestProxy.cpp:629: webWidget()->layout(); Will this change what we're testing by introducing ...
6 years, 7 months ago (2014-05-05 22:37:42 UTC) #9
danakj
https://codereview.chromium.org/266243002/diff/70001/content/shell/renderer/test_runner/WebTestProxy.cpp File content/shell/renderer/test_runner/WebTestProxy.cpp (right): https://codereview.chromium.org/266243002/diff/70001/content/shell/renderer/test_runner/WebTestProxy.cpp#newcode629 content/shell/renderer/test_runner/WebTestProxy.cpp:629: webWidget()->layout(); On 2014/05/05 22:37:43, abarth wrote: > Will this ...
6 years, 7 months ago (2014-05-05 22:46:55 UTC) #10
danakj
On 2014/05/05 22:46:55, danakj wrote: > https://codereview.chromium.org/266243002/diff/70001/content/shell/renderer/test_runner/WebTestProxy.cpp > File content/shell/renderer/test_runner/WebTestProxy.cpp (right): > > https://codereview.chromium.org/266243002/diff/70001/content/shell/renderer/test_runner/WebTestProxy.cpp#newcode629 > ...
6 years, 7 months ago (2014-05-05 22:51:31 UTC) #11
abarth-chromium
On 2014/05/05 22:46:55, danakj wrote: > https://codereview.chromium.org/266243002/diff/70001/content/shell/renderer/test_runner/WebTestProxy.cpp > File content/shell/renderer/test_runner/WebTestProxy.cpp (right): > > https://codereview.chromium.org/266243002/diff/70001/content/shell/renderer/test_runner/WebTestProxy.cpp#newcode629 > ...
6 years, 7 months ago (2014-05-05 22:53:04 UTC) #12
danakj
On Mon, May 5, 2014 at 6:53 PM, <abarth@chromium.org> wrote: > On 2014/05/05 22:46:55, danakj ...
6 years, 7 months ago (2014-05-05 22:59:35 UTC) #13
danakj
Since this may not be the best course of action I've pulled out the stuff ...
6 years, 7 months ago (2014-05-06 18:59:00 UTC) #14
abarth-chromium
On 2014/05/06 18:59:00, danakj wrote: > And I'm currently investigating to make tests unable to ...
6 years, 7 months ago (2014-05-07 05:30:27 UTC) #15
danakj
On 2014/05/07 05:30:27, abarth wrote: > On 2014/05/06 18:59:00, danakj wrote: > > And I'm ...
6 years, 7 months ago (2014-05-07 22:55:48 UTC) #16
abarth-chromium
Much nicer. Thanks! LGTM
6 years, 7 months ago (2014-05-08 12:58:15 UTC) #17
piman
LGTM - sorry, I thought I did that one already.
6 years, 7 months ago (2014-05-08 18:08:32 UTC) #18
piman
The CQ bit was checked by piman@chromium.org
6 years, 7 months ago (2014-05-08 18:08:43 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/danakj@chromium.org/266243002/130001
6 years, 7 months ago (2014-05-08 18:12:34 UTC) #20
danakj
The CQ bit was unchecked by danakj@chromium.org
6 years, 7 months ago (2014-05-08 18:14:25 UTC) #21
danakj
On 2014/05/08 18:08:32, piman wrote: > LGTM - sorry, I thought I did that one ...
6 years, 7 months ago (2014-05-08 18:14:40 UTC) #22
danakj
The CQ bit was checked by danakj@chromium.org
6 years, 7 months ago (2014-05-09 16:37:29 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/danakj@chromium.org/266243002/130001
6 years, 7 months ago (2014-05-09 16:43:06 UTC) #24
danakj
6 years, 7 months ago (2014-05-09 16:52:33 UTC) #25
Message was sent while issue was closed.
Committed patchset #9 manually as r269338 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698