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

Unified Diff: third_party/WebKit/Source/core/html/HTMLSelectElement.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/HTMLSelectElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLSelectElement.idl b/third_party/WebKit/Source/core/html/HTMLSelectElement.idl
index 01e27f784352b9e1ddbb07abbf09619bcab90cd7..1a72fc4912cdc03a4ccba8af04955ff62a6bed0d 100644
--- a/third_party/WebKit/Source/core/html/HTMLSelectElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLSelectElement.idl
@@ -22,7 +22,7 @@
// https://html.spec.whatwg.org/#the-select-element
interface HTMLSelectElement : HTMLElement {
- // TODO(philipj): attribute DOMString autocomplete;
+ // TODO(foolip): attribute DOMString autocomplete;
[Reflect] attribute boolean autofocus;
[Reflect] attribute boolean disabled;
[ImplementedAs=formOwner] readonly attribute HTMLFormElement? form;
@@ -34,7 +34,7 @@ interface HTMLSelectElement : HTMLElement {
readonly attribute DOMString type;
readonly attribute HTMLOptionsCollection options;
- // TODO(philipj): The length setter should never throw.
+ // TODO(foolip): The length setter should never throw.
[RaisesException=Setter] attribute unsigned long length;
getter Element? item(unsigned long index);
HTMLOptionElement? namedItem(DOMString name);
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLScriptElement.idl ('k') | third_party/WebKit/Source/core/html/HTMLStyleElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698