DevTools: insert console message decorations in order
Console messages can have decorations, which may be persistent, toggled via
settings, or dependent on nesting level or repeat count. Before, they inserted
themselves into the DOM, and only by change happened to appear in the order:
Nesting level markers > Level icon > Timestamp / Repeat count(grows)
Now, they will appear in deterministic order, as if they were columns:
Timestamp > Level icon > Nesting level markers > Repeat count(grows)
Please see comment #11 in the bug for screenshots.
BUG=
679815