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

Unified Diff: chrome/browser/resources/net_internals/source_row.js

Issue 21944004: Enable the accessibility audit for chrome://net-internals (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 4 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/source_row.js
diff --git a/chrome/browser/resources/net_internals/source_row.js b/chrome/browser/resources/net_internals/source_row.js
index f3e89dad7e8f1b613feb53c04fa2129f3dc5951a..137d70ae084680b2e574c7c52a13f2212b1fc963 100644
--- a/chrome/browser/resources/net_internals/source_row.js
+++ b/chrome/browser/resources/net_internals/source_row.js
@@ -42,6 +42,7 @@ var SourceRow = (function() {
var selectionCol = addNode(tr, 'td');
var checkbox = addNode(selectionCol, 'input');
+ checkbox.title = this.getSourceId();
selectionCol.style.borderLeft = '0';
checkbox.type = 'checkbox';
« no previous file with comments | « chrome/browser/resources/net_internals/main.css ('k') | chrome/browser/resources/net_internals/status_view.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698