diff --git a/changelog.md b/changelog.md index 6cef0a571e..02abeb246c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,37 @@ +## Roll protocol to r1403386 — _2025-01-08T04:29:00.000Z_ +###### Diff: [`7757e29...7a91c3b`](https://github.com/ChromeDevTools/devtools-protocol/compare/7757e29...7a91c3b) + +```diff +@@ browser_protocol.pdl:992 @@ experimental domain Audits + InteractiveContentOptionChild + InteractiveContentLegendChild + +- # This isue warns about errors in the select element content model. ++ # This issue warns about errors in the select element content model. + type SelectElementAccessibilityIssueDetails extends object + properties + DOM.BackendNodeId nodeId + SelectElementAccessibilityIssueReason selectElementAccessibilityIssueReason + boolean hasDisallowedAttributes + +- + type StyleSheetLoadingIssueReason extends string + enum + LateImportRule +@@ -10261,7 +10260,6 @@ experimental domain Storage + # Enum of possible storage types. + type StorageType extends string + enum +- appcache + cookies + file_systems + indexeddb +``` + ## Roll protocol to r1402790 — _2025-01-07T04:28:42.000Z_ -###### Diff: [`9d48b99...efa121f`](https://github.com/ChromeDevTools/devtools-protocol/compare/9d48b99...efa121f) +###### Diff: [`9d48b99...7757e29`](https://github.com/ChromeDevTools/devtools-protocol/compare/9d48b99...7757e29) ```diff @@ browser_protocol.pdl:2327 @@ experimental domain CSS diff --git a/json/browser_protocol.json b/json/browser_protocol.json index 7d4131ede5..e872c3aee7 100644 --- a/json/browser_protocol.json +++ b/json/browser_protocol.json @@ -1898,7 +1898,7 @@ }, { "id": "SelectElementAccessibilityIssueDetails", - "description": "This isue warns about errors in the select element content model.", + "description": "This issue warns about errors in the select element content model.", "type": "object", "properties": [ { @@ -21762,7 +21762,6 @@ "description": "Enum of possible storage types.", "type": "string", "enum": [ - "appcache", "cookies", "file_systems", "indexeddb", diff --git a/package.json b/package.json index 3f2f961383..dc51b6bef9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devtools-protocol", - "version": "0.0.1402790", + "version": "0.0.1403386", "description": "The Chrome DevTools Protocol JSON", "repository": "https://github.com/ChromeDevTools/devtools-protocol", "author": "The Chromium Authors", diff --git a/pdl/browser_protocol.pdl b/pdl/browser_protocol.pdl index d1f03de9eb..4b7d475a3a 100644 --- a/pdl/browser_protocol.pdl +++ b/pdl/browser_protocol.pdl @@ -992,14 +992,13 @@ experimental domain Audits InteractiveContentOptionChild InteractiveContentLegendChild - # This isue warns about errors in the select element content model. + # This issue warns about errors in the select element content model. type SelectElementAccessibilityIssueDetails extends object properties DOM.BackendNodeId nodeId SelectElementAccessibilityIssueReason selectElementAccessibilityIssueReason boolean hasDisallowedAttributes - type StyleSheetLoadingIssueReason extends string enum LateImportRule @@ -10261,7 +10260,6 @@ experimental domain Storage # Enum of possible storage types. type StorageType extends string enum - appcache cookies file_systems indexeddb diff --git a/types/protocol.d.ts b/types/protocol.d.ts index a059531ce3..5eddf89c1e 100644 --- a/types/protocol.d.ts +++ b/types/protocol.d.ts @@ -3654,7 +3654,7 @@ export namespace Protocol { export type SelectElementAccessibilityIssueReason = ('DisallowedSelectChild' | 'DisallowedOptGroupChild' | 'NonPhrasingContentOptionChild' | 'InteractiveContentOptionChild' | 'InteractiveContentLegendChild'); /** - * This isue warns about errors in the select element content model. + * This issue warns about errors in the select element content model. */ export interface SelectElementAccessibilityIssueDetails { nodeId: DOM.BackendNodeId; @@ -16032,7 +16032,7 @@ export namespace Protocol { /** * Enum of possible storage types. */ - export type StorageType = ('appcache' | 'cookies' | 'file_systems' | 'indexeddb' | 'local_storage' | 'shader_cache' | 'websql' | 'service_workers' | 'cache_storage' | 'interest_groups' | 'shared_storage' | 'storage_buckets' | 'all' | 'other'); + export type StorageType = ('cookies' | 'file_systems' | 'indexeddb' | 'local_storage' | 'shader_cache' | 'websql' | 'service_workers' | 'cache_storage' | 'interest_groups' | 'shared_storage' | 'storage_buckets' | 'all' | 'other'); /** * Usage for a storage type.