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

Unified Diff: third_party/WebKit/Source/core/timing/Performance.idl

Issue 2549633002: rewrite spec links with http: to https: and fix known Javascript redirected links (Closed)
Patch Set: Fix frame-timing link Created 4 years 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 bfe27d59c1af6f4ba218339a13fae22fab82eea3..24e872646e7511e890cdeb10e6d9464a557b9f14 100644
--- a/third_party/WebKit/Source/core/timing/Performance.idl
+++ b/third_party/WebKit/Source/core/timing/Performance.idl
@@ -29,7 +29,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-// https://w3c.github.io/hr-time/#the-performance-interface
+// https://wicg.github.io/hr-time/#the-performance-interface
foolip 2016/12/02 09:55:29 That's a 404, https://w3c.github.io/hr-time/#the-p
Mark Dittmer 2016/12/02 14:05:45 Done.
// TODO(foolip): This interface should be [Exposed=(Window,Worker)]. Doing that
// would allow the WorkerPerformance interface to be merged into this.
@@ -70,7 +70,7 @@ interface Performance : EventTarget {
[MeasureAs=UnprefixedUserTiming] void clearMeasures(optional DOMString measureName = null);
// Frame Timing
- // https://w3c.github.io/frame-timing/#extensions-performance-interface
+ // https://wicg.github.io/frame-timing/#extensions-performance-interface
foolip 2016/12/02 09:55:29 Not a 404, so I guess the above was accidental sea
Mark Dittmer 2016/12/02 14:05:45 Done.
[RuntimeEnabled=FrameTimingSupport, MeasureAs=PerformanceFrameTiming] void clearFrameTimings();
[RuntimeEnabled=FrameTimingSupport, MeasureAs=PerformanceFrameTiming] void setFrameTimingBufferSize(unsigned long maxSize);
[RuntimeEnabled=FrameTimingSupport] attribute EventHandler onframetimingbufferfull;

Powered by Google App Engine
This is Rietveld 408576698