Skip to content

Commit 26d4a81

Browse files
ergunshDevtools-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/8697626511874938913 [email protected] Bug: none Change-Id: I3cf538706a8098fa4be677702226f2f681963b53 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7182920 Reviewed-by: Nikolay Vitkov <[email protected]> Commit-Queue: Ergün Erdoğmuş <[email protected]> Reviewed-by: Ergün Erdoğmuş <[email protected]> Owners-Override: Ergün Erdoğmuş <[email protected]>
1 parent c67929c commit 26d4a81

File tree

12 files changed

+52
-144
lines changed

12 files changed

+52
-144
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' : '42031498c092b4c71c62b982254e76f1bac3b694',
27+
'chromium_browser_protocol_revision' : 'd967be56e70076834aad74008418755b70035538',
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,10 @@ export const UIStrings = {
182182
* @description Standard message when one web API is deprecated in favor of another.
183183
*/
184184
RangeExpand: "Range.expand() is deprecated. Please use Selection.modify() instead.",
185+
/**
186+
* @description A deprecation warning shown in the DevTools Issues tab. It's shown when the Storage Access API is automatically granted by Related Website Sets. The placeholder will always be the string `Related Website Sets`.
187+
*/
188+
RelatedWebsiteSets: "`Related Website Sets` is deprecated and will be removed. See https://privacysandbox.com/news/update-on-plans-for-privacy-sandbox-technologies/ for more details.",
185189
/**
186190
* @description This warning occurs when a subresource loaded by a page has a URL with an authority portion. These are disallowed.
187191
*/
@@ -234,6 +238,10 @@ export const UIStrings = {
234238
* @description Warning displayed to developers. It is shown when the `XMLHttpRequest` API is used in a way that it slows down the page load of the next page. The `main thread` refers to an operating systems thread used to run most of the processing of HTML documents, so please use a consistent wording.
235239
*/
236240
XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload: "Synchronous `XMLHttpRequest` on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.",
241+
/**
242+
* @description Warning displayed to developers that they are using externally loaded entities in an XML document that constitutes a part of the web page. Externally loaded entities are a technical concept of XML document processing.
243+
*/
244+
XMLNoExternalEntities: "Externally loaded entities in XML parsing have been deprecated and will be removed from this browser soon.",
237245
/**
238246
* @description Warning displayed to developers that they are using either the XSLTProcessor API, or XSLT processing instructions, both of which have been deprecated and are scheduled to be removed.
239247
*/
@@ -330,6 +338,9 @@ export const DEPRECATIONS_METADATA: Partial<Record<string, DeprecationDescriptor
330338
"chromeStatusFeature": 4631626228695040,
331339
"milestone": 117
332340
},
341+
"RelatedWebsiteSets": {
342+
"chromeStatusFeature": 5194473869017088
343+
},
333344
"RequestedSubresourceWithEmbeddedCredentials": {
334345
"chromeStatusFeature": 5669008342777856
335346
},
@@ -356,6 +367,10 @@ export const DEPRECATIONS_METADATA: Partial<Record<string, DeprecationDescriptor
356367
"XHRJSONEncodingDetection": {
357368
"milestone": 93
358369
},
370+
"XMLNoExternalEntities": {
371+
"chromeStatusFeature": 6734457763659776,
372+
"milestone": 144
373+
},
359374
"XSLT": {
360375
"chromeStatusFeature": 4709671889534976,
361376
"milestone": 143

front_end/generated/InspectorBackendCommands.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ inspectorBackend.registerCommand("CSS.resolveValues", [{"name": "values", "type"
247247
inspectorBackend.registerCommand("CSS.getLonghandProperties", [{"name": "shorthandName", "type": "string", "optional": false, "description": "", "typeRef": null}, {"name": "value", "type": "string", "optional": false, "description": "", "typeRef": null}], ["longhandProperties"], "");
248248
inspectorBackend.registerCommand("CSS.getInlineStylesForNode", [{"name": "nodeId", "type": "number", "optional": false, "description": "", "typeRef": "DOM.NodeId"}], ["inlineStyle", "attributesStyle"], "Returns the styles defined inline (explicitly in the \"style\" attribute and implicitly, using DOM attributes) for a DOM node identified by `nodeId`.");
249249
inspectorBackend.registerCommand("CSS.getAnimatedStylesForNode", [{"name": "nodeId", "type": "number", "optional": false, "description": "", "typeRef": "DOM.NodeId"}], ["animationStyles", "transitionsStyle", "inherited"], "Returns the styles coming from animations & transitions including the animation & transition styles coming from inheritance chain.");
250-
inspectorBackend.registerCommand("CSS.getMatchedStylesForNode", [{"name": "nodeId", "type": "number", "optional": false, "description": "", "typeRef": "DOM.NodeId"}], ["inlineStyle", "attributesStyle", "matchedCSSRules", "pseudoElements", "inherited", "inheritedPseudoElements", "cssKeyframesRules", "cssPositionTryRules", "activePositionFallbackIndex", "cssPropertyRules", "cssPropertyRegistrations", "cssFontPaletteValuesRule", "cssAtRules", "parentLayoutNodeId", "cssFunctionRules"], "Returns requested styles for a DOM node identified by `nodeId`.");
250+
inspectorBackend.registerCommand("CSS.getMatchedStylesForNode", [{"name": "nodeId", "type": "number", "optional": false, "description": "", "typeRef": "DOM.NodeId"}], ["inlineStyle", "attributesStyle", "matchedCSSRules", "pseudoElements", "inherited", "inheritedPseudoElements", "cssKeyframesRules", "cssPositionTryRules", "activePositionFallbackIndex", "cssPropertyRules", "cssPropertyRegistrations", "cssAtRules", "parentLayoutNodeId", "cssFunctionRules"], "Returns requested styles for a DOM node identified by `nodeId`.");
251251
inspectorBackend.registerCommand("CSS.getEnvironmentVariables", [], ["environmentVariables"], "Returns the values of the default UA-defined environment variables used in env()");
252252
inspectorBackend.registerCommand("CSS.getMediaQueries", [], ["medias"], "Returns all media queries parsed by the rendering engine.");
253253
inspectorBackend.registerCommand("CSS.getPlatformFontsForNode", [{"name": "nodeId", "type": "number", "optional": false, "description": "", "typeRef": "DOM.NodeId"}], ["fonts"], "Requests information about platform fonts which we used to render child TextNodes in the given node.");
@@ -305,7 +305,6 @@ inspectorBackend.registerType("CSS.CSSTryRule", [{"name": "styleSheetId", "type"
305305
inspectorBackend.registerType("CSS.CSSPositionTryRule", [{"name": "name", "type": "object", "optional": false, "description": "The prelude dashed-ident name", "typeRef": "CSS.Value"}, {"name": "styleSheetId", "type": "string", "optional": true, "description": "The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from.", "typeRef": "CSS.StyleSheetId"}, {"name": "origin", "type": "string", "optional": false, "description": "Parent stylesheet's origin.", "typeRef": "CSS.StyleSheetOrigin"}, {"name": "style", "type": "object", "optional": false, "description": "Associated style declaration.", "typeRef": "CSS.CSSStyle"}, {"name": "active", "type": "boolean", "optional": false, "description": "", "typeRef": null}]);
306306
inspectorBackend.registerType("CSS.CSSKeyframesRule", [{"name": "animationName", "type": "object", "optional": false, "description": "Animation name.", "typeRef": "CSS.Value"}, {"name": "keyframes", "type": "array", "optional": false, "description": "List of keyframes.", "typeRef": "CSS.CSSKeyframeRule"}]);
307307
inspectorBackend.registerType("CSS.CSSPropertyRegistration", [{"name": "propertyName", "type": "string", "optional": false, "description": "", "typeRef": null}, {"name": "initialValue", "type": "object", "optional": true, "description": "", "typeRef": "CSS.Value"}, {"name": "inherits", "type": "boolean", "optional": false, "description": "", "typeRef": null}, {"name": "syntax", "type": "string", "optional": false, "description": "", "typeRef": null}]);
308-
inspectorBackend.registerType("CSS.CSSFontPaletteValuesRule", [{"name": "styleSheetId", "type": "string", "optional": true, "description": "The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from.", "typeRef": "CSS.StyleSheetId"}, {"name": "origin", "type": "string", "optional": false, "description": "Parent stylesheet's origin.", "typeRef": "CSS.StyleSheetOrigin"}, {"name": "fontPaletteName", "type": "object", "optional": false, "description": "Associated font palette name.", "typeRef": "CSS.Value"}, {"name": "style", "type": "object", "optional": false, "description": "Associated style declaration.", "typeRef": "CSS.CSSStyle"}]);
309308
inspectorBackend.registerType("CSS.CSSAtRule", [{"name": "type", "type": "string", "optional": false, "description": "Type of at-rule.", "typeRef": null}, {"name": "subsection", "type": "string", "optional": true, "description": "Subsection of font-feature-values, if this is a subsection.", "typeRef": null}, {"name": "name", "type": "object", "optional": true, "description": "LINT_SKIP.ThenChange(//third_party/blink/renderer/core/inspector/inspector_style_sheet.cc:FontVariantAlternatesFeatureType,//third_party/blink/renderer/core/inspector/inspector_css_agent.cc:FontVariantAlternatesFeatureType) Associated name, if applicable.", "typeRef": "CSS.Value"}, {"name": "styleSheetId", "type": "string", "optional": true, "description": "The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from.", "typeRef": "CSS.StyleSheetId"}, {"name": "origin", "type": "string", "optional": false, "description": "Parent stylesheet's origin.", "typeRef": "CSS.StyleSheetOrigin"}, {"name": "style", "type": "object", "optional": false, "description": "Associated style declaration.", "typeRef": "CSS.CSSStyle"}]);
310309
inspectorBackend.registerType("CSS.CSSPropertyRule", [{"name": "styleSheetId", "type": "string", "optional": true, "description": "The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from.", "typeRef": "CSS.StyleSheetId"}, {"name": "origin", "type": "string", "optional": false, "description": "Parent stylesheet's origin.", "typeRef": "CSS.StyleSheetOrigin"}, {"name": "propertyName", "type": "object", "optional": false, "description": "Associated property name.", "typeRef": "CSS.Value"}, {"name": "style", "type": "object", "optional": false, "description": "Associated style declaration.", "typeRef": "CSS.CSSStyle"}]);
311310
inspectorBackend.registerType("CSS.CSSFunctionParameter", [{"name": "name", "type": "string", "optional": false, "description": "The parameter name.", "typeRef": null}, {"name": "type", "type": "string", "optional": false, "description": "The parameter type.", "typeRef": null}]);

front_end/generated/SupportedCSSProperties.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2643,6 +2643,15 @@ export const generatedProperties = [
26432643
],
26442644
"name": "grid-column-start"
26452645
},
2646+
{
2647+
"longhands": [
2648+
"grid-template-areas",
2649+
"grid-template-columns",
2650+
"masonry-direction",
2651+
"masonry-fill"
2652+
],
2653+
"name": "grid-lanes"
2654+
},
26462655
{
26472656
"longhands": [
26482657
"grid-row-start",
@@ -3087,15 +3096,6 @@ export const generatedProperties = [
30873096
],
30883097
"name": "mask-type"
30893098
},
3090-
{
3091-
"longhands": [
3092-
"grid-template-areas",
3093-
"grid-template-columns",
3094-
"masonry-direction",
3095-
"masonry-fill"
3096-
],
3097-
"name": "masonry"
3098-
},
30993099
{
31003100
"keywords": [
31013101
"row",

front_end/generated/protocol.ts

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3430,29 +3430,6 @@ export namespace CSS {
34303430
syntax: string;
34313431
}
34323432

3433-
/**
3434-
* CSS font-palette-values rule representation.
3435-
*/
3436-
export interface CSSFontPaletteValuesRule {
3437-
/**
3438-
* The css style sheet identifier (absent for user agent stylesheet and user-specified
3439-
* stylesheet rules) this rule came from.
3440-
*/
3441-
styleSheetId?: StyleSheetId;
3442-
/**
3443-
* Parent stylesheet's origin.
3444-
*/
3445-
origin: StyleSheetOrigin;
3446-
/**
3447-
* Associated font palette name.
3448-
*/
3449-
fontPaletteName: Value;
3450-
/**
3451-
* Associated style declaration.
3452-
*/
3453-
style: CSSStyle;
3454-
}
3455-
34563433
export const enum CSSAtRuleType {
34573434
FontFace = 'font-face',
34583435
FontFeatureValues = 'font-feature-values',
@@ -3892,10 +3869,6 @@ export namespace CSS {
38923869
* A list of CSS property registrations matching this node.
38933870
*/
38943871
cssPropertyRegistrations?: CSSPropertyRegistration[];
3895-
/**
3896-
* A font-palette-values rule matching this node.
3897-
*/
3898-
cssFontPaletteValuesRule?: CSSFontPaletteValuesRule;
38993872
/**
39003873
* A list of simple @rules matching this node or its pseudo-elements.
39013874
*/

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: 42031498c092b4c71c62b982254e76f1bac3b694
4+
Revision: d967be56e70076834aad74008418755b70035538
55
Update Mechanism: Manual (https://crbug.com/428069060)
66
License: BSD-3-Clause
77
License File: LICENSE

front_end/ui/components/markdown_view/MarkdownLinksMap.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ export const markdownLinks = new Map<string, string>([
7070
['storagePartitioningExplainer', 'https://developers.google.com/privacy-sandbox/cookies/storage-partitioning'],
7171
['storageAccessAPI', 'https://developer.mozilla.org/en-US/docs/Web/API/StorageAccessHandle/createObjectURL'],
7272
['https://goo.gle/ps-status', 'https://goo.gle/ps-status'],
73+
[
74+
'https://privacysandbox.com/news/update-on-plans-for-privacy-sandbox-technologies/',
75+
'https://privacysandbox.com/news/update-on-plans-for-privacy-sandbox-technologies/'
76+
],
7377
]);
7478

7579
export const getMarkdownLink = (key: string): string => {

front_end/ui/visual_logging/KnownContextValues.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1753,6 +1753,7 @@ export const knownContextValues = new Set([
17531753
'grid-column-start',
17541754
'grid-gap',
17551755
'grid-how',
1756+
'grid-lanes',
17561757
'grid-overlays',
17571758
'grid-row',
17581759
'grid-row-end',

third_party/blink/public/devtools_protocol/browser_protocol.json

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -5150,34 +5150,6 @@
51505150
}
51515151
]
51525152
},
5153-
{
5154-
"id": "CSSFontPaletteValuesRule",
5155-
"description": "CSS font-palette-values rule representation.",
5156-
"type": "object",
5157-
"properties": [
5158-
{
5159-
"name": "styleSheetId",
5160-
"description": "The css style sheet identifier (absent for user agent stylesheet and user-specified\nstylesheet rules) this rule came from.",
5161-
"optional": true,
5162-
"$ref": "StyleSheetId"
5163-
},
5164-
{
5165-
"name": "origin",
5166-
"description": "Parent stylesheet's origin.",
5167-
"$ref": "StyleSheetOrigin"
5168-
},
5169-
{
5170-
"name": "fontPaletteName",
5171-
"description": "Associated font palette name.",
5172-
"$ref": "Value"
5173-
},
5174-
{
5175-
"name": "style",
5176-
"description": "Associated style declaration.",
5177-
"$ref": "CSSStyle"
5178-
}
5179-
]
5180-
},
51815153
{
51825154
"id": "CSSAtRule",
51835155
"description": "CSS generic @rule representation.",
@@ -5836,12 +5808,6 @@
58365808
"$ref": "CSSPropertyRegistration"
58375809
}
58385810
},
5839-
{
5840-
"name": "cssFontPaletteValuesRule",
5841-
"description": "A font-palette-values rule matching this node.",
5842-
"optional": true,
5843-
"$ref": "CSSFontPaletteValuesRule"
5844-
},
58455811
{
58465812
"name": "cssAtRules",
58475813
"description": "A list of simple @rules matching this node or its pseudo-elements.",

third_party/blink/public/devtools_protocol/domains/CSS.pdl

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -500,20 +500,6 @@ experimental domain CSS
500500
boolean inherits
501501
string syntax
502502

503-
504-
# CSS font-palette-values rule representation.
505-
type CSSFontPaletteValuesRule extends object
506-
properties
507-
# The css style sheet identifier (absent for user agent stylesheet and user-specified
508-
# stylesheet rules) this rule came from.
509-
optional StyleSheetId styleSheetId
510-
# Parent stylesheet's origin.
511-
StyleSheetOrigin origin
512-
# Associated font palette name.
513-
Value fontPaletteName
514-
# Associated style declaration.
515-
CSSStyle style
516-
517503
# CSS generic @rule representation.
518504
type CSSAtRule extends object
519505
properties
@@ -800,8 +786,6 @@ experimental domain CSS
800786
optional array of CSSPropertyRule cssPropertyRules
801787
# A list of CSS property registrations matching this node.
802788
optional array of CSSPropertyRegistration cssPropertyRegistrations
803-
# A font-palette-values rule matching this node.
804-
optional CSSFontPaletteValuesRule cssFontPaletteValuesRule
805789
# A list of simple @rules matching this node or its pseudo-elements.
806790
optional array of CSSAtRule cssAtRules
807791
# Id of the first parent element that does not have display: contents.

0 commit comments

Comments
 (0)