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

Unified Diff: third_party/WebKit/Source/core/timing/PerformanceResourceTiming.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/timing/PerformanceResourceTiming.idl
diff --git a/third_party/WebKit/Source/core/timing/PerformanceResourceTiming.idl b/third_party/WebKit/Source/core/timing/PerformanceResourceTiming.idl
index 23690227ee6139f54dce658f4158641dd91c68f1..3dfd18eee3651c9f3de2664f534edea8c9473ed6 100644
--- a/third_party/WebKit/Source/core/timing/PerformanceResourceTiming.idl
+++ b/third_party/WebKit/Source/core/timing/PerformanceResourceTiming.idl
@@ -30,10 +30,10 @@
// https://w3c.github.io/resource-timing/#performanceresourcetiming
-// TODO(philipj): This interface should be [Exposed=(Window,Worker)].
+// TODO(foolip): This interface should be [Exposed=(Window,Worker)].
interface PerformanceResourceTiming : PerformanceEntry {
readonly attribute DOMString initiatorType;
- // TODO(philipj): readonly attribute DOMString nextHopProtocol;
+ // TODO(foolip): readonly attribute DOMString nextHopProtocol;
readonly attribute DOMHighResTimeStamp workerStart;
readonly attribute DOMHighResTimeStamp redirectStart;
readonly attribute DOMHighResTimeStamp redirectEnd;
@@ -46,7 +46,7 @@ interface PerformanceResourceTiming : PerformanceEntry {
readonly attribute DOMHighResTimeStamp requestStart;
readonly attribute DOMHighResTimeStamp responseStart;
readonly attribute DOMHighResTimeStamp responseEnd;
- // TODO(philipj): The spec has tranferSize/encodedBodySize/decodedBodySize
+ // TODO(foolip): The spec has tranferSize/encodedBodySize/decodedBodySize
// and a serializer:
// readonly attribute unsigned short transferSize;
// readonly attribute unsigned short encodedBodySize;

Powered by Google App Engine
This is Rietveld 408576698