WebKit Bugzilla
Attachment 341066 Details for
Bug 185894
: Use Helvetica on build.webkit.org webpages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-185894-20180522210437.patch (text/plain), 4.35 KB, created by
Roy Reapor
on 2018-05-22 21:04:38 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Roy Reapor
Created:
2018-05-22 21:04:38 PDT
Size:
4.35 KB
patch
obsolete
>Subversion Revision: 232103 >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index c3209a3618b20b5605005b36a88e43f0cb9e1155..aae57eedebc7f76fed1b4604e9fd8e4c19f4f455 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,14 @@ >+2018-05-22 Roy Reapor <rreapor@apple.com> >+ >+ Use Helvetica on build.webkit.org webpages >+ https://bugs.webkit.org/show_bug.cgi?id=185894 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/garden-o-matic.html: >+ * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/styles/common.css: >+ * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/summary-mock.html: >+ > 2018-05-22 Roy Reapor <rreapor@apple.com> > > Test infrastructure websites should use jQuery and jQuery UI hosted on webkit.org >diff --git a/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/garden-o-matic.html b/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/garden-o-matic.html >index c916b756db5f3160562ad074ba25dd0664d42aae..0dbd25dbf0fa09540ac49239da4655a2e5d6f6ef 100644 >--- a/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/garden-o-matic.html >+++ b/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/garden-o-matic.html >@@ -30,14 +30,12 @@ James, a web developer from Birmingham, UK. > <head> > <meta http-equiv="X-WebKit-CSP" content="default-src 'none'; > script-src 'self' file: https://webkit.org; >- style-src 'self' 'unsafe-inline' file: https://webkit.org http://fonts.googleapis.com; >- font-src http://themes.googleusercontent.com; >+ style-src 'self' 'unsafe-inline' file: https://webkit.org; > img-src 'self' https://webkit.org https://build.webkit.org; > media-src 'self' https://build.webkit.org; > frame-src 'self' https://build.webkit.org https://webkit-test-results.webkit.org; > connect-src 'self' https://trac.webkit.org https://build.webkit.org"> > <title>Garden-O-Matic</title> >-<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,700"> > <link rel="stylesheet" href="https://webkit.org/ajax/libs/jqueryui/jquery-ui-1.8.15.css"> > <link rel="stylesheet" href="styles/common.css"> > <link rel="stylesheet" href="styles/onebar.css"> >diff --git a/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/styles/common.css b/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/styles/common.css >index 9f7e8c081df679e818540d5f43b7ad86b8039eea..66035131bc52e49c37e0723b4a1d4baea1764936 100644 >--- a/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/styles/common.css >+++ b/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/styles/common.css >@@ -28,7 +28,7 @@ html { > } > > body { >- font-family: 'Open Sans'; >+ font-family: 'Helvetica'; > font-size: 14px; > margin: 0px; > } >@@ -38,11 +38,11 @@ a { > } > > .ui-widget-content { >- font-family: 'Open Sans'; >+ font-family: 'Helvetica'; > } > > .ui-widget button, button { >- font-family: 'Open Sans'; >+ font-family: 'Helvetica'; > border-radius: 2px; > background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1); > border: 1px solid rgba(0, 0, 0, 0.1); >diff --git a/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/summary-mock.html b/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/summary-mock.html >index 334e81296791814adbc302808696c94b31383a2a..f9dfb645242aa43a80762c546a45a6f1392db946 100644 >--- a/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/summary-mock.html >+++ b/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/summary-mock.html >@@ -29,7 +29,6 @@ James, a web developer from Birmingham, UK. > <html> > <head> > <title>Mock Summary View</title> >-<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,700"> > <link rel="stylesheet" href="styles/common.css"> > <link rel="stylesheet" href="styles/results.css"> > <link rel="stylesheet" href="styles/notifications.css">
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 185894
: 341066