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

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

Issue 8474007: Disable accelerated 2d canvas and put it back as an option in about:flags. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/912/src/
Patch Set: Created 9 years, 1 month 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 4532 matching lines...) Expand 10 before | Expand all | Expand 10 after
4543 <message name="IDS_FLAGS_IGNORE_GPU_BLACKLIST_DESCRIPTION" desc="Descripti on of the 'Ignore GPU blacklist' lab."> 4543 <message name="IDS_FLAGS_IGNORE_GPU_BLACKLIST_DESCRIPTION" desc="Descripti on of the 'Ignore GPU blacklist' lab.">
4544 Overrides the built-in software rendering list and enables GPU-accelerat ion on unsupported system configurations. 4544 Overrides the built-in software rendering list and enables GPU-accelerat ion on unsupported system configurations.
4545 </message> 4545 </message>
4546 <message name="IDS_FLAGS_DISABLE_GPU_VSYNC_NAME" desc="Name of the 'Disabl e GPU VSync' lab."> 4546 <message name="IDS_FLAGS_DISABLE_GPU_VSYNC_NAME" desc="Name of the 'Disabl e GPU VSync' lab.">
4547 Disable GPU VSync 4547 Disable GPU VSync
4548 </message> 4548 </message>
4549 <message name="IDS_FLAGS_DISABLE_GPU_VSYNC_DESCRIPTION" desc="Description of the 'Disable GPU VSync' lab."> 4549 <message name="IDS_FLAGS_DISABLE_GPU_VSYNC_DESCRIPTION" desc="Description of the 'Disable GPU VSync' lab.">
4550 Disables synchronization with the display's vertical refresh rate when G PU rendering. This allows frame rates to exceed 4550 Disables synchronization with the display's vertical refresh rate when G PU rendering. This allows frame rates to exceed
4551 60 hertz. While useful for benchmarking purposes, this also results in v isual tearing during rapid screen updates. 4551 60 hertz. While useful for benchmarking purposes, this also results in v isual tearing during rapid screen updates.
4552 </message> 4552 </message>
4553 <message name="IDS_FLAGS_ACCELERATED_CANVAS_2D_NAME" desc="Name of the 'GP U Accelerated Canvas 2D' lab.">
4554 GPU Accelerated Canvas 2D
4555 </message>
4556 <message name="IDS_FLAGS_ACCELERATED_CANVAS_2D_DESCRIPTION" desc="Descript ion of the 'GPU Accelerated Canvas 2D' lab.">
4557 Enables higher performance of canvas tags with a 2D context by rendering using Graphics Processor Unit (GPU) hardware.
4558 </message>
4553 <message name="IDS_FLAGS_WEBGL_NAME" desc="Name of the 'WebGL' lab."> 4559 <message name="IDS_FLAGS_WEBGL_NAME" desc="Name of the 'WebGL' lab.">
4554 WebGL 4560 WebGL
4555 </message> 4561 </message>
4556 <message name="IDS_FLAGS_WEBGL_DESCRIPTION" desc="Description of the 'WebG L' lab."> 4562 <message name="IDS_FLAGS_WEBGL_DESCRIPTION" desc="Description of the 'WebG L' lab.">
4557 Enables canvas elements to use 3D graphics via the WebGL API. 4563 Enables canvas elements to use 3D graphics via the WebGL API.
4558 </message> 4564 </message>
4559 <message name="IDS_FLAGS_PRINT_PREVIEW_NAME" desc="Name of the 'Print Prev iew' lab."> 4565 <message name="IDS_FLAGS_PRINT_PREVIEW_NAME" desc="Name of the 'Print Prev iew' lab.">
4560 Print Preview 4566 Print Preview
4561 </message> 4567 </message>
4562 <message name="IDS_FLAGS_PRINT_PREVIEW_DESCRIPTION" desc="Description of t he 'Print Preview' lab."> 4568 <message name="IDS_FLAGS_PRINT_PREVIEW_DESCRIPTION" desc="Description of t he 'Print Preview' lab.">
(...skipping 9842 matching lines...) Expand 10 before | Expand all | Expand 10 after
14405 </messages> 14411 </messages>
14406 <structures fallback_to_english="true"> 14412 <structures fallback_to_english="true">
14407 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14413 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14408 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14414 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14409 </structure> 14415 </structure>
14410 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14416 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14411 </structure> 14417 </structure>
14412 </structures> 14418 </structures>
14413 </release> 14419 </release>
14414 </grit> 14420 </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