WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
47011
Add AudioUtilities files
https://bugs.webkit.org/show_bug.cgi?id=47011
Summary
Add AudioUtilities files
Chris Rogers
Reported
2010-10-01 13:36:44 PDT
Add AudioUtilities files
Attachments
Patch
(5.78 KB, patch)
2010-10-01 14:05 PDT
,
Chris Rogers
no flags
Details
Formatted Diff
Diff
Patch
(5.36 KB, patch)
2010-10-04 14:32 PDT
,
Chris Rogers
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Chris Rogers
Comment 1
2010-10-01 14:05:58 PDT
Created
attachment 69515
[details]
Patch
chris fleizach
Comment 2
2010-10-04 12:36:33 PDT
Comment on
attachment 69515
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=69515&action=review
your copyright headers don't match
http://trac.webkit.org/browser/trunk/WebKit/LICENSE
> WebCore/platform/audio/AudioUtilities.h:41 > +// discreteTimeConstantForSampleRate() will return the discrete time-constant for the specific sampleRate.
try to wrap at 80 characters for these lines so they're not too long
Chris Rogers
Comment 3
2010-10-04 14:32:46 PDT
Created
attachment 69682
[details]
Patch
Chris Rogers
Comment 4
2010-10-04 14:34:35 PDT
Hi Chris, I've updated the copyright notice to the standard one we're told to use for Google contributed code and have addressed your other comment.
Kenneth Russell
Comment 5
2010-10-04 15:10:35 PDT
Comment on
attachment 69682
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=69682&action=review
Looks fine overall. One small comment; up to you whether to make this change IMO.
> WebCore/platform/audio/AudioUtilities.cpp:37 > + return pow(10.0, 0.05 * decibels);
Strictly, this .0 and the others throughout this file are not necessary according to WebKit style ("Floating point literals" on
http://webkit.org/coding/coding-style.html
).
WebKit Commit Bot
Comment 6
2010-10-04 23:22:17 PDT
Comment on
attachment 69682
[details]
Patch Clearing flags on attachment: 69682 Committed
r69083
: <
http://trac.webkit.org/changeset/69083
>
WebKit Commit Bot
Comment 7
2010-10-04 23:22:22 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