OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html i18n-values="dir:textdirection;"> | 2 <html i18n-values="dir:textdirection;"> |
3 <head> | 3 <head> |
4 <!-- Copyright 2014 The Chromium Authors. All rights reserved. | 4 <!-- Copyright 2014 The Chromium Authors. All rights reserved. |
5 Use of this source code is governed by a BSD-style license that can be | 5 Use of this source code is governed by a BSD-style license that can be |
6 found in the LICENSE file. --> | 6 found in the LICENSE file. --> |
7 <script src="chrome://resources/js/util.js"></script> | 7 <script src="chrome://resources/js/util.js"></script> |
8 <script src="chrome://password-manager-internals/password_manager_internals.js">
</script> | 8 <script src="chrome://password-manager-internals/password_manager_internals.js">
</script> |
9 <title>Password Manager Internals</title> | 9 <title>Password Manager Internals</title> |
10 </head> | 10 </head> |
11 </body> | 11 </body> |
12 <h1>Password Manager Internals</h1> | 12 <h1>Password Manager Internals</h1> |
13 <div id="logging-note"> | 13 <div id="logging-note"> |
14 <i> | 14 <i>Captured password manager logs are listed below. Logs are cleared and no lo
nger captured when all password-manager-internals pages are closed.</i> |
15 Showing password manager logs since opening a password-manager-internals | |
16 page. Close all password-manager-internals pages to stop logging and to | |
17 permanently delete existing entries. | |
18 </i> | |
19 </div> | 15 </div> |
20 <div id="log-entries"> | 16 <div id="log-entries"> |
21 </div> | 17 </div> |
22 </body> | 18 </body> |
23 </html> | 19 </html> |
OLD | NEW |