Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove PerformanceFrameTiming from MDN #9670

Merged
merged 1 commit into from
Oct 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions files/en-us/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7379,8 +7379,6 @@
/en-US/docs/Web/API/EventTarget/attachEvent /en-US/docs/Web/API/EventTarget/addEventListener
/en-US/docs/Web/API/EventTarget/detachEvent /en-US/docs/Web/API/EventTarget/removeEventListener
/en-US/docs/Web/API/EventTarget/fireEvent /en-US/docs/Web/API/EventTarget/dispatchEvent
/en-US/docs/Web/API/Fame_Timing_API /en-US/docs/Web/API/Frame_Timing_API
/en-US/docs/Web/API/Fame_Timing_API/Using_the_Frame_Timing_API /en-US/docs/Web/API/Frame_Timing_API/Using_the_Frame_Timing_API
/en-US/docs/Web/API/FetchController /en-US/docs/Web/API/AbortController
/en-US/docs/Web/API/FetchController/FetchController /en-US/docs/Web/API/AbortController/AbortController
/en-US/docs/Web/API/FetchController/abort /en-US/docs/Web/API/AbortController/abort
Expand Down
26 changes: 0 additions & 26 deletions files/en-us/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -46771,21 +46771,6 @@
"chrisdavidmills"
]
},
"Web/API/Frame_Timing_API": {
"modified": "2019-01-16T21:55:59.710Z",
"contributors": [
"teoli",
"rolfedh",
"AFBarstow"
]
},
"Web/API/Frame_Timing_API/Using_the_Frame_Timing_API": {
"modified": "2019-03-23T22:41:07.570Z",
"contributors": [
"rolfedh",
"AFBarstow"
]
},
"Web/API/Fullscreen_API": {
"modified": "2020-12-02T10:59:03.389Z",
"contributors": [
Expand Down Expand Up @@ -67469,17 +67454,6 @@
"jpmedley"
]
},
"Web/API/PerformanceFrameTiming": {
"modified": "2020-10-15T21:41:25.252Z",
"contributors": [
"sideshowbarker",
"fscholz",
"jpmedley",
"tophf",
"rolfedh",
"AFBarstow"
]
},
"Web/API/PerformanceLongTaskTiming": {
"modified": "2020-10-15T21:54:47.138Z",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/mozilla/firefox/releases/43/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h4 id="Miscellaneous">Miscellaneous</h4>
<li>The <code>User-Agent</code> header is no longer in the list of {{Glossary("Forbidden_header_name", "forbidden header names", 1)}} so it can now be set in a <a href="/en-US/docs/Web/API/Fetch_API">Fetch</a> {{domxref("Headers")}} object, via XHR {{domxref("XMLHttpRequest.setRequestHeader()")}},… ({{bug(1188932)}}).</li>
<li>The {{domxref("MediaRecorder.MediaRecorder()")}} constructor can now accept an options dictionary as a parameter, which allows you to set custom bitrates for the audio/video to be recorded ({{bug("1161276")}}).</li>
<li>The {{domxref("PerformanceObserver")}} interface, belonging to the <a href="/en-US/docs/Web/API/Performance_Timeline_API">Performance Timeline API</a> has been implemented ({{bug(1165796)}}).</li>
<li>The <a href="/en-US/docs/Web/API/Frame_Timing_API">Frame Timing API</a> has been added: the {{domxref("PerformanceRenderTiming")}} and {{domxref("PerformanceCompositeTiming")}} interfaces are now available ({{bug(1191178)}}).</li>
<li>The Frame Timing API has been added: the {{domxref("PerformanceRenderTiming")}} and {{domxref("PerformanceCompositeTiming")}} interfaces are now available ({{bug(1191178)}}).</li>
<li>The modern <a href="/en-US/docs/Web/API/Screen_Orientation_API">Screen Orientation API</a> has been implemented: unprefixed {{domxref("Screen.orientation")}} and the {{domxref("ScreenOrientation")}} interface are now available ({{bug("1131470")}}). The non-standard {{domxref("Screen.mozOrientation")}}, {{domxref("Screen.onmozorientationchange")}}, {{domxref("Screen.mozLockOrientation()")}}, and {{domxref("Screen.mozUnlockOrientation()")}} will be removed in the future.</li>
<li>Under Linux, like under Windows, {{domxref("Event.timeStamp")}} now returns a {{domxref("DOMHighResTimeStamp")}} ({{bug(1026803)}}).</li>
<li>Experimental support for {{domxref("Selection")}} events {{event("selectionchange")}} and {{event("selectstart")}}, as well as the {{domxref("GlobalEventHandlers/onselectionchange", "Document.onselectionchange")}} and {{domxref("GlobalEventHandlers.onselectstart")}} event handlers property has been added ({{bug(571294)}}). The <code>selectionchange</code> event is fired on the {{domxref("Document")}} if the associated <code>Selection</code> object is concerned, or on the specific {{domxref("HTMLInputElement")}} or {{domxref("HTMLTextAreaElement")}} ({{bug(1196479)}}). This feature is controlled by the <code>dom.select_events.enabled</code> preference, that defaults to <code>false</code>, except on Nightly.</li>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/mozilla/firefox/releases/49/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ <h4 id="Others">Others</h4>
<li>The obsolete <code>Document.mozFullScreen</code> property has been unprefixed to {{domxref("Document.fullscreen")}} {{bug(1269157)}}. Note that this is not yet activated by default by behind the <code>full-screen-api.unprefix.enabled</code> preference ({{bug(1268749)}}).</li>
<li>The read-only properties {{domxref("Document/fullscreenElement", "Document.fullscreenElement")}} and {{domxref("Document.fullscreenEnabled")}} no longer throw an exception if an attempt is made to change their values; instead, the new value is silently ignored and the setter function is a no-op ({{bug(1269798)}}).</li>
<li>Any kind of data can now be retrieved from the clipboard using {{domxref("DataTransfer.getData()")}}: previously, only data of certain MIME types were supported {{bug(860857)}}.</li>
<li>Our implementation of the <a href="/en-US/docs/Web/API/Frame_Timing_API">Frame Timing API</a>, consisting of the two interfaces <code>PerformanceCompositeTiming</code> and <code>PerformanceRenderTiming</code>, has been removed as the spec has been completely rewritten ({{bug(1271846)}}).</li>
<li>Our implementation of the Frame Timing API, consisting of the two interfaces <code>PerformanceCompositeTiming</code> and <code>PerformanceRenderTiming</code>, has been removed as the spec has been completely rewritten ({{bug(1271846)}}).</li>
<li>To match the spec, the {{domxref("VTTCue.positionAlign")}} property now returns a <code>PositionAlign</code> enum instead of an <code>Align</code> enum ({{bug(1276129)}}).</li>
<li>The speech synthesis part of <a href="/en-US/docs/Web/API/Web_Speech_API#speech_synthesis">Web Speech API</a> is now activated by default ({{bug(1268633)}}).</li>
<li>The <a href="/en-US/docs/Web/API/Performance_Timeline">Performance Timeline API</a> is now available by default in Nightly (though not in Aurora, Beta or Release).</li>
Expand Down
1 change: 0 additions & 1 deletion files/en-us/web/api/element_timing_api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ observer.observe({ entryTypes: ["element"] });

## See also

- {{domxref("PerformanceFrameTiming")}}
- {{domxref("PerformanceNavigationTiming")}}
- {{domxref("PerformanceResourceTiming")}}
- {{domxref("PerformanceMark")}}
Expand Down
49 changes: 0 additions & 49 deletions files/en-us/web/api/frame_timing_api/index.md

This file was deleted.

This file was deleted.

Loading