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

Side by Side Diff: chrome/browser/resources/net_internals/export_view.html

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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <style> 1 <style>
2 2
3 .export-view-explanation-warning { 3 .export-view-explanation-warning {
4 border: 2px solid red; 4 border: 2px solid #e00;
5 } 5 }
6 6
7 #export-view-privacy-warning { 7 #export-view-privacy-warning {
8 padding: 5px; 8 padding: 5px;
9 color: red; 9 color: #e00;
10 border: 1px solid red; 10 border: 1px solid #e00;
11 } 11 }
12 12
13 #export-view-save-log-file { 13 #export-view-save-log-file {
14 font-size: 100%; 14 font-size: 100%;
15 font-weight: bold; 15 font-weight: bold;
16 } 16 }
17 17
18 #export-view-user-comments { 18 #export-view-user-comments {
19 max-width: 100%; 19 max-width: 100%;
20 } 20 }
(...skipping 22 matching lines...) Expand all
43 <a href="https://sites.google.com/a/chromium.org/dev/for-testers/providing -network-details" target="_blank"> 43 <a href="https://sites.google.com/a/chromium.org/dev/for-testers/providing -network-details" target="_blank">
44 How to provide data for bug reports 44 How to provide data for bug reports
45 </a> 45 </a>
46 </div> 46 </div>
47 47
48 </div> 48 </div>
49 49
50 <a style="display: none" id=export-view-download-anchor download="net-internal s-log.json"></a> 50 <a style="display: none" id=export-view-download-anchor download="net-internal s-log.json"></a>
51 51
52 </div> 52 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/events_view.html ('k') | chrome/browser/resources/net_internals/hsts_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698