Skip to content

Commit db37cc5

Browse files
finnurbrekiDevtools-frontend LUCI CQ
authored andcommitted
Roll browser-protocol and CfT
This roll requires a manual review. See http://go/reviewed-rolls for guidance. Rolling CfT pin together with browser-protocol files: https://chromium.googlesource.com/chromium/src/+log/895436d33f479d54157a9b2b04fc11882db40589..efb183700ad472caf8f5409d57ad25dd881c1f12 In case of failures or errors, reach out to someone from config/owner/COMMON_OWNERS. Roll created at https://cr-buildbucket.appspot.com/build/8686902094139192897 R=chrome-devtools-waterfall-gardener-emea-oncall@google.com Bug: none Change-Id: I365bfc78103eabc7c82c5089b058fd95bf3d18fe Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7684410 Reviewed-by: Nikolay Vitkov <nvitkov@chromium.org> Reviewed-by: Finnur Thorarinsson <finnur@chromium.org> Commit-Queue: Finnur Thorarinsson <finnur@chromium.org> Owners-Override: Finnur Thorarinsson <finnur@chromium.org>
1 parent ba5af81 commit db37cc5

File tree

18 files changed

+280
-250
lines changed

18 files changed

+280
-250
lines changed

DEPS

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ vars = {
2424
'inspector_protocol_revision': '39acff851716ef40aaa0312ce0d359e37ef0d467',
2525

2626
# Keeping track of the last time we rolled the browser protocol files.
27-
'chromium_browser_protocol_revision' : '895436d33f479d54157a9b2b04fc11882db40589',
27+
'chromium_browser_protocol_revision' : 'efb183700ad472caf8f5409d57ad25dd881c1f12',
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',
@@ -52,7 +52,7 @@ vars = {
5252
# Note: This var is no longer referenced in the body of this DEPS file.
5353
# However it is used by the roll script (scripts/deps/roll_deps.py) to ease
5454
# version resolution. DO NOT REMOVE!
55-
'chrome': '148.0.7733.0',
55+
'chrome': '148.0.7741.0',
5656

5757
# 'magic' text to tell depot_tools that git submodules should be accepted but
5858
# but parity with DEPS file is expected.
@@ -238,10 +238,10 @@ deps = {
238238
'bucket': 'chrome-for-testing-public',
239239
'objects': [
240240
{
241-
'object_name': '148.0.7733.0/win64/chrome-win64.zip',
242-
'sha256sum': 'dd5feaf150c6fa64af9aac9bfd072196b2a6d38cd2b2d6c755a6a48490f5ea94',
243-
'size_bytes': 188812730,
244-
'generation': 1773423886607012,
241+
'object_name': '148.0.7741.0/win64/chrome-win64.zip',
242+
'sha256sum': '5087018686166b513e15f7a5d6673b12ececbc0f1a198224fdbb06c5a2bc68be',
243+
'size_bytes': 189555583,
244+
'generation': 1773902192400534,
245245
},
246246
],
247247
},
@@ -251,10 +251,10 @@ deps = {
251251
'bucket': 'chrome-for-testing-public',
252252
'objects': [
253253
{
254-
'object_name': '148.0.7733.0/mac-x64/chrome-mac-x64.zip',
255-
'sha256sum': '0f67ae47f362dada9ff8e7aa6c118400e39a6b5d9c74a537807975fe5ad37b13',
256-
'size_bytes': 183535135,
257-
'generation': 1773424335093563,
254+
'object_name': '148.0.7741.0/mac-x64/chrome-mac-x64.zip',
255+
'sha256sum': 'f79fea46111653d947ad1269c9d68afccb425e749bfacf346e1861e3caaf3ca6',
256+
'size_bytes': 184081855,
257+
'generation': 1773903347422590,
258258
},
259259
],
260260
},
@@ -264,10 +264,10 @@ deps = {
264264
'bucket': 'chrome-for-testing-public',
265265
'objects': [
266266
{
267-
'object_name': '148.0.7733.0/mac-arm64/chrome-mac-arm64.zip',
268-
'sha256sum': '95787ac39bee870c4af096ec0c5c6f1d59e3d8a506d66c8c4a9c819bd1aa78bf',
269-
'size_bytes': 173792291,
270-
'generation': 1773418339726882,
267+
'object_name': '148.0.7741.0/mac-arm64/chrome-mac-arm64.zip',
268+
'sha256sum': '6572c77f11f291035dcd08b06f495c38c401db93be37ce1db5e4b6700fbdfecd',
269+
'size_bytes': 174268260,
270+
'generation': 1773897310741414,
271271
},
272272
],
273273
},
@@ -277,10 +277,10 @@ deps = {
277277
'bucket': 'chrome-for-testing-public',
278278
'objects': [
279279
{
280-
'object_name': '148.0.7733.0/linux64/chrome-linux64.zip',
281-
'sha256sum': '221bcbcb4ac70d8dfbc3d9f391932d17d5ca516115dc4a8b35b4b3c9b566ef75',
282-
'size_bytes': 179173143,
283-
'generation': 1773416462942060,
280+
'object_name': '148.0.7741.0/linux64/chrome-linux64.zip',
281+
'sha256sum': 'ac095cfccc72d9ebc9e8c64f8f904372160cdb16eac3f73950a4e9a94f5f3f76',
282+
'size_bytes': 180070236,
283+
'generation': 1773893934413919,
284284
},
285285
],
286286
},

front_end/core/sdk/ResourceTreeModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ export class ResourceTreeFrame {
754754
return this.#domainAndRegistry;
755755
}
756756

757-
async getAdScriptAncestry(frameId: Protocol.Page.FrameId): Promise<Protocol.Page.AdScriptAncestry|null> {
757+
async getAdScriptAncestry(frameId: Protocol.Page.FrameId): Promise<Protocol.Network.AdAncestry|null> {
758758
const res = await this.#model.agent.invoke_getAdScriptAncestry({frameId});
759759
return res.adScriptAncestry || null;
760760
}

front_end/generated/Deprecation.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ export const UIStrings = {
5454
* @description Warning displayed to developers when a data: URL is assigned to SVGUseElement to let them know that the support is deprecated.
5555
*/
5656
DataUrlInSvgUse: "Support for data: URLs in SVGUseElement is deprecated and it will be removed in the future.",
57+
/**
58+
* @description Warning displayed to developers when document.createEvent() is called with 'KeyboardEvents', which is a non-standard event interface that will be removed.
59+
*/
60+
DocumentCreateEventKeyboardEvents: "document.createEvent('KeyboardEvents') is deprecated and will be removed. Use `new KeyboardEvent()` instead.",
61+
/**
62+
* @description Warning displayed to developers when document.createEvent() is called with 'TransitionEvent', which is a non-standard event interface that will be removed.
63+
*/
64+
DocumentCreateEventTransitionEvent: "document.createEvent('TransitionEvent') is deprecated and will be removed. Use `new TransitionEvent()` instead.",
5765
/**
5866
* @description Translation is not needed, this will never be exposed in production code.
5967
*/
@@ -313,6 +321,14 @@ export const DEPRECATIONS_METADATA: Partial<Record<string, DeprecationDescriptor
313321
"chromeStatusFeature": 5128825141198848,
314322
"milestone": 119
315323
},
324+
"DocumentCreateEventKeyboardEvents": {
325+
"chromeStatusFeature": 5095987863486464,
326+
"milestone": 151
327+
},
328+
"DocumentCreateEventTransitionEvent": {
329+
"chromeStatusFeature": 5095987863486464,
330+
"milestone": 151
331+
},
316332
"IdentityInCanMakePaymentEvent": {
317333
"chromeStatusFeature": 5190978431352832
318334
},

0 commit comments

Comments
 (0)