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

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

Issue 7064032: Turns on the gpu accelerated canvas by default (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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_ACCELERATED_CANVAS_2D_NAME" desc="Name of the 'GP U Accelerated Canvas 2D' lab.">
4153 GPU Accelerated Canvas 2D
4154 </message>
4155 <message name="IDS_FLAGS_ACCELERATED_CANVAS_2D_DESCRIPTION" desc="Descript ion of the 'GPU Accelerated Canvas 2D' lab.">
4156 Enables higher performance of canvas tags with a 2D context by rendering using Graphics Processor Unit (GPU) hardware.
4157 </message>
4158 <message name="IDS_FLAGS_WEBAUDIO_NAME" desc="Name of the 'Web Audio' lab. "> 4152 <message name="IDS_FLAGS_WEBAUDIO_NAME" desc="Name of the 'Web Audio' lab. ">
4159 Web Audio 4153 Web Audio
4160 </message> 4154 </message>
4161 <message name="IDS_FLAGS_WEBAUDIO_DESCRIPTION" desc="Description of the 'W eb Audio' lab."> 4155 <message name="IDS_FLAGS_WEBAUDIO_DESCRIPTION" desc="Description of the 'W eb Audio' lab.">
4162 Enables the Web Audio API. 4156 Enables the Web Audio API.
4163 </message> 4157 </message>
4164 <message name="IDS_FLAGS_WEBGL_NAME" desc="Name of the 'WebGL' lab."> 4158 <message name="IDS_FLAGS_WEBGL_NAME" desc="Name of the 'WebGL' lab.">
4165 WebGL 4159 WebGL
4166 </message> 4160 </message>
4167 <message name="IDS_FLAGS_WEBGL_DESCRIPTION" desc="Description of the 'WebG L' lab."> 4161 <message name="IDS_FLAGS_WEBGL_DESCRIPTION" desc="Description of the 'WebG L' lab.">
(...skipping 8311 matching lines...) Expand 10 before | Expand all | Expand 10 after
12479 </includes> 12473 </includes>
12480 <structures fallback_to_english="true"> 12474 <structures fallback_to_english="true">
12481 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12475 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12482 </structure> 12476 </structure>
12483 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12477 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12484 </structure> 12478 </structure>
12485 </structures> 12479 </structures>
12486 12480
12487 </release> 12481 </release>
12488 </grit> 12482 </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