Title: [182606] trunk/Tools
Revision
182606
Author
joep...@webkit.org
Date
2015-04-09 13:03:23 -0700 (Thu, 09 Apr 2015)

Log Message

Flakiness Dashboard not loading insecure content if loaded with https URL
https://bugs.webkit.org/show_bug.cgi?id=143570

Reviewed by Alexey Proskuryakov.

* TestResultServer/app.yaml:
* TestResultServer/static-dashboards/loader.js:
Switch to https scheme.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (182605 => 182606)


--- trunk/Tools/ChangeLog	2015-04-09 19:03:28 UTC (rev 182605)
+++ trunk/Tools/ChangeLog	2015-04-09 20:03:23 UTC (rev 182606)
@@ -1,3 +1,14 @@
+2015-04-09  Joseph Pecoraro  <pecor...@apple.com>
+
+        Flakiness Dashboard not loading insecure content if loaded with https URL
+        https://bugs.webkit.org/show_bug.cgi?id=143570
+
+        Reviewed by Alexey Proskuryakov.
+
+        * TestResultServer/app.yaml:
+        * TestResultServer/static-dashboards/loader.js:
+        Switch to https scheme.
+
 2015-04-09  Csaba Osztrogonác  <o...@webkit.org>
 
         [EFL][GTK] WebKit2's generate-forwarding-headers.pl runs too many times

Modified: trunk/Tools/TestResultServer/app.yaml (182605 => 182606)


--- trunk/Tools/TestResultServer/app.yaml	2015-04-09 19:03:28 UTC (rev 182605)
+++ trunk/Tools/TestResultServer/app.yaml	2015-04-09 20:03:23 UTC (rev 182606)
@@ -1,5 +1,5 @@
 application: webkit-test-results
-version: 179231
+version: 182606
 runtime: python
 api_version: 1
 

Modified: trunk/Tools/TestResultServer/static-dashboards/loader.js (182605 => 182606)


--- trunk/Tools/TestResultServer/static-dashboards/loader.js	2015-04-09 19:03:28 UTC (rev 182605)
+++ trunk/Tools/TestResultServer/static-dashboards/loader.js	2015-04-09 20:03:23 UTC (rev 182606)
@@ -31,7 +31,7 @@
 
 (function() {
 
-var TEST_RESULTS_SERVER = 'http://webkit-test-results.appspot.com/';
+var TEST_RESULTS_SERVER = 'https://webkit-test-results.appspot.com/';
 
 function pathToBuilderResultsFile(builderName) {
     return TEST_RESULTS_SERVER + 'testfile?builder=' + builderName +
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to