WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
65217
AudioContext is not correctly accounting for hardware resources
https://bugs.webkit.org/show_bug.cgi?id=65217
Summary
AudioContext is not correctly accounting for hardware resources
Chris Rogers
Reported
2011-07-26 16:04:03 PDT
AudioContext is not correctly accounting for hardware resources
Attachments
Patch
(3.19 KB, patch)
2011-07-26 16:13 PDT
,
Chris Rogers
kbr
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Chris Rogers
Comment 1
2011-07-26 16:13:52 PDT
Created
attachment 102071
[details]
Patch
Chris Rogers
Comment 2
2011-07-26 16:16:35 PDT
It turns out that the global ref-count is only decremented if the AudioContext::lazyInitialize() has been previously called. So we need to move the increment (and hardware initialization) properly into the lazyInitialize() method...
Kenneth Russell
Comment 3
2011-07-26 16:40:56 PDT
Comment on
attachment 102071
[details]
Patch Looks fine as long as it's been tested.
Chris Rogers
Comment 4
2011-07-26 17:15:48 PDT
Committed
r91801
: <
http://trac.webkit.org/changeset/91801
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug