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

Issue 14646035: Syncing CssStyleDeclaration.setPropertyValue's signature between dart2js and dartium (Closed)

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

Description

Syncing CssStyleDeclaration.setPropertyValue's signature between dart2js and dartium Because of IDL changes, the generated signature changed but the dart2js code had a polyfill which did not change. The last parameter really should be optional, but this is dependent on https://code.google.com/p/dart/issues/detail?id=9156. BUG=10583 R=efortuna@google.com Committed: https://code.google.com/p/dart/source/detail?r=22606

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -1 line) Patch
M sdk/lib/html/dart2js/html_dart2js.dart View 1 1 chunk +4 lines, -0 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 2 chunks +9 lines, -1 line 0 comments Download
M tools/dom/scripts/htmlrenamer.py View 1 1 chunk +1 line, -0 lines 0 comments Download
M tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate View 1 2 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
blois
7 years, 7 months ago (2013-05-10 20:23:25 UTC) #1
Emily Fortuna
"lgtm". sigh. :-( I'll get to fixing the bigger issue soon!!!
7 years, 7 months ago (2013-05-10 20:25:51 UTC) #2
kevmoo-old
Any chance we could have a default value of '' for priority? Or better yet, ...
7 years, 7 months ago (2013-05-10 20:29:27 UTC) #3
blois
PTAL, updated to make priority default to null. I'm defaulting it to a null string ...
7 years, 7 months ago (2013-05-10 21:02:21 UTC) #4
Emily Fortuna
lgtm!
7 years, 7 months ago (2013-05-10 23:16:56 UTC) #5
blois
7 years, 7 months ago (2013-05-10 23:22:21 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r22606 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698