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

Unified Diff: third_party/WebKit/Source/core/timing/WorkerPerformance.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/WorkerPerformance.idl
diff --git a/third_party/WebKit/Source/core/timing/WorkerPerformance.idl b/third_party/WebKit/Source/core/timing/WorkerPerformance.idl
index 8508394bd8afdacfcc80e1ed758f94b9f968d0df..c36253860743c987724a057a971a2135620f8092 100644
--- a/third_party/WebKit/Source/core/timing/WorkerPerformance.idl
+++ b/third_party/WebKit/Source/core/timing/WorkerPerformance.idl
@@ -30,8 +30,8 @@
// https://w3c.github.io/hr-time/#the-performance-interface
-// TODO(philipj): This interface should be merged into Performance.
-// TODO(philipj): None of the optional DOMString arguments in this interface
+// TODO(foolip): This interface should be merged into Performance.
+// TODO(foolip): None of the optional DOMString arguments in this interface
// should have a default value.
[
NoInterfaceObject
@@ -40,7 +40,7 @@
// Performance Timeline
// https://w3c.github.io/performance-timeline/#the-performance-interface
- // TODO(philipj): getEntries() should take an optional FilterOptions argument.
+ // TODO(foolip): getEntries() should take an optional FilterOptions argument.
PerformanceEntryList getEntries();
PerformanceEntryList getEntriesByType(DOMString entryType);
PerformanceEntryList getEntriesByName(DOMString name, optional DOMString entryType = null);
@@ -59,7 +59,7 @@
[RaisesException] void measure(DOMString measureName, optional DOMString startMark = null, optional DOMString endMark = null);
void clearMeasures(optional DOMString measureName = null);
- // TODO(philipj): There is no spec for the Memory Info API, see blink-dev:
+ // TODO(foolip): There is no spec for the Memory Info API, see blink-dev:
// https://groups.google.com/a/chromium.org/d/msg/blink-dev/g5YRCGpC9vs/b4OJz71NmPwJ
[RuntimeEnabled=MemoryInfoInWorkers] readonly attribute MemoryInfo memory;
};

Powered by Google App Engine
This is Rietveld 408576698