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

Issue 11098052: Make WheelEvent.delta{X,Y} return num, not int. (Closed)

Created:
8 years, 2 months ago by Anton Muhin
Modified:
8 years, 2 months ago
Reviewers:
podivilov, blois
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Make WheelEvent.delta{X,Y} return num, not int. That requires hiding native implementation with private prefix. R=blois@google.com,podivilov@chromium.org Committed: https://code.google.com/p/dart/source/detail?r=13608

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 3

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -26 lines) Patch
M lib/html/dart2js/html_dart2js.dart View 1 chunk +11 lines, -5 lines 0 comments Download
M lib/html/dartium/html_dartium.dart View 2 chunks +15 lines, -7 lines 0 comments Download
M lib/html/idl/dart/dart.idl View 1 1 chunk +0 lines, -9 lines 0 comments Download
M lib/html/scripts/htmlrenamer.py View 1 4 chunks +7 lines, -4 lines 0 comments Download
M lib/html/templates/html/impl/impl_WheelEvent.darttemplate View 1 1 chunk +2 lines, -0 lines 0 comments Download
M lib/html/templates/html/interface/interface_WheelEvent.darttemplate View 1 chunk +7 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Anton Muhin
8 years, 2 months ago (2012-10-10 18:38:17 UTC) #1
blois
Looks good to me, one inline question. https://codereview.chromium.org/11098052/diff/1/lib/html/idl/dart/dart.idl File lib/html/idl/dart/dart.idl (right): https://codereview.chromium.org/11098052/diff/1/lib/html/idl/dart/dart.idl#newcode400 lib/html/idl/dart/dart.idl:400: [DartName=_wheelDeltaY] readonly ...
8 years, 2 months ago (2012-10-10 18:46:02 UTC) #2
Anton Muhin
https://codereview.chromium.org/11098052/diff/1/lib/html/idl/dart/dart.idl File lib/html/idl/dart/dart.idl (right): https://codereview.chromium.org/11098052/diff/1/lib/html/idl/dart/dart.idl#newcode400 lib/html/idl/dart/dart.idl:400: [DartName=_wheelDeltaY] readonly attribute long wheelDeltaY; Sorry, Pete, do you ...
8 years, 2 months ago (2012-10-11 13:04:06 UTC) #3
Anton Muhin
Thanks a lot for suggestion, Pete: that is slightly different (add $dom_ prefix), but I ...
8 years, 2 months ago (2012-10-11 18:37:25 UTC) #4
blois
8 years, 2 months ago (2012-10-11 19:34:59 UTC) #5
lgtm

Powered by Google App Engine
This is Rietveld 408576698