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

Unified Diff: chrome/browser/resources/downloads.html

Issue 219019: Merge 26357 - Ensure that HTML can't be executed when entered on the "Search ... (Closed) Base URL: svn://chrome-svn/chrome/branches/195/src/
Patch Set: Created 11 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 | « no previous file | chrome/browser/resources/history.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/downloads.html
===================================================================
--- chrome/browser/resources/downloads.html (revision 26996)
+++ chrome/browser/resources/downloads.html (working copy)
@@ -260,7 +260,7 @@
*/
Downloads.prototype.updateSummary = function() {
if (this.searchText_) {
- this.summary_.innerHTML = localStrings.formatString(
+ this.summary_.textContent = localStrings.formatString(
'searchresultsfor', this.searchText_);
} else {
this.summary_.innerHTML = localStrings.getString('downloads');
Property changes on: chrome\browser\resources\downloads.html
___________________________________________________________________
Added: svn:mergeinfo
Merged /trunk/src/chrome/browser/resources/downloads.html:r26357
Merged /branches/chrome_webkit_merge_branch/chrome/browser/resources/downloads.html:r69-2775
« no previous file with comments | « no previous file | chrome/browser/resources/history.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698