Bug 1632765 - Turn on some more :visited privacy mitigations. r=mak

We couldn't turn these on before because of perf regressions, but after bug
1626586 perf looks pretty neutral.

Differential Revision: https://phabricator.services.mozilla.com/D72301
This commit is contained in:
Emilio Cobos Álvarez 2020-04-27 20:22:11 +00:00
Родитель 9b384325c1
Коммит a1db8a1f5c
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -5418,13 +5418,13 @@
# Whether we get notified of history queries for visited even if unvisited.
- name: layout.css.notify-of-unvisited
type: RelaxedAtomicBool
value: false
value: true
mirror: always
# Whether we always restyle / repaint as a result of a visited query
- name: layout.css.always-repaint-on-unvisited
type: RelaxedAtomicBool
value: false
value: true
mirror: always
# Make `zoom` a `transform` + `transform-origin` alias.