Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(739)

Issue 2491653002: Add constructors for WebAudio events (Closed)

Created:
4 years, 1 month ago by Raymond Toy
Modified:
4 years ago
Reviewers:
tkent, haraken, foolip, hongchan
CC:
blink-reviews, chromium-reviews, hongchan, Raymond Toy
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add constructors for WebAudio events Add constructor for WebAudio AudioProcessingEvent and OfflineAudioCompletionEvent. Intent: https://groups.google.com/a/chromium.org/d/msg/blink-dev/G3V0F7Rh0Io/MuLBeUZeAQAJ BUG=662164 TEST=event-constructor.html Committed: https://crrev.com/ba258a3d5e041db72953fd72f19e78747ef74602 Cr-Commit-Position: refs/heads/master@{#436647}

Patch Set 1 #

Patch Set 2 : Add args for constructor and add test #

Patch Set 3 : Add links to spec. #

Total comments: 23

Patch Set 4 : Address review comments. #

Patch Set 5 : Add more tests for AudioProcessingEvent constructor. #

Patch Set 6 : Fix typo. #

Total comments: 2

Patch Set 7 : Fix typo #

Patch Set 8 : Rebase #

Total comments: 14

Patch Set 9 : Remove unnecessary blank lines #

Messages

Total messages: 46 (31 generated)
Raymond Toy
PTAL.
4 years, 1 month ago (2016-11-15 16:46:05 UTC) #11
Raymond Toy
haraken: PTAL at modules_idl_files.gni in particular, and the rest if you're interested.
4 years, 1 month ago (2016-11-15 16:47:47 UTC) #13
haraken
LGTM on my side
4 years, 1 month ago (2016-11-15 16:50:35 UTC) #16
foolip
lgtm % nits https://codereview.chromium.org/2491653002/diff/40001/third_party/WebKit/LayoutTests/webaudio/event-constructor.html File third_party/WebKit/LayoutTests/webaudio/event-constructor.html (right): https://codereview.chromium.org/2491653002/diff/40001/third_party/WebKit/LayoutTests/webaudio/event-constructor.html#newcode7 third_party/WebKit/LayoutTests/webaudio/event-constructor.html:7: <script src="resources/audio-testing.js"></script> It looks like the ...
4 years, 1 month ago (2016-11-15 19:53:33 UTC) #17
Raymond Toy
https://codereview.chromium.org/2491653002/diff/40001/third_party/WebKit/LayoutTests/webaudio/event-constructor.html File third_party/WebKit/LayoutTests/webaudio/event-constructor.html (right): https://codereview.chromium.org/2491653002/diff/40001/third_party/WebKit/LayoutTests/webaudio/event-constructor.html#newcode7 third_party/WebKit/LayoutTests/webaudio/event-constructor.html:7: <script src="resources/audio-testing.js"></script> On 2016/11/15 19:53:33, foolip wrote: > It ...
4 years, 1 month ago (2016-11-15 22:07:42 UTC) #20
Raymond Toy
hongchang: ping
4 years ago (2016-11-29 16:01:00 UTC) #31
hongchan
https://codereview.chromium.org/2491653002/diff/40001/third_party/WebKit/Source/modules/webaudio/OfflineAudioCompletionEvent.h File third_party/WebKit/Source/modules/webaudio/OfflineAudioCompletionEvent.h (right): https://codereview.chromium.org/2491653002/diff/40001/third_party/WebKit/Source/modules/webaudio/OfflineAudioCompletionEvent.h#newcode62 third_party/WebKit/Source/modules/webaudio/OfflineAudioCompletionEvent.h:62: explicit OfflineAudioCompletionEvent(const AtomicString&, On 2016/11/15 19:53:33, foolip wrote: > ...
4 years ago (2016-12-02 18:07:17 UTC) #32
Raymond Toy
https://codereview.chromium.org/2491653002/diff/40001/third_party/WebKit/Source/modules/webaudio/OfflineAudioCompletionEvent.h File third_party/WebKit/Source/modules/webaudio/OfflineAudioCompletionEvent.h (right): https://codereview.chromium.org/2491653002/diff/40001/third_party/WebKit/Source/modules/webaudio/OfflineAudioCompletionEvent.h#newcode62 third_party/WebKit/Source/modules/webaudio/OfflineAudioCompletionEvent.h:62: explicit OfflineAudioCompletionEvent(const AtomicString&, On 2016/12/02 18:07:17, hongchan wrote: > ...
4 years ago (2016-12-02 18:50:00 UTC) #33
hongchan
lgtm
4 years ago (2016-12-02 20:31:10 UTC) #34
Raymond Toy
tkent: PTAL as API OWNER
4 years ago (2016-12-05 17:02:19 UTC) #36
tkent
lgtm https://codereview.chromium.org/2491653002/diff/140001/third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.cpp File third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.cpp (right): https://codereview.chromium.org/2491653002/diff/140001/third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.cpp#newcode27 third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.cpp:27: This blank line is unnecessary. https://codereview.chromium.org/2491653002/diff/140001/third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.h File third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.h ...
4 years ago (2016-12-05 23:38:35 UTC) #37
Raymond Toy
https://codereview.chromium.org/2491653002/diff/140001/third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.cpp File third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.cpp (right): https://codereview.chromium.org/2491653002/diff/140001/third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.cpp#newcode27 third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.cpp:27: On 2016/12/05 23:38:35, tkent wrote: > This blank line ...
4 years ago (2016-12-06 00:10:58 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2491653002/160001
4 years ago (2016-12-06 16:04:21 UTC) #41
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years ago (2016-12-06 18:14:14 UTC) #44
commit-bot: I haz the power
4 years ago (2016-12-06 18:18:04 UTC) #46
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/ba258a3d5e041db72953fd72f19e78747ef74602
Cr-Commit-Position: refs/heads/master@{#436647}

Powered by Google App Engine
This is Rietveld 408576698