Skip to content

Commit 1d26e63

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/8733287741916076609 [email protected] Bug: none Change-Id: I7df545284a72a6cfd3572d5e5cb71fd061d47cff Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5955989 Commit-Queue: Kateryna Prokopenko <[email protected]> Commit-Queue: Devtools Autoroller <devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Reviewed-by: Kateryna Prokopenko <[email protected]> Bot-Commit: Devtools Autoroller <devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
1 parent 370195a commit 1d26e63

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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': 'ccf6613682a24413db28656da6f9c52948331bad',
2525

2626
# Keeping track of the last time we rollerd the browser protocol files.
27-
'chromium_browser_protocol_revision' : 'a21e8cc99d4421faf3810167076b5123b190a563',
27+
'chromium_browser_protocol_revision' : '42bda51cd646c2fd54b4ec3d358a5bdbc70e276c',
2828

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

front_end/generated/SupportedCSSProperties.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3815,7 +3815,7 @@ export const generatedProperties = [
38153815
"name": "text-box"
38163816
},
38173817
{
3818-
"inherited": false,
3818+
"inherited": true,
38193819
"name": "text-box-edge"
38203820
},
38213821
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5441,7 +5441,7 @@
54415441
{
54425442
name: "text-box-edge",
54435443
property_methods: ["ParseSingleValue", "CSSValueFromComputedStyleInternal"],
5444-
inherited: false,
5444+
inherited: true,
54455445
field_group: "*",
54465446
field_template: "primitive",
54475447
field_size: 6, // Sync with `TextBoxEdge::kBits`.

0 commit comments

Comments
 (0)