Skip to content

Commit 86a29fc

Browse files
OrKoNDevtools-frontend LUCI CQ
authored andcommitted
Reland "Add CADisplayLink"
This is a reland of commit 6d0ea30 Original change's description: > Add CADisplayLink > > Bug: none > Change-Id: I05d4aed4220f9dde86c4adcd37e6884edb3682a1 > Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6842543 > Auto-Submit: Alex Rudenko <[email protected]> > Reviewed-by: Simon Zünd <[email protected]> > Commit-Queue: Alex Rudenko <[email protected]> > Commit-Queue: Simon Zünd <[email protected]> No-Tree-Checks: true Bug: 441286493 Change-Id: If4b0385bea1991d16c0f375d2d7df9ebc093181c Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6904259 Commit-Queue: Alex Rudenko <[email protected]> Reviewed-by: Simon Zünd <[email protected]>
1 parent 09fa00c commit 86a29fc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/conductor/hooks.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ function launchChrome() {
6060
'FencedFrames',
6161
'PrivacySandboxAdsAPIsOverride',
6262
'AutofillEnableDevtoolsIssues',
63+
'CADisplayLink',
6364
];
6465
const disabledFeatures = [
6566
'PMProcessPriorityPolicy', // crbug.com/361252079

test/e2e_non_hosted/shared/browser-helper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ export const DEFAULT_BROWSER_SETTINGS: BrowserSettings = {
167167
'PrivacySandboxAdsAPIsOverride',
168168
'AutofillEnableDevtoolsIssues',
169169
'DevToolsVeLogging:testing/true',
170+
'CADisplayLink',
170171
],
171172
disabledFeatures: [
172173
'PMProcessPriorityPolicy', // crbug.com/361252079

0 commit comments

Comments
 (0)