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

Issue 11510013: Making ScriptProcessorNode not an EventTarget. (Closed)

Created:
8 years ago by Emily Fortuna
Modified:
7 years, 9 months ago
CC:
reviews_dartlang.org, sra1, gram
Visibility:
Public.

Description

Reapply making ScriptProcessorNode not an EventTarget. BUG= Committed: https://code.google.com/p/dart/source/detail?r=20180

Patch Set 1 : #

Total comments: 5

Patch Set 2 : #

Patch Set 3 : #

Total comments: 33

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+202 lines, -56 lines) Patch
M sdk/lib/web_audio/dart2js/web_audio_dart2js.dart View 1 2 3 4 5 6 3 chunks +35 lines, -4 lines 0 comments Download
M sdk/lib/web_audio/dartium/web_audio_dartium.dart View 1 2 3 4 6 2 chunks +32 lines, -5 lines 0 comments Download
M tests/html/audiobuffersourcenode_test.dart View 1 2 1 chunk +18 lines, -8 lines 0 comments Download
M tests/html/audiocontext_test.dart View 1 2 1 chunk +63 lines, -28 lines 0 comments Download
M tests/html/html.status View 1 2 3 4 5 6 7 chunks +10 lines, -10 lines 0 comments Download
M tools/dom/scripts/systemhtml.py View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M tools/dom/templates/html/dart2js/web_audio_dart2js.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
A tools/dom/templates/html/impl/impl_ScriptProcessorNode.darttemplate View 1 2 3 4 6 1 chunk +41 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Emily Fortuna
This should be identical to the previous CL: https://codereview.chromium.org//11469039 I have an email out to ...
8 years ago (2012-12-11 01:59:57 UTC) #1
blois
lgtm
8 years ago (2012-12-11 02:05:17 UTC) #2
Emily Fortuna
PTAL, Pete! https://codereview.chromium.org/11510013/diff/17001/tests/html/html.status File tests/html/html.status (right): https://codereview.chromium.org/11510013/diff/17001/tests/html/html.status#newcode24 tests/html/html.status:24: audiocontext_test: Pass, Timeout, Crash # Issue 8021. ...
7 years, 9 months ago (2013-03-13 00:27:57 UTC) #3
blois
https://codereview.chromium.org/11510013/diff/17001/tools/dom/templates/html/impl/impl_ScriptProcessorNode.darttemplate File tools/dom/templates/html/impl/impl_ScriptProcessorNode.darttemplate (right): https://codereview.chromium.org/11510013/diff/17001/tools/dom/templates/html/impl/impl_ScriptProcessorNode.darttemplate#newcode8 tools/dom/templates/html/impl/impl_ScriptProcessorNode.darttemplate:8: void set onAudioProcess(EventListener listener) { should probably be void ...
7 years, 9 months ago (2013-03-13 00:46:49 UTC) #4
podivilov
https://codereview.chromium.org/11510013/diff/17001/tools/dom/templates/html/impl/impl_ScriptProcessorNode.darttemplate File tools/dom/templates/html/impl/impl_ScriptProcessorNode.darttemplate (right): https://codereview.chromium.org/11510013/diff/17001/tools/dom/templates/html/impl/impl_ScriptProcessorNode.darttemplate#newcode8 tools/dom/templates/html/impl/impl_ScriptProcessorNode.darttemplate:8: void set onAudioProcess(EventListener listener) { AFAIR we deliberately abandoned ...
7 years, 9 months ago (2013-03-13 07:57:56 UTC) #5
Emily Fortuna
PTAL https://codereview.chromium.org/11510013/diff/17001/tools/dom/templates/html/impl/impl_ScriptProcessorNode.darttemplate File tools/dom/templates/html/impl/impl_ScriptProcessorNode.darttemplate (right): https://codereview.chromium.org/11510013/diff/17001/tools/dom/templates/html/impl/impl_ScriptProcessorNode.darttemplate#newcode8 tools/dom/templates/html/impl/impl_ScriptProcessorNode.darttemplate:8: void set onAudioProcess(EventListener listener) { On 2013/03/13 07:57:56, ...
7 years, 9 months ago (2013-03-13 23:35:21 UTC) #6
Anton Muhin
https://codereview.chromium.org/11510013/diff/37001/tools/dom/templates/html/impl/impl_ScriptProcessorNode.darttemplate File tools/dom/templates/html/impl/impl_ScriptProcessorNode.darttemplate (right): https://codereview.chromium.org/11510013/diff/37001/tools/dom/templates/html/impl/impl_ScriptProcessorNode.darttemplate#newcode8 tools/dom/templates/html/impl/impl_ScriptProcessorNode.darttemplate:8: Stream<AudioProcessingEvent> _eventStream; please, no: we agreed that we're going ...
7 years, 9 months ago (2013-03-14 08:27:39 UTC) #7
Anton Muhin
DBC https://codereview.chromium.org/11510013/diff/37001/tools/dom/templates/html/impl/impl_ScriptProcessorNode.darttemplate File tools/dom/templates/html/impl/impl_ScriptProcessorNode.darttemplate (right): https://codereview.chromium.org/11510013/diff/37001/tools/dom/templates/html/impl/impl_ScriptProcessorNode.darttemplate#newcode8 tools/dom/templates/html/impl/impl_ScriptProcessorNode.darttemplate:8: Stream<AudioProcessingEvent> _eventStream; On 2013/03/14 08:27:39, Anton Muhin wrote: ...
7 years, 9 months ago (2013-03-14 09:30:51 UTC) #8
Anton Muhin
Last one https://codereview.chromium.org/11510013/diff/37001/tools/dom/templates/html/impl/impl_ScriptProcessorNode.darttemplate File tools/dom/templates/html/impl/impl_ScriptProcessorNode.darttemplate (right): https://codereview.chromium.org/11510013/diff/37001/tools/dom/templates/html/impl/impl_ScriptProcessorNode.darttemplate#newcode35 tools/dom/templates/html/impl/impl_ScriptProcessorNode.darttemplate:35: void cancel() { cannot we have: void ...
7 years, 9 months ago (2013-03-14 09:32:21 UTC) #9
Emily Fortuna
Okay. I addressed Anton's comments. Here's the deal: - Stephen and I discussed with Anton ...
7 years, 9 months ago (2013-03-14 18:11:50 UTC) #10
Emily Fortuna
PTAL. rewrote as a stream controller.
7 years, 9 months ago (2013-03-14 21:17:09 UTC) #11
Anton Muhin
lgtm, although I'd rather still have _onAudio setter and the reset implemented on top of ...
7 years, 9 months ago (2013-03-15 08:00:21 UTC) #12
blois
lgtm
7 years, 9 months ago (2013-03-15 21:37:44 UTC) #13
Emily Fortuna
7 years, 9 months ago (2013-03-18 22:18:32 UTC) #14
Message was sent while issue was closed.
Committed patchset #7 manually as r20180 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698