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

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

Issue 8334040: Disable accelerated 2d canvas by default. Add an --enable-accelerated-2d-canvas flag (Closed) Base URL: svn://chrome-svn/chrome/trunk/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 4623 matching lines...) Expand 10 before | Expand all | Expand 10 after
4634 <message name="IDS_FLAGS_IGNORE_GPU_BLACKLIST_DESCRIPTION" desc="Descripti on of the 'Ignore GPU blacklist' lab."> 4634 <message name="IDS_FLAGS_IGNORE_GPU_BLACKLIST_DESCRIPTION" desc="Descripti on of the 'Ignore GPU blacklist' lab.">
4635 Overrides the built-in software rendering list and enables GPU-accelerat ion on unsupported system configurations. 4635 Overrides the built-in software rendering list and enables GPU-accelerat ion on unsupported system configurations.
4636 </message> 4636 </message>
4637 <message name="IDS_FLAGS_DISABLE_GPU_VSYNC_NAME" desc="Name of the 'Disabl e GPU VSync' lab."> 4637 <message name="IDS_FLAGS_DISABLE_GPU_VSYNC_NAME" desc="Name of the 'Disabl e GPU VSync' lab.">
4638 Disable GPU VSync 4638 Disable GPU VSync
4639 </message> 4639 </message>
4640 <message name="IDS_FLAGS_DISABLE_GPU_VSYNC_DESCRIPTION" desc="Description of the 'Disable GPU VSync' lab."> 4640 <message name="IDS_FLAGS_DISABLE_GPU_VSYNC_DESCRIPTION" desc="Description of the 'Disable GPU VSync' lab.">
4641 Disables synchronization with the display's vertical refresh rate when G PU rendering. This allows frame rates to exceed 4641 Disables synchronization with the display's vertical refresh rate when G PU rendering. This allows frame rates to exceed
4642 60 hertz. While useful for benchmarking purposes, this also results in v isual tearing during rapid screen updates. 4642 60 hertz. While useful for benchmarking purposes, this also results in v isual tearing during rapid screen updates.
4643 </message> 4643 </message>
4644 <message name="IDS_FLAGS_ACCELERATED_CANVAS_2D_NAME" desc="Name of the 'GP U Accelerated Canvas 2D' lab.">
4645 GPU Accelerated Canvas 2D
4646 </message>
4647 <message name="IDS_FLAGS_ACCELERATED_CANVAS_2D_DESCRIPTION" desc="Descript ion of the 'GPU Accelerated Canvas 2D' lab.">
4648 Enables higher performance of canvas tags with a 2D context by rendering using Graphics Processor Unit (GPU) hardware.
4649 </message>
4644 <message name="IDS_FLAGS_WEBGL_NAME" desc="Name of the 'WebGL' lab."> 4650 <message name="IDS_FLAGS_WEBGL_NAME" desc="Name of the 'WebGL' lab.">
4645 WebGL 4651 WebGL
4646 </message> 4652 </message>
4647 <message name="IDS_FLAGS_WEBGL_DESCRIPTION" desc="Description of the 'WebG L' lab."> 4653 <message name="IDS_FLAGS_WEBGL_DESCRIPTION" desc="Description of the 'WebG L' lab.">
4648 Enables canvas elements to use 3D graphics via the WebGL API. 4654 Enables canvas elements to use 3D graphics via the WebGL API.
4649 </message> 4655 </message>
4650 <message name="IDS_FLAGS_PRINT_PREVIEW_NAME" desc="Name of the 'Print Prev iew' lab."> 4656 <message name="IDS_FLAGS_PRINT_PREVIEW_NAME" desc="Name of the 'Print Prev iew' lab.">
4651 Print Preview 4657 Print Preview
4652 </message> 4658 </message>
4653 <message name="IDS_FLAGS_PRINT_PREVIEW_DESCRIPTION" desc="Description of t he 'Print Preview' lab."> 4659 <message name="IDS_FLAGS_PRINT_PREVIEW_DESCRIPTION" desc="Description of t he 'Print Preview' lab.">
(...skipping 9936 matching lines...) Expand 10 before | Expand all | Expand 10 after
14590 </messages> 14596 </messages>
14591 <structures fallback_to_english="true"> 14597 <structures fallback_to_english="true">
14592 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14598 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14593 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14599 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14594 </structure> 14600 </structure>
14595 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14601 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14596 </structure> 14602 </structure>
14597 </structures> 14603 </structures>
14598 </release> 14604 </release>
14599 </grit> 14605 </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