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

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: Change pool API 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 4568 matching lines...) Expand 10 before | Expand all | Expand 10 after
4579 </message> 4579 </message>
4580 <message name="IDS_FLAGS_DISABLE_WEBGL_DESCRIPTION" desc="Description for the flag to disable WebGL."> 4580 <message name="IDS_FLAGS_DISABLE_WEBGL_DESCRIPTION" desc="Description for the flag to disable WebGL.">
4581 Disable WebGL. 4581 Disable WebGL.
4582 </message> 4582 </message>
4583 <message name="IDS_FLAGS_USE_MORE_WEBUI_NAME" desc="Title for the flag to use more WebUI."> 4583 <message name="IDS_FLAGS_USE_MORE_WEBUI_NAME" desc="Title for the flag to use more WebUI.">
4584 Enable experimental WebUI 4584 Enable experimental WebUI
4585 </message> 4585 </message>
4586 <message name="IDS_FLAGS_USE_MORE_WEBUI_DESCRIPTION" desc="Description for the flag to use more WebUI."> 4586 <message name="IDS_FLAGS_USE_MORE_WEBUI_DESCRIPTION" desc="Description for the flag to use more WebUI.">
4587 Enable experimental HTML implementations of some minor UI components suc h as various dialogs. 4587 Enable experimental HTML implementations of some minor UI components suc h as various dialogs.
4588 </message> 4588 </message>
4589 <message name="IDS_FLAGS_ENABLE_HTTP_PIPELINING_NAME" desc="Title for the flag to enable HTTP pipelining">
4590 HTTP Pipelining
4591 </message>
4592 <message name="IDS_FLAGS_ENABLE_HTTP_PIPELINING_DESCRIPTION" desc="Descrip tion for the flag to enable HTTP pipelining.">
4593 Enable experimental pipelining of HTTP requests.
4594 </message>
4589 4595
4590 <!-- Crashes --> 4596 <!-- Crashes -->
4591 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e."> 4597 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e.">
4592 Crashes 4598 Crashes
4593 </message> 4599 </message>
4594 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes"> 4600 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes">
4595 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>) 4601 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>)
4596 </message> 4602 </message>
4597 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes"> 4603 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes">
4598 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph> 4604 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph>
(...skipping 9168 matching lines...) Expand 10 before | Expand all | Expand 10 after
13767 </messages> 13773 </messages>
13768 <structures fallback_to_english="true"> 13774 <structures fallback_to_english="true">
13769 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 13775 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
13770 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13776 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13771 </structure> 13777 </structure>
13772 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13778 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13773 </structure> 13779 </structure>
13774 </structures> 13780 </structures>
13775 </release> 13781 </release>
13776 </grit> 13782 </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