Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Side by Side Diff: expectations/gm/view-platform.html

Issue 655643002: Fix links to skia-buildbot code in preparation for deletion (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Doxyfile ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <html ng-app="GMExpectedResultsLoader"> 3 <html ng-app="GMExpectedResultsLoader">
4 4
5 <head> 5 <head>
6 <title>View GM Expected Results for One Platform</title> 6 <title>View GM Expected Results for One Platform</title>
7 <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.1.5/angular.min .js"></script> 7 <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.1.5/angular.min .js"></script>
8 <script src="loader.js"></script> 8 <script src="loader.js"></script>
9 </head> 9 </head>
10 10
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 <td><span ng-repeat="bug in result.bugs"> 136 <td><span ng-repeat="bug in result.bugs">
137 <a href="https://code.google.com/p/skia/issues/detail?id={{bug}}">{{ bug}} </a> 137 <a href="https://code.google.com/p/skia/issues/detail?id={{bug}}">{{ bug}} </a>
138 </span></td> 138 </span></td>
139 <td>{{result.reviewedByHuman}}</td> 139 <td>{{result.reviewedByHuman}}</td>
140 </tr> 140 </tr>
141 </table> 141 </table>
142 </div> 142 </div>
143 143
144 <!-- TODO(epoger): Can we get the base URLs (commondatastorage and 144 <!-- TODO(epoger): Can we get the base URLs (commondatastorage and
145 issues list) from 145 issues list) from
146 https://skia.googlesource.com/buildbot/+/master/site_config/global_variab les.json ? 146 https://skia.googlesource.com/buildbot/+/3de60f3003e3/site_config/global_ variables.json ?
147 I tried importing the 147 I tried importing the
148 http://skia.googlecode.com/svn/buildbot/skia_tools.js script and using 148 http://skia.googlecode.com/svn/buildbot/skia_tools.js script and using
149 that to do so, but I got Access-Control-Allow-Origin errors. 149 that to do so, but I got Access-Control-Allow-Origin errors.
150 --> 150 -->
151 151
152 </body> 152 </body>
153 </html> 153 </html>
OLDNEW
« no previous file with comments | « Doxyfile ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698