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

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: Fix trybot issues 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
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 4623 matching lines...) Expand 10 before | Expand all | Expand 10 after
4634 </message> 4634 </message>
4635 <message name="IDS_FLAGS_DISABLE_WEBGL_DESCRIPTION" desc="Description for the flag to disable WebGL."> 4635 <message name="IDS_FLAGS_DISABLE_WEBGL_DESCRIPTION" desc="Description for the flag to disable WebGL.">
4636 Disable WebGL. 4636 Disable WebGL.
4637 </message> 4637 </message>
4638 <message name="IDS_FLAGS_USE_MORE_WEBUI_NAME" desc="Title for the flag to use more WebUI."> 4638 <message name="IDS_FLAGS_USE_MORE_WEBUI_NAME" desc="Title for the flag to use more WebUI.">
4639 Enable experimental WebUI 4639 Enable experimental WebUI
4640 </message> 4640 </message>
4641 <message name="IDS_FLAGS_USE_MORE_WEBUI_DESCRIPTION" desc="Description for the flag to use more WebUI."> 4641 <message name="IDS_FLAGS_USE_MORE_WEBUI_DESCRIPTION" desc="Description for the flag to use more WebUI.">
4642 Enable experimental HTML implementations of some minor UI components suc h as various dialogs. 4642 Enable experimental HTML implementations of some minor UI components suc h as various dialogs.
4643 </message> 4643 </message>
4644 <message name="IDS_FLAGS_ENABLE_HTTP_PIPELINING_NAME" desc="Title for the flag to enable HTTP pipelining">
4645 HTTP Pipelining
4646 </message>
4647 <message name="IDS_FLAGS_ENABLE_HTTP_PIPELINING_DESCRIPTION" desc="Descrip tion for the flag to enable HTTP pipelining.">
4648 Enable experimental pipelining of HTTP requests.
4649 </message>
4644 <message name="IDS_FLAGS_ENABLE_NTP_BOOKMARK_FEATURES_NAME" desc="Title fo r the flag to enable NTP bookmark features."> 4650 <message name="IDS_FLAGS_ENABLE_NTP_BOOKMARK_FEATURES_NAME" desc="Title fo r the flag to enable NTP bookmark features.">
4645 Enable NTP bookmark features 4651 Enable NTP bookmark features
4646 </message> 4652 </message>
4647 <message name="IDS_FLAGS_ENABLE_NTP_BOOKMARK_FEATURES_DESCRIPTION" desc="D escription for the flag to enable NTP bookmark features."> 4653 <message name="IDS_FLAGS_ENABLE_NTP_BOOKMARK_FEATURES_DESCRIPTION" desc="D escription for the flag to enable NTP bookmark features.">
4648 Enable experimental bookmark features within the NewTabPage. 4654 Enable experimental bookmark features within the NewTabPage.
4649 </message> 4655 </message>
4650 <message name="IDS_FLAGS_ENABLE_VIDEO_TRACK_NAME" desc="Title for the flag to enable the &lt;track&gt; element for &lt;video&gt; elements."> 4656 <message name="IDS_FLAGS_ENABLE_VIDEO_TRACK_NAME" desc="Title for the flag to enable the &lt;track&gt; element for &lt;video&gt; elements.">
4651 Enable &lt;track&gt; element. 4657 Enable &lt;track&gt; element.
4652 </message> 4658 </message>
4653 <message name="IDS_FLAGS_ENABLE_VIDEO_TRACK_DESCRIPTION" desc="Title for t he flag to enable the track element for captions on &lt;videos&gt; elements."> 4659 <message name="IDS_FLAGS_ENABLE_VIDEO_TRACK_DESCRIPTION" desc="Title for t he flag to enable the track element for captions on &lt;videos&gt; elements.">
(...skipping 9413 matching lines...) Expand 10 before | Expand all | Expand 10 after
14067 </messages> 14073 </messages>
14068 <structures fallback_to_english="true"> 14074 <structures fallback_to_english="true">
14069 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14075 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14070 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14076 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14071 </structure> 14077 </structure>
14072 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14078 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14073 </structure> 14079 </structure>
14074 </structures> 14080 </structures>
14075 </release> 14081 </release>
14076 </grit> 14082 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | net/http/http_pipelined_connection_impl_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698