Skip to content

Commit f292f24

Browse files
committed
chore(deps): Upgrade chrome-launcher to 1.1.2 (mozilla#3200)
1 parent 9464dfd commit f292f24

File tree

3 files changed

+84
-83
lines changed

3 files changed

+84
-83
lines changed

package-lock.json

Lines changed: 81 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"addons-linter": "6.32.0",
6464
"bunyan": "1.8.15",
6565
"camelcase": "8.0.0",
66-
"chrome-launcher": "1.1.0",
66+
"chrome-launcher": "1.1.2",
6767
"debounce": "1.2.1",
6868
"decamelize": "6.0.0",
6969
"es6-error": "4.1.1",

tests/unit/test-extension-runners/test.chromium.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ describe('util/extension-runners/chromium', async () => {
4949
it('uses the expected chrome flags', () => {
5050
// Flags from chrome-launcher v1.1.0
5151
const expectedFlags = [
52-
'--disable-features=Translate,OptimizationHints,MediaRouter,DialMediaRouteProvider,CalculateNativeWinOcclusion,InterestFeedContentSuggestions,CertificateTransparencyComponentUpdater,AutofillServerCommunication',
52+
'--disable-features=Translate,OptimizationHints,MediaRouter,DialMediaRouteProvider,CalculateNativeWinOcclusion,InterestFeedContentSuggestions,CertificateTransparencyComponentUpdater,AutofillServerCommunication,PrivacySandboxSettings4',
5353
'--disable-component-extensions-with-background-pages',
5454
'--disable-background-networking',
5555
'--disable-component-update',
@@ -69,6 +69,7 @@ describe('util/extension-runners/chromium', async () => {
6969
'--disable-hang-monitor',
7070
'--disable-prompt-on-repost',
7171
'--disable-domain-reliability',
72+
'--propagate-iph-for-testing',
7273
];
7374

7475
assert.deepEqual(DEFAULT_CHROME_FLAGS, expectedFlags);

0 commit comments

Comments
 (0)