Skip to content

Commit b35244d

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/8705836862238397441 [email protected] Bug: none Change-Id: Ia6854448a4c2592f3119386b6cd3b45633327945 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6875560 Reviewed-by: Eric Leese <[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: Eric Leese <[email protected]>
1 parent 1548fd9 commit b35244d

File tree

6 files changed

+3
-20
lines changed

6 files changed

+3
-20
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': '07272ab9a30fd555890fda0718f4c2c25931653a',
2525

2626
# Keeping track of the last time we rolled the browser protocol files.
27-
'chromium_browser_protocol_revision' : 'fb53dd07720e0a3074e21ee51fb654e266898feb',
27+
'chromium_browser_protocol_revision' : '298f33857e16bd54e8c49846904b056530b7a555',
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/protocol.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11312,12 +11312,6 @@ export namespace Network {
1131211312
* Whether DirectSocket chunk send/receive events should be reported.
1131311313
*/
1131411314
reportDirectSocketTraffic?: boolean;
11315-
/**
11316-
* Enable storing response bodies outside of renderer, so that these survive
11317-
* a cross-process navigation. Requires maxTotalBufferSize to be set.
11318-
* Currently defaults to false.
11319-
*/
11320-
enableDurableMessages?: boolean;
1132111315
}
1132211316

1132311317
export interface GetAllCookiesResponse extends ProtocolResponseWithError {

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://source.chromium.org/chromium/chromium/src/+/main:components/variations/proto/devtools/
33
Version: N/A
4-
Revision: fb53dd07720e0a3074e21ee51fb654e266898feb
4+
Revision: 298f33857e16bd54e8c49846904b056530b7a555
55
Update Mechanism: Manual (https://crbug.com/428069060)
66
License: BSD-3-Clause
77
License File: LICENSE

third_party/blink/public/devtools_protocol/browser_protocol.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17147,13 +17147,6 @@
1714717147
"experimental": true,
1714817148
"optional": true,
1714917149
"type": "boolean"
17150-
},
17151-
{
17152-
"name": "enableDurableMessages",
17153-
"description": "Enable storing response bodies outside of renderer, so that these survive\na cross-process navigation. Requires maxTotalBufferSize to be set.\nCurrently defaults to false.",
17154-
"experimental": true,
17155-
"optional": true,
17156-
"type": "boolean"
1715717150
}
1715817151
]
1715917152
},

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,10 +1107,6 @@ domain Network
11071107
optional integer maxPostDataSize
11081108
# Whether DirectSocket chunk send/receive events should be reported.
11091109
experimental optional boolean reportDirectSocketTraffic
1110-
# Enable storing response bodies outside of renderer, so that these survive
1111-
# a cross-process navigation. Requires maxTotalBufferSize to be set.
1112-
# Currently defaults to false.
1113-
experimental optional boolean enableDurableMessages
11141110

11151111
# Returns all browser cookies. Depending on the backend support, will return detailed cookie
11161112
# information in the `cookies` field.

0 commit comments

Comments
 (0)