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

Issue 2242203002: record that Gamepad.buttons creates GamepadButtons (Closed)

Created:
4 years, 4 months ago by Harry Terkelsen
Modified:
4 years, 4 months ago
Reviewers:
terry, sra1
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

record that Gamepad.buttons creates GamepadButtons This also extends the html generator to be able to generate List implementations with nullable element types Fixes https://github.com/dart-lang/sdk/issues/27073 R=sra@google.com, terry@google.com Committed: https://github.com/dart-lang/sdk/commit/1d749a2fec4f49e07a471769acee92926cf17353

Patch Set 1 #

Patch Set 2 : don't change the cached_patches #

Patch Set 3 : nullable element types #

Patch Set 4 : add test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -30 lines) Patch
M sdk/lib/html/dart2js/html_dart2js.dart View 1 2 5 chunks +6 lines, -4 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 1 chunk +2 lines, -2 lines 0 comments Download
A + tests/html/gamepad_test.dart View 1 2 3 2 chunks +10 lines, -8 lines 0 comments Download
M tools/dom/scripts/dartmetadata.py View 1 chunk +5 lines, -0 lines 0 comments Download
M tools/dom/scripts/generator.py View 1 2 4 chunks +7 lines, -2 lines 0 comments Download
M tools/dom/scripts/htmldartgenerator.py View 1 2 4 chunks +10 lines, -4 lines 0 comments Download
M tools/dom/scripts/systemhtml.py View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M tools/dom/scripts/systemnative.py View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M tools/dom/templates/immutable_list_mixin.darttemplate View 1 2 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
Harry Terkelsen
4 years, 4 months ago (2016-08-15 17:11:25 UTC) #2
Harry Terkelsen
Hmm, actually now I'm running into a different problem. dart2js is assuming that in: window.getGamepads().forEach((gamepad) ...
4 years, 4 months ago (2016-08-15 17:36:46 UTC) #3
sra1
On 2016/08/15 17:36:46, Harry Terkelsen wrote: > Hmm, actually now I'm running into a different ...
4 years, 4 months ago (2016-08-15 17:58:46 UTC) #4
Harry Terkelsen
On 2016/08/15 17:58:46, sra1 wrote: > On 2016/08/15 17:36:46, Harry Terkelsen wrote: > > Hmm, ...
4 years, 4 months ago (2016-08-15 18:09:51 UTC) #5
Harry Terkelsen
PTAL. I have added nullable element type functionality to the generator
4 years, 4 months ago (2016-08-15 23:54:02 UTC) #7
sra1
LGTM for the dart2js side. I'm not sure how this affects Dartium - Terry?
4 years, 4 months ago (2016-08-16 16:51:59 UTC) #8
Harry Terkelsen
Added a test, PTAL Terry
4 years, 4 months ago (2016-08-16 20:35:54 UTC) #9
terry
lgtm
4 years, 4 months ago (2016-08-16 20:50:30 UTC) #10
Harry Terkelsen
4 years, 4 months ago (2016-08-16 20:56:38 UTC) #12
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
1d749a2fec4f49e07a471769acee92926cf17353 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698