Title: [250970] trunk/Tools
Revision
250970
Author
[email protected]
Date
2019-10-10 08:19:46 -0700 (Thu, 10 Oct 2019)

Log Message

results.webkit.org: Increase default limit for test results (Follow-up fix)
https://bugs.webkit.org/show_bug.cgi?id=202757

Unreviewed follow-up fix.

* resultsdbpy/resultsdbpy/view/templates/commits.html: Switch default and maximum limits.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (250969 => 250970)


--- trunk/Tools/ChangeLog	2019-10-10 15:15:01 UTC (rev 250969)
+++ trunk/Tools/ChangeLog	2019-10-10 15:19:46 UTC (rev 250970)
@@ -1,5 +1,14 @@
 2019-10-10  Jonathan Bedard  <[email protected]>
 
+        results.webkit.org: Increase default limit for test results (Follow-up fix)
+        https://bugs.webkit.org/show_bug.cgi?id=202757
+
+        Unreviewed follow-up fix.
+
+        * resultsdbpy/resultsdbpy/view/templates/commits.html: Switch default and maximum limits.
+
+2019-10-10  Jonathan Bedard  <[email protected]>
+
         results.webkit.org: Start reporting results
         https://bugs.webkit.org/show_bug.cgi?id=202639
 

Modified: trunk/Tools/resultsdbpy/resultsdbpy/view/templates/commits.html (250969 => 250970)


--- trunk/Tools/resultsdbpy/resultsdbpy/view/templates/commits.html	2019-10-10 15:15:01 UTC (rev 250969)
+++ trunk/Tools/resultsdbpy/resultsdbpy/view/templates/commits.html	2019-10-10 15:19:46 UTC (rev 250970)
@@ -100,7 +100,7 @@
 
 var table = new Table();
 DOM.inject(document.getElementById('app'), `${Drawer([
-    LimitSlider(() => {table.reload()}, 1000, 10000),
+    LimitSlider(() => {table.reload()}, 10000, 1000),
     OneLineSwitch(),
     BranchSelector(() => {table.reload()}),
 ])}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to