RESOLVED FIXED 99215
WebAudioBus needs support for resizing bus to a smaller size
https://bugs.webkit.org/show_bug.cgi?id=99215
Summary WebAudioBus needs support for resizing bus to a smaller size
Chris Rogers
Reported 2012-10-12 15:52:03 PDT
WebAudioBus needs support for resizing bus to a smaller size
Attachments
Patch (6.50 KB, patch)
2012-10-12 15:57 PDT, Chris Rogers
no flags
Patch (6.58 KB, patch)
2012-10-12 16:11 PDT, Chris Rogers
no flags
Patch (6.60 KB, patch)
2012-10-12 16:14 PDT, Chris Rogers
no flags
Chris Rogers
Comment 1 2012-10-12 15:57:53 PDT
WebKit Review Bot
Comment 2 2012-10-12 16:00:46 PDT
Please wait for approval from abarth@webkit.org, dglazkov@chromium.org, fishd@chromium.org, jamesr@chromium.org or tkent@chromium.org before submitting, as this patch contains changes to the Chromium public API. See also https://trac.webkit.org/wiki/ChromiumWebKitAPI.
Kenneth Russell
Comment 3 2012-10-12 16:05:50 PDT
Comment on attachment 168503 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=168503&action=review > Source/Platform/chromium/public/WebAudioBus.h:54 > + WEBKIT_EXPORT void resize(size_t newLength); Others responsible for the design of the WebKit API should comment on this, but if this restriction is always going to apply, then this method should be called something more descriptive, like "resizeSmaller".
Chris Rogers
Comment 4 2012-10-12 16:11:10 PDT
Kenneth Russell
Comment 5 2012-10-12 16:13:48 PDT
Comment on attachment 168505 [details] Patch Thanks. This looks good to me but please regenerate the ChangeLogs after the method renaming.
Chris Rogers
Comment 6 2012-10-12 16:14:37 PDT
Chris Rogers
Comment 7 2012-10-12 16:15:56 PDT
(In reply to comment #5) > (From update of attachment 168505 [details]) > Thanks. This looks good to me but please regenerate the ChangeLogs after the method renaming. Thanks, fixed to resizeSmaller() and also re-generated ChangeLogs
Kenneth Russell
Comment 8 2012-10-12 16:36:56 PDT
Comment on attachment 168507 [details] Patch This LGTM. One of the owners of the WebKit API should review it.
WebKit Review Bot
Comment 9 2012-10-13 11:21:51 PDT
Comment on attachment 168507 [details] Patch Clearing flags on attachment: 168507 Committed r131262: <http://trac.webkit.org/changeset/131262>
WebKit Review Bot
Comment 10 2012-10-13 11:21:56 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.