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

Issue 24096027: Dart2js support for custom element lifecycle events (Closed)

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

Description

Dart2js support for custom element lifecycle events BUG= R=jmesserly@google.com Committed: https://code.google.com/p/dart/source/detail?r=27729

Patch Set 1 : #

Total comments: 14

Patch Set 2 : #

Patch Set 3 : Fixes for IE support #

Total comments: 1

Patch Set 4 : Regenerating shadow DOM polyfill #

Unified diffs Side-by-side diffs Delta from patch set Stats (+512 lines, -188 lines) Patch
M pkg/custom_element/lib/custom-elements.debug.js View 1 7 chunks +71 lines, -100 lines 0 comments Download
M pkg/custom_element/lib/custom-elements.min.js View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/shadow_dom/lib/shadow_dom.debug.js View 1 2 3 14 chunks +47 lines, -22 lines 0 comments Download
M pkg/shadow_dom/lib/shadow_dom.min.js View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/shadow_dom/lib/src/platform/patches-shadowdom-polyfill.js View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/shadow_dom/tool/build/if-poly.js View 1 1 chunk +1 line, -2 lines 0 comments Download
M sdk/lib/html/dart2js/html_dart2js.dart View 3 chunks +35 lines, -5 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 1 chunk +14 lines, -0 lines 0 comments Download
M tests/html/custom/constructor_calls_created_synchronously_test.dart View 2 chunks +1 line, -12 lines 0 comments Download
M tests/html/custom/created_callback_test.dart View 1 chunk +0 lines, -12 lines 0 comments Download
M tests/html/custom/document_register_basic_test.dart View 1 chunk +0 lines, -12 lines 0 comments Download
M tests/html/custom/document_register_type_extensions_test.dart View 1 2 1 chunk +0 lines, -12 lines 0 comments Download
A tests/html/custom/entered_left_view_test.dart View 1 1 chunk +246 lines, -0 lines 0 comments Download
A tests/html/custom/entered_left_view_test.html View 1 chunk +23 lines, -0 lines 0 comments Download
M tests/html/html.status View 1 2 chunks +2 lines, -0 lines 0 comments Download
M tests/html/utils.dart View 1 chunk +14 lines, -0 lines 0 comments Download
M tools/dom/src/dart2js_CustomElementSupport.dart View 2 chunks +21 lines, -5 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Element.darttemplate View 1 chunk +14 lines, -0 lines 0 comments Download
M tools/testing/dart/test_suite.dart View 1 chunk +16 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
blois
https://codereview.chromium.org/24096027/diff/3001/pkg/custom_element/lib/custom-elements.debug.js File pkg/custom_element/lib/custom-elements.debug.js (right): https://codereview.chromium.org/24096027/diff/3001/pkg/custom_element/lib/custom-elements.debug.js#newcode1467 pkg/custom_element/lib/custom-elements.debug.js:1467: // Patch to allow custom element and shadow dom ...
7 years, 3 months ago (2013-09-19 23:07:10 UTC) #1
Jennifer Messerly
looks good other than the issue with generated files https://codereview.chromium.org/24096027/diff/3001/pkg/custom_element/lib/custom-elements.debug.js File pkg/custom_element/lib/custom-elements.debug.js (right): https://codereview.chromium.org/24096027/diff/3001/pkg/custom_element/lib/custom-elements.debug.js#newcode1467 pkg/custom_element/lib/custom-elements.debug.js:1467: ...
7 years, 3 months ago (2013-09-20 17:58:35 UTC) #2
blois
https://codereview.chromium.org/24096027/diff/3001/pkg/custom_element/lib/custom-elements.debug.js File pkg/custom_element/lib/custom-elements.debug.js (right): https://codereview.chromium.org/24096027/diff/3001/pkg/custom_element/lib/custom-elements.debug.js#newcode1467 pkg/custom_element/lib/custom-elements.debug.js:1467: // Patch to allow custom element and shadow dom ...
7 years, 3 months ago (2013-09-20 21:39:37 UTC) #3
Jennifer Messerly
https://codereview.chromium.org/24096027/diff/3001/tools/testing/dart/test_suite.dart File tools/testing/dart/test_suite.dart (right): https://codereview.chromium.org/24096027/diff/3001/tools/testing/dart/test_suite.dart#newcode1018 tools/testing/dart/test_suite.dart:1018: new File(htmlPath).writeAsStringSync(htmlContents); On 2013/09/20 21:39:38, blois wrote: > On ...
7 years, 3 months ago (2013-09-20 21:54:35 UTC) #4
Jennifer Messerly
lgtm
7 years, 3 months ago (2013-09-20 21:54:47 UTC) #5
blois
One additional change to the shadow dom polyfill for IE support. https://codereview.chromium.org/24096027/diff/18001/pkg/shadow_dom/lib/shadow_dom.debug.js File pkg/shadow_dom/lib/shadow_dom.debug.js (right): ...
7 years, 3 months ago (2013-09-20 23:27:36 UTC) #6
blois
7 years, 3 months ago (2013-09-21 00:00:04 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 manually as r27729 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698