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

Unified Diff: chrome/browser/resources/options/password_manager_list.js

Issue 2567693002: Elide origins for passwords settings in CSS instead of JS (Closed)
Patch Set: Add a note about direction Created 4 years 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 | « chrome/browser/resources/options/password_manager_list.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/password_manager_list.js
diff --git a/chrome/browser/resources/options/password_manager_list.js b/chrome/browser/resources/options/password_manager_list.js
index 720efb7c570bfca95f2f5fa55686b1f2c14f5a85..b6a502ca3d502e5abbf0e8caf2587c043f752bd5 100644
--- a/chrome/browser/resources/options/password_manager_list.js
+++ b/chrome/browser/resources/options/password_manager_list.js
@@ -76,7 +76,6 @@ cr.define('options.passwordManager', function() {
urlLink = item.ownerDocument.createElement('a');
urlLink.href = item.url;
urlLink.setAttribute('target', '_blank');
- urlLink.dir = 'ltr';
} else {
urlLink = item.ownerDocument.createElement('span');
}
« no previous file with comments | « chrome/browser/resources/options/password_manager_list.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698