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

Issue 19853002: Only Firefox needs the vendor prefix. All other browsers have both (webkit browsers) or the unprefi… (Closed)

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

Description

Only Firefox needs the vendor prefix. All other browsers have both (webkit browsers) or the unprefixed (IE). BUG= Committed: https://code.google.com/p/dart/source/detail?r=25243

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -9 lines) Patch
M sdk/lib/html/dart2js/html_dart2js.dart View 1 chunk +8 lines, -3 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 1 chunk +8 lines, -3 lines 0 comments Download
M tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate View 1 chunk +8 lines, -3 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
Emily Fortuna
TBR
7 years, 5 months ago (2013-07-19 20:48:35 UTC) #1
Emily Fortuna
Committed patchset #1 manually as r25243 (presubmit successful).
7 years, 5 months ago (2013-07-19 20:50:24 UTC) #2
Jennifer Messerly
7 years, 5 months ago (2013-07-19 21:09:20 UTC) #3
Message was sent while issue was closed.
https://codereview.chromium.org/19853002/diff/1/tools/dom/templates/html/impl...
File tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate
(right):

https://codereview.chromium.org/19853002/diff/1/tools/dom/templates/html/impl...
tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate:927: if
(Device.isFirefox) {
presumably Firefox will implement this natively someday, and Dart code compiled
now would be broken. Perhaps the logic should get/set both properties?

Powered by Google App Engine
This is Rietveld 408576698