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

Issue 139053002: cc: Release main thread earlier (Closed)

Created:
6 years, 11 months ago by enne (OOO)
Modified:
6 years, 11 months ago
Reviewers:
danakj, brianderson
CC:
chromium-reviews, cc-bugs_chromium.org, nduca, epenner
Visibility:
Public.

Description

cc: Release main thread earlier Previously, the main thread would wait for the compositor thread to do a good bit of work during its CommitComplete. This work doesn't involve the main thread and so there is no reason to not release it earlier. However, releasing earlier creates raciness between LayerTreeHost::CommitComplete and LayerTreeHostImpl::CommitComplete that did not exist before. Several failing tests were updated to try to take this into account. BUG=333013 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=246829

Patch Set 1 #

Patch Set 2 : old chunk mismatch #

Total comments: 6

Patch Set 3 : Rename inside_commit #

Total comments: 2

Patch Set 4 : Rebase #

Patch Set 5 : Add comment #

Patch Set 6 : Rebase on top of 139553003 #

Patch Set 7 : Don't include danakj's patch #

Patch Set 8 : Rebase #

Patch Set 9 : Fix tests broken by raciness #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -185 lines) Patch
M cc/layers/texture_layer_unittest.cc View 1 2 3 4 5 6 7 8 chunks +10 lines, -81 lines 0 comments Download
M cc/test/layer_tree_test.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 1 comment Download
M cc/test/layer_tree_test.cc View 1 2 3 4 5 6 7 8 2 chunks +11 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 1 2 3 4 5 6 7 8 12 chunks +41 lines, -39 lines 2 comments Download
M cc/trees/layer_tree_host_unittest_context.cc View 1 2 3 4 5 6 7 8 3 chunks +7 lines, -10 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_delegated.cc View 1 2 3 4 5 6 7 5 chunks +11 lines, -43 lines 0 comments Download
M cc/trees/thread_proxy.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/thread_proxy.cc View 1 2 3 4 5 6 4 chunks +15 lines, -11 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
enne (OOO)
https://codereview.chromium.org/139053002/diff/40001/cc/trees/layer_tree_host_unittest_delegated.cc File cc/trees/layer_tree_host_unittest_delegated.cc (left): https://codereview.chromium.org/139053002/diff/40001/cc/trees/layer_tree_host_unittest_delegated.cc#oldcode1927 cc/trees/layer_tree_host_unittest_delegated.cc:1927: virtual void DidCommit() OVERRIDE { Main thread DidCommit is ...
6 years, 11 months ago (2014-01-15 00:36:04 UTC) #1
enne (OOO)
+alokp Sorry for stepping on your toes here. A bunch of folks kept coming up ...
6 years, 11 months ago (2014-01-15 00:37:11 UTC) #2
alokp
On 2014/01/15 00:37:11, enne wrote: > +alokp > > Sorry for stepping on your toes ...
6 years, 11 months ago (2014-01-15 00:46:40 UTC) #3
brianderson
https://codereview.chromium.org/139053002/diff/40001/cc/trees/layer_tree_host_unittest_delegated.cc File cc/trees/layer_tree_host_unittest_delegated.cc (right): https://codereview.chromium.org/139053002/diff/40001/cc/trees/layer_tree_host_unittest_delegated.cc#newcode1898 cc/trees/layer_tree_host_unittest_delegated.cc:1898: SetFrameData(frame.Pass()); What is this extra case needed for? https://codereview.chromium.org/139053002/diff/40001/cc/trees/thread_proxy.cc ...
6 years, 11 months ago (2014-01-15 00:59:37 UTC) #4
brianderson
6 years, 11 months ago (2014-01-15 01:06:53 UTC) #5
enne (OOO)
https://codereview.chromium.org/139053002/diff/40001/cc/trees/layer_tree_host_unittest_delegated.cc File cc/trees/layer_tree_host_unittest_delegated.cc (right): https://codereview.chromium.org/139053002/diff/40001/cc/trees/layer_tree_host_unittest_delegated.cc#newcode1898 cc/trees/layer_tree_host_unittest_delegated.cc:1898: SetFrameData(frame.Pass()); On 2014/01/15 00:59:38, Brian Anderson wrote: > What ...
6 years, 11 months ago (2014-01-15 01:21:49 UTC) #6
brianderson
lgtm
6 years, 11 months ago (2014-01-15 01:39:02 UTC) #7
danakj
LGTM2 https://codereview.chromium.org/139053002/diff/100002/cc/trees/layer_tree_host_unittest_delegated.cc File cc/trees/layer_tree_host_unittest_delegated.cc (right): https://codereview.chromium.org/139053002/diff/100002/cc/trees/layer_tree_host_unittest_delegated.cc#newcode1896 cc/trees/layer_tree_host_unittest_delegated.cc:1896: scoped_ptr<DelegatedFrameData> frame = Add a comment explaining this ...
6 years, 11 months ago (2014-01-15 19:05:38 UTC) #8
enne (OOO)
Also rebased on top of https://codereview.chromium.org/139553003/ https://codereview.chromium.org/139053002/diff/100002/cc/trees/layer_tree_host_unittest_delegated.cc File cc/trees/layer_tree_host_unittest_delegated.cc (right): https://codereview.chromium.org/139053002/diff/100002/cc/trees/layer_tree_host_unittest_delegated.cc#newcode1896 cc/trees/layer_tree_host_unittest_delegated.cc:1896: scoped_ptr<DelegatedFrameData> frame = ...
6 years, 11 months ago (2014-01-15 19:34:24 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/enne@chromium.org/139053002/300001
6 years, 11 months ago (2014-01-16 20:07:47 UTC) #10
commit-bot: I haz the power
The commit queue went berserk retrying too often for a seemingly flaky test on builder ...
6 years, 11 months ago (2014-01-17 02:26:20 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/enne@chromium.org/139053002/300001
6 years, 11 months ago (2014-01-17 02:36:35 UTC) #12
enne (OOO)
I clearly didn't catch all the unit tests here. I've locally forced the ordering of ...
6 years, 11 months ago (2014-01-17 21:11:06 UTC) #14
enne (OOO)
PTAL at latest changes. I updated a few more tests to work if CommitComplete happens ...
6 years, 11 months ago (2014-01-23 21:40:11 UTC) #15
brianderson
https://codereview.chromium.org/139053002/diff/800001/cc/test/layer_tree_test.h File cc/test/layer_tree_test.h (right): https://codereview.chromium.org/139053002/diff/800001/cc/test/layer_tree_test.h#newcode184 cc/test/layer_tree_test.h:184: int LastCommittedSourceFrameNumber(LayerTreeHostImpl* impl) const; Nifty! https://codereview.chromium.org/139053002/diff/800001/cc/trees/layer_tree_host_unittest.cc File cc/trees/layer_tree_host_unittest.cc (right): ...
6 years, 11 months ago (2014-01-23 22:48:48 UTC) #16
enne (OOO)
https://codereview.chromium.org/139053002/diff/800001/cc/trees/layer_tree_host_unittest.cc File cc/trees/layer_tree_host_unittest.cc (right): https://codereview.chromium.org/139053002/diff/800001/cc/trees/layer_tree_host_unittest.cc#newcode4496 cc/trees/layer_tree_host_unittest.cc:4496: num_commits_++; On 2014/01/23 22:48:49, Brian Anderson wrote: > To ...
6 years, 11 months ago (2014-01-23 23:01:36 UTC) #17
brianderson
On 2014/01/23 23:01:36, enne wrote: > https://codereview.chromium.org/139053002/diff/800001/cc/trees/layer_tree_host_unittest.cc > File cc/trees/layer_tree_host_unittest.cc (right): > > https://codereview.chromium.org/139053002/diff/800001/cc/trees/layer_tree_host_unittest.cc#newcode4496 > ...
6 years, 11 months ago (2014-01-23 23:48:36 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/enne@chromium.org/139053002/800001
6 years, 11 months ago (2014-01-24 00:08:23 UTC) #19
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) interactive_ui_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=194267
6 years, 11 months ago (2014-01-24 01:54:48 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/enne@chromium.org/139053002/800001
6 years, 11 months ago (2014-01-24 01:59:18 UTC) #21
commit-bot: I haz the power
6 years, 11 months ago (2014-01-24 10:22:14 UTC) #22
Message was sent while issue was closed.
Change committed as 246829

Powered by Google App Engine
This is Rietveld 408576698