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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 8771056: Add a command-line switch --enable-per-tile-painting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: enable-per-tile-painting -> enable-per-tile-drawing Created 9 years 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 4945 matching lines...) Expand 10 before | Expand all | Expand 10 after
4956 </message> 4956 </message>
4957 <message name="IDS_FLAGS_ENABLE_PLATFORM_APPS_DESCRIPTION" desc="Descripti on for the flag to enable platform apps."> 4957 <message name="IDS_FLAGS_ENABLE_PLATFORM_APPS_DESCRIPTION" desc="Descripti on for the flag to enable platform apps.">
4958 Enable advanced application capabilities. 4958 Enable advanced application capabilities.
4959 </message> 4959 </message>
4960 <message name="IDS_FLAGS_ENABLE_GAMEPAD_NAME" desc="Title for the flag to enable gamepad support."> 4960 <message name="IDS_FLAGS_ENABLE_GAMEPAD_NAME" desc="Title for the flag to enable gamepad support.">
4961 Enable Gamepad 4961 Enable Gamepad
4962 </message> 4962 </message>
4963 <message name="IDS_FLAGS_ENABLE_GAMEPAD_DESCRIPTION" desc="Description for the flag to enable gamepad support."> 4963 <message name="IDS_FLAGS_ENABLE_GAMEPAD_DESCRIPTION" desc="Description for the flag to enable gamepad support.">
4964 This API allows web applications to access data from gamepad devices con nected to the system. 4964 This API allows web applications to access data from gamepad devices con nected to the system.
4965 </message> 4965 </message>
4966 <message name="IDS_FLAGS_PER_TILE_DRAWING_NAME" desc="Title for the flag t o enable per-tile drawing">
4967 Per-tile Drawing
4968 </message>
4969 <message name="IDS_FLAGS_PER_TILE_DRAWING_DESCRIPTION" desc="Description f or the flag to enable per-tile drawing">
4970 Enable per-tile drawing of page contents when compositing is enabled.
4971 </message>
4966 4972
4967 <!-- Crashes --> 4973 <!-- Crashes -->
4968 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e."> 4974 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e.">
4969 Crashes 4975 Crashes
4970 </message> 4976 </message>
4971 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes"> 4977 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes">
4972 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>) 4978 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>)
4973 </message> 4979 </message>
4974 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes"> 4980 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes">
4975 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph> 4981 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph>
(...skipping 9749 matching lines...) Expand 10 before | Expand all | Expand 10 after
14725 </messages> 14731 </messages>
14726 <structures fallback_to_english="true"> 14732 <structures fallback_to_english="true">
14727 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14733 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14728 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14734 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14729 </structure> 14735 </structure>
14730 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14736 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14731 </structure> 14737 </structure>
14732 </structures> 14738 </structures>
14733 </release> 14739 </release>
14734 </grit> 14740 </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