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

Side by Side Diff: gm/rebaseline_server/static/view.html

Issue 132423002: Remove references to Skia's SVN repository (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Re-change first link in view.html and view-platform.html 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
« no previous file with comments | « expectations/gm/view-platform.html ('k') | platform_tools/android/gclient.config » ('j') | 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="Loader" ng-controller="Loader.Controller"> 3 <html ng-app="Loader" ng-controller="Loader.Controller">
4 4
5 <head> 5 <head>
6 <title ng-bind="windowTitle"></title> 6 <title ng-bind="windowTitle"></title>
7 <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.1.5/angular.js" ></script> 7 <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.1.5/angular.js" ></script>
8 <script src="loader.js"></script> 8 <script src="loader.js"></script>
9 <link rel="stylesheet" href="view.css"> 9 <link rel="stylesheet" href="view.css">
10 </head> 10 </head>
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 ng-click="toggleValueInArray(result.index, selectedItems)"> 348 ng-click="toggleValueInArray(result.index, selectedItems)">
349 </tr> 349 </tr>
350 </table> <!-- results --> 350 </table> <!-- results -->
351 </td></tr></table> <!-- table holding results header + results table --> 351 </td></tr></table> <!-- table holding results header + results table -->
352 352
353 </div><!-- main display area of selected tab --> 353 </div><!-- main display area of selected tab -->
354 </div><!-- everything: hide until data is loaded --> 354 </div><!-- everything: hide until data is loaded -->
355 355
356 <!-- TODO(epoger): Can we get the base URLs (commondatastorage and 356 <!-- TODO(epoger): Can we get the base URLs (commondatastorage and
357 issues list) from 357 issues list) from
358 http://skia.googlecode.com/svn/buildbot/site_config/global_variables.json 358 https://skia.googlesource.com/buildbot/+/master/site_config/global_variab les.json ?
359 ? I tried importing the 359 I tried importing the
360 http://skia.googlecode.com/svn/buildbot/skia_tools.js script and using 360 http://skia.googlecode.com/svn/buildbot/skia_tools.js script and using
361 that to do so, but I got Access-Control-Allow-Origin errors. 361 that to do so, but I got Access-Control-Allow-Origin errors.
362 --> 362 -->
363 363
364 </body> 364 </body>
365 </html> 365 </html>
OLDNEW
« no previous file with comments | « expectations/gm/view-platform.html ('k') | platform_tools/android/gclient.config » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698