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

Side by Side Diff: chrome/browser/resources/settings/settings_resources.grd

Issue 2818283002: MD-Settings: A11y - Fix password list focusability. (Closed)
Patch Set: nit Created 3 years, 7 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
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false"> 2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false">
3 <outputs> 3 <outputs>
4 <output filename="grit/settings_resources.h" type="rc_header"> 4 <output filename="grit/settings_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="grit/settings_resources_map.cc" 7 <output filename="grit/settings_resources_map.cc"
8 type="resource_file_map_source" /> 8 type="resource_file_map_source" />
9 <output filename="grit/settings_resources_map.h" 9 <output filename="grit/settings_resources_map.h"
10 type="resource_map_header" /> 10 type="resource_map_header" />
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 type="chrome_html" /> 668 type="chrome_html" />
669 <structure name="IDR_SETTINGS_AUTOFILL_SECTION_JS" 669 <structure name="IDR_SETTINGS_AUTOFILL_SECTION_JS"
670 file="passwords_and_forms_page/autofill_section.js" 670 file="passwords_and_forms_page/autofill_section.js"
671 type="chrome_html" /> 671 type="chrome_html" />
672 <structure name="IDR_SETTINGS_ADDRESS_EDIT_DIALOG_HTML" 672 <structure name="IDR_SETTINGS_ADDRESS_EDIT_DIALOG_HTML"
673 file="passwords_and_forms_page/address_edit_dialog.html" 673 file="passwords_and_forms_page/address_edit_dialog.html"
674 type="chrome_html" /> 674 type="chrome_html" />
675 <structure name="IDR_SETTINGS_ADDRESS_EDIT_DIALOG_JS" 675 <structure name="IDR_SETTINGS_ADDRESS_EDIT_DIALOG_JS"
676 file="passwords_and_forms_page/address_edit_dialog.js" 676 file="passwords_and_forms_page/address_edit_dialog.js"
677 type="chrome_html" /> 677 type="chrome_html" />
678 <structure name="IDR_SETTINGS_PASSWORD_LIST_ITEM_HTML"
679 file="passwords_and_forms_page/password_list_item.html"
680 type="chrome_html" />
681 <structure name="IDR_SETTINGS_PASSWORD_LIST_ITEM_JS"
682 file="passwords_and_forms_page/password_list_item.js"
683 type="chrome_html" />
678 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_HTML" 684 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_HTML"
679 file="passwords_and_forms_page/passwords_section.html" 685 file="passwords_and_forms_page/passwords_section.html"
680 type="chrome_html" /> 686 type="chrome_html" />
681 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_JS" 687 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_JS"
682 file="passwords_and_forms_page/passwords_section.js" 688 file="passwords_and_forms_page/passwords_section.js"
683 type="chrome_html" /> 689 type="chrome_html" />
684 <structure name="IDR_SETTINGS_PASSWORD_EDIT_DIALOG_HTML" 690 <structure name="IDR_SETTINGS_PASSWORD_EDIT_DIALOG_HTML"
685 file="passwords_and_forms_page/password_edit_dialog.html" 691 file="passwords_and_forms_page/password_edit_dialog.html"
686 type="chrome_html" /> 692 type="chrome_html" />
687 <structure name="IDR_SETTINGS_PASSWORD_EDIT_DIALOG_JS" 693 <structure name="IDR_SETTINGS_PASSWORD_EDIT_DIALOG_JS"
(...skipping 612 matching lines...) Expand 10 before | Expand all | Expand 10 after
1300 type="chrome_html" /> 1306 type="chrome_html" />
1301 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1307 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1302 file="people_page/users_page.html" 1308 file="people_page/users_page.html"
1303 type="chrome_html" 1309 type="chrome_html"
1304 preprocess="true" 1310 preprocess="true"
1305 allowexternalscript="true" /> 1311 allowexternalscript="true" />
1306 </if> 1312 </if>
1307 </structures> 1313 </structures>
1308 </release> 1314 </release>
1309 </grit> 1315 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698