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

Unified Diff: Tools/GardeningServer/ui/ct-results-panel.html

Issue 559843006: SheriffOMatic: Add ct-popout-iframe and switch test output iframes to use it. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address comments Created 6 years, 3 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
« no previous file with comments | « Tools/GardeningServer/ui/ct-popout-iframe.html ('k') | Tools/GardeningServer/ui/ct-test-output.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/ui/ct-results-panel.html
diff --git a/Tools/GardeningServer/ui/ct-results-panel.html b/Tools/GardeningServer/ui/ct-results-panel.html
index eb16e0fbab815d7afb6947d2f259586f549c08bf..015938292188dd5cab9445fa8148707a485b80c2 100644
--- a/Tools/GardeningServer/ui/ct-results-panel.html
+++ b/Tools/GardeningServer/ui/ct-results-panel.html
@@ -7,6 +7,7 @@ found in the LICENSE file.
<link rel="import" href="../bower_components/core-menu/core-menu.html">
<link rel="import" href="ct-results-by-builder.html">
<link rel="import" href="ct-embedded-flakiness-dashboard.html">
+<link rel="import" href="ct-popout-iframe.html">
<polymer-element name="ct-results-panel" attributes="failures tree">
<template>
@@ -55,7 +56,7 @@ found in the LICENSE file.
<div class="message">No results to display.</div>
</template>
<template if="{{ failures.url }}">
- <iframe src='{{ failures.url }}'></iframe>
+ <ct-popout-iframe src="{{ failures.url }}"></ct-popout-iframe>
</template>
<template if="{{ failures.length }}">
<core-menu selected="{{ selected }}">
« no previous file with comments | « Tools/GardeningServer/ui/ct-popout-iframe.html ('k') | Tools/GardeningServer/ui/ct-test-output.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698