Skip to content

Commit eef1a98

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/8718701630741294177 [email protected] Bug: none Change-Id: I7d245231274980c13a2392f426dc636ce119755b Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6425800 Reviewed-by: Simon Zünd <[email protected]> Bot-Commit: Devtools Autoroller <devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Devtools Autoroller <devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Simon Zünd <[email protected]>
1 parent f1cd5fc commit eef1a98

File tree

7 files changed

+95
-2
lines changed

7 files changed

+95
-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' : '953f32dd50f59a51ed0a953445fbcc7da7b03695',
27+
'chromium_browser_protocol_revision' : 'a378d80bfbb44011499907b1282f71a050b4a16e',
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/InspectorBackendCommands.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/generated/SupportedCSSProperties.js

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1855,9 +1855,25 @@ export const generatedProperties = [
18551855
"name": "content-visibility"
18561856
},
18571857
{
1858+
"keywords": [
1859+
"notch",
1860+
"scoop",
1861+
"bevel",
1862+
"round",
1863+
"squircle",
1864+
"square"
1865+
],
18581866
"name": "corner-bottom-left-shape"
18591867
},
18601868
{
1869+
"keywords": [
1870+
"notch",
1871+
"scoop",
1872+
"bevel",
1873+
"round",
1874+
"squircle",
1875+
"square"
1876+
],
18611877
"name": "corner-bottom-right-shape"
18621878
},
18631879
{
@@ -1882,9 +1898,25 @@ export const generatedProperties = [
18821898
"name": "corner-start-start-shape"
18831899
},
18841900
{
1901+
"keywords": [
1902+
"notch",
1903+
"scoop",
1904+
"bevel",
1905+
"round",
1906+
"squircle",
1907+
"square"
1908+
],
18851909
"name": "corner-top-left-shape"
18861910
},
18871911
{
1912+
"keywords": [
1913+
"notch",
1914+
"scoop",
1915+
"bevel",
1916+
"round",
1917+
"squircle",
1918+
"square"
1919+
],
18881920
"name": "corner-top-right-shape"
18891921
},
18901922
{
@@ -5197,6 +5229,46 @@ export const generatedPropertyValues = {
51975229
"hidden"
51985230
]
51995231
},
5232+
"corner-bottom-left-shape": {
5233+
"values": [
5234+
"notch",
5235+
"scoop",
5236+
"bevel",
5237+
"round",
5238+
"squircle",
5239+
"square"
5240+
]
5241+
},
5242+
"corner-bottom-right-shape": {
5243+
"values": [
5244+
"notch",
5245+
"scoop",
5246+
"bevel",
5247+
"round",
5248+
"squircle",
5249+
"square"
5250+
]
5251+
},
5252+
"corner-top-left-shape": {
5253+
"values": [
5254+
"notch",
5255+
"scoop",
5256+
"bevel",
5257+
"round",
5258+
"squircle",
5259+
"square"
5260+
]
5261+
},
5262+
"corner-top-right-shape": {
5263+
"values": [
5264+
"notch",
5265+
"scoop",
5266+
"bevel",
5267+
"round",
5268+
"squircle",
5269+
"square"
5270+
]
5271+
},
52005272
"counter-increment": {
52015273
"values": [
52025274
"none"

front_end/generated/protocol.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16249,6 +16249,12 @@ export namespace Target {
1624916249
* Whether to create the target of type "tab".
1625016250
*/
1625116251
forTab?: boolean;
16252+
/**
16253+
* Whether to create a hidden target. The hidden target is observable via protocol, but not
16254+
* present in the tab UI strip. Cannot be created with `forTab: true`, `newWindow: true` or
16255+
* `background: false`. The life-time of the tab is limited to the life-time of the session.
16256+
*/
16257+
hidden?: boolean;
1625216258
}
1625316259

1625416260
export interface CreateTargetResponse extends ProtocolResponseWithError {

third_party/blink/public/devtools_protocol/browser_protocol.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24629,6 +24629,13 @@
2462924629
"experimental": true,
2463024630
"optional": true,
2463124631
"type": "boolean"
24632+
},
24633+
{
24634+
"name": "hidden",
24635+
"description": "Whether to create a hidden target. The hidden target is observable via protocol, but not\npresent in the tab UI strip. Cannot be created with `forTab: true`, `newWindow: true` or\n`background: false`. The life-time of the tab is limited to the life-time of the session.",
24636+
"experimental": true,
24637+
"optional": true,
24638+
"type": "boolean"
2463224639
}
2463324640
],
2463424641
"returns": [

third_party/blink/public/devtools_protocol/browser_protocol.pdl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11591,6 +11591,10 @@ domain Target
1159111591
optional boolean background
1159211592
# Whether to create the target of type "tab".
1159311593
experimental optional boolean forTab
11594+
# Whether to create a hidden target. The hidden target is observable via protocol, but not
11595+
# present in the tab UI strip. Cannot be created with `forTab: true`, `newWindow: true` or
11596+
# `background: false`. The life-time of the tab is limited to the life-time of the session.
11597+
experimental optional boolean hidden
1159411598
returns
1159511599
# The id of the page opened.
1159611600
TargetID targetId

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2954,6 +2954,7 @@
29542954
field_template: "external",
29552955
default_value: "Superellipse::Round()",
29562956
include_paths: ["third_party/blink/renderer/core/style/superellipse.h"],
2957+
keywords: ["notch", "scoop", "bevel", "round", "squircle", "square"],
29572958
type_name: "Superellipse",
29582959
converter: "ConvertCornerShape",
29592960
valid_for_first_letter: true,
@@ -2974,6 +2975,7 @@
29742975
field_template: "external",
29752976
default_value: "Superellipse::Round()",
29762977
include_paths: ["third_party/blink/renderer/core/style/superellipse.h"],
2978+
keywords: ["notch", "scoop", "bevel", "round", "squircle", "square"],
29772979
type_name: "Superellipse",
29782980
converter: "ConvertCornerShape",
29792981
valid_for_first_letter: true,
@@ -2994,6 +2996,7 @@
29942996
field_template: "external",
29952997
default_value: "Superellipse::Round()",
29962998
include_paths: ["third_party/blink/renderer/core/style/superellipse.h"],
2999+
keywords: ["notch", "scoop", "bevel", "round", "squircle", "square"],
29973000
type_name: "Superellipse",
29983001
converter: "ConvertCornerShape",
29993002
valid_for_first_letter: true,
@@ -3014,6 +3017,7 @@
30143017
field_template: "external",
30153018
default_value: "Superellipse::Round()",
30163019
include_paths: ["third_party/blink/renderer/core/style/superellipse.h"],
3020+
keywords: ["notch", "scoop", "bevel", "round", "squircle", "square"],
30173021
type_name: "Superellipse",
30183022
converter: "ConvertCornerShape",
30193023
valid_for_first_letter: true,

0 commit comments

Comments
 (0)