Bug 1661552 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Oh, right. That's going to be a bit tricky to solve.

Names used to be computed in aboutProcesses.js but they're now outsourced to Fluent.

So I see the following options:

1. Compute the names twice, once for sorting and once for display.
2. Adopt an approximation in which we actually sort by origin rather than by alphanumerical order.
Oh, right. That's going to be a bit tricky to solve.

Names used to be computed in aboutProcesses.js but they're now outsourced to Fluent.

So I see the following options:

1. Compute the names twice, once for sorting and once for display.
2. Adopt an approximation in which we actually sort by origin rather than by alphanumerical order.
3. Call Fluent much earlier to determine names way before we need to display them (or before we even know whether we'll need to display them).

Back to Bug 1661552 Comment 1