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

Side by Side Diff: android_webview/renderer/aw_renderer_resources.grd

Issue 1270793002: [Android WebView] Put error page files into WebView resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added RTL direction support Created 5 years, 4 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
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit current_release="1" latest_public_release="0">
3 <outputs>
4 <output filename="grit/aw_renderer_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit>
6 </output>
7 <output filename="aw_renderer_resources.pak" type="data_package" />
8 </outputs>
9 <release seq="1">
10 <includes>
11 <include name="IDR_AW_LOAD_ERROR_HTML" file="resources\load_error.html" fl attenhtml="true" type="BINDATA" />
12 </includes>
13 <structures>
14 <structure name="IDS_AW_WEBPAGE_DOWN_SUGGESTIONS" file="resources\suggesti ons.html" flattenhtml="true" type="chrome_html" />
15 </structures>
16 <messages fallback_to_english="true">
17 <message name="IDS_AW_WEBPAGE_NOT_AVAILABLE" desc="">
18 Webpage not available
19 </message>
20 <message name="IDS_AW_WEBPAGE_CAN_NOT_BE_LOADED" desc="">
21 The webpage at <ph name="PAGE">&lt;strong&gt;$1&lt;/strong&gt;<ex>page.h tml</ex></ph> could not be loaded because:
22 </message>
23 <message name="IDS_AW_WEBPAGE_TEMPORARILY_DOWN" desc="">
24 The webpage at <ph name="PAGE">&lt;strong&gt;$1&lt;/strong&gt;<ex>page.h tml</ex></ph> might be temporarily down or it may have moved permanently to a ne w web address.
25 </message>
26 </messages>
27 </release>
28 </grit>
OLDNEW
« no previous file with comments | « android_webview/renderer/aw_content_renderer_client.cc ('k') | android_webview/renderer/resources/load_error.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698