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

Issue 212183002: Fix potential thread safety issue on ScriptProcessNdoe during fire onaudioprocess eventhandler. (Closed)

Created:
6 years, 9 months ago by KhNo
Modified:
6 years, 9 months ago
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Fix potential thread safety issue on ScriptProcessNdoe during fire onaudioprocess eventhandler. m_isRequestOutstanding can be set on main thread and audio thread both. It might cause a issue unexpectly since it is not safe by thread operation. Added mutex for it. BUG=356560 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170395

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -7 lines) Patch
M Source/modules/webaudio/ScriptProcessorNode.h View 1 chunk +3 lines, -1 line 0 comments Download
M Source/modules/webaudio/ScriptProcessorNode.cpp View 5 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
KhNo
Could you review this patch :)
6 years, 9 months ago (2014-03-26 06:10:33 UTC) #1
Raymond Toy
On 2014/03/26 06:10:33, KhNo wrote: > Could you review this patch :) I don't think ...
6 years, 9 months ago (2014-03-26 17:42:32 UTC) #2
KhNo
On 2014/03/26 17:42:32, Raymond Toy wrote: > On 2014/03/26 06:10:33, KhNo wrote: > > Could ...
6 years, 9 months ago (2014-03-27 01:07:21 UTC) #3
Raymond Toy
On 2014/03/27 01:07:21, KhNo wrote: > On 2014/03/26 17:42:32, Raymond Toy wrote: > > On ...
6 years, 9 months ago (2014-03-27 23:27:53 UTC) #4
KhNo
On 2014/03/27 23:27:53, Raymond Toy wrote: > On 2014/03/27 01:07:21, KhNo wrote: > > On ...
6 years, 9 months ago (2014-03-28 09:33:31 UTC) #5
Raymond Toy
On 2014/03/28 09:33:31, KhNo wrote: > On 2014/03/27 23:27:53, Raymond Toy wrote: > > On ...
6 years, 9 months ago (2014-03-28 16:17:36 UTC) #6
KhNo
The CQ bit was checked by keonho07.kim@samsung.com
6 years, 9 months ago (2014-03-29 00:07:04 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keonho07.kim@samsung.com/212183002/1
6 years, 9 months ago (2014-03-29 00:07:11 UTC) #8
KhNo
On 2014/03/28 16:17:36, Raymond Toy wrote: > On 2014/03/28 09:33:31, KhNo wrote: > > On ...
6 years, 9 months ago (2014-03-29 00:10:28 UTC) #9
commit-bot: I haz the power
6 years, 9 months ago (2014-03-29 01:19:53 UTC) #10
Message was sent while issue was closed.
Change committed as 170395

Powered by Google App Engine
This is Rietveld 408576698