OLD | NEW |
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 Loading... |
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> |
OLD | NEW |