Bug 1572800 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

We should consider enabling text-decoration-skip-ink by default on Nightly, to get some early testing even if they're not quite ready to ride the trains.  (And text-decoration-thickness` and `text-underline-offset` as well, actually.)

If there are any known serious bugs that would need to be fixed before doing that, then we should mark them as blocking this bug.

Once we're ready to do this, I think the patch is just a one-liner, replacing `false` with `@IS_NIGHTLY_BUILD@` in the snippet for each pref in the yaml file, e.g. here:
https://searchfox.org/mozilla-central/rev/ab6f4c453d15ab82147c630a8b886b40240ca72b/modules/libpref/init/StaticPrefList.yaml#4044
We should consider enabling `text-decoration-skip-ink` by default on Nightly, to get some early testing even if it's not quite ready to ride the trains.  (And `text-decoration-thickness` and `text-underline-offset` as well, actually.)

If there are any known serious bugs that would need to be fixed before doing that, then we should mark them as blocking this bug.

Once we're ready to do this, I think the patch is just a one-liner, replacing `false` with `@IS_NIGHTLY_BUILD@` in the snippet for each pref in the yaml file, e.g. here:
https://searchfox.org/mozilla-central/rev/ab6f4c453d15ab82147c630a8b886b40240ca72b/modules/libpref/init/StaticPrefList.yaml#4044

Back to Bug 1572800 Comment 0