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

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

Issue 1834033002: Make the passwords list have 3 columns and not over-scroll. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@password-edit-dialog.gitbr
Patch Set: Remove Flex Created 4 years, 8 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
« no previous file with comments | « chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"> 2 <grit latest_public_release="0" current_release="1">
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 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 <structure name="IDR_SETTINGS_LANGUAGES_EDIT_DICTIONARY_PAGE_JS" 400 <structure name="IDR_SETTINGS_LANGUAGES_EDIT_DICTIONARY_PAGE_JS"
401 file="languages_page/edit_dictionary_page.js" 401 file="languages_page/edit_dictionary_page.js"
402 type="chrome_html" /> 402 type="chrome_html" />
403 </if> 403 </if>
404 <structure name="IDR_SETTINGS_PASSWORDS_AND_FORMS_PAGE_HTML" 404 <structure name="IDR_SETTINGS_PASSWORDS_AND_FORMS_PAGE_HTML"
405 file="passwords_and_forms_page/passwords_and_forms_page.html" 405 file="passwords_and_forms_page/passwords_and_forms_page.html"
406 type="chrome_html" /> 406 type="chrome_html" />
407 <structure name="IDR_SETTINGS_PASSWORDS_AND_FORMS_PAGE_JS" 407 <structure name="IDR_SETTINGS_PASSWORDS_AND_FORMS_PAGE_JS"
408 file="passwords_and_forms_page/passwords_and_forms_page.js" 408 file="passwords_and_forms_page/passwords_and_forms_page.js"
409 type="chrome_html" /> 409 type="chrome_html" />
410 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_CSS"
411 file="passwords_and_forms_page/passwords_section.css"
412 type="chrome_html" />
413 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_HTML" 410 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_HTML"
414 file="passwords_and_forms_page/passwords_section.html" 411 file="passwords_and_forms_page/passwords_section.html"
415 type="chrome_html" /> 412 type="chrome_html" />
416 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_JS" 413 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_JS"
417 file="passwords_and_forms_page/passwords_section.js" 414 file="passwords_and_forms_page/passwords_section.js"
418 type="chrome_html" /> 415 type="chrome_html" />
419 <structure name="IDR_SETTINGS_PASSWORD_EDIT_DIALOG_HTML" 416 <structure name="IDR_SETTINGS_PASSWORD_EDIT_DIALOG_HTML"
420 file="passwords_and_forms_page/password_edit_dialog.html" 417 file="passwords_and_forms_page/password_edit_dialog.html"
421 type="chrome_html" /> 418 type="chrome_html" />
422 <structure name="IDR_SETTINGS_PASSWORD_EDIT_DIALOG_JS" 419 <structure name="IDR_SETTINGS_PASSWORD_EDIT_DIALOG_JS"
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
878 type="chrome_html" 875 type="chrome_html"
879 flattenhtml="true" 876 flattenhtml="true"
880 allowexternalscript="true" /> 877 allowexternalscript="true" />
881 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 878 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
882 file="people_page/users_page.css" 879 file="people_page/users_page.css"
883 type="chrome_html" /> 880 type="chrome_html" />
884 </if> 881 </if>
885 </structures> 882 </structures>
886 </release> 883 </release>
887 </grit> 884 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698