Skip to content
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
3 changes: 3 additions & 0 deletions baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -818,6 +818,7 @@ interface FormDataEventInit extends EventInit {
}

interface FullscreenOptions {
keyboardLock?: FullscreenKeyboardLock;
navigationUI?: FullscreenNavigationUI;
}

Expand Down Expand Up @@ -1000,6 +1001,7 @@ interface GPUPipelineErrorInit {

interface GPUPipelineLayoutDescriptor extends GPUObjectDescriptorBase {
bindGroupLayouts: (GPUBindGroupLayout | null)[];
immediateSize?: GPUSize32;
}

interface GPUPrimitiveState {
Expand Down Expand Up @@ -44883,6 +44885,7 @@ type FlowControlType = "hardware" | "none";
type FontDisplay = "auto" | "block" | "fallback" | "optional" | "swap";
type FontFaceLoadStatus = "error" | "loaded" | "loading" | "unloaded";
type FontFaceSetLoadStatus = "loaded" | "loading";
type FullscreenKeyboardLock = "browser" | "none";
type FullscreenNavigationUI = "auto" | "hide" | "show";
type GPUAddressMode = "clamp-to-edge" | "mirror-repeat" | "repeat";
type GPUAutoLayoutMode = "auto";
Expand Down
1 change: 1 addition & 0 deletions baselines/serviceworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ interface GPUPipelineErrorInit {

interface GPUPipelineLayoutDescriptor extends GPUObjectDescriptorBase {
bindGroupLayouts: (GPUBindGroupLayout | null)[];
immediateSize?: GPUSize32;
}

interface GPUPrimitiveState {
Expand Down
1 change: 1 addition & 0 deletions baselines/sharedworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ interface GPUPipelineErrorInit {

interface GPUPipelineLayoutDescriptor extends GPUObjectDescriptorBase {
bindGroupLayouts: (GPUBindGroupLayout | null)[];
immediateSize?: GPUSize32;
}

interface GPUPrimitiveState {
Expand Down
3 changes: 3 additions & 0 deletions baselines/ts5.5/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,7 @@ interface FormDataEventInit extends EventInit {
}

interface FullscreenOptions {
keyboardLock?: FullscreenKeyboardLock;
navigationUI?: FullscreenNavigationUI;
}

Expand Down Expand Up @@ -997,6 +998,7 @@ interface GPUPipelineErrorInit {

interface GPUPipelineLayoutDescriptor extends GPUObjectDescriptorBase {
bindGroupLayouts: (GPUBindGroupLayout | null)[];
immediateSize?: GPUSize32;
}

interface GPUPrimitiveState {
Expand Down Expand Up @@ -44857,6 +44859,7 @@ type FlowControlType = "hardware" | "none";
type FontDisplay = "auto" | "block" | "fallback" | "optional" | "swap";
type FontFaceLoadStatus = "error" | "loaded" | "loading" | "unloaded";
type FontFaceSetLoadStatus = "loaded" | "loading";
type FullscreenKeyboardLock = "browser" | "none";
type FullscreenNavigationUI = "auto" | "hide" | "show";
type GPUAddressMode = "clamp-to-edge" | "mirror-repeat" | "repeat";
type GPUAutoLayoutMode = "auto";
Expand Down
1 change: 1 addition & 0 deletions baselines/ts5.5/serviceworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ interface GPUPipelineErrorInit {

interface GPUPipelineLayoutDescriptor extends GPUObjectDescriptorBase {
bindGroupLayouts: (GPUBindGroupLayout | null)[];
immediateSize?: GPUSize32;
}

interface GPUPrimitiveState {
Expand Down
1 change: 1 addition & 0 deletions baselines/ts5.5/sharedworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ interface GPUPipelineErrorInit {

interface GPUPipelineLayoutDescriptor extends GPUObjectDescriptorBase {
bindGroupLayouts: (GPUBindGroupLayout | null)[];
immediateSize?: GPUSize32;
}

interface GPUPrimitiveState {
Expand Down
1 change: 1 addition & 0 deletions baselines/ts5.5/webworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@ interface GPUPipelineErrorInit {

interface GPUPipelineLayoutDescriptor extends GPUObjectDescriptorBase {
bindGroupLayouts: (GPUBindGroupLayout | null)[];
immediateSize?: GPUSize32;
}

interface GPUPrimitiveState {
Expand Down
3 changes: 3 additions & 0 deletions baselines/ts5.6/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,7 @@ interface FormDataEventInit extends EventInit {
}

interface FullscreenOptions {
keyboardLock?: FullscreenKeyboardLock;
navigationUI?: FullscreenNavigationUI;
}

Expand Down Expand Up @@ -997,6 +998,7 @@ interface GPUPipelineErrorInit {

interface GPUPipelineLayoutDescriptor extends GPUObjectDescriptorBase {
bindGroupLayouts: (GPUBindGroupLayout | null)[];
immediateSize?: GPUSize32;
}

interface GPUPrimitiveState {
Expand Down Expand Up @@ -44880,6 +44882,7 @@ type FlowControlType = "hardware" | "none";
type FontDisplay = "auto" | "block" | "fallback" | "optional" | "swap";
type FontFaceLoadStatus = "error" | "loaded" | "loading" | "unloaded";
type FontFaceSetLoadStatus = "loaded" | "loading";
type FullscreenKeyboardLock = "browser" | "none";
type FullscreenNavigationUI = "auto" | "hide" | "show";
type GPUAddressMode = "clamp-to-edge" | "mirror-repeat" | "repeat";
type GPUAutoLayoutMode = "auto";
Expand Down
1 change: 1 addition & 0 deletions baselines/ts5.6/serviceworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ interface GPUPipelineErrorInit {

interface GPUPipelineLayoutDescriptor extends GPUObjectDescriptorBase {
bindGroupLayouts: (GPUBindGroupLayout | null)[];
immediateSize?: GPUSize32;
}

interface GPUPrimitiveState {
Expand Down
1 change: 1 addition & 0 deletions baselines/ts5.6/sharedworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ interface GPUPipelineErrorInit {

interface GPUPipelineLayoutDescriptor extends GPUObjectDescriptorBase {
bindGroupLayouts: (GPUBindGroupLayout | null)[];
immediateSize?: GPUSize32;
}

interface GPUPrimitiveState {
Expand Down
1 change: 1 addition & 0 deletions baselines/ts5.6/webworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@ interface GPUPipelineErrorInit {

interface GPUPipelineLayoutDescriptor extends GPUObjectDescriptorBase {
bindGroupLayouts: (GPUBindGroupLayout | null)[];
immediateSize?: GPUSize32;
}

interface GPUPrimitiveState {
Expand Down
3 changes: 3 additions & 0 deletions baselines/ts5.9/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,7 @@ interface FormDataEventInit extends EventInit {
}

interface FullscreenOptions {
keyboardLock?: FullscreenKeyboardLock;
navigationUI?: FullscreenNavigationUI;
}

Expand Down Expand Up @@ -997,6 +998,7 @@ interface GPUPipelineErrorInit {

interface GPUPipelineLayoutDescriptor extends GPUObjectDescriptorBase {
bindGroupLayouts: (GPUBindGroupLayout | null)[];
immediateSize?: GPUSize32;
}

interface GPUPrimitiveState {
Expand Down Expand Up @@ -44880,6 +44882,7 @@ type FlowControlType = "hardware" | "none";
type FontDisplay = "auto" | "block" | "fallback" | "optional" | "swap";
type FontFaceLoadStatus = "error" | "loaded" | "loading" | "unloaded";
type FontFaceSetLoadStatus = "loaded" | "loading";
type FullscreenKeyboardLock = "browser" | "none";
type FullscreenNavigationUI = "auto" | "hide" | "show";
type GPUAddressMode = "clamp-to-edge" | "mirror-repeat" | "repeat";
type GPUAutoLayoutMode = "auto";
Expand Down
1 change: 1 addition & 0 deletions baselines/ts5.9/serviceworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ interface GPUPipelineErrorInit {

interface GPUPipelineLayoutDescriptor extends GPUObjectDescriptorBase {
bindGroupLayouts: (GPUBindGroupLayout | null)[];
immediateSize?: GPUSize32;
}

interface GPUPrimitiveState {
Expand Down
1 change: 1 addition & 0 deletions baselines/ts5.9/sharedworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ interface GPUPipelineErrorInit {

interface GPUPipelineLayoutDescriptor extends GPUObjectDescriptorBase {
bindGroupLayouts: (GPUBindGroupLayout | null)[];
immediateSize?: GPUSize32;
}

interface GPUPrimitiveState {
Expand Down
1 change: 1 addition & 0 deletions baselines/ts5.9/webworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@ interface GPUPipelineErrorInit {

interface GPUPipelineLayoutDescriptor extends GPUObjectDescriptorBase {
bindGroupLayouts: (GPUBindGroupLayout | null)[];
immediateSize?: GPUSize32;
}

interface GPUPrimitiveState {
Expand Down
1 change: 1 addition & 0 deletions baselines/webworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,7 @@ interface GPUPipelineErrorInit {

interface GPUPipelineLayoutDescriptor extends GPUObjectDescriptorBase {
bindGroupLayouts: (GPUBindGroupLayout | null)[];
immediateSize?: GPUSize32;
}

interface GPUPrimitiveState {
Expand Down
4 changes: 2 additions & 2 deletions inputfiles/patches/webauthn.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ removals {
member appidExclude // No implementation as of 2026-05
member hmacGetSecret // No implementation as of 2026-05
member payment // Blink only as of 2026-05
member remoteClientDataJson // No implementation as of 2026-05
member remoteClientDataJSON // No implementation as of 2026-07
}

dictionary AuthenticationExtensionsClientOutputsJSON {
member appidExclude // No implementation as of 2026-05
member remoteClientDataJson // No implementation as of 2026-05
member remoteClientDataJSON // No implementation as of 2026-07
}

dictionary PublicKeyCredentialCreationOptions {
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading