|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1642743 — _2026-06-06T05:42:10.000Z_ |
| 4 | +###### Diff: [`5ad5530...ac5db52`](https://github.com/ChromeDevTools/devtools-protocol/compare/5ad5530...ac5db52) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/Page.pdl:175 @@ domain Page |
| 8 | + usb-unrestricted |
| 9 | + vertical-scroll |
| 10 | + web-app-installation |
| 11 | ++ webnn |
| 12 | + web-printing |
| 13 | + web-share |
| 14 | + window-management |
| 15 | +``` |
| 16 | + |
3 | 17 | ## Roll protocol to r1640722 — _2026-06-03T06:04:43.000Z_ |
4 | | -###### Diff: [`ef4da13...8c324ba`](https://github.com/ChromeDevTools/devtools-protocol/compare/ef4da13...8c324ba) |
| 18 | +###### Diff: [`ef4da13...5ad5530`](https://github.com/ChromeDevTools/devtools-protocol/compare/ef4da13...5ad5530) |
5 | 19 |
|
6 | 20 | ```diff |
7 | 21 | @@ domains/DOM.pdl:78 @@ domain DOM |
@@ -42885,74 +42899,4 @@ index 4754f17c..8dad9c98 100644 |
42885 | 42899 | ch-rtt |
42886 | 42900 | ch-save-data |
42887 | 42901 | ch-ua |
42888 | | -``` |
42889 | | - |
42890 | | -## Roll protocol to r1188649 — _2023-08-26T04:25:29.000Z_ |
42891 | | -###### Diff: [`4e97090...dad93a5`](https://github.com/ChromeDevTools/devtools-protocol/compare/4e97090...dad93a5) |
42892 | | - |
42893 | | -```diff |
42894 | | -@@ browser_protocol.pdl:1002 @@ experimental domain Autofill |
42895 | | - properties |
42896 | | - # address field name, for example GIVEN_NAME. |
42897 | | - string name |
42898 | | -- # address field name, for example Jon Doe. |
42899 | | -+ # address field value, for example Jon Doe. |
42900 | | - string value |
42901 | | - |
42902 | | -+ # A list of address fields. |
42903 | | -+ type AddressFields extends object |
42904 | | -+ properties |
42905 | | -+ array of AddressField fields |
42906 | | -+ |
42907 | | - type Address extends object |
42908 | | - properties |
42909 | | -- # fields and values defining a test address. |
42910 | | -+ # fields and values defining an address. |
42911 | | - array of AddressField fields |
42912 | | - |
42913 | | -+ # Defines how an address can be displayed like in chrome://settings/addresses. |
42914 | | -+ # Address UI is a two dimensional array, each inner array is an "address information line", and when rendered in a UI surface should be displayed as such. |
42915 | | -+ # The following address UI for instance: |
42916 | | -+ # [[{name: "GIVE_NAME", value: "Jon"}, {name: "FAMILY_NAME", value: "Doe"}], [{name: "CITY", value: "Munich"}, {name: "ZIP", value: "81456"}]] |
42917 | | -+ # should allow the receiver to render: |
42918 | | -+ # Jon Doe |
42919 | | -+ # Munich 81456 |
42920 | | -+ type AddressUI extends object |
42921 | | -+ properties |
42922 | | -+ # A two dimension array containing the repesentation of values from an address profile. |
42923 | | -+ array of AddressFields addressFields |
42924 | | -+ |
42925 | | -+ # Specified whether a filled field was done so by using the html autocomplete attribute or autofill heuristics. |
42926 | | -+ type FillingStrategy extends string |
42927 | | -+ enum |
42928 | | -+ autocompleteAttribute |
42929 | | -+ autofillInferred |
42930 | | -+ |
42931 | | -+ type FilledField extends object |
42932 | | -+ properties |
42933 | | -+ # The type of the field, e.g text, password etc. |
42934 | | -+ string htmlType |
42935 | | -+ # the html id |
42936 | | -+ string id |
42937 | | -+ # the html name |
42938 | | -+ string name |
42939 | | -+ # the field value |
42940 | | -+ string value |
42941 | | -+ # The actual field type, e.g FAMILY_NAME |
42942 | | -+ string autofillType |
42943 | | -+ # The filling strategy |
42944 | | -+ FillingStrategy fillingStrategy |
42945 | | -+ |
42946 | | -+ # Emitted when an address form is filled. |
42947 | | -+ event addressFormFilled |
42948 | | -+ parameters |
42949 | | -+ # Information about the fields that were filled |
42950 | | -+ array of FilledField filledFields |
42951 | | -+ # An UI representation of the address used to fill the form. |
42952 | | -+ # Consists of a 2D array where each child represents an address/profile line. |
42953 | | -+ AddressUI addressUi |
42954 | | -+ |
42955 | | - # Trigger autofill on a form identified by the fieldId. |
42956 | | - # If the field and related form cannot be autofilled, returns an error. |
42957 | | - command trigger |
42958 | 42902 | ``` |
0 commit comments