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

Unified Diff: Source/core/css/CSS.idl

Issue 1154913004: Document the tracking bugs of some straight-forward IDL bugs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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 | « no previous file | Source/core/css/CSSMediaRule.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSS.idl
diff --git a/Source/core/css/CSS.idl b/Source/core/css/CSS.idl
index 9893b7dc09eb2246d2f120dde9ccabc7ca4e2bc6..8bd0a8773c138c135e1f2dec536129bfd41be9c8 100644
--- a/Source/core/css/CSS.idl
+++ b/Source/core/css/CSS.idl
@@ -34,7 +34,7 @@
ImplementedAs=DOMWindowCSS,
WillBeGarbageCollected
] interface CSS {
- // TODO(philipj): The supports() methods should be static.
+ // TODO(philipj): The supports() methods should be static. crbug.com/496369
boolean supports(DOMString property, DOMString value);
boolean supports(DOMString conditionText);
};
« no previous file with comments | « no previous file | Source/core/css/CSSMediaRule.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698