Commit a31a92bc authored by Andrew Comminos's avatar Andrew Comminos Committed by Commit Bot

Ship navigator.scheduling.isInputPending()

Intent to ship approved here:
https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/8Vt2atMrNNs

Bug: 910421
Change-Id: Ie399046d6a0116d76e86b0daa2bddce306f1c24a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443493Reviewed-by: default avatarPhilip Rogers <pdr@chromium.org>
Reviewed-by: default avatarChris Harrelson <chrishtr@chromium.org>
Commit-Queue: Andrew Comminos <acomminos@fb.com>
Auto-Submit: Andrew Comminos <acomminos@fb.com>
Cr-Commit-Position: refs/heads/master@{#812973}
parent 7e95dc98
...@@ -762,7 +762,7 @@ ...@@ -762,7 +762,7 @@
{ {
name: "ExperimentalIsInputPending", name: "ExperimentalIsInputPending",
origin_trial_feature_name: "ExperimentalIsInputPending", origin_trial_feature_name: "ExperimentalIsInputPending",
status: "experimental" status: "stable"
}, },
// Enables a DOM-exposed interface to profile client JS. // Enables a DOM-exposed interface to profile client JS.
// https://github.com/WICG/js-self-profiling // https://github.com/WICG/js-self-profiling
......
...@@ -4615,6 +4615,7 @@ interface Navigator ...@@ -4615,6 +4615,7 @@ interface Navigator
getter presentation getter presentation
getter product getter product
getter productSub getter productSub
getter scheduling
getter serviceWorker getter serviceWorker
getter storage getter storage
getter usb getter usb
...@@ -6891,6 +6892,10 @@ interface SVGViewElement : SVGElement ...@@ -6891,6 +6892,10 @@ interface SVGViewElement : SVGElement
getter zoomAndPan getter zoomAndPan
method constructor method constructor
setter zoomAndPan setter zoomAndPan
interface Scheduling
attribute @@toStringTag
method constructor
method isInputPending
interface Screen interface Screen
attribute @@toStringTag attribute @@toStringTag
getter availHeight getter availHeight
......
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