Commit 8da66e60 authored by Tom McKee's avatar Tom McKee Committed by Commit Bot

[UserTimingL3] Turn on L3 behaviour by default.

To get L3 behaviour before, users would have to pass a special
command-line flag, --enable-blink-features=CustomUserTiming.

This changes makes L3 the default behaviour. The intent-to-ship for L3
can be found here:
https://groups.google.com/a/chromium.org/d/topic/blink-dev/CWN34Qo8icI/discussion

Users can opt-out of L3 by passing
--disable-blink-features=CustomUserTiming.

Bug: 758385
Change-Id: I316b2a929fc0748c3b9a9c1ef3d4c551ae00eafa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1758715Reviewed-by: default avatarYoav Weiss <yoavweiss@chromium.org>
Reviewed-by: default avatarNicolás Peña Moreno <npm@chromium.org>
Commit-Queue: Tom McKee <tommckee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#692060}
parent ba5eedd3
...@@ -487,7 +487,7 @@ ...@@ -487,7 +487,7 @@
}, },
{ {
name: "CustomUserTiming", name: "CustomUserTiming",
status: "experimental", status: "stable",
}, },
{ {
name: "Database", name: "Database",
......
...@@ -919,9 +919,11 @@ interface PerformanceEntry ...@@ -919,9 +919,11 @@ interface PerformanceEntry
method toJSON method toJSON
interface PerformanceMark : PerformanceEntry interface PerformanceMark : PerformanceEntry
attribute @@toStringTag attribute @@toStringTag
getter detail
method constructor method constructor
interface PerformanceMeasure : PerformanceEntry interface PerformanceMeasure : PerformanceEntry
attribute @@toStringTag attribute @@toStringTag
getter detail
method constructor method constructor
interface PerformanceObserver interface PerformanceObserver
static getter supportedEntryTypes static getter supportedEntryTypes
......
...@@ -858,9 +858,11 @@ Starting worker: resources/global-interface-listing-worker.js ...@@ -858,9 +858,11 @@ Starting worker: resources/global-interface-listing-worker.js
[Worker] method toJSON [Worker] method toJSON
[Worker] interface PerformanceMark : PerformanceEntry [Worker] interface PerformanceMark : PerformanceEntry
[Worker] attribute @@toStringTag [Worker] attribute @@toStringTag
[Worker] getter detail
[Worker] method constructor [Worker] method constructor
[Worker] interface PerformanceMeasure : PerformanceEntry [Worker] interface PerformanceMeasure : PerformanceEntry
[Worker] attribute @@toStringTag [Worker] attribute @@toStringTag
[Worker] getter detail
[Worker] method constructor [Worker] method constructor
[Worker] interface PerformanceObserver [Worker] interface PerformanceObserver
[Worker] static getter supportedEntryTypes [Worker] static getter supportedEntryTypes
......
...@@ -4725,9 +4725,11 @@ interface PerformanceLongTaskTiming : PerformanceEntry ...@@ -4725,9 +4725,11 @@ interface PerformanceLongTaskTiming : PerformanceEntry
method toJSON method toJSON
interface PerformanceMark : PerformanceEntry interface PerformanceMark : PerformanceEntry
attribute @@toStringTag attribute @@toStringTag
getter detail
method constructor method constructor
interface PerformanceMeasure : PerformanceEntry interface PerformanceMeasure : PerformanceEntry
attribute @@toStringTag attribute @@toStringTag
getter detail
method constructor method constructor
interface PerformanceNavigation interface PerformanceNavigation
attribute @@toStringTag attribute @@toStringTag
......
...@@ -853,9 +853,11 @@ Starting worker: resources/global-interface-listing-worker.js ...@@ -853,9 +853,11 @@ Starting worker: resources/global-interface-listing-worker.js
[Worker] method toJSON [Worker] method toJSON
[Worker] interface PerformanceMark : PerformanceEntry [Worker] interface PerformanceMark : PerformanceEntry
[Worker] attribute @@toStringTag [Worker] attribute @@toStringTag
[Worker] getter detail
[Worker] method constructor [Worker] method constructor
[Worker] interface PerformanceMeasure : PerformanceEntry [Worker] interface PerformanceMeasure : PerformanceEntry
[Worker] attribute @@toStringTag [Worker] attribute @@toStringTag
[Worker] getter detail
[Worker] method constructor [Worker] method constructor
[Worker] interface PerformanceObserver [Worker] interface PerformanceObserver
[Worker] static getter supportedEntryTypes [Worker] static getter supportedEntryTypes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment