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

Unified Diff: chrome/browser/resources/net_internals/hsts_view.html

Issue 10959073: Small net-internals UI tweaks for android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
Index: chrome/browser/resources/net_internals/hsts_view.html
===================================================================
--- chrome/browser/resources/net_internals/hsts_view.html (revision 158318)
+++ chrome/browser/resources/net_internals/hsts_view.html (working copy)
@@ -21,8 +21,8 @@
Domain: <input type=text id=hsts-view-add-input type="url"
placeholder="example.com"><br>
Include subdomains: <input type="checkbox" id=hsts-view-check-input><br>
- Public key fingerprints: <input type=text id=hsts-view-add-pins style="width: 25em;"><br>
- <p style="font-size: small; color: gray; font-style: italic; margin-left: 2em; max-width: 40em;">(public key fingerprints are comma separated and consist of the hash function followed by a foreslash and the base64 encoded fingerprint, for example <tt>sha1/Guzek9lMwR3KeIS8wwS9gBvVtIg=</tt>)</p>
+ Public key fingerprints: <input type=text id=hsts-view-add-pins style="width: 25em; max-width: 100%;"><br>
+ <p style="font-size: small; color: gray; font-style: italic; margin-left: 2em; max-width: 40em; max-width: 100%;">(public key fingerprints are comma separated and consist of the hash function followed by a foreslash and the base64 encoded fingerprint, for example <tt>sha1/Guzek9lMwR3KeIS8wwS9gBvVtIg=</tt>)</p>
<input type=submit value="Add" id=hsts-view-add-submit>
</form>
« no previous file with comments | « chrome/browser/resources/net_internals/export_view.html ('k') | chrome/browser/resources/net_internals/main.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698