Add UI for browser.display.prefers_color_scheme to the SeaMonkey colors prefpane
Categories
(SeaMonkey :: Preferences, enhancement)
Tracking
(seamonkey2.53+ fixed)
People
(Reporter: nsITobin, Assigned: nsITobin)
Details
(Whiteboard: SM2.53.20)
Attachments
(4 files)
4.15 KB,
patch
|
frg
:
review+
frg
:
approval-comm-release+
|
Details | Diff | Splinter Review |
7.60 KB,
patch
|
frg
:
review+
frg
:
approval-comm-release+
|
Details | Diff | Splinter Review |
49.63 KB,
image/png
|
Details | |
52.44 KB,
image/png
|
Details |
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.
Assignee | ||
Comment 1•11 months ago
|
||
Assignee | ||
Comment 2•11 months ago
|
||
For reference to this bug's changes and storage until it is added to the queue.
![]() |
||
Comment 3•11 months ago
|
||
light color scheme works
![]() |
||
Updated•11 months ago
|
![]() |
||
Comment 4•11 months ago
|
||
![]() |
||
Updated•11 months ago
|
![]() |
||
Comment 5•11 months ago
|
||
Comment on attachment 9414728 [details] [diff] [review]
1909743-suite-prefereces-prefers-color-scheme.patch
Thanks r/a from me.
NIT Missing lf in pref-colors.dtd. Will fix for checkin.
![]() |
||
Comment 6•11 months ago
|
||
Comment on attachment 9414729 [details] [diff] [review]
TOP-NOBUG-nsstyle-prefers-color-scheme-uxp1752-athenian200.patch
Thanks r/a+ for our mozilla 2.53 repo only.
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/f9d1f1e2dcf1
Add UI for browser.display.prefers_color_scheme to the colors prefpane. r=frg
![]() |
||
Comment 8•5 months ago
|
||
https://gitlab.com/seamonkey-project/seamonkey-2.53-comm/-/commit/9df8b0a61736d0ac3119bd371bf5f7467f7768ae
Add UI for browser.display.prefers_color_scheme to the colors prefpane. r=frg a=frg
No Bug - Add support for CSS prefers-color-scheme media feature as a user preference. r=frg a=frg
https://gitlab.com/seamonkey-project/seamonkey-2.53-mozilla/-/commit/1faa89901a9cfbfd015286f0f0b7e94e7c7f0d0b
Wrong bug number for the 2.53 only mozilla part.
Description
•