Skip to content

Commit 50e22c5

Browse files
devtools-ci-autoroll-builderDevtools-frontend LUCI CQ
authored andcommitted
Roll browser-protocol
This roll requires a manual review. See http://go/reviewed-rolls for guidance. In case of failures or errors, reach out to someone from config/owner/COMMON_OWNERS. Roll created at https://cr-buildbucket.appspot.com/build/8719335810148117585 [email protected] Bug: none Change-Id: If769a30d617ba77c8b042079d07cd2d83931be59 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6395611 Commit-Queue: Devtools Autoroller <devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Jack Franklin <[email protected]> Bot-Commit: Devtools Autoroller <devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Reviewed-by: Jack Franklin <[email protected]>
1 parent bb7dac1 commit 50e22c5

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ vars = {
2424
'inspector_protocol_revision': '940abfc668be2591483f7132145593c6a047f3cf',
2525

2626
# Keeping track of the last time we rollerd the browser protocol files.
27-
'chromium_browser_protocol_revision' : '9daffc872dab6abfdff179c02e7563eba5ee9b6d',
27+
'chromium_browser_protocol_revision' : '3cc1e9e375a238e10503d896e2b516f4b72fe143',
2828

2929
'clang_format_url': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git',
3030
'clang_format_revision': '37f6e68a107df43b7d7e044fd36a13cbae3413f2',

front_end/generated/Deprecation.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ export const UIStrings = {
7878
* @description A deprecation warning shown to developers in the DevTools Issues tab when code tries to use the deprecated hostCandidate field, guiding developers to use the equivalent information in the .address and .port fields instead.
7979
*/
8080
HostCandidateAttributeGetter: "`RTCPeerConnectionIceErrorEvent.hostCandidate` is deprecated. Please use `RTCPeerConnectionIceErrorEvent.address` or `RTCPeerConnectionIceErrorEvent.port` instead.",
81+
/**
82+
* @description A deprecation warning shown in the DevTools Issues tab, when a request for digital credentials API is formatted using a deprecated format.
83+
*/
84+
IdentityDigitalCredentials: "This format for the navigator.credentials.get() request for digital credentials is deprecated, please update your call to use the new format.",
8185
/**
8286
* @description A deprecation warning shown in the DevTools Issues tab, when a service worker reads one of the fields from an event named 'canmakepayment'.
8387
*/
@@ -277,6 +281,9 @@ export const DEPRECATIONS_METADATA: Partial<Record<string, DeprecationDescriptor
277281
"chromeStatusFeature": 6192419898654720,
278282
"milestone": 136
279283
},
284+
"IdentityDigitalCredentials": {
285+
"chromeStatusFeature": 5166035265650688
286+
},
280287
"IdentityInCanMakePaymentEvent": {
281288
"chromeStatusFeature": 5190978431352832
282289
},

third_party/blink/renderer/core/css/css_properties.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6016,7 +6016,7 @@
60166016
name: "touch-action",
60176017
property_methods: ["ParseSingleValue", "CSSValueFromComputedStyleInternal"],
60186018
field_group: "*",
6019-
field_size: 9, // FIXME: Make this use "kTouchActionBits".
6019+
field_size: 10, // FIXME: Make this use "kTouchActionBits".
60206020
field_template: "primitive",
60216021
include_paths: ["third_party/blink/renderer/platform/graphics/touch_action.h"],
60226022
default_value: "TouchAction::kAuto",

third_party/blink/renderer/core/frame/deprecation/deprecation.json5

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,15 @@
260260
"kHostCandidateAttributeGetter",
261261
],
262262
},
263+
{
264+
name: "IdentityDigitalCredentials",
265+
message: "This format for the navigator.credentials.get() request for digital credentials is deprecated, please update your call to use the new format.",
266+
translation_note: "A deprecation warning shown in the DevTools Issues tab, when a request for digital credentials API is formatted using a deprecated format.",
267+
web_features: [
268+
"kIdentityDigitalCredentials",
269+
],
270+
chrome_status_feature: 5166035265650688,
271+
},
263272
{
264273
name: "IdentityInCanMakePaymentEvent",
265274
message: "The merchant origin and arbitrary data from the `canmakepayment` service worker event are deprecated and will be removed: `topOrigin`, `paymentRequestOrigin`, `methodData`, `modifiers`.",

0 commit comments

Comments
 (0)