Add UI for browser.display.prefers_color_scheme to the SeaMonkey colors prefpane
Categories
(SeaMonkey :: Preferences, enhancement)
Tracking
(seamonkey2.53? affected)
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•4 months ago
|
||
Assignee | ||
Comment 2•4 months ago
|
||
For reference to this bug's changes and storage until it is added to the queue.
Comment 3•4 months ago
|
||
light color scheme works
Updated•4 months ago
|
Comment 4•4 months ago
|
||
Updated•4 months ago
|
Comment 5•4 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•4 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
Description
•