Skip to content

Commit 215999b

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/8697988899696597505 [email protected] Bug: none Change-Id: Ice38e72b6cce6b57584a3efeed91d1e53e694229 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7155841 Bot-Commit: Devtools Autoroller <devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Ergün Erdoğmuş <[email protected]> Reviewed-by: Ergün Erdoğmuş <[email protected]>
1 parent d941c61 commit 215999b

File tree

6 files changed

+15
-81
lines changed

6 files changed

+15
-81
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': '679b33a98ae546ff521eee2ea28d8d5bf28872ba',
2525

2626
# Keeping track of the last time we rolled the browser protocol files.
27-
'chromium_browser_protocol_revision' : '0e1ad4d2ee354e734ca3ebdc2b0701a7fa102e76',
27+
'chromium_browser_protocol_revision' : 'ee4cd283ea61d6cd89c8035af63ff05876860e3a',
2828

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

front_end/generated/Deprecation.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ export const UIStrings = {
5454
* @description Warning displayed to developers when a data: URL is assigned to SVGUseElement to let them know that the support is deprecated.
5555
*/
5656
DataUrlInSvgUse: "Support for data: URLs in SVGUseElement is deprecated and it will be removed in the future.",
57+
/**
58+
* @description A deprecation warning shown in the DevTools Issues tab. It's shown when one of the Protected Audience APIs like `navigator.joinAdInterestGroup`, `navigator.getInterestGroupAdAuctionData` or `navigator.runAdAuction` are called.
59+
*/
60+
Fledge: "The Protected Audience API is deprecated and will be removed in a future release.",
5761
/**
5862
* @description Warning displayed to developers when the Geolocation API is used from an insecure origin (one that isn't localhost or doesn't use HTTPS) to notify them that this use is no longer supported.
5963
*/

front_end/generated/SupportedCSSProperties.js

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -677,10 +677,6 @@ export const generatedProperties = [
677677
"scroll-snap-align",
678678
"scroll-snap-stop",
679679
"scroll-snap-type",
680-
"scroll-start-block",
681-
"scroll-start-inline",
682-
"scroll-start-x",
683-
"scroll-start-y",
684680
"scroll-target-group",
685681
"scroll-timeline-axis",
686682
"scroll-timeline-name",
@@ -4051,25 +4047,6 @@ export const generatedProperties = [
40514047
],
40524048
"name": "scroll-snap-type"
40534049
},
4054-
{
4055-
"longhands": [
4056-
"scroll-start-block",
4057-
"scroll-start-inline"
4058-
],
4059-
"name": "scroll-start"
4060-
},
4061-
{
4062-
"name": "scroll-start-block"
4063-
},
4064-
{
4065-
"name": "scroll-start-inline"
4066-
},
4067-
{
4068-
"name": "scroll-start-x"
4069-
},
4070-
{
4071-
"name": "scroll-start-y"
4072-
},
40734050
{
40744051
"keywords": [
40754052
"none",

front_end/third_party/chromium/README.chromium

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Name: Dependencies sourced from the upstream `chromium` repository
22
URL: https://chromium.googlesource.com/chromium/src
33
Version: N/A
4-
Revision: 0e1ad4d2ee354e734ca3ebdc2b0701a7fa102e76
4+
Revision: ee4cd283ea61d6cd89c8035af63ff05876860e3a
55
Update Mechanism: Manual (https://crbug.com/428069060)
66
License: BSD-3-Clause
77
License File: LICENSE

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

Lines changed: 1 addition & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -538,8 +538,7 @@
538538
valid_values: ["border", "border-color", "border-radius",
539539
"border-style", "border-width", "contain-intrinsic-size",
540540
"inset", "margin", "max-size", "min-size", "overflow",
541-
"padding", "scroll-margin", "scroll-padding",
542-
"scroll-start", "size",
541+
"padding", "scroll-margin", "scroll-padding", "size",
543542
"visited-border-color"],
544543
},
545544
// The name of the mapping function used to convert between equivalent
@@ -5376,36 +5375,6 @@
53765375
typedom_types: ["Keyword"],
53775376
computable: false,
53785377
},
5379-
{
5380-
name: "scroll-start-x",
5381-
property_methods: ["ParseSingleValue", "CSSValueFromComputedStyleInternal"],
5382-
field_group: "misc->start",
5383-
field_template: "external",
5384-
include_paths: ["third_party/blink/renderer/core/style/scroll_start_data.h"],
5385-
default_value: "blink::ScrollStartData()",
5386-
type_name: "ScrollStartData",
5387-
converter: "ConvertScrollStart",
5388-
logical_property_group : {
5389-
name: "scroll-start",
5390-
resolver: "horizontal"
5391-
},
5392-
runtime_flag: "CSSScrollStart",
5393-
},
5394-
{
5395-
name: "scroll-start-y",
5396-
property_methods: ["ParseSingleValue", "CSSValueFromComputedStyleInternal"],
5397-
field_group: "misc->start",
5398-
field_template: "external",
5399-
include_paths: ["third_party/blink/renderer/core/style/scroll_start_data.h"],
5400-
default_value: "blink::ScrollStartData()",
5401-
type_name: "ScrollStartData",
5402-
converter: "ConvertScrollStart",
5403-
logical_property_group : {
5404-
name: "scroll-start",
5405-
resolver: "vertical"
5406-
},
5407-
runtime_flag: "CSSScrollStart",
5408-
},
54095378
{
54105379
name: "scroll-timeline-axis",
54115380
property_methods: ["ParseSingleValue", "CSSValueFromComputedStyleInternal", "InitialValue"],
@@ -7727,24 +7696,6 @@
77277696
typedom_types: ["Length", "Percentage"],
77287697
valid_for_page_context: true,
77297698
},
7730-
{
7731-
name: "scroll-start-block",
7732-
property_methods: ["ParseSingleValue"],
7733-
logical_property_group : {
7734-
name: "scroll-start",
7735-
resolver: "block"
7736-
},
7737-
runtime_flag: "CSSScrollStart",
7738-
},
7739-
{
7740-
name: "scroll-start-inline",
7741-
property_methods: ["ParseSingleValue"],
7742-
logical_property_group : {
7743-
name: "scroll-start",
7744-
resolver: "inline"
7745-
},
7746-
runtime_flag: "CSSScrollStart",
7747-
},
77487699
{
77497700
name: "border-inline-start-width",
77507701
property_methods: ["ParseSingleValue"],
@@ -9012,12 +8963,6 @@
90128963
longhands: ["scroll-padding-inline-start", "scroll-padding-inline-end"],
90138964
property_methods: ["ParseShorthand", "CSSValueFromComputedStyleInternal"],
90148965
},
9015-
{
9016-
name: "scroll-start",
9017-
longhands: ["scroll-start-block", "scroll-start-inline"],
9018-
property_methods: ["ParseShorthand", "CSSValueFromComputedStyleInternal"],
9019-
runtime_flag: "CSSScrollStart",
9020-
},
90218966
{
90228967
name: "scroll-timeline",
90238968
longhands: ["scroll-timeline-name", "scroll-timeline-axis"],

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,14 @@
200200
milestone: 109,
201201
obsolete_to_be_removed_after_milestone: 127,
202202
},
203+
{
204+
name: "Fledge",
205+
message: "The Protected Audience API is deprecated and will be removed in a future release.",
206+
translation_note: "A deprecation warning shown in the DevTools Issues tab. It's shown when one of the Protected Audience APIs like `navigator.joinAdInterestGroup`, `navigator.getInterestGroupAdAuctionData` or `navigator.runAdAuction` are called.",
207+
web_features: [
208+
"kFledge",
209+
],
210+
},
203211
{
204212
name: "GeolocationInsecureOrigin",
205213
message: "`getCurrentPosition()` and `watchPosition()` no longer work on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://www.chromium.org/Home/chromium-security/deprecating-powerful-features-on-insecure-origins/ for more details.",

0 commit comments

Comments
 (0)