Changeset 232085 in webkit


Ignore:
Timestamp:
May 22, 2018 4:42:21 PM (6 years ago)
Author:
Ryan Haddad
Message:

Test infrastructure websites should use jQuery and jQuery UI hosted on webkit.org
https://bugs.webkit.org/show_bug.cgi?id=185788

Patch by Roy Reapor <rreapor@apple.com> on 2018-05-22
Reviewed by Aakash Jain.

Tools:

  • BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/garden-o-matic.html:
  • BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/index.html:
  • BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/rebaseline.html:
  • BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/run-unittests.html:
  • BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/summary-mock.html:
  • TestResultServer/static-dashboards/run-embedded-unittests.html:
  • TestResultServer/static-dashboards/run-unittests.html:

Websites/webkit.org:

  • ajax/libs/jquery/jquery-1.6.2.min.js: Added.
  • ajax/libs/jqueryui: Added.
  • ajax/libs/jqueryui/jquery-ui-1.8.15.css: Added.
Location:
trunk
Files:
4 added
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/garden-o-matic.html

    r187605 r232085  
    3030<head>
    3131<meta http-equiv="X-WebKit-CSP" content="default-src 'none';
    32                                          script-src 'self' file: https://ajax.googleapis.com;
    33                                          style-src 'self' 'unsafe-inline' file: https://ajax.googleapis.com http://fonts.googleapis.com;
     32                                         script-src 'self' file: https://webkit.org;
     33                                         style-src 'self' 'unsafe-inline' file: https://webkit.org http://fonts.googleapis.com;
    3434                                         font-src http://themes.googleusercontent.com;
    35                                          img-src 'self' https://ajax.googleapis.com https://build.webkit.org;
     35                                         img-src 'self' https://webkit.org https://build.webkit.org;
    3636                                         media-src 'self' https://build.webkit.org;
    3737                                         frame-src 'self' https://build.webkit.org https://webkit-test-results.webkit.org;
     
    3939<title>Garden-O-Matic</title>
    4040<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,700">
    41 <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.15/themes/base/jquery-ui.css">
     41<link rel="stylesheet" href="https://webkit.org/ajax/libs/jqueryui/jquery-ui-1.8.15.css">
    4242<link rel="stylesheet" href="styles/common.css">
    4343<link rel="stylesheet" href="styles/onebar.css">
     
    4949</head>
    5050<body>
    51 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
    52 <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.15/jquery-ui.min.js"></script>
     51<script src="https://webkit.org/ajax/libs/jquery/jquery-1.6.2.min.js"></script>
     52<script src="https://webkit.org/ajax/libs/jqueryui/jquery-ui-1.8.15.min.js"></script>
    5353<script src="scripts/base.js"></script>
    5454<script src="scripts/config.js"></script>
  • trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/index.html

    r93259 r232085  
    2828<head>
    2929    <link rel="stylesheet" href="styles/TestFailures.css"></link>
    30     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
     30    <script src="https://webkit.org/ajax/libs/jquery/jquery-1.6.2.min.js"></script>
    3131
    3232    <script src="scripts/config.js"></script>
  • trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/rebaseline.html

    r93259 r232085  
    2828<title>Garden-O-Matic Rebaseline</title>
    2929<link rel="stylesheet" href="styles/main.css">
    30 <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.15/themes/base/jquery-ui.css">
     30<link rel="stylesheet" href="https://webkit.org/ajax/libs/jqueryui/jquery-ui-1.8.15.css">
    3131</head>
    3232<body>
    33 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
    34 <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.15/jquery-ui.min.js"></script>
     33<script src="https://webkit.org/ajax/libs/jquery/jquery-1.6.2.min.js"></script>
     34<script src="https://webkit.org/ajax/libs/jqueryui/jquery-ui-1.8.15.min.js"></script>
    3535<script src="scripts/config.js"></script>
    3636<script src="scripts/base.js"></script>
  • trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/run-unittests.html

    r133060 r232085  
    2727<head>
    2828<link rel="stylesheet" href="../../../../../Source/ThirdParty/qunit/qunit/qunit.css">
    29 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
    30 <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.15/jquery-ui.min.js"></script>
     29<script src="https://webkit.org/ajax/libs/jquery/jquery-1.6.2.min.js"></script>
     30<script src="https://webkit.org/ajax/libs/jqueryui/jquery-ui-1.8.15.min.js"></script>
    3131<script src="../../../../../Source/ThirdParty/qunit/qunit/qunit.js"></script>
    3232</head>
  • trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/summary-mock.html

    r93917 r232085  
    3636</head>
    3737<body>
    38 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
     38<script src="https://webkit.org/ajax/libs/jquery/jquery-1.6.2.min.js"></script>
    3939<script src="scripts/config.js"></script>
    4040<script src="scripts/base.js"></script>
  • trunk/Tools/ChangeLog

    r232083 r232085  
     12018-05-22  Roy Reapor  <rreapor@apple.com>
     2
     3        Test infrastructure websites should use jQuery and jQuery UI hosted on webkit.org
     4        https://bugs.webkit.org/show_bug.cgi?id=185788
     5
     6        Reviewed by Aakash Jain.
     7
     8        * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/garden-o-matic.html:
     9        * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/index.html:
     10        * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/rebaseline.html:
     11        * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/run-unittests.html:
     12        * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/summary-mock.html:
     13        * TestResultServer/static-dashboards/run-embedded-unittests.html:
     14        * TestResultServer/static-dashboards/run-unittests.html:
     15
    1162018-05-22  Sihui Liu  <sihui_liu@apple.com>
    217
  • trunk/Tools/TestResultServer/static-dashboards/run-embedded-unittests.html

    r146254 r232085  
    2727<head>
    2828<link rel="stylesheet" href="../../../Source/ThirdParty/qunit/qunit/qunit.css">
    29 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
    30 <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.15/jquery-ui.min.js"></script>
     29<script src="https://webkit.org/ajax/libs/jquery/jquery-1.6.2.min.js"></script>
     30<script src="https://webkit.org/ajax/libs/jqueryui/jquery-ui-1.8.15.min.js"></script>
    3131<script src="../../../Source/ThirdParty/qunit/qunit/qunit.js"></script>
    3232</head>
  • trunk/Tools/TestResultServer/static-dashboards/run-unittests.html

    r146254 r232085  
    2727<head>
    2828<link rel="stylesheet" href="../../../Source/ThirdParty/qunit/qunit/qunit.css">
    29 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
    30 <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.15/jquery-ui.min.js"></script>
     29<script src="https://webkit.org/ajax/libs/jquery/jquery-1.6.2.min.js"></script>
     30<script src="https://webkit.org/ajax/libs/jqueryui/jquery-ui-1.8.15.min.js"></script>
    3131<script src="../../../Source/ThirdParty/qunit/qunit/qunit.js"></script>
    3232</head>
  • trunk/Websites/webkit.org/ChangeLog

    r232084 r232085  
     12018-05-22  Roy Reapor  <rreapor@apple.com>
     2
     3        Test infrastructure websites should use jQuery and jQuery UI hosted on webkit.org
     4        https://bugs.webkit.org/show_bug.cgi?id=185788
     5
     6        Reviewed by Aakash Jain.
     7
     8        * ajax/libs/jquery/jquery-1.6.2.min.js: Added.
     9        * ajax/libs/jqueryui: Added.
     10        * ajax/libs/jqueryui/jquery-ui-1.8.15.css: Added.
     11
    1122018-05-22  Wenson Hsieh  <wenson_hsieh@apple.com>
    213
Note: See TracChangeset for help on using the changeset viewer.