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

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: Rebase on master. 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') | content/public/common/content_switches.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 4698 matching lines...) Expand 10 before | Expand all | Expand 10 after
4709 </message> 4709 </message>
4710 <message name="IDS_FLAGS_ACCELERATED_COMPOSITING_DESCRIPTION" desc="Descri ption of the 'GPU Accelerated Compositing' lab."> 4710 <message name="IDS_FLAGS_ACCELERATED_COMPOSITING_DESCRIPTION" desc="Descri ption of the 'GPU Accelerated Compositing' lab.">
4711 Enables 3D CSS and higher performance compositing of webpages using Grap hics Processor Unit (GPU) hardware. 4711 Enables 3D CSS and higher performance compositing of webpages using Grap hics Processor Unit (GPU) hardware.
4712 </message> 4712 </message>
4713 <message name="IDS_FLAGS_COMPOSITED_LAYER_BORDERS" desc="Name of the 'Comp osited layer borders' lab."> 4713 <message name="IDS_FLAGS_COMPOSITED_LAYER_BORDERS" desc="Name of the 'Comp osited layer borders' lab.">
4714 Composited render layer borders 4714 Composited render layer borders
4715 </message> 4715 </message>
4716 <message name="IDS_FLAGS_COMPOSITED_LAYER_BORDERS_DESCRIPTION" desc="Descr iption of the 'Composited layer borders' lab."> 4716 <message name="IDS_FLAGS_COMPOSITED_LAYER_BORDERS_DESCRIPTION" desc="Descr iption of the 'Composited layer borders' lab.">
4717 Renders a border around composited Render Layers to help debug and study layer compositing. 4717 Renders a border around composited Render Layers to help debug and study layer compositing.
4718 </message> 4718 </message>
4719 <message name="IDS_FLAGS_ACCELERATED_DRAWING_NAME" desc="Title for the fla g to enable accelerated drawing"> 4719 <message name="IDS_FLAGS_ACCELERATED_PAINTING_NAME" desc="Title for the fl ag to enable accelerated painting">
4720 GPU Accelerated Drawing 4720 GPU Accelerated Painting
4721 </message> 4721 </message>
4722 <message name="IDS_FLAGS_ACCELERATED_DRAWING_DESCRIPTION" desc="Descriptio n for the flag to enable accelerated drawing"> 4722 <message name="IDS_FLAGS_ACCELERATED_PAINTING_DESCRIPTION" desc="Descripti on for the flag to enable accelerated painting">
4723 Enable GPU accelerated drawing of page contents when compositing is enab led. 4723 Enable GPU accelerated painting of page contents when compositing is ena bled.
4724 </message> 4724 </message>
4725 <message name="IDS_FLAGS_SHOW_FPS_COUNTER" desc="Name of the 'Show FPS cou nter' lab."> 4725 <message name="IDS_FLAGS_SHOW_FPS_COUNTER" desc="Name of the 'Show FPS cou nter' lab.">
4726 FPS counter 4726 FPS counter
4727 </message> 4727 </message>
4728 <message name="IDS_FLAGS_SHOW_FPS_COUNTER_DESCRIPTION" desc="Description o f the 'Show FPS counter' lab."> 4728 <message name="IDS_FLAGS_SHOW_FPS_COUNTER_DESCRIPTION" desc="Description o f the 'Show FPS counter' lab.">
4729 Shows a page's actual frame rate, in frames per second, when hardware ac celeration is active. 4729 Shows a page's actual frame rate, in frames per second, when hardware ac celeration is active.
4730 </message> 4730 </message>
4731 <message name="IDS_FLAGS_COMPOSITE_TO_TEXTURE_NAME" desc="Name of the 'Off screen Compositing' lab."> 4731 <message name="IDS_FLAGS_COMPOSITE_TO_TEXTURE_NAME" desc="Name of the 'Off screen Compositing' lab.">
4732 Composite to Texture 4732 Composite to Texture
4733 </message> 4733 </message>
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
4971 </message> 4971 </message>
4972 <message name="IDS_FLAGS_ENABLE_PLATFORM_APPS_DESCRIPTION" desc="Descripti on for the flag to enable platform apps."> 4972 <message name="IDS_FLAGS_ENABLE_PLATFORM_APPS_DESCRIPTION" desc="Descripti on for the flag to enable platform apps.">
4973 Enable advanced application capabilities. 4973 Enable advanced application capabilities.
4974 </message> 4974 </message>
4975 <message name="IDS_FLAGS_ENABLE_GAMEPAD_NAME" desc="Title for the flag to enable gamepad support."> 4975 <message name="IDS_FLAGS_ENABLE_GAMEPAD_NAME" desc="Title for the flag to enable gamepad support.">
4976 Enable Gamepad 4976 Enable Gamepad
4977 </message> 4977 </message>
4978 <message name="IDS_FLAGS_ENABLE_GAMEPAD_DESCRIPTION" desc="Description for the flag to enable gamepad support."> 4978 <message name="IDS_FLAGS_ENABLE_GAMEPAD_DESCRIPTION" desc="Description for the flag to enable gamepad support.">
4979 This API allows web applications to access data from gamepad devices con nected to the system. 4979 This API allows web applications to access data from gamepad devices con nected to the system.
4980 </message> 4980 </message>
4981 <message name="IDS_FLAGS_PER_TILE_PAINTING_NAME" desc="Title for the flag to enable per-tile painting">
4982 Per-tile Painting
4983 </message>
4984 <message name="IDS_FLAGS_PER_TILE_PAINTING_DESCRIPTION" desc="Description for the flag to enable per-tile painting">
4985 Enable per-tile painting of page contents when compositing is enabled.
4986 </message>
4981 4987
4982 <!-- Crashes --> 4988 <!-- Crashes -->
4983 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e."> 4989 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e.">
4984 Crashes 4990 Crashes
4985 </message> 4991 </message>
4986 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes"> 4992 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes">
4987 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>) 4993 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>)
4988 </message> 4994 </message>
4989 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes"> 4995 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes">
4990 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph> 4996 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph>
(...skipping 9746 matching lines...) Expand 10 before | Expand all | Expand 10 after
14737 </messages> 14743 </messages>
14738 <structures fallback_to_english="true"> 14744 <structures fallback_to_english="true">
14739 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14745 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14740 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14746 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14741 </structure> 14747 </structure>
14742 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14748 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14743 </structure> 14749 </structure>
14744 </structures> 14750 </structures>
14745 </release> 14751 </release>
14746 </grit> 14752 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | content/public/common/content_switches.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698