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

Issue 11469039: Make ScriptProcessorNode not a proper event (because it isn't). This fixes the last of the static a… (Closed)

Created:
8 years ago by Emily Fortuna
Modified:
8 years ago
Reviewers:
blois
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Make ScriptProcessorNode not a proper event (because it isn't). This fixes the last of the static analysis errors. BUG= Committed: https://code.google.com/p/dart/source/detail?r=15923

Patch Set 1 : #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Patch Set 4 : renamed non-event variable in script #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -22 lines) Patch
M sdk/lib/html/scripts/htmldartgenerator.py View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M sdk/lib/html/scripts/htmleventgenerator.py View 1 2 3 2 chunks +8 lines, -1 line 0 comments Download
A + sdk/lib/html/templates/html/impl/impl_ScriptProcessorNode.darttemplate View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/web_audio/dart2js/web_audio_dart2js.dart View 1 chunk +5 lines, -9 lines 0 comments Download
M sdk/lib/web_audio/dartium/web_audio_dartium.dart View 1 chunk +7 lines, -9 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Emily Fortuna
8 years ago (2012-12-07 23:33:22 UTC) #1
blois
https://codereview.chromium.org/11469039/diff/4001/sdk/lib/html/scripts/htmleventgenerator.py File sdk/lib/html/scripts/htmleventgenerator.py (right): https://codereview.chromium.org/11469039/diff/4001/sdk/lib/html/scripts/htmleventgenerator.py#newcode194 sdk/lib/html/scripts/htmleventgenerator.py:194: use_idl_event_style = set(['ScriptProcessorNode']) The name seems a bit odd- ...
8 years ago (2012-12-07 23:40:00 UTC) #2
Emily Fortuna
PTAL https://codereview.chromium.org/11469039/diff/4001/sdk/lib/html/scripts/htmleventgenerator.py File sdk/lib/html/scripts/htmleventgenerator.py (right): https://codereview.chromium.org/11469039/diff/4001/sdk/lib/html/scripts/htmleventgenerator.py#newcode194 sdk/lib/html/scripts/htmleventgenerator.py:194: use_idl_event_style = set(['ScriptProcessorNode']) On 2012/12/07 23:40:00, blois wrote: ...
8 years ago (2012-12-07 23:58:22 UTC) #3
blois
8 years ago (2012-12-10 17:45:52 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698