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

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

Issue 7067041: Add disable-gpu-vsync to about:flags (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 7 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') | 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. OS values are passed through from Python's sys.platform: 5 locale. OS values are passed through from Python's sys.platform:
6 6
7 win32 - Windows 7 win32 - Windows
8 darwin - Mac 8 darwin - Mac
9 linux2 - Linux (both Views and GTK+) 9 linux2 - Linux (both Views and GTK+)
10 10
(...skipping 4131 matching lines...) Expand 10 before | Expand all | Expand 10 after
4142 </message> 4142 </message>
4143 <message name="IDS_FLAGS_FORCE_COMPOSITING_MODE_DESCRIPTION" desc="Descrip tion of the 'Force compositing mode' lab."> 4143 <message name="IDS_FLAGS_FORCE_COMPOSITING_MODE_DESCRIPTION" desc="Descrip tion of the 'Force compositing mode' lab.">
4144 Uses GPU accelerated compositing on all pages, not just those that inclu de GPU-accelerated layers. 4144 Uses GPU accelerated compositing on all pages, not just those that inclu de GPU-accelerated layers.
4145 </message> 4145 </message>
4146 <message name="IDS_FLAGS_IGNORE_GPU_BLACKLIST_NAME" desc="Name of the 'Ign ore GPU blacklist' lab."> 4146 <message name="IDS_FLAGS_IGNORE_GPU_BLACKLIST_NAME" desc="Name of the 'Ign ore GPU blacklist' lab.">
4147 Override software rendering list 4147 Override software rendering list
4148 </message> 4148 </message>
4149 <message name="IDS_FLAGS_IGNORE_GPU_BLACKLIST_DESCRIPTION" desc="Descripti on of the 'Ignore GPU blacklist' lab."> 4149 <message name="IDS_FLAGS_IGNORE_GPU_BLACKLIST_DESCRIPTION" desc="Descripti on of the 'Ignore GPU blacklist' lab.">
4150 Overrides the built-in software rendering list and enables GPU-accelerat ion on unsupported system configurations. 4150 Overrides the built-in software rendering list and enables GPU-accelerat ion on unsupported system configurations.
4151 </message> 4151 </message>
4152 <message name="IDS_FLAGS_DISABLE_GPU_VSYNC_NAME" desc="Name of the 'Disabl e GPU VSync' lab.">
4153 Disable GPU VSync
4154 </message>
4155 <message name="IDS_FLAGS_DISABLE_GPU_VSYNC_DESCRIPTION" desc="Description of the 'Disable GPU VSync' lab.">
4156 Disables synchronization with the display's vertical refresh rate when G PU rendering. This allows frame rates to exceed
4157 60 hertz. While useful for benchmarking purposes, this also results in v isual tearing during rapid screen updates.
4158 </message>
4152 <message name="IDS_FLAGS_WEBAUDIO_NAME" desc="Name of the 'Web Audio' lab. "> 4159 <message name="IDS_FLAGS_WEBAUDIO_NAME" desc="Name of the 'Web Audio' lab. ">
4153 Web Audio 4160 Web Audio
4154 </message> 4161 </message>
4155 <message name="IDS_FLAGS_WEBAUDIO_DESCRIPTION" desc="Description of the 'W eb Audio' lab."> 4162 <message name="IDS_FLAGS_WEBAUDIO_DESCRIPTION" desc="Description of the 'W eb Audio' lab.">
4156 Enables the Web Audio API. 4163 Enables the Web Audio API.
4157 </message> 4164 </message>
4158 <message name="IDS_FLAGS_WEBGL_NAME" desc="Name of the 'WebGL' lab."> 4165 <message name="IDS_FLAGS_WEBGL_NAME" desc="Name of the 'WebGL' lab.">
4159 WebGL 4166 WebGL
4160 </message> 4167 </message>
4161 <message name="IDS_FLAGS_WEBGL_DESCRIPTION" desc="Description of the 'WebG L' lab."> 4168 <message name="IDS_FLAGS_WEBGL_DESCRIPTION" desc="Description of the 'WebG L' lab.">
(...skipping 8334 matching lines...) Expand 10 before | Expand all | Expand 10 after
12496 </includes> 12503 </includes>
12497 <structures fallback_to_english="true"> 12504 <structures fallback_to_english="true">
12498 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12505 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12499 </structure> 12506 </structure>
12500 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12507 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12501 </structure> 12508 </structure>
12502 </structures> 12509 </structures>
12503 12510
12504 </release> 12511 </release>
12505 </grit> 12512 </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