RESOLVED FIXED 99358
Rename some AudioNodes
https://bugs.webkit.org/show_bug.cgi?id=99358
Summary Rename some AudioNodes
Chris Rogers
Reported 2012-10-15 13:20:25 PDT
Rename some AudioNodes
Attachments
Patch (320.68 KB, patch)
2012-10-15 13:27 PDT, Chris Rogers
no flags
Patch (320.78 KB, patch)
2012-10-15 16:15 PDT, Chris Rogers
dbates: review+
Chris Rogers
Comment 1 2012-10-15 13:27:57 PDT
Eric Seidel (no email)
Comment 2 2012-10-15 15:04:28 PDT
Attachment 168770 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/CMakeLists.txt', u'Source/W..." exit_code: 1 Source/WebCore/Modules/webaudio/AudioContext.cpp:37: Alphabetical sorting problem. [build/include_order] [4] Source/WebCore/Modules/webaudio/AudioContext.cpp:41: Alphabetical sorting problem. [build/include_order] [4] Source/WebCore/Modules/webaudio/AudioContext.cpp:52: Alphabetical sorting problem. [build/include_order] [4] Source/WebCore/Modules/webaudio/AudioContext.cpp:55: Alphabetical sorting problem. [build/include_order] [4] Source/WebCore/Modules/webaudio/AnalyserNode.h:48: Omit int when using unsigned [runtime/unsigned] [1] Source/WebCore/Modules/webaudio/AnalyserNode.h:49: Omit int when using unsigned [runtime/unsigned] [1] Source/WebCore/Modules/webaudio/ScriptProcessorNode.cpp:146: Should have only a single space after a punctuation in a comment. [whitespace/comments] [5] Source/WebCore/Modules/webaudio/ScriptProcessorNode.cpp:200: Should have only a single space after a punctuation in a comment. [whitespace/comments] [5] Source/WebCore/Modules/webaudio/AnalyserNode.cpp:68: Should have only a single space after a punctuation in a comment. [whitespace/comments] [5] Source/WebCore/Modules/webaudio/AnalyserNode.cpp:78: Omit int when using unsigned [runtime/unsigned] [1] Source/WebCore/Modules/webaudio/PannerNode.cpp:323: Should have only a single space after a punctuation in a comment. [whitespace/comments] [5] Source/WebCore/Modules/webaudio/OscillatorNode.cpp:221: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebCore/Modules/webaudio/OscillatorNode.cpp:222: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebCore/Modules/webaudio/OscillatorNode.cpp:223: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebCore/Modules/webaudio/AudioBufferSourceNode.h:31: Alphabetical sorting problem. [build/include_order] [4] Total errors found: 15 in 42 files If any of these errors are false positives, please file a bug against check-webkit-style.
Chris Rogers
Comment 3 2012-10-15 16:15:00 PDT
Daniel Bates
Comment 4 2012-10-15 21:59:54 PDT
Comment on attachment 168801 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=168801&action=review Please sort the file listing in the Xcode project file such that the files are listed according to the Unix sort command. > Source/WebCore/ChangeLog:37 > + (WebCore): > + (WebCore::AnalyserNode::AnalyserNode): > + (WebCore::AnalyserNode::~AnalyserNode): > + (WebCore::AnalyserNode::process): > + (WebCore::AnalyserNode::reset): > + (WebCore::AnalyserNode::setFftSize): We tend to omit the function listings when we rename a file since the functions have not actually changed. Omitting such listings will also decrease the length of the change log/commit message.
Chris Rogers
Comment 5 2012-10-16 12:43:56 PDT
Note You need to log in before you can comment on or make changes to this bug.