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

Issue 25325004: Implementing CustomElement's attributeChanged callback. (Closed)

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

Description

Implementing CustomElement's attributeChanged callback in dart2js. BUG= R=jmesserly@google.com Committed: https://code.google.com/p/dart/source/detail?r=28168

Patch Set 1 : #

Total comments: 2

Patch Set 2 : Updating status file for polyfill #

Patch Set 3 : Fixing up dartClosure2JS changes #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+132 lines, -62 lines) Patch
M pkg/custom_element/lib/custom-elements.debug.js View 2 chunks +3 lines, -3 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/_internal/lib/js_helper.dart View 1 2 2 chunks +12 lines, -4 lines 0 comments Download
M sdk/lib/html/dart2js/html_dart2js.dart View 4 chunks +20 lines, -0 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 2 chunks +8 lines, -3 lines 0 comments Download
M tests/html/custom/attribute_changed_callback_test.dart View 1 2 3 2 chunks +64 lines, -30 lines 0 comments Download
M tests/html/custom/entered_left_view_test.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M tests/html/html.status View 1 2 3 3 chunks +3 lines, -20 lines 0 comments Download
M tools/dom/src/dart2js_CustomElementSupport.dart View 1 2 3 3 chunks +15 lines, -0 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Element.darttemplate View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
blois
https://codereview.chromium.org/25325004/diff/9001/sdk/lib/_internal/lib/js_helper.dart File sdk/lib/_internal/lib/js_helper.dart (right): https://codereview.chromium.org/25325004/diff/9001/sdk/lib/_internal/lib/js_helper.dart#newcode1533 sdk/lib/_internal/lib/js_helper.dart:1533: r' return function($0, $1, $4, $5) { ' Not ...
7 years, 2 months ago (2013-09-30 21:45:04 UTC) #1
Jennifer Messerly
LGTM. I'll let Stephen answer the other questions :)
7 years, 2 months ago (2013-09-30 22:16:07 UTC) #2
sra1
https://codereview.chromium.org/25325004/diff/9001/sdk/lib/_internal/lib/js_helper.dart File sdk/lib/_internal/lib/js_helper.dart (right): https://codereview.chromium.org/25325004/diff/9001/sdk/lib/_internal/lib/js_helper.dart#newcode1533 sdk/lib/_internal/lib/js_helper.dart:1533: r' return function($0, $1, $4, $5) { ' On ...
7 years, 2 months ago (2013-10-01 02:27:17 UTC) #3
blois
Much better- I was trying to understand why those horrible variable names.
7 years, 2 months ago (2013-10-01 16:45:42 UTC) #4
blois
7 years, 2 months ago (2013-10-02 15:58:05 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 manually as r28168 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698