chore: Enable experimental settings page for Zen Labs

This commit is contained in:
mauro-balades
2024-09-01 19:01:31 +02:00
parent 668124e1d0
commit ced7d3c4a6
3 changed files with 11 additions and 0 deletions

View File

@@ -136,6 +136,13 @@ jobs:
with:
path: ~/artifact
- name: Show artifact info
if: ${{ !inputs.generate-gpo }}
run: |
ls ~/artifact
ls ~/artifact/en-US-${{ matrix.generic == true && 'generic' || 'specific' }}.log
ls ~/artifact/merged-${{ matrix.generic == true && 'generic' || 'specific' }}.profdata
- name: Import
env:
SURFER_COMPAT: ${{ matrix.generic == true }}

View File

@@ -154,6 +154,9 @@ pref('media.ffmpeg.vaapi.enabled', true);
pref("dom.ipc.processPriorityManager.backgroundUsesEcoQoS", false);
#endif
// Enable experimental settings page (Usef for Zen Labs)
pref('browser.preferences.experimental', true);
#include better-fox.js
// Betterfox overrides (Stay below the include directive)

View File

@@ -42,6 +42,7 @@ groupbox {
groupbox:has(+ script),
groupbox:last-of-type,
groupbox#pane-experimental-featureGates,
groupbox:has(+ .subcategory) {
border-bottom-left-radius: 5px !important;
border-bottom-right-radius: 5px !important;