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

Issue 2896393002: Remove JS_CONST from CssStyleDeclaration, causes DDC problems (Closed)

Created:
3 years, 7 months ago by Alan Knight
Modified:
3 years, 7 months ago
Reviewers:
vsm, sra1
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Remove JS_CONST from CssStyleDeclaration, causes DDC problems BUG= R=sra@google.com, vsm@google.com Committed: https://github.com/dart-lang/sdk/commit/e6c38ea30fa8c460b9d82038945c332ede51f79c

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -7 lines) Patch
M sdk/lib/html/dart2js/html_dart2js.dart View 3 chunks +2 lines, -3 lines 0 comments Download
M tools/dom/scripts/css_code_generator.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/dart2js/html_dart2js.darttemplate View 2 chunks +1 line, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate View 1 chunk +1 line, -1 line 2 comments Download

Messages

Total messages: 9 (3 generated)
Alan Knight
3 years, 7 months ago (2017-05-23 19:36:09 UTC) #2
sra1
lgtm https://codereview.chromium.org/2896393002/diff/1/tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate File tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate (right): https://codereview.chromium.org/2896393002/diff/1/tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate#newcode109 tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate:109: return JS('String', r'#.replace(/-([\da-z])/ig, #)', replacedMs, fToUpper); You could ...
3 years, 7 months ago (2017-05-23 20:26:18 UTC) #4
vsm
Are you updating the ddc version of html_dart2js.dart too? Otherwise, LGTM
3 years, 7 months ago (2017-05-23 20:52:55 UTC) #5
Alan Knight
On 2017/05/23 20:52:55, vsm wrote: > Are you updating the ddc version of html_dart2js.dart too? ...
3 years, 7 months ago (2017-05-23 21:42:29 UTC) #6
Alan Knight
https://codereview.chromium.org/2896393002/diff/1/tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate File tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate (right): https://codereview.chromium.org/2896393002/diff/1/tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate#newcode109 tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate:109: return JS('String', r'#.replace(/-([\da-z])/ig, #)', replacedMs, fToUpper); On 2017/05/23 20:26:18, ...
3 years, 7 months ago (2017-05-23 21:42:37 UTC) #7
Alan Knight
3 years, 7 months ago (2017-05-23 21:48:15 UTC) #9
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
e6c38ea30fa8c460b9d82038945c332ede51f79c (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698