[Webkit-unassigned] [Bug 44890] Add AudioContext files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 10 18:32:53 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=44890





--- Comment #10 from Chris Rogers <crogers at google.com>  2010-09-10 18:32:53 PST ---
James, I've removed the createAudioRequest() method since this is just a temporary hack to access audio file binary data in an XHR-like way.  I'll be looking to replace it with XHR with binary data capabilities.

I think I've addressed all your other comments.  I got rid of the RefPtr on Document, since I was able to locate why this was necessary and check that the document is still there by adding a hasDocument() method (I clear m_document when stop() is called).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list