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

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: Added about:flags entry Created 9 years, 5 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_pipelined_connection.h » ('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 4380 matching lines...) Expand 10 before | Expand all | Expand 10 after
4391 <message name="IDS_FLAGS_ENABLE_ADDITIONAL_AUTOFILL_FEEDBACK_DESCRIPTION" desc="Description for the flag to enable prompts for Autofill feedback"> 4391 <message name="IDS_FLAGS_ENABLE_ADDITIONAL_AUTOFILL_FEEDBACK_DESCRIPTION" desc="Description for the flag to enable prompts for Autofill feedback">
4392 Help improve Autofill. With this enabled, Chrome will occasionally prom pt you to send additional feedback to the Autofill team. 4392 Help improve Autofill. With this enabled, Chrome will occasionally prom pt you to send additional feedback to the Autofill team.
4393 </message> 4393 </message>
4394 <message name="IDS_FLAGS_ENABLE_PANELS_NAME" desc="Name of the 'Enable Pan e 4394 <message name="IDS_FLAGS_ENABLE_PANELS_NAME" desc="Name of the 'Enable Pan e
4395 ls' lab."> 4395 ls' lab.">
4396 Panels 4396 Panels
4397 </message> 4397 </message>
4398 <message name="IDS_FLAGS_ENABLE_PANELS_DESCRIPTION" desc="Description for the flag to enable Panel windows."> 4398 <message name="IDS_FLAGS_ENABLE_PANELS_DESCRIPTION" desc="Description for the flag to enable Panel windows.">
4399 Enable experimental extensions to open Panel windows outside of the brow ser frame. 4399 Enable experimental extensions to open Panel windows outside of the brow ser frame.
4400 </message> 4400 </message>
4401 <message name="IDS_FLAGS_ENABLE_HTTP_PIPELINING_NAME" desc="Title for the flag to enable HTTP pipelining">
4402 HTTP Pipelining
4403 </message>
4404 <message name="IDS_FLAGS_ENABLE_HTTP_PIPELINING_DESCRIPTION" desc="Descrip tion for the flag to enable HTTP pipelining.">
4405 Enable experimental pipelining of HTTP requests.
4406 </message>
4401 4407
4402 <!-- Crashes --> 4408 <!-- Crashes -->
4403 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e."> 4409 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e.">
4404 Crashes 4410 Crashes
4405 </message> 4411 </message>
4406 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes"> 4412 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes">
4407 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>) 4413 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>)
4408 </message> 4414 </message>
4409 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes"> 4415 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes">
4410 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph> 4416 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph>
(...skipping 8591 matching lines...) Expand 10 before | Expand all | Expand 10 after
13002 </includes> 13008 </includes>
13003 <structures fallback_to_english="true"> 13009 <structures fallback_to_english="true">
13004 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13010 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13005 </structure> 13011 </structure>
13006 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13012 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13007 </structure> 13013 </structure>
13008 </structures> 13014 </structures>
13009 13015
13010 </release> 13016 </release>
13011 </grit> 13017 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | net/http/http_pipelined_connection.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698