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

Unified Diff: third_party/WebKit/Source/core/timing/Performance.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/Performance.idl
diff --git a/third_party/WebKit/Source/core/timing/Performance.idl b/third_party/WebKit/Source/core/timing/Performance.idl
index b7341ad3febac7b753fd4f3af14a281e3b1cf68e..5950cfb60eecbe74c9cc292ddc903004d029dbc7 100644
--- a/third_party/WebKit/Source/core/timing/Performance.idl
+++ b/third_party/WebKit/Source/core/timing/Performance.idl
@@ -31,9 +31,9 @@
// https://w3c.github.io/hr-time/#the-performance-interface
-// TODO(philipj): This interface should be [Exposed=(Window,Worker)]. Doing that
+// TODO(foolip): This interface should be [Exposed=(Window,Worker)]. Doing that
// would allow the WorkerPerformance interface to be merged into this.
-// TODO(philipj): None of the optional DOMString arguments in this interface
+// TODO(foolip): None of the optional DOMString arguments in this interface
// should have a default value.
[
] interface Performance : EventTarget {
@@ -41,7 +41,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.
[MeasureAs=UnprefixedPerformanceTimeline] PerformanceEntryList getEntries();
[MeasureAs=UnprefixedPerformanceTimeline] PerformanceEntryList getEntriesByType(DOMString entryType);
[MeasureAs=UnprefixedPerformanceTimeline] PerformanceEntryList getEntriesByName(DOMString name, optional DOMString entryType = null);
@@ -76,7 +76,7 @@
[RuntimeEnabled=FrameTimingSupport, MeasureAs=PerformanceFrameTiming] void setFrameTimingBufferSize(unsigned long maxSize);
[RuntimeEnabled=FrameTimingSupport] attribute EventHandler onframetimingbufferfull;
- // 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
[Measure] readonly attribute MemoryInfo memory;
};

Powered by Google App Engine
This is Rietveld 408576698