Title: [203284] trunk/Tools
Revision
203284
Author
[email protected]
Date
2016-07-15 11:06:17 -0700 (Fri, 15 Jul 2016)

Log Message

Changed the start page URL for WebKit Nightly builds.
https://bugs.webkit.org/show_bug.cgi?id=159816

Reviewed by Timothy Hatcher.

* WebKitLauncher/start.html:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (203283 => 203284)


--- trunk/Tools/ChangeLog	2016-07-15 17:41:56 UTC (rev 203283)
+++ trunk/Tools/ChangeLog	2016-07-15 18:06:17 UTC (rev 203284)
@@ -1,3 +1,12 @@
+2016-07-15  Jon Davis  <[email protected]>
+
+        Changed the start page URL for WebKit Nightly builds.
+        https://bugs.webkit.org/show_bug.cgi?id=159816
+
+        Reviewed by Timothy Hatcher.
+
+        * WebKitLauncher/start.html:
+
 2016-07-15  Per Arne Vollan  <[email protected]>
 
         Uninitialized variable in DIBPixelData can cause a dangerous memory write

Modified: trunk/Tools/WebKitLauncher/start.html (203283 => 203284)


--- trunk/Tools/WebKitLauncher/start.html	2016-07-15 17:41:56 UTC (rev 203283)
+++ trunk/Tools/WebKitLauncher/start.html	2016-07-15 18:06:17 UTC (rev 203284)
@@ -1,13 +1,13 @@
 <html>
     <head>
         <title>Loading WebKit...</title>
-        <meta http-equiv="refresh" content="1;URL=""
+        <meta http-equiv="refresh" content="1;URL=""
         <script type="text/_javascript_">
             var script = document.createElement('script');
             script.src = ""
             script._onload_ = function() {
                 if (webKitBranch && webKitRevision)
-                    document.location = "http://nightly.webkit.org/start/" + webKitBranch + "/" + webKitRevision;
+                    document.location = "https://webkit.org/nightly/start/" + webKitBranch + "/" + webKitRevision;
             }
             document.documentElement.appendChild(script);
         </script>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to