Commit 904a5d98 authored by Nicolás Peña Moreno's avatar Nicolás Peña Moreno Committed by Commit Bot

Update webperf objectives with Facebook-driven APIs

Change-Id: I1e93e73b96fc400b01223eaaae8e39713c587d7b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2307532Reviewed-by: default avatarAnnie Sullivan <sullivan@chromium.org>
Commit-Queue: Nicolás Peña Moreno <npm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#790025}
parent fa4c5dad
...@@ -20,6 +20,9 @@ ...@@ -20,6 +20,9 @@
**[Frame Timing](https://docs.google.com/document/d/1t3A56iTN01ReEELJ18_jLYrvc13L3hDTXWK46AafKwE/edit)** proposal. **[Frame Timing](https://docs.google.com/document/d/1t3A56iTN01ReEELJ18_jLYrvc13L3hDTXWK46AafKwE/edit)** proposal.
* Draft a spec. * Draft a spec.
* _(Stretch)_ Land a prototype of the API. * _(Stretch)_ Land a prototype of the API.
* {#fb-driven-20203}Continue [previous work](#fb-driven-20202) on Facebook-driven APIs.
* Based on the iframe layerization experiment results, send Intent to Ship for **isInputPending**.
* _(Stretch)_ Implement warm initialization logic for the **JS Self-Profiling** API.
### Existing web performance API improvements ### Existing web performance API improvements
...@@ -68,6 +71,7 @@ ...@@ -68,6 +71,7 @@
all of them. all of them.
* [Documentation](#documentation-20202): Submitted feedback on some of the metrics content on web.dev, most of which was actioned * [Documentation](#documentation-20202): Submitted feedback on some of the metrics content on web.dev, most of which was actioned
upon. Updated MDN entries for core web vitals metrics. upon. Updated MDN entries for core web vitals metrics.
* [Facebook-driven APIs](#fb-driven-20202): Landed support for predicting touch and gesture events for isInputPending.
## 2020 Q2 Objectives ## 2020 Q2 Objectives
...@@ -123,7 +127,7 @@ ...@@ -123,7 +127,7 @@
[support](https://lists.w3.org/Archives/Public/public-web-perf/2020Apr/0005.html) [support](https://lists.w3.org/Archives/Public/public-web-perf/2020Apr/0005.html)
for the observer instead. for the observer instead.
* Provide support for two Facebook-driven APIs: * {#fb-driven-20202}Provide support for two Facebook-driven APIs:
[isInputPending](https://github.com/WICG/is-input-pending) and [JavaScript [isInputPending](https://github.com/WICG/is-input-pending) and [JavaScript
Self-Profiling](https://github.com/WICG/js-self-profiling). The Self-Profiling](https://github.com/WICG/js-self-profiling). The
**isInputPending** API enables developers to query whether the browser has **isInputPending** API enables developers to query whether the browser has
......
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