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

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 races 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') | net/http/http_network_transaction.cc » ('J')
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 4612 matching lines...) Expand 10 before | Expand all | Expand 10 after
4623 </message> 4623 </message>
4624 <message name="IDS_FLAGS_DISABLE_WEBGL_DESCRIPTION" desc="Description for the flag to disable WebGL."> 4624 <message name="IDS_FLAGS_DISABLE_WEBGL_DESCRIPTION" desc="Description for the flag to disable WebGL.">
4625 Disable WebGL. 4625 Disable WebGL.
4626 </message> 4626 </message>
4627 <message name="IDS_FLAGS_USE_MORE_WEBUI_NAME" desc="Title for the flag to use more WebUI."> 4627 <message name="IDS_FLAGS_USE_MORE_WEBUI_NAME" desc="Title for the flag to use more WebUI.">
4628 Enable experimental WebUI 4628 Enable experimental WebUI
4629 </message> 4629 </message>
4630 <message name="IDS_FLAGS_USE_MORE_WEBUI_DESCRIPTION" desc="Description for the flag to use more WebUI."> 4630 <message name="IDS_FLAGS_USE_MORE_WEBUI_DESCRIPTION" desc="Description for the flag to use more WebUI.">
4631 Enable experimental HTML implementations of some minor UI components suc h as various dialogs. 4631 Enable experimental HTML implementations of some minor UI components suc h as various dialogs.
4632 </message> 4632 </message>
4633 <message name="IDS_FLAGS_ENABLE_HTTP_PIPELINING_NAME" desc="Title for the flag to enable HTTP pipelining">
4634 HTTP Pipelining
4635 </message>
4636 <message name="IDS_FLAGS_ENABLE_HTTP_PIPELINING_DESCRIPTION" desc="Descrip tion for the flag to enable HTTP pipelining.">
4637 Enable experimental pipelining of HTTP requests.
4638 </message>
4633 <message name="IDS_FLAGS_ENABLE_NTP_BOOKMARK_FEATURES_NAME" desc="Title fo r the flag to enable NTP bookmark features."> 4639 <message name="IDS_FLAGS_ENABLE_NTP_BOOKMARK_FEATURES_NAME" desc="Title fo r the flag to enable NTP bookmark features.">
4634 Enable NTP bookmark features 4640 Enable NTP bookmark features
4635 </message> 4641 </message>
4636 <message name="IDS_FLAGS_ENABLE_NTP_BOOKMARK_FEATURES_DESCRIPTION" desc="D escription for the flag to enable NTP bookmark features."> 4642 <message name="IDS_FLAGS_ENABLE_NTP_BOOKMARK_FEATURES_DESCRIPTION" desc="D escription for the flag to enable NTP bookmark features.">
4637 Enable experimental bookmark features within the NewTabPage. 4643 Enable experimental bookmark features within the NewTabPage.
4638 </message> 4644 </message>
4639 <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."> 4645 <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.">
4640 Enable &lt;track&gt; element. 4646 Enable &lt;track&gt; element.
4641 </message> 4647 </message>
4642 <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."> 4648 <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 9404 matching lines...) Expand 10 before | Expand all | Expand 10 after
14047 </messages> 14053 </messages>
14048 <structures fallback_to_english="true"> 14054 <structures fallback_to_english="true">
14049 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14055 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14050 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14056 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14051 </structure> 14057 </structure>
14052 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14058 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14053 </structure> 14059 </structure>
14054 </structures> 14060 </structures>
14055 </release> 14061 </release>
14056 </grit> 14062 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | net/http/http_network_transaction.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698