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

Issue 12428011: Change ImageElement to use onLoad.listen instead of on.load and (Closed)

Created:
7 years, 9 months ago by gram
Modified:
7 years, 9 months ago
Reviewers:
vsm
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Change ImageElement to use onLoad.listen instead of on.load and adjust event dispatch accordingly. Committed: https://code.google.com/p/dart/source/detail?r=19883

Patch Set 1 #

Total comments: 11

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -54 lines) Patch
M runtime/embedders/openglui/common/gl.dart View 1 2 8 chunks +81 lines, -49 lines 0 comments Download
M samples/openglui/src/openglui_canvas_tests.dart View 1 2 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
gram
7 years, 9 months ago (2013-03-08 01:27:17 UTC) #1
vsm
lgtm https://codereview.chromium.org/12428011/diff/1/runtime/embedders/openglui/common/gl.dart File runtime/embedders/openglui/common/gl.dart (right): https://codereview.chromium.org/12428011/diff/1/runtime/embedders/openglui/common/gl.dart#newcode70 runtime/embedders/openglui/common/gl.dart:70: class EventTarget extends Object { Nit: Don't need ...
7 years, 9 months ago (2013-03-08 17:49:35 UTC) #2
gram
PTAL. I moved _listeners into EventTarget per your suggestion which caused a bit of churn. ...
7 years, 9 months ago (2013-03-11 21:25:08 UTC) #3
vsm
lgtm https://chromiumcodereview.appspot.com/12428011/diff/5001/runtime/embedders/openglui/common/gl.dart File runtime/embedders/openglui/common/gl.dart (right): https://chromiumcodereview.appspot.com/12428011/diff/5001/runtime/embedders/openglui/common/gl.dart#newcode73 runtime/embedders/openglui/common/gl.dart:73: static Map<EventTarget, Map<String, List<EventListener>>> _listeners = new Map(); ...
7 years, 9 months ago (2013-03-12 17:26:18 UTC) #4
gram
https://chromiumcodereview.appspot.com/12428011/diff/5001/runtime/embedders/openglui/common/gl.dart File runtime/embedders/openglui/common/gl.dart (right): https://chromiumcodereview.appspot.com/12428011/diff/5001/runtime/embedders/openglui/common/gl.dart#newcode73 runtime/embedders/openglui/common/gl.dart:73: static Map<EventTarget, Map<String, List<EventListener>>> _listeners = new Map(); On ...
7 years, 9 months ago (2013-03-12 17:47:14 UTC) #5
gram
7 years, 9 months ago (2013-03-12 17:47:43 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r19883 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698