RESOLVED FIXED 46495
Add AudioBasicProcessorNode files
https://bugs.webkit.org/show_bug.cgi?id=46495
Summary Add AudioBasicProcessorNode files
Chris Rogers
Reported 2010-09-24 12:16:33 PDT
Add AudioBasicProcessorNode files
Attachments
Patch (9.73 KB, patch)
2010-09-24 12:18 PDT, Chris Rogers
no flags
Patch (9.74 KB, patch)
2010-10-01 14:32 PDT, Chris Rogers
no flags
Patch (9.30 KB, patch)
2010-10-04 15:41 PDT, Chris Rogers
no flags
Chris Rogers
Comment 1 2010-09-24 12:18:22 PDT
Chris Rogers
Comment 2 2010-10-01 14:32:48 PDT
Kenneth Russell
Comment 3 2010-10-04 14:55:46 PDT
Comment on attachment 69520 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=69520&action=review This basically looks good; couple of tiny changes. r- for the license text update discussed offline. > WebCore/webaudio/AudioBasicProcessorNode.cpp:44 > + , m_processor(0) m_processor does not require explicit initialization. > WebCore/webaudio/AudioBasicProcessorNode.cpp:85 > + // FIXME: if we take "tailTime" into account, then we can avoid calling processor()->process() once the tail dies down. Is tailTime concretely defined somewhere? If so, please mention where in the comment; otherwise, change to "tail time".
Chris Rogers
Comment 4 2010-10-04 15:41:23 PDT
Chris Rogers
Comment 5 2010-10-04 15:42:10 PDT
license updated and comments addressed.
Kenneth Russell
Comment 6 2010-10-04 15:45:35 PDT
Comment on attachment 69704 [details] Patch Looks good to me.
WebKit Commit Bot
Comment 7 2010-10-05 00:45:12 PDT
Comment on attachment 69704 [details] Patch Rejecting patch 69704 from commit-queue. Failed to run "['./WebKitTools/Scripts/webkit-patch', '--status-host=queues.webkit.org', 'land-attachment', '--force-clean', '--ignore-builders', '--quiet', '--non-interactive', '--parent-command=commit-queue', 69704]" exit_code: 2 Last 500 characters of output: 69704 from bug 46495. Parsing ChangeLog: /Projects/CommitQueue/WebCore/ChangeLog Failed to run "[u'git', u'svn', u'dcommit']" exit_code: 1 Committing to http://svn.webkit.org/repository/webkit/trunk ... M WebCore/ChangeLog A WebCore/webaudio/AudioBasicProcessorNode.cpp A WebCore/webaudio/AudioBasicProcessorNode.h Merge conflict during commit: Conflict at '/trunk/WebCore/ChangeLog' at /usr/local/git/libexec/git-core/git-svn line 572 Failed to run "[u'git', u'svn', u'dcommit']" exit_code: 1 Full output: http://queues.webkit.org/results/4220074
Adam Barth
Comment 8 2010-10-05 11:18:28 PDT
Comment on attachment 69704 [details] Patch That should have generated a retry.
WebKit Commit Bot
Comment 9 2010-10-05 11:48:53 PDT
Comment on attachment 69704 [details] Patch Clearing flags on attachment: 69704 Committed r69131: <http://trac.webkit.org/changeset/69131>
WebKit Commit Bot
Comment 10 2010-10-05 11:48:59 PDT
All reviewed patches have been landed. Closing bug.
Eric Seidel (no email)
Comment 11 2010-10-05 23:14:41 PDT
(In reply to comment #8) > (From update of attachment 69704 [details]) > That should have generated a retry. I don't think we detect that case. It's not a "Checkout out of date" error. It's a merge failure.
Note You need to log in before you can comment on or make changes to this bug.