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: chrome/app/generated_resources.grd

Issue 7289006: Basic HTTP pipelining support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 9 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | 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 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 4718 matching lines...) Expand 10 before | Expand all | Expand 10 after
4729 </message> 4729 </message>
4730 <message name="IDS_FLAGS_DISABLE_WEBGL_DESCRIPTION" desc="Description for the flag to disable WebGL."> 4730 <message name="IDS_FLAGS_DISABLE_WEBGL_DESCRIPTION" desc="Description for the flag to disable WebGL.">
4731 Disable WebGL. 4731 Disable WebGL.
4732 </message> 4732 </message>
4733 <message name="IDS_FLAGS_USE_MORE_WEBUI_NAME" desc="Title for the flag to use more WebUI."> 4733 <message name="IDS_FLAGS_USE_MORE_WEBUI_NAME" desc="Title for the flag to use more WebUI.">
4734 Enable experimental WebUI 4734 Enable experimental WebUI
4735 </message> 4735 </message>
4736 <message name="IDS_FLAGS_USE_MORE_WEBUI_DESCRIPTION" desc="Description for the flag to use more WebUI."> 4736 <message name="IDS_FLAGS_USE_MORE_WEBUI_DESCRIPTION" desc="Description for the flag to use more WebUI.">
4737 Enable experimental HTML implementations of some minor UI components suc h as various dialogs. 4737 Enable experimental HTML implementations of some minor UI components suc h as various dialogs.
4738 </message> 4738 </message>
4739 <message name="IDS_FLAGS_ENABLE_HTTP_PIPELINING_NAME" desc="Title for the flag to enable HTTP pipelining">
4740 HTTP Pipelining
4741 </message>
4742 <message name="IDS_FLAGS_ENABLE_HTTP_PIPELINING_DESCRIPTION" desc="Descrip tion for the flag to enable HTTP pipelining.">
4743 Enable experimental pipelining of HTTP requests.
4744 </message>
4739 <message name="IDS_FLAGS_WEBUI_LOCK_NAME" desc="Title for the flag to use WebUI lock screen."> 4745 <message name="IDS_FLAGS_WEBUI_LOCK_NAME" desc="Title for the flag to use WebUI lock screen.">
4740 Use WebUI lock screen. 4746 Use WebUI lock screen.
4741 </message> 4747 </message>
4742 <message name="IDS_FLAGS_WEBUI_LOCK_DESCRIPTION" desc="Description for the flag to use WebUI lock screen."> 4748 <message name="IDS_FLAGS_WEBUI_LOCK_DESCRIPTION" desc="Description for the flag to use WebUI lock screen.">
4743 Use the experimental HTML implementation of the lock screen. 4749 Use the experimental HTML implementation of the lock screen.
4744 </message> 4750 </message>
4745 <message name="IDS_FLAGS_ENABLE_NTP_BOOKMARK_FEATURES_NAME" desc="Title fo r the flag to enable NTP bookmark features."> 4751 <message name="IDS_FLAGS_ENABLE_NTP_BOOKMARK_FEATURES_NAME" desc="Title fo r the flag to enable NTP bookmark features.">
4746 Enable NTP bookmark features 4752 Enable NTP bookmark features
4747 </message> 4753 </message>
4748 <message name="IDS_FLAGS_ENABLE_NTP_BOOKMARK_FEATURES_DESCRIPTION" desc="D escription for the flag to enable NTP bookmark features."> 4754 <message name="IDS_FLAGS_ENABLE_NTP_BOOKMARK_FEATURES_DESCRIPTION" desc="D escription for the flag to enable NTP bookmark features.">
(...skipping 9633 matching lines...) Expand 10 before | Expand all | Expand 10 after
14382 </messages> 14388 </messages>
14383 <structures fallback_to_english="true"> 14389 <structures fallback_to_english="true">
14384 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14390 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14385 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14391 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14386 </structure> 14392 </structure>
14387 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14393 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14388 </structure> 14394 </structure>
14389 </structures> 14395 </structures>
14390 </release> 14396 </release>
14391 </grit> 14397 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698