Skip to content

Manually update to [email protected], [email protected] #1622

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

Merged
merged 1 commit into from
Sep 19, 2023
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
40 changes: 39 additions & 1 deletion baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1415,8 +1415,8 @@ interface RTCInboundRtpStreamStats extends RTCReceivedRtpStreamStats {
jitterBufferDelay?: number;
jitterBufferEmittedCount?: number;
keyFramesDecoded?: number;
kind: string;
lastPacketReceivedTimestamp?: DOMHighResTimeStamp;
mid?: string;
nackCount?: number;
packetsDiscarded?: number;
pliCount?: number;
Expand All @@ -1431,6 +1431,7 @@ interface RTCInboundRtpStreamStats extends RTCReceivedRtpStreamStats {
totalSamplesDuration?: number;
totalSamplesReceived?: number;
totalSquaredInterFrameDelay?: number;
trackIdentifier: string;
}

interface RTCLocalSessionDescriptionInit {
Expand Down Expand Up @@ -1466,6 +1467,7 @@ interface RTCOutboundRtpStreamStats extends RTCSentRtpStreamStats {
retransmittedBytesSent?: number;
retransmittedPacketsSent?: number;
rid?: string;
rtxSsrc?: number;
targetBitrate?: number;
totalEncodeTime?: number;
totalEncodedBytesTarget?: number;
Expand Down Expand Up @@ -3864,6 +3866,8 @@ interface CSSStyleDeclaration {
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/background-size) */
backgroundSize: string;
baselineShift: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/baseline-source) */
baselineSource: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/block-size) */
blockSize: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/border) */
Expand Down Expand Up @@ -4320,6 +4324,8 @@ interface CSSStyleDeclaration {
objectPosition: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/offset) */
offset: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/offset-anchor) */
offsetAnchor: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/offset-distance) */
offsetDistance: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/offset-path) */
Expand Down Expand Up @@ -5492,6 +5498,8 @@ interface CanvasTextDrawingStyles {
textAlign: CanvasTextAlign;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textBaseline) */
textBaseline: CanvasTextBaseline;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textRendering) */
textRendering: CanvasTextRendering;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/wordSpacing) */
wordSpacing: string;
}
Expand Down Expand Up @@ -22054,6 +22062,24 @@ interface TextMetrics {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/actualBoundingBoxRight)
*/
readonly actualBoundingBoxRight: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/alphabeticBaseline)
*/
readonly alphabeticBaseline: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/emHeightAscent)
*/
readonly emHeightAscent: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/emHeightDescent)
*/
readonly emHeightDescent: number;
/**
* Returns the measurement described below.
*
Expand All @@ -22066,6 +22092,18 @@ interface TextMetrics {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/fontBoundingBoxDescent)
*/
readonly fontBoundingBoxDescent: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/hangingBaseline)
*/
readonly hangingBaseline: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/ideographicBaseline)
*/
readonly ideographicBaseline: number;
/**
* Returns the measurement described below.
*
Expand Down
32 changes: 32 additions & 0 deletions baselines/serviceworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1534,6 +1534,8 @@ interface CanvasTextDrawingStyles {
textAlign: CanvasTextAlign;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textBaseline) */
textBaseline: CanvasTextBaseline;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textRendering) */
textRendering: CanvasTextRendering;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/wordSpacing) */
wordSpacing: string;
}
Expand Down Expand Up @@ -5182,6 +5184,24 @@ interface TextMetrics {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/actualBoundingBoxRight)
*/
readonly actualBoundingBoxRight: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/alphabeticBaseline)
*/
readonly alphabeticBaseline: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/emHeightAscent)
*/
readonly emHeightAscent: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/emHeightDescent)
*/
readonly emHeightDescent: number;
/**
* Returns the measurement described below.
*
Expand All @@ -5194,6 +5214,18 @@ interface TextMetrics {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/fontBoundingBoxDescent)
*/
readonly fontBoundingBoxDescent: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/hangingBaseline)
*/
readonly hangingBaseline: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/ideographicBaseline)
*/
readonly ideographicBaseline: number;
/**
* Returns the measurement described below.
*
Expand Down
32 changes: 32 additions & 0 deletions baselines/sharedworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1506,6 +1506,8 @@ interface CanvasTextDrawingStyles {
textAlign: CanvasTextAlign;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textBaseline) */
textBaseline: CanvasTextBaseline;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textRendering) */
textRendering: CanvasTextRendering;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/wordSpacing) */
wordSpacing: string;
}
Expand Down Expand Up @@ -4993,6 +4995,24 @@ interface TextMetrics {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/actualBoundingBoxRight)
*/
readonly actualBoundingBoxRight: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/alphabeticBaseline)
*/
readonly alphabeticBaseline: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/emHeightAscent)
*/
readonly emHeightAscent: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/emHeightDescent)
*/
readonly emHeightDescent: number;
/**
* Returns the measurement described below.
*
Expand All @@ -5005,6 +5025,18 @@ interface TextMetrics {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/fontBoundingBoxDescent)
*/
readonly fontBoundingBoxDescent: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/hangingBaseline)
*/
readonly hangingBaseline: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/ideographicBaseline)
*/
readonly ideographicBaseline: number;
/**
* Returns the measurement described below.
*
Expand Down
32 changes: 32 additions & 0 deletions baselines/webworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1670,6 +1670,8 @@ interface CanvasTextDrawingStyles {
textAlign: CanvasTextAlign;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textBaseline) */
textBaseline: CanvasTextBaseline;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textRendering) */
textRendering: CanvasTextRendering;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/wordSpacing) */
wordSpacing: string;
}
Expand Down Expand Up @@ -5530,6 +5532,24 @@ interface TextMetrics {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/actualBoundingBoxRight)
*/
readonly actualBoundingBoxRight: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/alphabeticBaseline)
*/
readonly alphabeticBaseline: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/emHeightAscent)
*/
readonly emHeightAscent: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/emHeightDescent)
*/
readonly emHeightDescent: number;
/**
* Returns the measurement described below.
*
Expand All @@ -5542,6 +5562,18 @@ interface TextMetrics {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/fontBoundingBoxDescent)
*/
readonly fontBoundingBoxDescent: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/hangingBaseline)
*/
readonly hangingBaseline: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/ideographicBaseline)
*/
readonly ideographicBaseline: number;
/**
* Returns the measurement described below.
*
Expand Down
76 changes: 44 additions & 32 deletions inputfiles/removedTypes.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@
// https://searchfox.org/mozilla-central/source/dom/webidl/MediaStream.webidl
// https://searchfox.org/wubkat/source/Source/WebCore/Modules/mediastream/MediaDevices.idl
// https://source.chromium.org/chromium/chromium/src/+/main:third_party/devtools-frontend/src/node_modules/@webref/idl/screen-capture.idl
"monitorTypeSurfaces": null,
"selfBrowserSurface": null,
"surfaceSwitching": null,
"systemAudio": null
Expand Down Expand Up @@ -448,29 +449,39 @@
}
}
},
"PopStateEventInit": {
"members": {
"member": {
"hasUAVisualTransition": null // Blink only as of 2023-09
}
}
},
"PublicKeyCredentialCreationOptions": {
"members": {
"member": {
"attestationFormats": null // No implementation as of 2022-10
"attestationFormats": null, // No implementation as of 2023-09
"hints": null // No implementation as of 2023-09
}
}
},
"PublicKeyCredentialRequestOptions": {
"members": {
"member": {
"attestation": null, // No implementation as of 2022-10
"attestationFormats": null // No implementation as of 2022-10
"attestation": null, // No implementation as of 2023-09
"attestationFormats": null, // No implementation as of 2023-09
"hints": null // // No implementation as of 2023-09
}
}
},
"ReadableStreamReadResult": null,
"RequestInit": {
"members": {
"member": {
"duplex": null, // Blink only as of 2022-09
"priority": null, // Corresponds to Request#priority, no implementation as of 2022-09,
"privateToken": null, // Blink only as of 2023-03 (but not enabled there either)
"attributionReporting": null // No implementation as of 2023-04
"attributionReporting": null, // No implementation as of 2023-04
"duplex": null, // Blink only as of 2023-09
"priority": null, // Blink only as of 2023-09,
"privateToken": null, // Blink only as of 2023-09
"targetAddressSpace": null // Blink only as of 2023-09
}
}
},
Expand Down Expand Up @@ -522,34 +533,34 @@
// https://searchfox.org/mozilla-central/source/dom/webidl/RTCStatsReport.webidl
// https://searchfox.org/wubkat/source/Source/WebCore/Modules/mediastream/RTCStatsReport.idl
// https://source.chromium.org/chromium/chromium/src/+/main:third_party/webrtc/stats/rtcstats_objects.cc
"fecBytesReceived": null, // No implementation as of 2023-06
"framesAssembledFromMultiplePackets": null, // Blink only as of 2022-10
"framesRendered": null, // No implementation as of 2022-12
"freezeCount": null, // Blink only as of 2022-10
"jitterBufferMinimumDelay": null, // Blink only as of 2022-10
"jitterBufferTargetDelay": null, // Blink only as of 2022-10
"mid": null, // Blink only as of 2022-10
"pauseCount": null, // Blink only as of 2022-10
"playoutId": null, // No implementation as of 2022-09
"powerEfficientDecoder": null, // No implementation as of 2022-09
"retransmittedBytesReceived": null, // Blink only as of 2023-05
"retransmittedPacketsReceived": null, // Blink only as of 2023-05
"totalAssemblyTime": null, // Blink only as of 2022-10
"totalFreezesDuration": null, // Blink only as of 2022-10
"totalPausesDuration": null, // Blink only as of 2022-10
"trackIdentifier": null // No implementation as of 2022-09
"fecBytesReceived": null, // Blink only as of 2023-09
"fecSsrc": null, // Blink only as of 2023-09
"framesAssembledFromMultiplePackets": null, // Blink only as of 2023-09
"framesRendered": null, // No implementation as of 2023-09
"freezeCount": null, // Blink only as of 2023-09
"jitterBufferMinimumDelay": null, // Blink only as of 2023-09
"jitterBufferTargetDelay": null, // Blink only as of 2023-09
"pauseCount": null, // Blink only as of 2023-09
"playoutId": null, // Blink only as of 2023-09
"powerEfficientDecoder": null, // Blink only as of 2023-09
"retransmittedBytesReceived": null, // Blink only as of 2023-09
"retransmittedPacketsReceived": null, // Blink only as of 2023-09
"rtxSsrc": null, // Blink only as of 2023-09
"totalAssemblyTime": null, // Blink only as of 2023-09
"totalFreezesDuration": null, // Blink only as of 2023-09
"totalPausesDuration": null // Blink only as of 2023-09
}
}
},
"RTCOutboundRtpStreamStats": {
"members": {
"member": {
"active": null, // Blink only as of 2022-10
"mid": null, // Blink only as of 2022-10
"powerEfficientEncoder": null, // No implementation as of 2022-10
"qualityLimitationReason": null, // Blink only as of 2022-09
"qualityLimitationDurations": null, // Blink only as of 2022-09
"scalabilityMode": null, // No implementation as of 2022-12
"active": null, // Blink only as of 2023-09
"mid": null, // Blink only as of 2023-09
"powerEfficientEncoder": null, // Blink only as of 2023-09
"qualityLimitationReason": null, // Blink only as of 2023-09
"qualityLimitationDurations": null, // Blink only as of 2023-09
"scalabilityMode": null, // Blink only as of 2023-09
"encoderImplementation": null // Blink only as of 2022-09
}
}
Expand Down Expand Up @@ -600,9 +611,10 @@
"VideoEncoderEncodeOptions": {
"members": {
"member": {
"av1": null, // Blink only as of 2023-04
"avc": null, // No implementation as of 2023-05
"vp9": null // Blink only as of 2023-03
"av1": null, // Blink only as of 2023-09
"avc": null, // Blink only as of 2023-09
"hevc": null, // No implementation as of 2023-09
"vp9": null // Blink only as of 2023-09
}
}
},
Expand Down
Loading