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

Unified Diff: third_party/WebKit/Source/core/frame/Navigator.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/frame/Location.idl ('k') | third_party/WebKit/Source/core/html/FormData.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/Navigator.idl
diff --git a/third_party/WebKit/Source/core/frame/Navigator.idl b/third_party/WebKit/Source/core/frame/Navigator.idl
index 2a298d8abb9166a2278e954e685f10211aeec6af..5782e6e1d7d826bc0ee9974dbbc39749f34c8682 100644
--- a/third_party/WebKit/Source/core/frame/Navigator.idl
+++ b/third_party/WebKit/Source/core/frame/Navigator.idl
@@ -23,10 +23,10 @@
] interface Navigator {
// objects implementing this interface also implement the interfaces given below
- // TODO(philipj): vendorSub should be on NavigatorID.
+ // TODO(foolip): vendorSub should be on NavigatorID.
[MeasureAs=NavigatorVendorSub] readonly attribute DOMString vendorSub;
- // TODO(philipj): productSub and vendor are not yet in the spec:
+ // TODO(foolip): productSub and vendor are not yet in the spec:
// https://www.w3.org/Bugs/Public/show_bug.cgi?id=27954
[MeasureAs=NavigatorProductSub] readonly attribute DOMString productSub;
// https://www.w3.org/Bugs/Public/show_bug.cgi?id=27786
« no previous file with comments | « third_party/WebKit/Source/core/frame/Location.idl ('k') | third_party/WebKit/Source/core/html/FormData.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698