Font lists in preferences are no longer grouped by font type, port asynchronous handling like Bug 1399206
Categories
(SeaMonkey :: Preferences, defect)
Tracking
(seamonkey2.49esr unaffected, seamonkey2.53? affected)
Tracking | Status | |
---|---|---|
seamonkey2.49esr | --- | unaffected |
seamonkey2.53 | ? | affected |
People
(Reporter: rsx11m.pub, Assigned: iannbugzilla)
References
Details
(Whiteboard: SM2.53.19)
Attachments
(2 files, 2 obsolete files)
25.23 KB,
patch
|
frg
:
review+
frg
:
approval-comm-release+
|
Details | Diff | Splinter Review |
6.12 KB,
patch
|
iannbugzilla
:
review+
iannbugzilla
:
approval-comm-release+
|
Details | Diff | Splinter Review |
Updated•9 months ago
|
[Approval Request Comment]
Regression caused by (bug #): n/a
User impact if declined: none
Testing completed (on m-c, etc.): 2.53.19
Risk to taking this patch (and alternatives if risky): medium
String changes made by this patch: none
Also included port of Bug 1399202 - encapsulate language group selection:
https://hg.mozilla.org/releases/mozilla-esr60/diff/73ecf69d752dc882de38e684359531ea6ff1277d/browser/components/preferences/fonts.js
Updated•6 months ago
|
Comment 6•5 months ago
|
||
Comment on attachment 9400143 [details] [diff] [review]
1437393-fontsaysnc-25319.patch
LGTM. There is one superfluous line break after _selectLanguageGroupPromise and I prefer to have brackets around one line if and loop statements. Will submit a followup patch.
Comment 7•5 months ago
|
||
[Approval Request Comment]
Regression caused by (bug #): cosmetic only
User impact if declined: none
Testing completed (on m-c, etc.): 2.53.19b1pre
Risk to taking this patch (and alternatives if risky): trivial
String changes made by this patch:--
The header was clearly wrong with tab width 4. Took a current one from comm-central which omits this infromation.
Brackets around one line statements and some reformating to not go over the 80 column mark. I left the prfs as is. Firefox did it differently and I think keeping as is is better. Given that we have no automatted formatter tools and rules no harm done.
Updated•5 months ago
|
Updated•5 months ago
|
Comment on attachment 9406164 [details] [diff] [review]
1437393-fontsasync-format-25319.patch
[Triage Comment]
LGTM r/a=me
Comment 10•5 months ago
|
||
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/f832b5c2f08f
Add missing brackets around one liners. r=IanN
Description
•