WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 45204
Add AudioArray.h
https://bugs.webkit.org/show_bug.cgi?id=45204
Summary
Add AudioArray.h
Chris Rogers
Reported
2010-09-03 14:49:28 PDT
Add AudioArray.h
Attachments
Patch
(3.53 KB, patch)
2010-09-03 14:50 PDT
,
Chris Rogers
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Chris Rogers
Comment 1
2010-09-03 14:50:42 PDT
Created
attachment 66547
[details]
Patch
Kenneth Russell
Comment 2
2010-09-07 17:30:22 PDT
Comment on
attachment 66547
[details]
Patch Looks good to me. One comment not necessarily requiring action. View in context:
https://bugs.webkit.org/attachment.cgi?id=66547&action=prettypatch
> WebCore/platform/audio/AudioArray.h:55 > + void copyToRange(T* sourceData, unsigned start, unsigned end)
If you have situations elsewhere in your code where you would pass e.g. AudioFloatArray.data() as the first argument to copyToRange, then it would be good to add another overloaded version of copyToRange which can also verify that the source array has enough elements to cover the copy operation.
Chris Rogers
Comment 3
2010-09-07 17:48:37 PDT
Comment on
attachment 66547
[details]
Patch Clearing flags on attachment: 66547 Committed
r66938
: <
http://trac.webkit.org/changeset/66938
>
Chris Rogers
Comment 4
2010-09-07 17:48:43 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.
Top of Page
Format For Printing
XML
Clone This Bug