RESOLVED FIXED 99888
Update some AudioContext create() method names to latest Web Audio spec
https://bugs.webkit.org/show_bug.cgi?id=99888
Summary Update some AudioContext create() method names to latest Web Audio spec
Chris Rogers
Reported 2012-10-19 16:44:20 PDT
Update some AudioContext create() method names to latest Web Audio spec
Attachments
Patch (18.23 KB, patch)
2012-10-19 16:52 PDT, Chris Rogers
abarth: review+
Chris Rogers
Comment 1 2012-10-19 16:52:43 PDT
Adam Barth
Comment 2 2012-10-22 11:52:17 PDT
Do we want to use V8MeasureAs to measure the usage of the depreciated APIs?
Chris Rogers
Comment 3 2012-10-22 11:56:59 PDT
(In reply to comment #2) > Do we want to use V8MeasureAs to measure the usage of the depreciated APIs? Sure, I can add it under V8MeasureAs=LegacyWebAudioNoteOn Or do you think we should add something like LegacyWebAudioCreate? I'm afraid we'll soon run out of bits if we keep adding more :)
Adam Barth
Comment 4 2012-10-22 12:03:04 PDT
Maybe we should rename LegacyWebAudioNoteOn to just LegacyWebAudio and have them all share?
Chris Rogers
Comment 5 2012-10-22 12:15:53 PDT
(In reply to comment #4) > Maybe we should rename LegacyWebAudioNoteOn to just LegacyWebAudio and have them all share? Sound good, that's what I'll do...
Chris Rogers
Comment 6 2012-10-22 13:11:38 PDT
Note You need to log in before you can comment on or make changes to this bug.