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

Unified Diff: third_party/WebKit/Source/core/html/HTMLObjectElement.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/HTMLObjectElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLObjectElement.idl b/third_party/WebKit/Source/core/html/HTMLObjectElement.idl
index d0f6261580a4b591d682c0f9e6f93c2a6df1a330..68f5847a8fd947be03921c6fa16616e73cb68000 100644
--- a/third_party/WebKit/Source/core/html/HTMLObjectElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLObjectElement.idl
@@ -27,14 +27,14 @@
] interface HTMLObjectElement : HTMLElement {
[Reflect, URL] attribute DOMString data;
[Reflect] attribute DOMString type;
- // TODO(philipj): attribute boolean typeMustMatch;
+ // TODO(foolip): attribute boolean typeMustMatch;
[Reflect] attribute DOMString name;
[Reflect] attribute DOMString useMap;
[ImplementedAs=formOwner] readonly attribute HTMLFormElement? form;
[Reflect] attribute DOMString width;
[Reflect] attribute DOMString height;
[CheckSecurity=ReturnValue] readonly attribute Document? contentDocument;
- // TODO(philipj): readonly attribute WindowProxy? contentWindow;
+ // TODO(foolip): readonly attribute WindowProxy? contentWindow;
[CheckSecurity=ReturnValue, RaisesException] Document? getSVGDocument();
readonly attribute boolean willValidate;
@@ -44,7 +44,7 @@
boolean reportValidity();
void setCustomValidity(DOMString error);
- // TODO(philipj): legacycaller any (any... arguments); crbug.com/465009
+ // TODO(foolip): legacycaller any (any... arguments); crbug.com/465009
// obsolete members
// https://html.spec.whatwg.org/#HTMLObjectElement-partial
@@ -52,7 +52,7 @@
[Reflect] attribute DOMString archive;
[Reflect] attribute DOMString code;
[Reflect] attribute boolean declare;
- // TODO(philipj): hspace and vspace should be unsigned long.
+ // TODO(foolip): hspace and vspace should be unsigned long.
[Reflect] attribute long hspace;
[Reflect] attribute DOMString standby;
[Reflect] attribute long vspace;
@@ -61,7 +61,7 @@
[Reflect, TreatNullAs=EmptyString] attribute DOMString border;
- // TODO(philipj): These getters and setters are not in the spec.
+ // TODO(foolip): These getters and setters are not in the spec.
[Custom, NotEnumerable] getter boolean (unsigned long index);
[Custom] setter boolean (unsigned long index, Node value);
[Custom, NotEnumerable] getter Node (DOMString name);
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLMediaElement.cpp ('k') | third_party/WebKit/Source/core/html/HTMLOptionElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698