gecko-dev/modules/libpref
Emilio Cobos Álvarez 8cc760e83a Bug 1695376 - Implement basic color-mix() functionality, behind a pref, but exposed to chrome code. r=boris
This is straight-forward and builds on the color animation code. This
implements only the <percentage> syntax, not the whole <color-adjuster>
syntax, which seems fairly more complex.

Of course, this only uses sRGB because that's all the colors we support,
but it should be feasible to extend to lab() / lch() colors once we
support those.

I believe this subset of syntax is useful and worth implementing, so
people can play with it and say if it's useful.

Differential Revision: https://phabricator.services.mozilla.com/D106698
2021-03-03 16:35:53 +00:00
..
docs Bug 1632279 - Disallow default pref definitions in user pref files. r=KrisWright 2020-04-29 21:47:12 +00:00
init Bug 1695376 - Implement basic color-mix() functionality, behind a pref, but exposed to chrome code. r=boris 2021-03-03 16:35:53 +00:00
parser Bug 1648348 - Fix formatting errors in the prefs parser's rustdocs. r=froydnj 2020-07-07 07:38:10 +00:00
test Bug 1678416 - Emit input filename in files generated for static prefs to make it easier to track backwards to a pref via searchfox r=KrisWright 2020-12-11 19:04:48 +00:00
Preferences.cpp Bug 1691913 - Mark nsBaseHashtable (and its subclasses') member functions nodiscard where appropriate. r=xpcom-reviewers,necko-reviewers,dragana,nika 2021-02-26 09:22:53 +00:00
Preferences.h Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
SharedPrefMap.cpp Bug 1653231 - Change SharedPrefMapBuilder::Add to accept a const nsCString&. r=njn 2020-07-21 06:35:44 +00:00
SharedPrefMap.h Bug 1691913 - Add some convenience methods to LookupResult and EntryHandle. r=xpcom-reviewers,nika 2021-03-01 09:59:29 +00:00
StaticPrefsBase.h Bug 1625138 - Part 35: Replace mozilla::TrueType with std::true_type. r=froydnj,jgilbert 2020-03-28 13:57:20 +00:00
components.conf Bug 1464542: Part 3b - Add existing Services.jsm registrations to the new services cache. r=mccr8,geckoview-reviewers,agi 2020-07-09 21:42:25 +00:00
greprefs.js Bug 1426269 - Filter full-line comments and empty lines from prefs files. r=glandium,geckoview-reviewers,snorp 2020-09-08 07:10:54 +00:00
moz.build Bug 1415923 - Ignore sleep and wake notifications on OSX r=xpcom-reviewers,KrisWright 2021-02-04 21:40:47 +00:00
nsIPrefBranch.idl
nsIPrefLocalizedString.idl
nsIPrefService.idl
nsIRelativeFilePref.idl
nsRelativeFilePref.h