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

Issue 105933004: AesDecryptor callbacks now used in a thread-safe manner (Closed)

Created:
7 years ago by jrummell
Modified:
6 years, 11 months ago
Reviewers:
xhwang1, xhwang
CC:
chromium-reviews, feature-media-reviews_chromium.org, glider+watch_chromium.org, timurrrr+watch_chromium.org, bruening+watch_chromium.org, ddorwin
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

AesDecryptor callbacks now used in a thread-safe manner Add lock around use of callbacks. BUG=329530 TEST=browser_tests for encrypted media pass TBR=glider Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=244056

Patch Set 1 #

Total comments: 6

Patch Set 2 : Reduce scope #

Patch Set 3 : refresh #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -7 lines) Patch
M media/cdm/aes_decryptor.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M media/cdm/aes_decryptor.cc View 1 2 2 chunks +10 lines, -4 lines 0 comments Download
M tools/valgrind/tsan_v2/suppressions.txt View 1 2 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
jrummell
PTAL. I am unable to run TSAN locally (release build fails, debug build crashes when ...
7 years ago (2013-12-19 18:24:44 UTC) #1
xhwang
lgtm % nits https://codereview.chromium.org/105933004/diff/1/media/cdm/aes_decryptor.h File media/cdm/aes_decryptor.h (right): https://codereview.chromium.org/105933004/diff/1/media/cdm/aes_decryptor.h#newcode139 media/cdm/aes_decryptor.h:139: // main thread but called on ...
7 years ago (2013-12-19 19:15:44 UTC) #2
ddorwin
https://codereview.chromium.org/105933004/diff/1/media/cdm/aes_decryptor.cc File media/cdm/aes_decryptor.cc (right): https://codereview.chromium.org/105933004/diff/1/media/cdm/aes_decryptor.cc#newcode291 media/cdm/aes_decryptor.cc:291: base::AutoLock auto_lock(key_cb_lock_); Should we put this in {} down ...
7 years ago (2013-12-19 19:34:15 UTC) #3
Alexander Potapenko
Did you build with use_aura=1? GTK tests deadlock with TSan. On Dec 19, 2013 10:24 ...
7 years ago (2013-12-19 19:47:49 UTC) #4
jrummell
On 2013/12/19 19:47:49, Alexander Potapenko wrote: > Did you build with use_aura=1? GTK tests deadlock ...
7 years ago (2013-12-19 21:19:24 UTC) #5
jrummell
Updated due to comments. Also got TSAN to run, as mentioned in the bug. No ...
7 years ago (2013-12-19 23:15:39 UTC) #6
jrummell
+glider@ for OWNERS review of supressions.txt
6 years, 11 months ago (2014-01-06 18:44:24 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jrummell@chromium.org/105933004/50001
6 years, 11 months ago (2014-01-09 22:28:55 UTC) #8
commit-bot: I haz the power
Retried try job too often on linux_aura for step(s) interactive_ui_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_aura&number=111335
6 years, 11 months ago (2014-01-10 00:25:27 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jrummell@chromium.org/105933004/50001
6 years, 11 months ago (2014-01-10 01:23:30 UTC) #10
commit-bot: I haz the power
6 years, 11 months ago (2014-01-10 02:54:09 UTC) #11
Message was sent while issue was closed.
Change committed as 244056

Powered by Google App Engine
This is Rietveld 408576698