-
Notifications
You must be signed in to change notification settings - Fork 779
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HTML Reporter: Faster rendering of module filter dropdown
* Remove eager rendering of the dropdown menu from the critical path of `QUnit.begin()`. Defer this to first focus instead. * Limit both initial and fuzzysort results to 20 items, and display them in full without any inline scrollbars. * Render the dropdown in a single parse HTML task via one innerHTML assignment, instead of N createElement calls and N parse HTML tasks. Fixes #1664.
- Loading branch information
Showing
2 changed files
with
17 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters