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

Unified Diff: components/neterror/resources/neterror.html

Issue 2094733002: Remove details strings used by iframes on network error pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove extra braces Created 4 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
« no previous file with comments | « components/neterror/resources/neterror.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/neterror/resources/neterror.html
diff --git a/components/neterror/resources/neterror.html b/components/neterror/resources/neterror.html
index eb0b88e0fe6e016b0b388716d115f410b26ee82d..1128b8e8fa60c81a91ecc10f816365e89568c452 100644
--- a/components/neterror/resources/neterror.html
+++ b/components/neterror/resources/neterror.html
@@ -67,9 +67,9 @@
<div id="sub-frame-error">
<!-- Show details when hovering over the icon, in case the details are
hidden because they're too large. -->
- <img class="icon" jseval="updateIconClass(this.classList, iconClass)"
- jsvalues=".title:errorDetails">
- <div id="sub-frame-error-details" jsvalues=".innerHTML:errorDetails"></div>
+ <div class="icon"
+ jseval="updateIconClass(this.classList, iconClass)"></div>
+ <div id="sub-frame-error-details" jsselect="summary" jsvalues=".innerHTML:msg"></div>
</div>
<div id="offline-resources">
« no previous file with comments | « components/neterror/resources/neterror.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698