Changeset 93917 in webkit
- Timestamp:
- Aug 26, 2011, 3:20:35 PM (14 years ago)
- Location:
- trunk/Tools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/summary-mock.html
r93906 r93917 30 30 <head> 31 31 <title>Mock Summary View</title> 32 <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans: 300">32 <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,700"> 33 33 <link rel="stylesheet" href="styles/common.css"> 34 34 <link rel="stylesheet" href="styles/results.css"> -
trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/summary.html
r93906 r93917 30 30 <head> 31 31 <title>Garden-O-Matic Summary View</title> 32 <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans: 300">32 <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,700"> 33 33 <link rel="stylesheet" href="styles/common.css"> 34 34 <link rel="stylesheet" href="styles/results.css"> -
trunk/Tools/ChangeLog
r93914 r93917 1 2011-08-26 Dimitri Glazkov <dglazkov@chromium.org> 2 3 Tweak the use of Open Sans in garden-o-matic summary view to make it look decent on Windows and Linux. 4 https://bugs.webkit.org/show_bug.cgi?id=67066 5 6 Reviewed by Adam Barth. 7 8 * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/summary-mock.html: Tweaked. 9 * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/summary.html: Ditto. 10 1 11 2011-08-26 Raphael Kubo da Costa <kubo@profusion.mobi> 2 12
Note:
See TracChangeset
for help on using the changeset viewer.