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

Side by Side Diff: chrome/browser/resources/options_resources.grd

Issue 2441043004: Accessibility fixes for quick unlock settings. (Closed)
Patch Set: Address comments Created 4 years, 1 month 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/options_resources.h" type="rc_header"> 4 <output filename="grit/options_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="options_resources.pak" type="data_package" /> 7 <output filename="options_resources.pak" type="data_package" />
8 </outputs> 8 </outputs>
9 <release seq="1"> 9 <release seq="1">
10 <structures> 10 <structures>
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 flattenhtml="true" 57 flattenhtml="true"
58 allowexternalscript="true" /> 58 allowexternalscript="true" />
59 <structure name="IDR_OPTIONS_LOCK_SCREEN_JS" 59 <structure name="IDR_OPTIONS_LOCK_SCREEN_JS"
60 file="settings/people_page/lock_screen.js" 60 file="settings/people_page/lock_screen.js"
61 type="chrome_html" /> 61 type="chrome_html" />
62 <structure name="IDR_OPTIONS_LOCK_SCREEN_HTML" 62 <structure name="IDR_OPTIONS_LOCK_SCREEN_HTML"
63 file="settings/people_page/lock_screen.html" 63 file="settings/people_page/lock_screen.html"
64 type="chrome_html" 64 type="chrome_html"
65 flattenhtml="true" 65 flattenhtml="true"
66 allowexternalscript="true" /> 66 allowexternalscript="true" />
67 <structure name="IDR_SETTINGS_I18N_SETUP_HTML"
68 file="settings/route.html"
Dan Beam 2016/10/29 00:11:18 wat
jdufault 2016/10/31 21:10:29 Oops. The reason this worked was because the actu
69 type="chrome_html"
70 flattenhtml="true"
Dan Beam 2016/10/29 00:11:18 drop flattenhtml="true" and allowexternalscript="t
jdufault 2016/10/31 21:10:29 Done.
71 allowexternalscript="true" />
72 <structure name="IDR_SETTINGS_I18N_SETUP_JS"
Dan Beam 2016/10/29 00:11:18 there is no i18n_setup.js
jdufault 2016/10/31 21:10:29 This is from a prior CL, I missed removing it (arg
73 file="settings/route.js"
Dan Beam 2016/10/29 00:11:18 wat
jdufault 2016/10/31 21:10:29 See above.
74 type="chrome_html"
75 flattenhtml="true" />
Dan Beam 2016/10/29 00:11:18 drop flattenhtml="true"
jdufault 2016/10/31 21:10:29 Done.
67 <structure name="IDR_OPTIONS_ROUTE_HTML" 76 <structure name="IDR_OPTIONS_ROUTE_HTML"
68 file="settings/route.html" 77 file="settings/route.html"
69 type="chrome_html" 78 type="chrome_html"
70 flattenhtml="true" 79 flattenhtml="true"
71 allowexternalscript="true" /> 80 allowexternalscript="true" />
72 <structure name="IDR_OPTIONS_ROUTE_JS" 81 <structure name="IDR_OPTIONS_ROUTE_JS"
73 file="settings/route.js" 82 file="settings/route.js"
74 type="chrome_html" 83 type="chrome_html"
75 flattenhtml="true" /> 84 flattenhtml="true" />
76 <structure name="IDR_SETTINGS_SHARED_CSS_HTML" 85 <structure name="IDR_SETTINGS_SHARED_CSS_HTML"
(...skipping 26 matching lines...) Expand all
103 flattenhtml="true" /> 112 flattenhtml="true" />
104 <structure name="IDR_OPTIONS_POLYMER_ELEMENTS_HTML" 113 <structure name="IDR_OPTIONS_POLYMER_ELEMENTS_HTML"
105 file="options/options_polymer.html" 114 file="options/options_polymer.html"
106 type="chrome_html" 115 type="chrome_html"
107 flattenhtml="true" 116 flattenhtml="true"
108 allowexternalscript="true" /> 117 allowexternalscript="true" />
109 </if> 118 </if>
110 </structures> 119 </structures>
111 </release> 120 </release>
112 </grit> 121 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698