Commit 7f3ec269 authored by Daniel Holbert's avatar Daniel Holbert Committed by dholbert@mozilla.com
Browse files

Bug 1967844: Make image.natural-size-fallback.enabled only default to true in...

Bug 1967844: Make image.natural-size-fallback.enabled only default to true in nightly. r=layout-reviewers,emilio,TYLin

This is a new pref that I only recently added as part of Nightly 140 cycle, and
there's a bit more associated work that I want to do (in bug 1965560) before
we let the new behavior ride the trains to release.

Differential Revision: https://phabricator.services.mozilla.com/D250526
parent 4ae3743b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8127,7 +8127,7 @@
# a natural width and/or height.
- name: image.natural-size-fallback.enabled
  type: RelaxedAtomicBool
  value: true
  value: @IS_NIGHTLY_BUILD@
  mirror: always
# Whether we record SVG images as blobs or not.
+1 −0
Original line number Diff line number Diff line
prefs: [image.natural-size-fallback.enabled:true]