Bug 1531443 Comment 0 Edit History

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

In bug 1495072, I'm changing `await` to be about 2x faster (each `await` currently creates an extra Promise, for no good reason—it's redundant—and the change is to stop doing that).

This breaks some tests, including this one.

Back to Bug 1531443 Comment 0