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

Issue 12857006: Removing CssValue APIs (Closed)

Created:
7 years, 9 months ago by blois
Modified:
7 years, 8 months ago
Reviewers:
Jacob
CC:
reviews_dartlang.org
Visibility:
Public.

Description

These APIs were introduced in the CSS DOM 2 spec and have been removed from the CSS DOM 3 spec. We should remove them as well. http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-interface BUG= Committed: https://code.google.com/p/dart/source/detail?r=21121

Patch Set 1 #

Patch Set 2 : #

Total comments: 7

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+672 lines, -1544 lines) Patch
M samples/swarm/swarm_ui_lib/touch/FxUtil.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/html/dart2js/html_dart2js.dart View 21 chunks +207 lines, -540 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 20 chunks +258 lines, -681 lines 0 comments Download
M sdk/lib/svg/dart2js/svg_dart2js.dart View 1 2 9 chunks +71 lines, -131 lines 0 comments Download
M sdk/lib/svg/dartium/svg_dartium.dart View 1 2 9 chunks +76 lines, -137 lines 0 comments Download
M tests/html/css_test.dart View 3 chunks +7 lines, -24 lines 0 comments Download
M tests/html/html.status View 1 2 4 chunks +4 lines, -8 lines 0 comments Download
M tests/html/svg_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M tools/dom/scripts/htmlrenamer.py View 1 2 8 chunks +17 lines, -6 lines 0 comments Download
M tools/dom/scripts/systemhtml.py View 1 2 1 chunk +0 lines, -1 line 0 comments Download
A + tools/dom/templates/html/impl/impl_SVGColor.darttemplate View 1 chunk +5 lines, -14 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Window.darttemplate View 1 2 1 chunk +26 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
blois
7 years, 9 months ago (2013-03-21 21:29:10 UTC) #1
Jacob
lgtm A couple minor notes on the impl_Window changes that don't seem related to removing ...
7 years, 9 months ago (2013-03-21 23:11:51 UTC) #2
blois
https://chromiumcodereview.appspot.com/12857006/diff/2001/tools/dom/templates/html/impl/impl_Window.darttemplate File tools/dom/templates/html/impl/impl_Window.darttemplate (right): https://chromiumcodereview.appspot.com/12857006/diff/2001/tools/dom/templates/html/impl/impl_Window.darttemplate#newcode234 tools/dom/templates/html/impl/impl_Window.darttemplate:234: new _DomPoint(point.x, point.y)); On 2013/03/21 23:11:51, Jacob wrote: > ...
7 years, 8 months ago (2013-04-02 20:25:30 UTC) #3
Jacob
lgtm https://chromiumcodereview.appspot.com/12857006/diff/2001/tools/dom/templates/html/impl/impl_Window.darttemplate File tools/dom/templates/html/impl/impl_Window.darttemplate (right): https://chromiumcodereview.appspot.com/12857006/diff/2001/tools/dom/templates/html/impl/impl_Window.darttemplate#newcode234 tools/dom/templates/html/impl/impl_Window.darttemplate:234: new _DomPoint(point.x, point.y)); I doubt we can. On ...
7 years, 8 months ago (2013-04-02 23:57:13 UTC) #4
blois
https://codereview.chromium.org/12857006/diff/2001/tools/dom/templates/html/impl/impl_Window.darttemplate File tools/dom/templates/html/impl/impl_Window.darttemplate (right): https://codereview.chromium.org/12857006/diff/2001/tools/dom/templates/html/impl/impl_Window.darttemplate#newcode235 tools/dom/templates/html/impl/impl_Window.darttemplate:235: return new Point(result.x, result.y); On 2013/04/02 23:57:13, Jacob wrote: ...
7 years, 8 months ago (2013-04-05 18:03:07 UTC) #5
Jacob
lgtm
7 years, 8 months ago (2013-04-05 18:51:53 UTC) #6
blois
7 years, 8 months ago (2013-04-08 23:25:20 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as r21121 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698