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

Issue 11419300: Dartifying dart:html type names. (Closed)

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

Description

Dartifying dart:html type names. BUG= Committed: https://code.google.com/p/dart/source/detail?r=15739

Patch Set 1 #

Total comments: 13

Patch Set 2 : Incorporating review feedback. #

Total comments: 1

Patch Set 3 : Syncing. #

Patch Set 4 : Minifying. #

Patch Set 5 : Reverting merge issue. #

Patch Set 6 : Unminifying & fixing Stephen's feedback. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5679 lines, -5675 lines) Patch
M sdk/lib/html/dart2js/html_dart2js.dart View 1 2 3 4 5 55 chunks +5355 lines, -5372 lines 0 comments Download
M sdk/lib/html/scripts/htmlrenamer.py View 1 2 3 4 chunks +12 lines, -10 lines 0 comments Download
M sdk/lib/html/scripts/systemhtml.py View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M sdk/lib/html/src/dart2js_Conversions.dart View 1 2 3 4 5 1 chunk +0 lines, -17 lines 0 comments Download
M sdk/lib/html/src/shared_FactoryProviders.dart View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M sdk/lib/html/templates/html/dart2js/factoryprovider_WebKitCSSMatrix.darttemplate View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/html/templates/html/dart2js/indexed_db_dart2js.darttemplate View 1 2 3 4 5 1 chunk +17 lines, -0 lines 0 comments Download
M sdk/lib/html/templates/html/impl/impl_DocumentFragment.darttemplate View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M sdk/lib/html/templates/html/impl/impl_Element.darttemplate View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M sdk/lib/html/templates/html/impl/impl_IDBKeyRange.darttemplate View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart View 1 2 3 4 5 5 chunks +21 lines, -4 lines 0 comments Download
M sdk/lib/indexed_db/dartium/indexed_db_dartium.dart View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M sdk/lib/svg/dart2js/svg_dart2js.dart View 1 2 3 48 chunks +94 lines, -94 lines 0 comments Download
M sdk/lib/svg/dartium/svg_dartium.dart View 1 2 3 48 chunks +94 lines, -94 lines 0 comments Download
M tests/html/audiocontext_test.dart View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M tests/html/cache_test.dart View 1 2 3 1 chunk +7 lines, -7 lines 0 comments Download
M tests/html/css_rule_list_test.dart View 1 2 3 1 chunk +5 lines, -5 lines 0 comments Download
M tests/html/css_test.dart View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M tests/html/cssstyledeclaration_test.dart View 1 2 3 4 chunks +5 lines, -5 lines 0 comments Download
M tests/html/documentfragment_test.dart View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M tests/html/domparser_test.dart View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M tests/html/exceptions_test.dart View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M tests/html/fileapi_test.dart View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M tests/html/html.status View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M tests/html/indexeddb_3_test.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M tests/html/indexeddb_4_test.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M tests/html/svg_3_test.dart View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M tests/html/websql_test.dart View 1 2 3 2 chunks +19 lines, -19 lines 0 comments Download
M tests/html/xmldocument_2_test.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M tests/html/xsltprocessor_test.dart View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
blois
8 years ago (2012-12-04 01:07:28 UTC) #1
Emily Fortuna
Wow, what a CL! just a few suggestions, then lgtm. https://codereview.chromium.org/11419300/diff/1/sdk/lib/html/dart2js/html_dart2js.dart File sdk/lib/html/dart2js/html_dart2js.dart (right): https://codereview.chromium.org/11419300/diff/1/sdk/lib/html/dart2js/html_dart2js.dart#newcode1363 ...
8 years ago (2012-12-04 01:57:19 UTC) #2
blois
https://codereview.chromium.org/11419300/diff/1/sdk/lib/html/dart2js/html_dart2js.dart File sdk/lib/html/dart2js/html_dart2js.dart (right): https://codereview.chromium.org/11419300/diff/1/sdk/lib/html/dart2js/html_dart2js.dart#newcode1363 sdk/lib/html/dart2js/html_dart2js.dart:1363: /// @domName CSSCharsetRule; @docsEditable true On 2012/12/04 01:57:19, Emily ...
8 years ago (2012-12-04 17:35:36 UTC) #3
Emily Fortuna
lgtm https://codereview.chromium.org/11419300/diff/1/sdk/lib/html/templates/html/dart2js/impl_WorkerContext.darttemplate File sdk/lib/html/templates/html/dart2js/impl_WorkerContext.darttemplate (right): https://codereview.chromium.org/11419300/diff/1/sdk/lib/html/templates/html/dart2js/impl_WorkerContext.darttemplate#newcode7 sdk/lib/html/templates/html/dart2js/impl_WorkerContext.darttemplate:7: /// @domName $DOMNAME On 2012/12/04 17:35:36, blois wrote: ...
8 years ago (2012-12-04 17:37:59 UTC) #4
sra1
8 years ago (2012-12-04 20:26:23 UTC) #5
lgtm

https://chromiumcodereview.appspot.com/11419300/diff/11013/sdk/lib/html/src/d...
File sdk/lib/html/src/dart2js_Conversions.dart (left):

https://chromiumcodereview.appspot.com/11419300/diff/11013/sdk/lib/html/src/d...
sdk/lib/html/src/dart2js_Conversions.dart:100: * Converts a native IDBKey into a
Dart object.
Move the comment at the top of the file too.

Powered by Google App Engine
This is Rietveld 408576698