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

Unified Diff: third_party/WebKit/Source/core/html/HTMLTableCellElement.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
Index: third_party/WebKit/Source/core/html/HTMLTableCellElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLTableCellElement.idl b/third_party/WebKit/Source/core/html/HTMLTableCellElement.idl
index 933fedbd60dce482d17e59acb34ae733564028d8..eb531964f66630ddab99685445234db3e219e700 100644
--- a/third_party/WebKit/Source/core/html/HTMLTableCellElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLTableCellElement.idl
@@ -23,7 +23,7 @@
interface HTMLTableCellElement : HTMLElement {
attribute unsigned long colSpan;
attribute unsigned long rowSpan;
- // TODO(philipj): headers should be a [PutForwards=value] readonly attribute
+ // TODO(foolip): headers should be a [PutForwards=value] readonly attribute
// DOMTokenList.
[Reflect, TreatNullAs=NullString] attribute DOMString headers;
readonly attribute long cellIndex;
@@ -42,7 +42,7 @@ interface HTMLTableCellElement : HTMLElement {
[Reflect, TreatNullAs=EmptyString] attribute DOMString bgColor;
- // TODO(philipj): The spec has HTMLTableHeaderCellElement and
+ // TODO(foolip): The spec has HTMLTableHeaderCellElement and
// HTMLTableDataCellElement interfaces for the th and td elements
// respectively. HTMLTableHeaderCellElement has the abbr and scope
// attributes, while HTMLTableDataCellElement has only abbr.
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLStyleElement.idl ('k') | third_party/WebKit/Source/core/html/HTMLTableElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698