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

Side by Side Diff: components/resources/proximity_auth_resources.grdp

Issue 1135293002: Hook up PA_LOG() logs to chrome://proximity-auth WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: stop using release() Created 5 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
« no previous file with comments | « components/proximity_auth/webui/resources/log-panel.js ('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-part> 2 <grit-part>
3 <include name="IDR_PROXIMITY_AUTH_UI_HTML" file="../proximity_auth/webui/resou rces/proximity_auth.html" flattenhtml="true" allowexternalscript="true" type="BI NDATA" /> 3 <include name="IDR_PROXIMITY_AUTH_UI_HTML" file="../proximity_auth/webui/resou rces/proximity_auth.html" flattenhtml="true" allowexternalscript="true" type="BI NDATA" />
4 <include name="IDR_PROXIMITY_AUTH_UI_CSS" file="../proximity_auth/webui/resour ces/proximity_auth.css" type="BINDATA" /> 4 <include name="IDR_PROXIMITY_AUTH_UI_CSS" file="../proximity_auth/webui/resour ces/proximity_auth.css" type="BINDATA" />
5 <include name="IDR_PROXIMITY_AUTH_LOG_PANEL_HTML" 5 <include name="IDR_PROXIMITY_AUTH_LOG_PANEL_HTML"
6 file="../proximity_auth/webui/resources/log-panel.html" flattenhtml=" true" allowexternalscript="true" type="BINDATA" /> 6 file="../proximity_auth/webui/resources/log-panel.html" flattenhtml=" true" allowexternalscript="true" type="BINDATA" />
7 <include name="IDR_PROXIMITY_AUTH_LOG_PANEL_JS" 7 <include name="IDR_PROXIMITY_AUTH_LOG_PANEL_JS"
8 file="../proximity_auth/webui/resources/log-panel.js" flattenhtml="tr ue" allowexternalscript="true" type="BINDATA" /> 8 file="../proximity_auth/webui/resources/log-panel.js" flattenhtml="tr ue" allowexternalscript="true" type="BINDATA" />
9 <include name="IDR_PROXIMITY_AUTH_CONTENT_PANEL_HTML" 9 <include name="IDR_PROXIMITY_AUTH_CONTENT_PANEL_HTML"
10 file="../proximity_auth/webui/resources/content-panel.html" flattenht ml="true" allowexternalscript="true" type="BINDATA" /> 10 file="../proximity_auth/webui/resources/content-panel.html" flattenht ml="true" allowexternalscript="true" type="BINDATA" />
11 <include name="IDR_PROXIMITY_AUTH_CONTENT_PANEL_JS" 11 <include name="IDR_PROXIMITY_AUTH_CONTENT_PANEL_JS"
12 file="../proximity_auth/webui/resources/content-panel.js" flattenhtml ="true" allowexternalscript="true" type="BINDATA" /> 12 file="../proximity_auth/webui/resources/content-panel.js" flattenhtml ="true" allowexternalscript="true" type="BINDATA" />
13 <include name="IDR_PROXIMITY_AUTH_LOCAL_STATE_HTML" 13 <include name="IDR_PROXIMITY_AUTH_LOCAL_STATE_HTML"
14 file="../proximity_auth/webui/resources/local-state.html" flattenhtml ="true" allowexternalscript="true" type="BINDATA" /> 14 file="../proximity_auth/webui/resources/local-state.html" flattenhtml ="true" allowexternalscript="true" type="BINDATA" />
15 <include name="IDR_PROXIMITY_AUTH_LOCAL_STATE_JS" 15 <include name="IDR_PROXIMITY_AUTH_LOCAL_STATE_JS"
16 file="../proximity_auth/webui/resources/local-state.js" flattenhtml=" true" allowexternalscript="true" type="BINDATA" /> 16 file="../proximity_auth/webui/resources/local-state.js" flattenhtml=" true" allowexternalscript="true" type="BINDATA" />
17 <include name="IDR_PROXIMITY_AUTH_DEVICE_LIST_HTML" 17 <include name="IDR_PROXIMITY_AUTH_DEVICE_LIST_HTML"
18 file="../proximity_auth/webui/resources/device-list.html" flattenhtml ="true" allowexternalscript="true" type="BINDATA" /> 18 file="../proximity_auth/webui/resources/device-list.html" flattenhtml ="true" allowexternalscript="true" type="BINDATA" />
19 <include name="IDR_PROXIMITY_AUTH_DEVICE_LIST_JS" 19 <include name="IDR_PROXIMITY_AUTH_DEVICE_LIST_JS"
20 file="../proximity_auth/webui/resources/device-list.js" flattenhtml=" true" allowexternalscript="true" type="BINDATA" /> 20 file="../proximity_auth/webui/resources/device-list.js" flattenhtml=" true" allowexternalscript="true" type="BINDATA" />
21 <include name="IDR_PROXIMITY_AUTH_LOG_BUFFER_HTML"
22 file="../proximity_auth/webui/resources/log-buffer.html" flattenhtml= "true" allowexternalscript="true" type="BINDATA" />
23 <include name="IDR_PROXIMITY_AUTH_LOG_BUFFER_JS"
24 file="../proximity_auth/webui/resources/log-buffer.js" flattenhtml="t rue" allowexternalscript="true" type="BINDATA" />
21 </grit-part> 25 </grit-part>
OLDNEW
« no previous file with comments | « components/proximity_auth/webui/resources/log-panel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698