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

Unified Diff: third_party/WebKit/Source/core/frame/Location.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/frame/Location.idl
diff --git a/third_party/WebKit/Source/core/frame/Location.idl b/third_party/WebKit/Source/core/frame/Location.idl
index efdba7284930e90708c322f8b53321007881c601..7f541abe742feb64bb94acb2ba5c89ead58448f5 100644
--- a/third_party/WebKit/Source/core/frame/Location.idl
+++ b/third_party/WebKit/Source/core/frame/Location.idl
@@ -41,11 +41,11 @@
[CallWith=(CurrentWindow,EnteredWindow), DoNotCheckSecurity, RaisesException] void replace(DOMString url);
[CallWith=CurrentWindow] void reload();
- // TODO(philipj): ancestorOrigins should have [SameObject] and be of type
+ // TODO(foolip): ancestorOrigins should have [SameObject] and be of type
// DOMString[], i.e. it should return the same array every time.
[Measure] readonly attribute DOMStringList ancestorOrigins;
- // TODO(philipj): Per spec, Location implements URLUtils. The below is
+ // TODO(foolip): Per spec, Location implements URLUtils. The below is
// mostly like the URLUtils interface, but with some members missing and
// using DOMString instead of USVString.
[SetterCallWith=(CurrentWindow,EnteredWindow), DoNotCheckSecurity=Setter] attribute DOMString href;
@@ -60,7 +60,7 @@
[SetterCallWith=(CurrentWindow,EnteredWindow)] attribute DOMString search;
[SetterCallWith=(CurrentWindow,EnteredWindow)] attribute DOMString hash;
- // TODO(philipj): Location does not have a valueOf() override in the spec.
+ // TODO(foolip): Location does not have a valueOf() override in the spec.
// See the comment in Location.h for the purpose of this.
[NotEnumerable, CallWith=ThisValue] any valueOf();
};
« no previous file with comments | « third_party/WebKit/Source/core/frame/History.idl ('k') | third_party/WebKit/Source/core/frame/Navigator.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698