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

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: Fixed transaction. Created 9 years, 3 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') | chrome/browser/about_flags.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 4585 matching lines...) Expand 10 before | Expand all | Expand 10 after
4596 </message> 4596 </message>
4597 <message name="IDS_FLAGS_ENABLE_ADDITIONAL_AUTOFILL_FEEDBACK_DESCRIPTION" desc="Description for the flag to enable prompts for Autofill feedback"> 4597 <message name="IDS_FLAGS_ENABLE_ADDITIONAL_AUTOFILL_FEEDBACK_DESCRIPTION" desc="Description for the flag to enable prompts for Autofill feedback">
4598 Help improve Autofill. With this enabled, Chrome will occasionally prom pt you to send additional feedback to the Autofill team. 4598 Help improve Autofill. With this enabled, Chrome will occasionally prom pt you to send additional feedback to the Autofill team.
4599 </message> 4599 </message>
4600 <message name="IDS_FLAGS_ENABLE_PANELS_NAME" desc="Name of the 'Enable Pan els' lab."> 4600 <message name="IDS_FLAGS_ENABLE_PANELS_NAME" desc="Name of the 'Enable Pan els' lab.">
4601 Panels 4601 Panels
4602 </message> 4602 </message>
4603 <message name="IDS_FLAGS_ENABLE_PANELS_DESCRIPTION" desc="Description for the flag to enable Panel windows."> 4603 <message name="IDS_FLAGS_ENABLE_PANELS_DESCRIPTION" desc="Description for the flag to enable Panel windows.">
4604 Enable experimental extensions to open Panel windows outside of the brow ser frame. 4604 Enable experimental extensions to open Panel windows outside of the brow ser frame.
4605 </message> 4605 </message>
4606 <message name="IDS_FLAGS_ENABLE_HTTP_PIPELINING_NAME" desc="Title for the flag to enable HTTP pipelining">
4607 HTTP Pipelining
4608 </message>
4609 <message name="IDS_FLAGS_ENABLE_HTTP_PIPELINING_DESCRIPTION" desc="Descrip tion for the flag to enable HTTP pipelining.">
4610 Enable experimental pipelining of HTTP requests.
4611 </message>
4606 4612
4607 <!-- Crashes --> 4613 <!-- Crashes -->
4608 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e."> 4614 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e.">
4609 Crashes 4615 Crashes
4610 </message> 4616 </message>
4611 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes"> 4617 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes">
4612 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>) 4618 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>)
4613 </message> 4619 </message>
4614 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes"> 4620 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes">
4615 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph> 4621 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph>
(...skipping 9063 matching lines...) Expand 10 before | Expand all | Expand 10 after
13679 </messages> 13685 </messages>
13680 <structures fallback_to_english="true"> 13686 <structures fallback_to_english="true">
13681 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 13687 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
13682 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13688 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13683 </structure> 13689 </structure>
13684 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13690 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13685 </structure> 13691 </structure>
13686 </structures> 13692 </structures>
13687 </release> 13693 </release>
13688 </grit> 13694 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/about_flags.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698