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

Issue 11065014: Override CSSStyleDeclaration.getPropertyValue in general way. (Closed)

Created:
8 years, 2 months ago by Anton Muhin
Modified:
8 years, 2 months ago
Reviewers:
Emily Fortuna
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Override CSSStyleDeclaration.getPropertyValue in general way. Hide actual implementation and check returned value. R=efortuna@google.com BUG=5617 Committed: https://code.google.com/p/dart/source/detail?r=13253

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -24 lines) Patch
M lib/html/dart2js/html_dart2js.dart View 4 chunks +7 lines, -9 lines 0 comments Download
M lib/html/dartium/html_dartium.dart View 4 chunks +9 lines, -4 lines 0 comments Download
M lib/html/idl/dart/dart.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M lib/html/scripts/systemhtml.py View 1 chunk +0 lines, -1 line 0 comments Download
M lib/html/templates/html/impl/impl_CSSStyleDeclaration.darttemplate View 1 chunk +3 lines, -7 lines 0 comments Download
M lib/html/templates/html/interface/interface_CSSStyleDeclaration.darttemplate View 1 1 chunk +3 lines, -0 lines 0 comments Download
M tests/html/html.status View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Anton Muhin
8 years, 2 months ago (2012-10-04 15:59:25 UTC) #1
Emily Fortuna
lgtm with question https://codereview.chromium.org/11065014/diff/1/lib/html/dart2js/html_dart2js.dart File lib/html/dart2js/html_dart2js.dart (right): https://codereview.chromium.org/11065014/diff/1/lib/html/dart2js/html_dart2js.dart#newcode3136 lib/html/dart2js/html_dart2js.dart:3136: + String getPropertyValue(String propertyName); do we ...
8 years, 2 months ago (2012-10-04 18:12:32 UTC) #2
Anton Muhin
8 years, 2 months ago (2012-10-04 18:20:02 UTC) #3
https://codereview.chromium.org/11065014/diff/1/lib/html/dart2js/html_dart2js...
File lib/html/dart2js/html_dart2js.dart (right):

https://codereview.chromium.org/11065014/diff/1/lib/html/dart2js/html_dart2js...
lib/html/dart2js/html_dart2js.dart:3136: +  String getPropertyValue(String
propertyName);
That sounds like a very good thing to do, thanks a lot.

On 2012/10/04 18:12:32, Emily Fortuna wrote:
> do we want to add the @domName comment to this function or the
_getPropertyValue
> for documentation purposes?

Powered by Google App Engine
This is Rietveld 408576698