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

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

Issue 1817123003: Implement the password edit UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
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 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 type="chrome_html" /> 409 type="chrome_html" />
410 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_CSS" 410 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_CSS"
411 file="passwords_and_forms_page/passwords_section.css" 411 file="passwords_and_forms_page/passwords_section.css"
412 type="chrome_html" /> 412 type="chrome_html" />
413 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_HTML" 413 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_HTML"
414 file="passwords_and_forms_page/passwords_section.html" 414 file="passwords_and_forms_page/passwords_section.html"
415 type="chrome_html" /> 415 type="chrome_html" />
416 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_JS" 416 <structure name="IDR_SETTINGS_PASSWORDS_SECTION_JS"
417 file="passwords_and_forms_page/passwords_section.js" 417 file="passwords_and_forms_page/passwords_section.js"
418 type="chrome_html" /> 418 type="chrome_html" />
419 <structure name="IDR_SETTINGS_PASSWORD_EDIT_DIALOG_HTML"
420 file="passwords_and_forms_page/password_edit_dialog.html"
421 type="chrome_html" />
422 <structure name="IDR_SETTINGS_PASSWORD_EDIT_DIALOG_JS"
423 file="passwords_and_forms_page/password_edit_dialog.js"
424 type="chrome_html" />
419 <structure name="IDR_SETTINGS_PEOPLE_PAGE_HTML" 425 <structure name="IDR_SETTINGS_PEOPLE_PAGE_HTML"
420 file="people_page/people_page.html" 426 file="people_page/people_page.html"
421 type="chrome_html" 427 type="chrome_html"
422 flattenhtml="true" 428 flattenhtml="true"
423 allowexternalscript="true" /> 429 allowexternalscript="true" />
424 <structure name="IDR_SETTINGS_PEOPLE_PAGE_JS" 430 <structure name="IDR_SETTINGS_PEOPLE_PAGE_JS"
425 file="people_page/people_page.js" 431 file="people_page/people_page.js"
426 type="chrome_html" 432 type="chrome_html"
427 flattenhtml="true" 433 flattenhtml="true"
428 allowexternalscript="true" /> 434 allowexternalscript="true" />
(...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
875 type="chrome_html" 881 type="chrome_html"
876 flattenhtml="true" 882 flattenhtml="true"
877 allowexternalscript="true" /> 883 allowexternalscript="true" />
878 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 884 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
879 file="people_page/users_page.css" 885 file="people_page/users_page.css"
880 type="chrome_html" /> 886 type="chrome_html" />
881 </if> 887 </if>
882 </structures> 888 </structures>
883 </release> 889 </release>
884 </grit> 890 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698