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

Unified Diff: Tools/GardeningServer/garden-o-matic.html

Issue 350563002: Port first garden-o-matic component over to polymer (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove CSP Created 6 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: Tools/GardeningServer/garden-o-matic.html
diff --git a/Tools/GardeningServer/garden-o-matic.html b/Tools/GardeningServer/garden-o-matic.html
index 7ed524cfb069451710d294ff70baca7a8f99307e..4f4cb769517e2decc7f853a0c2252ff943dcc122 100644
--- a/Tools/GardeningServer/garden-o-matic.html
+++ b/Tools/GardeningServer/garden-o-matic.html
@@ -28,20 +28,6 @@ James, a web developer from Birmingham, UK.
-->
<html>
<head>
-<meta http-equiv="Content-Security-Policy" content="default-src 'none';
- script-src 'self' file: https://ajax.googleapis.com;
- style-src 'self' 'unsafe-inline' file: https://ajax.googleapis.com http://fonts.googleapis.com;
- font-src http://themes.googleusercontent.com;
- img-src 'self' https://ajax.googleapis.com http://build.chromium.org https://storage.googleapis.com;
- media-src 'self' http://build.chromium.org https://storage.googleapis.com;
- frame-src 'self' http://build.chromium.org http://test-results.appspot.com https://storage.googleapis.com;
- connect-src 'self'
- http://blink.lc/
- http://build.chromium.org
- https://codereview.chromium.org
- https://storage.googleapis.com
- http://blink-status.appspot.com
- http://chromium-status.appspot.com">
<title>Garden-O-Matic</title>
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,700">
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.15/themes/base/jquery-ui.css">
@@ -52,6 +38,12 @@ James, a web developer from Birmingham, UK.
<link rel="stylesheet" href="styles/notifications.css">
<link rel="stylesheet" href="styles/pixelzoomer.css">
<meta name="viewport" content="width=device-width, user-scalable=no">
+
+<script src="bower_components/platform/platform.js"></script>
+<link rel='import' href="bower_components/polymer/polymer.html">
esprehn 2014/06/22 05:15:20 Maybe be consistent and use double quotes here?
ojan 2014/06/22 22:49:21 Done.
+<link rel='import' href="polymer-load-warning.html">
+<link rel='import' href="ui/results-comparison.html">
+
</head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>

Powered by Google App Engine
This is Rietveld 408576698