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

Issue 1023363002: Make dartj2s do type conversions on constructor arguments (Closed)

Created:
5 years, 9 months ago by Alan Knight
Modified:
5 years, 9 months ago
Reviewers:
terry, sra1
CC:
reviews_dartlang.org, ricow1
Target Ref:
refs/remotes/git-svn
Visibility:
Public.

Description

Make dartj2s do type conversions on constructor arguments BUG= R=terry@google.com Committed: https://code.google.com/p/dart/source/detail?r=44688

Patch Set 1 #

Patch Set 2 : Line length #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+164 lines, -109 lines) Patch
M sdk/lib/html/dart2js/html_dart2js.dart View 21 chunks +57 lines, -43 lines 3 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 1 chunk +1 line, -3 lines 0 comments Download
M sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart View 3 chunks +9 lines, -9 lines 0 comments Download
A tests/html/Ahem.ttf View Binary file 0 comments Download
A tests/html/fontface_test.dart View 1 chunk +22 lines, -0 lines 0 comments Download
M tests/html/html.status View 1 chunk +1 line, -0 lines 0 comments Download
M tools/dom/scripts/htmldartgenerator.py View 1 6 chunks +17 lines, -5 lines 0 comments Download
M tools/dom/scripts/systemhtml.py View 1 2 chunks +53 lines, -42 lines 2 comments Download
M tools/dom/scripts/systemnative.py View 1 chunk +3 lines, -0 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Notification.darttemplate View 1 chunk +1 line, -7 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
Alan Knight
This fixes Notification properly, so it undoes the template fix I had originally put in. ...
5 years, 9 months ago (2015-03-20 23:51:58 UTC) #2
terry
Nice change surprised how many dictionary constructors were not correctly being handled. Seems like we ...
5 years, 9 months ago (2015-03-23 14:45:59 UTC) #3
terry
On 2015/03/23 14:45:59, terry wrote: > Nice change surprised how many dictionary constructors were not ...
5 years, 9 months ago (2015-03-23 14:46:25 UTC) #4
Alan Knight
A lot of the things that were missing conversions are still early stage experimental. I ...
5 years, 9 months ago (2015-03-23 18:00:12 UTC) #5
sra1
https://codereview.chromium.org/1023363002/diff/20001/sdk/lib/html/dart2js/html_dart2js.dart File sdk/lib/html/dart2js/html_dart2js.dart (right): https://codereview.chromium.org/1023363002/diff/20001/sdk/lib/html/dart2js/html_dart2js.dart#newcode29887 sdk/lib/html/dart2js/html_dart2js.dart:29887: + List protocols_1 = convertDartToNative_StringArray(protocol_OR_protocols); On 2015/03/23 14:45:59, terry ...
5 years, 9 months ago (2015-03-23 21:49:16 UTC) #6
Alan Knight
5 years, 9 months ago (2015-03-25 17:45:05 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as 44688 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698