Skip to content

Commit

Permalink
Add Performance APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 committed Oct 9, 2024
1 parent 841c5de commit 109bfe8
Show file tree
Hide file tree
Showing 40 changed files with 569 additions and 635 deletions.
15 changes: 15 additions & 0 deletions features/bfcache-blocking-reasons.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Back/forward cache blocking reasons
description: The `PerformanceNavigationTiming.notRestoredReasons` property reports information on why the current document was blocked from using the back/forward cache (bfcache) on navigation.
spec: https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-notrestoredreasons-interface
group: performance
compat_features:
- api.PerformanceNavigationTiming.notRestoredReasons
- api.NotRestoredReasonDetails
- api.NotRestoredReasonDetails.reason
- api.NotRestoredReasons
- api.NotRestoredReasons.children
- api.NotRestoredReasons.id
- api.NotRestoredReasons.name
- api.NotRestoredReasons.reasons
- api.NotRestoredReasons.src
- api.NotRestoredReasons.url
20 changes: 20 additions & 0 deletions features/bfcache-blocking-reasons.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Generated from: bfcache-blocking-reasons.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support:
chrome: "125"
chrome_android: "125"
edge: "125"
compat_features:
- api.NotRestoredReasonDetails
- api.NotRestoredReasonDetails.reason
- api.NotRestoredReasons
- api.NotRestoredReasons.children
- api.NotRestoredReasons.id
- api.NotRestoredReasons.name
- api.NotRestoredReasons.reasons
- api.NotRestoredReasons.src
- api.NotRestoredReasons.url
- api.PerformanceNavigationTiming.notRestoredReasons
10 changes: 0 additions & 10 deletions features/draft/spec/hr-time-3.yml

This file was deleted.

69 changes: 0 additions & 69 deletions features/draft/spec/hr-time-3.yml.dist

This file was deleted.

14 changes: 0 additions & 14 deletions features/draft/spec/html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,15 +294,6 @@ compat_features:
- api.Navigator.registerProtocolHandler
- api.Navigator.unregisterProtocolHandler
- api.Navigator.userAgent
- api.NotRestoredReasonDetails
- api.NotRestoredReasonDetails.reason
- api.NotRestoredReasons
- api.NotRestoredReasons.children
- api.NotRestoredReasons.id
- api.NotRestoredReasons.name
- api.NotRestoredReasons.reasons
- api.NotRestoredReasons.src
- api.NotRestoredReasons.url
- api.OffscreenCanvasRenderingContext2D.filter
- api.OffscreenCanvasRenderingContext2D.fontKerning
- api.OffscreenCanvasRenderingContext2D.fontStretch
Expand Down Expand Up @@ -434,11 +425,6 @@ compat_features:
- api.TrackEvent
- api.TrackEvent.TrackEvent
- api.TrackEvent.track
- api.VisibilityStateEntry
- api.VisibilityStateEntry.duration
- api.VisibilityStateEntry.entryType
- api.VisibilityStateEntry.name
- api.VisibilityStateEntry.startTime
- api.Window
- api.Window.DOMContentLoaded_event
- api.Window.alert
Expand Down
20 changes: 0 additions & 20 deletions features/draft/spec/html.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3589,17 +3589,6 @@ compat_features:
- html.elements.form.autocomplete.webauthn
- html.elements.textarea.autocomplete.webauthn

# baseline: false
# support:
# chrome: "115"
# chrome_android: "115"
# edge: "115"
- api.VisibilityStateEntry
- api.VisibilityStateEntry.duration
- api.VisibilityStateEntry.entryType
- api.VisibilityStateEntry.name
- api.VisibilityStateEntry.startTime

# baseline: false
# support:
# chrome: "117"
Expand Down Expand Up @@ -3643,15 +3632,6 @@ compat_features:
# chrome: "125"
# chrome_android: "125"
# edge: "125"
- api.NotRestoredReasonDetails
- api.NotRestoredReasonDetails.reason
- api.NotRestoredReasons
- api.NotRestoredReasons.children
- api.NotRestoredReasons.id
- api.NotRestoredReasons.name
- api.NotRestoredReasons.reasons
- api.NotRestoredReasons.src
- api.NotRestoredReasons.url
- html.elements.template.shadowrootserializable

# baseline: false
Expand Down
8 changes: 0 additions & 8 deletions features/draft/spec/paint-timing.yml

This file was deleted.

6 changes: 0 additions & 6 deletions features/draft/spec/performance-measure-memory.yml

This file was deleted.

26 changes: 0 additions & 26 deletions features/draft/spec/performance-timeline.yml

This file was deleted.

121 changes: 0 additions & 121 deletions features/draft/spec/performance-timeline.yml.dist

This file was deleted.

38 changes: 0 additions & 38 deletions features/draft/spec/resource-timing.yml

This file was deleted.

Loading

0 comments on commit 109bfe8

Please sign in to comment.