Commit 15bcd9b
Fix reliance on VE Chrome feature flag for VE logs in e2e tests
In crrev.com/c/6734500 the VE Logs feature was removed from Chromium,
but we relied on the testing parameter to update the host config for VE
Logs for test.
This CL updates the code for e2e_non_hosted tests to set a setting
`veLogsTestMode` that configures them instead.
In a follow-up, we will remove the VE Logs host config from Chromium &
DevTools entirely, now that we do not rely on the host config, and it is
always enabled, given that the feature flag is now removed and currently
hardcoded to `true` on the backend.
Bug: none
Change-Id: Ib73d9044a32cbdd263891e8f4c24112d293de10b
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6764669
Auto-Submit: Jack Franklin <jacktfranklin@chromium.org>
Commit-Queue: Philip Pfaffe <pfaffe@chromium.org>
Reviewed-by: Philip Pfaffe <pfaffe@chromium.org>1 parent 25ca2b9 commit 15bcd9b
5 files changed
Lines changed: 21 additions & 5 deletions
File tree
- extensions/cxx_debugging/e2e
- front_end
- entrypoints/main
- ui/visual_logging
- test
- conductor
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| |||
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
165 | 169 | | |
166 | | - | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
167 | 174 | | |
168 | 175 | | |
169 | 176 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1867 | 1867 | | |
1868 | 1868 | | |
1869 | 1869 | | |
| 1870 | + | |
1870 | 1871 | | |
1871 | 1872 | | |
1872 | 1873 | | |
| |||
3926 | 3927 | | |
3927 | 3928 | | |
3928 | 3929 | | |
| 3930 | + | |
| 3931 | + | |
3929 | 3932 | | |
3930 | 3933 | | |
3931 | 3934 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | | - | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
601 | 601 | | |
602 | 602 | | |
603 | 603 | | |
604 | | - | |
| 604 | + | |
605 | 605 | | |
606 | 606 | | |
607 | 607 | | |
| |||
621 | 621 | | |
622 | 622 | | |
623 | 623 | | |
624 | | - | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
625 | 628 | | |
626 | 629 | | |
627 | 630 | | |
| |||
0 commit comments