Skip to content

Commit a1940f9

Browse files
OrKoNDevtools-frontend LUCI CQ
authored andcommitted
Roll Chrome to 142.0.7394.0
Bug: none Change-Id: I922ff695e8862490567b8eed8aa90ba800492b68 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6917101 Reviewed-by: Samiya Caur <[email protected]> Commit-Queue: Samiya Caur <[email protected]> Auto-Submit: Alex Rudenko <[email protected]> Commit-Queue: Alex Rudenko <[email protected]>
1 parent 00863da commit a1940f9

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ vars = {
4949
# Chrome version used for tests. It should be regularly updated to
5050
# match the Canary version listed here:
5151
# https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions.json
52-
'chrome': '142.0.7392.0',
52+
'chrome': '142.0.7394.0',
5353

5454
# 'magic' text to tell depot_tools that git submodules should be accepted but
5555
# but parity with DEPS file is expected.

test/conductor/hooks.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ function launchChrome() {
6767
'MojoChannelAssociatedSendUsesRunOrPostTask', // crbug.com/376228320
6868
'RasterInducingScroll', // crbug.com/381055647
6969
'CompositeBackgroundColorAnimation', // crbug.com/381055647
70+
'ScriptSrcHashesV1', // crbug.com/443216445
7071
];
7172
// LINT.ThenChange(/test/e2e_non_hosted/shared/browser-helper.ts:features)
7273
const launchArgs = [

test/e2e_non_hosted/shared/browser-helper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ export const DEFAULT_BROWSER_SETTINGS: BrowserSettings = {
174174
'MojoChannelAssociatedSendUsesRunOrPostTask', // crbug.com/376228320
175175
'RasterInducingScroll', // crbug.com/381055647
176176
'CompositeBackgroundColorAnimation', // crbug.com/381055647
177+
'ScriptSrcHashesV1', // crbug.com/443216445
177178
]
178179
// LINT.ThenChange(/test/conductor/hooks.ts:features)
179180
};

0 commit comments

Comments
 (0)