Skip to content

Commit 996df8a

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/8728939088830489089 [email protected] Bug: none Change-Id: Ib264870769bdf5b8b13e43082a6d00ecfc83bc6c Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6084655 Reviewed-by: Alex Rudenko <[email protected]> Reviewed-by: Eric Leese <[email protected]> Owners-Override: Eric Leese <[email protected]> Commit-Queue: Eric Leese <[email protected]>
1 parent d031fd1 commit 996df8a

File tree

8 files changed

+37
-13
lines changed

8 files changed

+37
-13
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': '69d69ddf3aa698b171886551a4a672c5af1ad902',
2525

2626
# Keeping track of the last time we rollerd the browser protocol files.
27-
'chromium_browser_protocol_revision' : '3ec35b727a0c624e0a2b820cadb7e59394be498e',
27+
'chromium_browser_protocol_revision' : 'a4d27b40bc7e114c8a581eec4c55f5be438a11ec',
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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/generated/protocol.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18741,6 +18741,10 @@ export namespace Debugger {
1874118741
* Content hash of the script, SHA-256.
1874218742
*/
1874318743
hash: string;
18744+
/**
18745+
* For Wasm modules, the content of the `build_id` custom section.
18746+
*/
18747+
buildId: string;
1874418748
/**
1874518749
* Embedder-specific auxiliary data likely matching {isDefault: boolean, type: 'default'|'isolated'|'worker', frameId: string}
1874618750
*/
@@ -18816,6 +18820,10 @@ export namespace Debugger {
1881618820
* Content hash of the script, SHA-256.
1881718821
*/
1881818822
hash: string;
18823+
/**
18824+
* For Wasm modules, the content of the `build_id` custom section.
18825+
*/
18826+
buildId: string;
1881918827
/**
1882018828
* Embedder-specific auxiliary data likely matching {isDefault: boolean, type: 'default'|'isolated'|'worker', frameId: string}
1882118829
*/

front_end/models/javascript_metadata/NativeFunctions.js

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6464,13 +6464,7 @@ export const NativeFunctions = [
64646464
},
64656465
{
64666466
name: "caretPositionFromPoint",
6467-
signatures: [["x","y","?options"]],
6468-
receivers: ["Document"]
6469-
},
6470-
{
6471-
name: "caretPositionFromPoint",
6472-
signatures: [["x"]],
6473-
receivers: ["TextMetrics"]
6467+
signatures: [["x","y","?options"]]
64746468
},
64756469
{
64766470
name: "hasPrivateToken",
@@ -6872,6 +6866,10 @@ export const NativeFunctions = [
68726866
name: "ImageData",
68736867
signatures: [["sw","sh","?settings"],["data","sw","?sh","?settings"]]
68746868
},
6869+
{
6870+
name: "getIndexFromOffset",
6871+
signatures: [["x"]]
6872+
},
68756873
{
68766874
name: "getSelectionRects",
68776875
signatures: [["start","end"]]
@@ -7449,7 +7447,7 @@ export const NativeFunctions = [
74497447
},
74507448
{
74517449
name: "fillTextCluster",
7452-
signatures: [["textCluster","x","y"]]
7450+
signatures: [["textCluster","x","y","?options"]]
74537451
},
74547452
{
74557453
name: "createMesh2DVertexBuffer",

front_end/ui/legacy/components/utils/Linkifier.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ describeWithMockConnection('Linkifier', () => {
128128
endColumn: 10,
129129
executionContextId,
130130
hash: '',
131+
buildId: '',
131132
isLiveEdit: false,
132133
sourceMapURL: undefined,
133134
hasSourceURL: false,
@@ -165,6 +166,7 @@ describeWithMockConnection('Linkifier', () => {
165166
endColumn: 10,
166167
executionContextId,
167168
hash: '',
169+
buildId: '',
168170
isLiveEdit: false,
169171
sourceMapURL: undefined,
170172
hasSourceURL: false,
@@ -193,6 +195,7 @@ describeWithMockConnection('Linkifier', () => {
193195
endColumn: 10,
194196
executionContextId,
195197
hash: '',
198+
buildId: '',
196199
isLiveEdit: false,
197200
sourceMapURL: undefined,
198201
hasSourceURL: false,
@@ -243,6 +246,7 @@ describeWithMockConnection('Linkifier', () => {
243246
endColumn: 10,
244247
executionContextId,
245248
hash: '',
249+
buildId: '',
246250
isLiveEdit: false,
247251
sourceMapURL: undefined,
248252
hasSourceURL: false,

third_party/blink/public/devtools_protocol/browser_protocol.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28564,6 +28564,11 @@
2856428564
"description": "Content hash of the script, SHA-256.",
2856528565
"type": "string"
2856628566
},
28567+
{
28568+
"name": "buildId",
28569+
"description": "For Wasm modules, the content of the `build_id` custom section.",
28570+
"type": "string"
28571+
},
2856728572
{
2856828573
"name": "executionContextAuxData",
2856928574
"description": "Embedder-specific auxiliary data likely matching {isDefault: boolean, type: 'default'|'isolated'|'worker', frameId: string}",
@@ -28668,6 +28673,11 @@
2866828673
"description": "Content hash of the script, SHA-256.",
2866928674
"type": "string"
2867028675
},
28676+
{
28677+
"name": "buildId",
28678+
"description": "For Wasm modules, the content of the `build_id` custom section.",
28679+
"type": "string"
28680+
},
2867128681
{
2867228682
"name": "executionContextAuxData",
2867328683
"description": "Embedder-specific auxiliary data likely matching {isDefault: boolean, type: 'default'|'isolated'|'worker', frameId: string}",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5770,7 +5770,7 @@
57705770
name: "touch-action",
57715771
property_methods: ["ParseSingleValue", "CSSValueFromComputedStyleInternal"],
57725772
field_group: "*",
5773-
field_size: 8, // FIXME: Make this use "kTouchActionBits".
5773+
field_size: 9, // FIXME: Make this use "kTouchActionBits".
57745774
field_template: "primitive",
57755775
include_paths: ["third_party/blink/renderer/platform/graphics/touch_action.h"],
57765776
default_value: "TouchAction::kAuto",
@@ -6255,7 +6255,7 @@
62556255
},
62566256
{
62576257
name: "column-rule-style",
6258-
property_methods: ["CSSValueFromComputedStyleInternal"],
6258+
property_methods: ["ParseSingleValue", "CSSValueFromComputedStyleInternal"],
62596259
field_group: "*",
62606260
field_template: "external",
62616261
include_paths: ["third_party/blink/renderer/core/style/gap_data_list.h"],

v8/include/js_protocol.pdl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,8 @@ domain Debugger
641641
Runtime.ExecutionContextId executionContextId
642642
# Content hash of the script, SHA-256.
643643
string hash
644+
# For Wasm modules, the content of the `build_id` custom section.
645+
string buildId
644646
# Embedder-specific auxiliary data likely matching {isDefault: boolean, type: 'default'|'isolated'|'worker', frameId: string}
645647
optional object executionContextAuxData
646648
# URL of source map associated with script (if any).
@@ -680,6 +682,8 @@ domain Debugger
680682
Runtime.ExecutionContextId executionContextId
681683
# Content hash of the script, SHA-256.
682684
string hash
685+
# For Wasm modules, the content of the `build_id` custom section.
686+
string buildId
683687
# Embedder-specific auxiliary data likely matching {isDefault: boolean, type: 'default'|'isolated'|'worker', frameId: string}
684688
optional object executionContextAuxData
685689
# True, if this script is generated as a result of the live edit operation.

0 commit comments

Comments
 (0)