Bug 1909743 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.

In a `TOP` patch we ported UXP's implementation of the `prefers-color-scheme` media query to `layout/style` by athenian200. Which is a partial port of the rust implementation from Bug 1494034 to the c++ style system with a user preference.

0 (or any other value) - The feature is disabled
1 (default) - prefers light
2 - prefers dark

This bug will add the UI bits written by my self.
In a `TOP` patch we ported UXP's implementation (by athenian200) of the `prefers-color-scheme` media query to `layout/style`. Which is a partial port of the rust implementation from Bug 1494034 to the c++ style system with a user preference.

0 (or any other value) - The feature is disabled
1 (default) - prefers light
2 - prefers dark

This bug will add the UI bits written by my self.
In a `TOP` patch we ported UXP's implementation (by athenian200) of the `prefers-color-scheme` media query to `layout/style`. Which is a based on a translation of the rust implementation from Bug 1494034 to the c++ style system but with a user preference.

0 (or any other value) - The feature is disabled
1 (default) - prefers light
2 - prefers dark

This bug will add the UI bits written by my self.

Back to Bug 1909743 Comment 0