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

Issue 1464383004: Add lock around modification of HostSharedBitmapManagerClient::owned_bitmaps_ (Closed)

Created:
5 years, 1 month ago by jbauman
Modified:
5 years, 1 month ago
Reviewers:
piman
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

Add lock around modification of HostSharedBitmapManagerClient::owned_bitmaps_ This can be modified from both the FILE and IO threads. BUG=559865 Committed: https://crrev.com/82b5c2391ca0b3487394a2a15dc9eb97ea977c93 Cr-Commit-Position: refs/heads/master@{#361272}

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -9 lines) Patch
M content/common/host_shared_bitmap_manager.h View 1 2 chunks +4 lines, -1 line 0 comments Download
M content/common/host_shared_bitmap_manager.cc View 1 2 4 chunks +18 lines, -8 lines 0 comments Download

Messages

Total messages: 14 (5 generated)
jbauman
5 years, 1 month ago (2015-11-24 00:35:40 UTC) #2
piman
https://codereview.chromium.org/1464383004/diff/1/content/common/host_shared_bitmap_manager.cc File content/common/host_shared_bitmap_manager.cc (right): https://codereview.chromium.org/1464383004/diff/1/content/common/host_shared_bitmap_manager.cc#newcode76 content/common/host_shared_bitmap_manager.cc:76: base::AutoLock lock(lock_); Is it possible to lock only when ...
5 years, 1 month ago (2015-11-24 01:39:58 UTC) #3
jbauman
On 2015/11/24 01:39:58, piman (slow to review) wrote: > https://codereview.chromium.org/1464383004/diff/1/content/common/host_shared_bitmap_manager.cc > File content/common/host_shared_bitmap_manager.cc (right): > ...
5 years, 1 month ago (2015-11-24 02:42:18 UTC) #4
piman
lgtm https://codereview.chromium.org/1464383004/diff/20001/content/common/host_shared_bitmap_manager.cc File content/common/host_shared_bitmap_manager.cc (right): https://codereview.chromium.org/1464383004/diff/20001/content/common/host_shared_bitmap_manager.cc#newcode66 content/common/host_shared_bitmap_manager.cc:66: base::AutoLock lock(lock_); nit: I think you don't need ...
5 years, 1 month ago (2015-11-24 03:00:37 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1464383004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1464383004/40001
5 years, 1 month ago (2015-11-24 04:42:08 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/133514)
5 years, 1 month ago (2015-11-24 06:12:05 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1464383004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1464383004/40001
5 years, 1 month ago (2015-11-24 06:17:27 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 1 month ago (2015-11-24 07:43:35 UTC) #13
commit-bot: I haz the power
5 years, 1 month ago (2015-11-24 07:44:08 UTC) #14
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/82b5c2391ca0b3487394a2a15dc9eb97ea977c93
Cr-Commit-Position: refs/heads/master@{#361272}

Powered by Google App Engine
This is Rietveld 408576698