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

Issue 1312353002: content: Remove base::WaitableEvent from ChildIOSurfaceManager. (Closed)

Created:
5 years, 3 months ago by reveman
Modified:
5 years, 3 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

content: Remove base::WaitableEvent from ChildIOSurfaceManager. The token should always be set before AcquireIOSurface is called as the message with the token is handled on the same thread as messages that create render widgets and AcquireIOSurface should never be called before a render widget has been created. BUG= Committed: https://crrev.com/c31b72bcf79c48426d3854abd5c4ee5f16abf752 Cr-Commit-Position: refs/heads/master@{#345653}

Patch Set 1 #

Total comments: 4

Patch Set 2 : add comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -21 lines) Patch
M content/child/child_io_surface_manager_mac.h View 1 3 chunks +6 lines, -10 lines 0 comments Download
M content/child/child_io_surface_manager_mac.cc View 2 chunks +2 lines, -11 lines 0 comments Download

Messages

Total messages: 18 (6 generated)
reveman
5 years, 3 months ago (2015-08-26 01:53:27 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1312353002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1312353002/1
5 years, 3 months ago (2015-08-26 01:53:51 UTC) #4
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 3 months ago (2015-08-26 02:26:41 UTC) #6
dshwang
https://codereview.chromium.org/1312353002/diff/1/content/child/child_io_surface_manager_mac.h File content/child/child_io_surface_manager_mac.h (left): https://codereview.chromium.org/1312353002/diff/1/content/child/child_io_surface_manager_mac.h#oldcode40 content/child/child_io_surface_manager_mac.h:40: token_ = token; Don't we need lock? IO thread ...
5 years, 3 months ago (2015-08-26 13:07:18 UTC) #8
reveman
https://codereview.chromium.org/1312353002/diff/1/content/child/child_io_surface_manager_mac.h File content/child/child_io_surface_manager_mac.h (left): https://codereview.chromium.org/1312353002/diff/1/content/child/child_io_surface_manager_mac.h#oldcode40 content/child/child_io_surface_manager_mac.h:40: token_ = token; On 2015/08/26 at 13:07:18, dshwang_ooo_5.9-27.9 wrote: ...
5 years, 3 months ago (2015-08-26 14:38:21 UTC) #9
Robert Sesek
Offline discussion with David: this used to be a possible race condition, but since switching ...
5 years, 3 months ago (2015-08-26 17:51:26 UTC) #10
reveman
+avi for owner rs https://codereview.chromium.org/1312353002/diff/1/content/child/child_io_surface_manager_mac.h File content/child/child_io_surface_manager_mac.h (left): https://codereview.chromium.org/1312353002/diff/1/content/child/child_io_surface_manager_mac.h#oldcode40 content/child/child_io_surface_manager_mac.h:40: token_ = token; On 2015/08/26 ...
5 years, 3 months ago (2015-08-26 19:40:34 UTC) #12
Avi (use Gerrit)
lgtm OK
5 years, 3 months ago (2015-08-26 19:45:02 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1312353002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1312353002/20001
5 years, 3 months ago (2015-08-26 19:59:05 UTC) #15
Robert Sesek
lgtm
5 years, 3 months ago (2015-08-26 20:15:05 UTC) #16
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 3 months ago (2015-08-26 20:15:21 UTC) #17
commit-bot: I haz the power
5 years, 3 months ago (2015-08-26 20:16:04 UTC) #18
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/c31b72bcf79c48426d3854abd5c4ee5f16abf752
Cr-Commit-Position: refs/heads/master@{#345653}

Powered by Google App Engine
This is Rietveld 408576698