Bug 49357

Summary: Add Event and EventListener hooks for JavaScriptAudioNode and AudioProcessingEvent
Product: WebKit Reporter: Chris Rogers <crogers>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, kbr
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch
none
Patch none

Chris Rogers
Reported 2010-11-10 17:59:05 PST
Add Event and EventListener hooks for JavaScriptAudioNode and AudioProcessingEvent
Attachments
Patch (7.30 KB, patch)
2010-11-10 18:07 PST, Chris Rogers
no flags
Patch (6.99 KB, patch)
2010-11-11 15:07 PST, Chris Rogers
no flags
Chris Rogers
Comment 1 2010-11-10 18:07:35 PST
Kenneth Russell
Comment 2 2010-11-11 14:52:55 PST
Comment on attachment 73565 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=73565&action=review This looks good overall. r- for the unrelated header reorderings. If check-webkit-style is complaining then try webkit-patch upload to upload your next patch, which I believe will only run the style checker against the changed portions of your diff. > WebCore/bindings/js/JSEventTarget.cpp:66 > -#include "SVGElementInstance.h" > #include "JSSVGElementInstance.h" > +#include "SVGElementInstance.h" This looks like an unrelated change that should go in a separate patch. > WebCore/bindings/js/JSEventTarget.cpp:98 > -#include "JSFileReader.h" > #include "FileReader.h" > +#include "JSFileReader.h" This looks like an unrelated change that should go in a separate patch.
Chris Rogers
Comment 3 2010-11-11 15:07:14 PST
Chris Rogers
Comment 4 2010-11-11 15:09:11 PST
Thanks for the tip about check-webkit-style. I removed the other un-related change and webkit-patch upload did not complain.
Kenneth Russell
Comment 5 2010-11-15 14:46:33 PST
Comment on attachment 73670 [details] Patch Looks good to me.
WebKit Commit Bot
Comment 6 2010-11-15 17:22:25 PST
Comment on attachment 73670 [details] Patch Clearing flags on attachment: 73670 Committed r72048: <http://trac.webkit.org/changeset/72048>
WebKit Commit Bot
Comment 7 2010-11-15 17:22:30 PST
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.