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

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 unit tests Created 9 years, 4 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 4427 matching lines...) Expand 10 before | Expand all | Expand 10 after
4438 </message> 4438 </message>
4439 <message name="IDS_FLAGS_ENABLE_ADDITIONAL_AUTOFILL_FEEDBACK_DESCRIPTION" desc="Description for the flag to enable prompts for Autofill feedback"> 4439 <message name="IDS_FLAGS_ENABLE_ADDITIONAL_AUTOFILL_FEEDBACK_DESCRIPTION" desc="Description for the flag to enable prompts for Autofill feedback">
4440 Help improve Autofill. With this enabled, Chrome will occasionally prom pt you to send additional feedback to the Autofill team. 4440 Help improve Autofill. With this enabled, Chrome will occasionally prom pt you to send additional feedback to the Autofill team.
4441 </message> 4441 </message>
4442 <message name="IDS_FLAGS_ENABLE_PANELS_NAME" desc="Name of the 'Enable Pan els' lab."> 4442 <message name="IDS_FLAGS_ENABLE_PANELS_NAME" desc="Name of the 'Enable Pan els' lab.">
4443 Panels 4443 Panels
4444 </message> 4444 </message>
4445 <message name="IDS_FLAGS_ENABLE_PANELS_DESCRIPTION" desc="Description for the flag to enable Panel windows."> 4445 <message name="IDS_FLAGS_ENABLE_PANELS_DESCRIPTION" desc="Description for the flag to enable Panel windows.">
4446 Enable experimental extensions to open Panel windows outside of the brow ser frame. 4446 Enable experimental extensions to open Panel windows outside of the brow ser frame.
4447 </message> 4447 </message>
4448 <message name="IDS_FLAGS_ENABLE_HTTP_PIPELINING_NAME" desc="Title for the flag to enable HTTP pipelining">
4449 HTTP Pipelining
4450 </message>
4451 <message name="IDS_FLAGS_ENABLE_HTTP_PIPELINING_DESCRIPTION" desc="Descrip tion for the flag to enable HTTP pipelining.">
4452 Enable experimental pipelining of HTTP requests.
4453 </message>
4448 4454
4449 <!-- Crashes --> 4455 <!-- Crashes -->
4450 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e."> 4456 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e.">
4451 Crashes 4457 Crashes
4452 </message> 4458 </message>
4453 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes"> 4459 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes">
4454 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>) 4460 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>)
4455 </message> 4461 </message>
4456 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes"> 4462 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes">
4457 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph> 4463 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph>
(...skipping 8870 matching lines...) Expand 10 before | Expand all | Expand 10 after
13328 </includes> 13334 </includes>
13329 <structures fallback_to_english="true"> 13335 <structures fallback_to_english="true">
13330 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13336 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13331 </structure> 13337 </structure>
13332 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13338 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13333 </structure> 13339 </structure>
13334 </structures> 13340 </structures>
13335 13341
13336 </release> 13342 </release>
13337 </grit> 13343 </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