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

Unified Diff: tools/dom/dom.json

Issue 442523003: Add property to CssStyleDeclaration to detect if a CSS value is available. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/html/cssstyledeclaration_test.dart ('k') | tools/dom/idl/dart/dart.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/dom.json
diff --git a/tools/dom/dom.json b/tools/dom/dom.json
index 4311e7d78f7324c9d73d1896f5d21f72573b6a55..0a8edcd4ee46b36bf923d854b41d6806de000b3d 100644
--- a/tools/dom/dom.json
+++ b/tools/dom/dom.json
@@ -606,6 +606,9 @@
"__getter__": {
"support_level": "untriaged"
},
+ "__propertyQuery__": {
+ "support_level": "untriaged"
+ },
"__setter__": {},
"cssText": {},
"getPropertyCSSValue": {
@@ -12168,6 +12171,9 @@
},
"Timing": {
"members": {
+ "__getter__": {
+ "support_level": "untriaged"
+ },
"__setter__": {
"support_level": "untriaged"
},
« no previous file with comments | « tests/html/cssstyledeclaration_test.dart ('k') | tools/dom/idl/dart/dart.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698