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

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

Issue 132423002: Remove references to Skia's SVN repository (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: trunk->skia Created 6 years, 11 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
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 http://skia.googlecode.com/svn/buildbot/site_config/global_variables.json ? 146 https://skia.googlesource.com/buildbot/+/master/site_config/global_variab les.json ?
147 I tried importing the 147 I tried importing the
epoger 2014/01/09 19:48:36 Instead, so as not to revise history, maybe...
borenet 2014/01/09 20:05:59 I just un-changed these.
148 http://skia.googlecode.com/svn/buildbot/skia_tools.js script and using 148 https://skia.googlesource.com/buildbot/+/master/skia_tools.js script and
149 that to do so, but I got Access-Control-Allow-Origin errors. 149 using 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

Powered by Google App Engine
This is Rietveld 408576698