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

Unified Diff: third_party/WebKit/Source/core/css/CSSPageRule.idl

Issue 2015503002: Move TODO(philipj) to TODO(foolip) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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 | « third_party/WebKit/Source/core/css/CSSMediaRule.idl ('k') | third_party/WebKit/Source/core/css/CSSRule.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/CSSPageRule.idl
diff --git a/third_party/WebKit/Source/core/css/CSSPageRule.idl b/third_party/WebKit/Source/core/css/CSSPageRule.idl
index 5e04b6c7d6eef310c16f551dcea24922c62ebca8..e21f83ada106f8a46d36208b62f3531ff424f149 100644
--- a/third_party/WebKit/Source/core/css/CSSPageRule.idl
+++ b/third_party/WebKit/Source/core/css/CSSPageRule.idl
@@ -20,13 +20,13 @@
// http://dev.w3.org/csswg/cssom/#the-csspagerule-interface
-// TODO(philipj): CSSPageRule should inherit from CSSGroupingRule.
+// TODO(foolip): CSSPageRule should inherit from CSSGroupingRule.
// crbug.com/496381. To internally implement this as grouping rule,
// margin at-rules should be implemented crbug.com/320370, since the
// spec http://dev.w3.org/csswg/css-page/#at-page-rule allows only
// margin at-rules inside @page.
interface CSSPageRule : CSSRule {
attribute DOMString selectorText;
- // TODO(philipj): style should have [PutForwards=cssText].
+ // TODO(foolip): style should have [PutForwards=cssText].
[SameObject] readonly attribute CSSStyleDeclaration style;
};
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSMediaRule.idl ('k') | third_party/WebKit/Source/core/css/CSSRule.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698