[webkit-changes] [WebKit/WebKit] 906ea4: [resultsdbpy] Pasting a list of tests will populat...

Zhifei Fang noreply at github.com
Thu Feb 15 11:43:06 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 906ea4c76edaf6742ddef7a2f83a6fcf34828d6d
      https://github.com/WebKit/WebKit/commit/906ea4c76edaf6742ddef7a2f83a6fcf34828d6d
  Author: Zhifei Fang <facetothefate at gmail.com>
  Date:   2024-02-15 (Thu, 15 Feb 2024)

  Changed paths:
    M Tools/Scripts/libraries/resultsdbpy/resultsdbpy/view/static/js/search.js
    M Tools/Scripts/libraries/resultsdbpy/resultsdbpy/view/templates/search.html

  Log Message:
  -----------
  [resultsdbpy] Pasting a list of tests will populate them in the incorrect order.
https://bugs.webkit.org/show_bug.cgi?id=269401

Reviewed by Jonathan Bedard.

When pasting a list of tests into the results database search box, the tests will populate in the incorrect order.
Make the search bar can have different mode for adding new test view, for user pick from the search bar, it will always prepend
for user paste list, it will append each list item

* Tools/Scripts/libraries/resultsdbpy/resultsdbpy/view/static/js/search.js:
* Tools/Scripts/libraries/resultsdbpy/resultsdbpy/view/templates/search.html:

Canonical link: https://commits.webkit.org/274750@main




More information about the webkit-changes mailing list