| 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;
|
|
|