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

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 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') | no next file with comments »
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 4712 matching lines...) Expand 10 before | Expand all | Expand 10 after
4723 </message> 4723 </message>
4724 <message name="IDS_FLAGS_ACCELERATED_COMPOSITING_DESCRIPTION" desc="Descri ption of the 'GPU Accelerated Compositing' lab."> 4724 <message name="IDS_FLAGS_ACCELERATED_COMPOSITING_DESCRIPTION" desc="Descri ption of the 'GPU Accelerated Compositing' lab.">
4725 Enables 3D CSS and higher performance compositing of webpages using Grap hics Processor Unit (GPU) hardware. 4725 Enables 3D CSS and higher performance compositing of webpages using Grap hics Processor Unit (GPU) hardware.
4726 </message> 4726 </message>
4727 <message name="IDS_FLAGS_COMPOSITED_LAYER_BORDERS" desc="Name of the 'Comp osited layer borders' lab."> 4727 <message name="IDS_FLAGS_COMPOSITED_LAYER_BORDERS" desc="Name of the 'Comp osited layer borders' lab.">
4728 Composited render layer borders 4728 Composited render layer borders
4729 </message> 4729 </message>
4730 <message name="IDS_FLAGS_COMPOSITED_LAYER_BORDERS_DESCRIPTION" desc="Descr iption of the 'Composited layer borders' lab."> 4730 <message name="IDS_FLAGS_COMPOSITED_LAYER_BORDERS_DESCRIPTION" desc="Descr iption of the 'Composited layer borders' lab.">
4731 Renders a border around composited Render Layers to help debug and study layer compositing. 4731 Renders a border around composited Render Layers to help debug and study layer compositing.
4732 </message> 4732 </message>
4733 <message name="IDS_FLAGS_ACCELERATED_DRAWING_NAME" desc="Title for the fla g to enable accelerated drawing"> 4733 <message name="IDS_FLAGS_ACCELERATED_PAINTING_NAME" desc="Title for the fl ag to enable accelerated painting">
4734 GPU Accelerated Drawing 4734 GPU Accelerated Painting
4735 </message> 4735 </message>
4736 <message name="IDS_FLAGS_ACCELERATED_DRAWING_DESCRIPTION" desc="Descriptio n for the flag to enable accelerated drawing"> 4736 <message name="IDS_FLAGS_ACCELERATED_PAINTING_DESCRIPTION" desc="Descripti on for the flag to enable accelerated painting">
4737 Enable GPU accelerated drawing of page contents when compositing is enab led. 4737 Enable GPU accelerated painting of page contents when compositing is ena bled.
4738 </message> 4738 </message>
4739 <message name="IDS_FLAGS_SHOW_FPS_COUNTER" desc="Name of the 'Show FPS cou nter' lab."> 4739 <message name="IDS_FLAGS_SHOW_FPS_COUNTER" desc="Name of the 'Show FPS cou nter' lab.">
4740 FPS counter 4740 FPS counter
4741 </message> 4741 </message>
4742 <message name="IDS_FLAGS_SHOW_FPS_COUNTER_DESCRIPTION" desc="Description o f the 'Show FPS counter' lab."> 4742 <message name="IDS_FLAGS_SHOW_FPS_COUNTER_DESCRIPTION" desc="Description o f the 'Show FPS counter' lab.">
4743 Shows a page's actual frame rate, in frames per second, when hardware ac celeration is active. 4743 Shows a page's actual frame rate, in frames per second, when hardware ac celeration is active.
4744 </message> 4744 </message>
4745 <message name="IDS_FLAGS_COMPOSITE_TO_TEXTURE_NAME" desc="Name of the 'Off screen Compositing' lab."> 4745 <message name="IDS_FLAGS_COMPOSITE_TO_TEXTURE_NAME" desc="Name of the 'Off screen Compositing' lab.">
4746 Composite to Texture 4746 Composite to Texture
4747 </message> 4747 </message>
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
4997 </message> 4997 </message>
4998 <message name="IDS_FLAGS_ENABLE_PLATFORM_APPS_DESCRIPTION" desc="Descripti on for the flag to enable platform apps."> 4998 <message name="IDS_FLAGS_ENABLE_PLATFORM_APPS_DESCRIPTION" desc="Descripti on for the flag to enable platform apps.">
4999 Enable advanced application capabilities. 4999 Enable advanced application capabilities.
5000 </message> 5000 </message>
5001 <message name="IDS_FLAGS_ENABLE_GAMEPAD_NAME" desc="Title for the flag to enable gamepad support."> 5001 <message name="IDS_FLAGS_ENABLE_GAMEPAD_NAME" desc="Title for the flag to enable gamepad support.">
5002 Enable Gamepad 5002 Enable Gamepad
5003 </message> 5003 </message>
5004 <message name="IDS_FLAGS_ENABLE_GAMEPAD_DESCRIPTION" desc="Description for the flag to enable gamepad support."> 5004 <message name="IDS_FLAGS_ENABLE_GAMEPAD_DESCRIPTION" desc="Description for the flag to enable gamepad support.">
5005 This API allows web applications to access data from gamepad devices con nected to the system. 5005 This API allows web applications to access data from gamepad devices con nected to the system.
5006 </message> 5006 </message>
5007 <message name="IDS_FLAGS_PER_TILE_PAINTING_NAME" desc="Title for the flag to enable per-tile painting">
5008 Per-tile Painting
5009 </message>
5010 <message name="IDS_FLAGS_PER_TILE_PAINTING_DESCRIPTION" desc="Description for the flag to enable per-tile painting">
5011 Enable per-tile painting of page contents when compositing is enabled.
5012 </message>
5007 5013
5008 <!-- Crashes --> 5014 <!-- Crashes -->
5009 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e."> 5015 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e.">
5010 Crashes 5016 Crashes
5011 </message> 5017 </message>
5012 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes"> 5018 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes">
5013 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>) 5019 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>)
5014 </message> 5020 </message>
5015 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes"> 5021 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes">
5016 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph> 5022 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph>
(...skipping 9769 matching lines...) Expand 10 before | Expand all | Expand 10 after
14786 </messages> 14792 </messages>
14787 <structures fallback_to_english="true"> 14793 <structures fallback_to_english="true">
14788 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14794 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14789 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14795 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14790 </structure> 14796 </structure>
14791 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14797 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14792 </structure> 14798 </structure>
14793 </structures> 14799 </structures>
14794 </release> 14800 </release>
14795 </grit> 14801 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698