From that diff it looks to me that if ~/.mozilla exists OR if MOZ_LEGACY_HOME is set it uses ~/.mozilla, otherwise it uses the $XDG_CONFIG_HOME/.mozilla directory instead.
So no migration to the XDG directory, but also no throwing away your existing data either.
I know a few apps that did the same (mpv for example). If you still have it in home root it uses that, when you move it to .config it uses that instead. Auto migrating could and would create issues.
paulddraper|3 months ago
Who knows what might be touching that data today. Or backing it up, etc
gen2brain|3 months ago
shmerl|3 months ago
aallaall|3 months ago
neilv|3 months ago
(This has bitten me before. I don't know why it was done that way.)
Gabrys1|3 months ago