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

Side by Side Diff: chrome/browser/resources/chromeos/login/html-echo.html

Issue 599273004: Polished UI for the host side of pairing flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@merge_point
Patch Set: Fixed error in Oobe initialization. Created 6 years, 2 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 | « no previous file | chrome/browser/resources/chromeos/login/html-echo.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!--
2 The <html-echo> injects given |content| into its innerHTML, bypassing HTML
3 escaping, which is always made by Polymer when we insert the result of an
4 Polymer expresion into element's body.
5
6 Example:
7
8 <html-echo content="<div>Hello</div>"></html-element>
9
10 will be equivalent to:
11
12 <span><div>Hello</div></span>
13 -->
14 <polymer-element name="html-echo" attributes="content"></polymer-element>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/html-echo.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698