Title: [214647] trunk/Websites/perf.webkit.org
Revision
214647
Author
rn...@webkit.org
Date
2017-03-30 19:04:57 -0700 (Thu, 30 Mar 2017)

Log Message

Yet another build fix after r214502. Workaround webkit.org/b/169907 for now.

* public/v3/pages/analysis-task-page.js:
(AnalysisTaskPage.cssTemplate):

Modified Paths

Diff

Modified: trunk/Websites/perf.webkit.org/ChangeLog (214646 => 214647)


--- trunk/Websites/perf.webkit.org/ChangeLog	2017-03-31 01:36:20 UTC (rev 214646)
+++ trunk/Websites/perf.webkit.org/ChangeLog	2017-03-31 02:04:57 UTC (rev 214647)
@@ -1,5 +1,12 @@
 2017-03-30  Ryosuke Niwa  <rn...@webkit.org>
 
+        Yet another build fix after r214502. Workaround webkit.org/b/169907 for now.
+
+        * public/v3/pages/analysis-task-page.js:
+        (AnalysisTaskPage.cssTemplate):
+
+2017-03-30  Ryosuke Niwa  <rn...@webkit.org>
+
         Revert an erronously change in the previous commit.
 
         * public/v3/components/base.js:

Modified: trunk/Websites/perf.webkit.org/public/v3/pages/analysis-task-page.js (214646 => 214647)


--- trunk/Websites/perf.webkit.org/public/v3/pages/analysis-task-page.js	2017-03-31 01:36:20 UTC (rev 214646)
+++ trunk/Websites/perf.webkit.org/public/v3/pages/analysis-task-page.js	2017-03-31 02:04:57 UTC (rev 214647)
@@ -798,11 +798,17 @@
             }
 
             #platform-metric-names:empty {
-                display: none;
+                visibility: hidden;
+                height: 0;
+                width: 0;
+                /* FIXME: Use display: none instead once r214290 is shipped everywhere */
             }
 
             .error-message:empty {
-                display: none;
+                visibility: hidden;
+                height: 0;
+                width: 0;
+                /* FIXME: Use display: none instead once r214290 is shipped everywhere */
             }
 
             .error-message:not(:empty) {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to