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

Issue 23190026: Type extension support in polyfill. (Closed)

Created:
7 years, 4 months ago by blois
Modified:
7 years, 3 months ago
Reviewers:
sra1, Jennifer Messerly
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Basic functionality is working with JS native support and polyfill, still some issues with dart2js typechecking. BUG= R=jmesserly@google.com Committed: https://code.google.com/p/dart/source/detail?r=26935

Patch Set 1 : #

Total comments: 13

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+621 lines, -246 lines) Patch
M pkg/custom_element/lib/custom-elements.debug.js View 9 chunks +87 lines, -61 lines 0 comments Download
M pkg/custom_element/lib/custom-elements.min.js View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/html/dart2js/html_dart2js.dart View 6 chunks +123 lines, -11 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 5 chunks +77 lines, -10 lines 0 comments Download
M tests/html/custom/document_register_type_extensions_test.dart View 1 2 chunks +205 lines, -147 lines 0 comments Download
M tests/html/html.status View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/src/dart2js_CustomElementSupport.dart View 1 2 2 chunks +37 lines, -3 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Element.darttemplate View 1 2 3 chunks +18 lines, -8 lines 0 comments Download
M tools/dom/templates/html/impl/impl_HTMLDocument.darttemplate View 1 2 1 chunk +72 lines, -4 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
blois
7 years, 3 months ago (2013-08-28 20:00:22 UTC) #1
Jennifer Messerly
overall looks good, various minor comments/questions :) https://codereview.chromium.org/23190026/diff/14001/tests/html/custom/document_register_type_extensions_test.dart File tests/html/custom/document_register_type_extensions_test.dart (right): https://codereview.chromium.org/23190026/diff/14001/tests/html/custom/document_register_type_extensions_test.dart#newcode11 tests/html/custom/document_register_type_extensions_test.dart:11: static final ...
7 years, 3 months ago (2013-08-29 20:57:29 UTC) #2
blois
https://codereview.chromium.org/23190026/diff/14001/tests/html/custom/document_register_type_extensions_test.dart File tests/html/custom/document_register_type_extensions_test.dart (right): https://codereview.chromium.org/23190026/diff/14001/tests/html/custom/document_register_type_extensions_test.dart#newcode11 tests/html/custom/document_register_type_extensions_test.dart:11: static final tag = 'x-foo'; On 2013/08/29 20:57:29, John ...
7 years, 3 months ago (2013-08-29 21:38:41 UTC) #3
Jennifer Messerly
https://codereview.chromium.org/23190026/diff/14001/tools/dom/src/dart2js_CustomElementSupport.dart File tools/dom/src/dart2js_CustomElementSupport.dart (right): https://codereview.chromium.org/23190026/diff/14001/tools/dom/src/dart2js_CustomElementSupport.dart#newcode60 tools/dom/src/dart2js_CustomElementSupport.dart:60: 'HTMLModElement': 'del', On 2013/08/29 21:38:41, blois wrote: > On ...
7 years, 3 months ago (2013-08-29 22:44:27 UTC) #4
blois
On 2013/08/29 22:44:27, John Messerly wrote: > https://codereview.chromium.org/23190026/diff/14001/tools/dom/src/dart2js_CustomElementSupport.dart > File tools/dom/src/dart2js_CustomElementSupport.dart (right): > > https://codereview.chromium.org/23190026/diff/14001/tools/dom/src/dart2js_CustomElementSupport.dart#newcode60 ...
7 years, 3 months ago (2013-08-30 17:11:25 UTC) #5
Jennifer Messerly
LGTM!
7 years, 3 months ago (2013-08-30 17:34:31 UTC) #6
blois
7 years, 3 months ago (2013-08-30 19:08:27 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as r26935 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698