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

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

Issue 7551021: Removed the option to enable accelerated drawing from about:flags. Accelerated drawing will not b... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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. 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 4231 matching lines...) Expand 10 before | Expand all | Expand 10 after
4242 </message> 4242 </message>
4243 <message name="IDS_FLAGS_ACCELERATED_COMPOSITING_DESCRIPTION" desc="Descri ption of the 'GPU Accelerated Compositing' lab."> 4243 <message name="IDS_FLAGS_ACCELERATED_COMPOSITING_DESCRIPTION" desc="Descri ption of the 'GPU Accelerated Compositing' lab.">
4244 Enables 3D CSS and higher performance compositing of webpages using Grap hics Processor Unit (GPU) hardware. 4244 Enables 3D CSS and higher performance compositing of webpages using Grap hics Processor Unit (GPU) hardware.
4245 </message> 4245 </message>
4246 <message name="IDS_FLAGS_COMPOSITED_LAYER_BORDERS" desc="Name of the 'Comp osited layer borders' lab."> 4246 <message name="IDS_FLAGS_COMPOSITED_LAYER_BORDERS" desc="Name of the 'Comp osited layer borders' lab.">
4247 Composited render layer borders 4247 Composited render layer borders
4248 </message> 4248 </message>
4249 <message name="IDS_FLAGS_COMPOSITED_LAYER_BORDERS_DESCRIPTION" desc="Descr iption of the 'Composited layer borders' lab."> 4249 <message name="IDS_FLAGS_COMPOSITED_LAYER_BORDERS_DESCRIPTION" desc="Descr iption of the 'Composited layer borders' lab.">
4250 Renders a border around composited Render Layers to help debug and study layer compositing. 4250 Renders a border around composited Render Layers to help debug and study layer compositing.
4251 </message> 4251 </message>
4252 <message name="IDS_FLAGS_ACCELERATED_DRAWING_NAME" desc="Title for the fla g to enable accelerated drawing">
4253 GPU Accelerated Drawing
4254 </message>
4255 <message name="IDS_FLAGS_ACCELERATED_DRAWING_DESCRIPTION" desc="Descriptio n for the flag to enable accelerated drawing">
4256 Enable GPU accelerated drawing of page contents when compositing is enab led.
4257 </message>
4258 <message name="IDS_FLAGS_SHOW_FPS_COUNTER" desc="Name of the 'Show FPS cou nter' lab."> 4252 <message name="IDS_FLAGS_SHOW_FPS_COUNTER" desc="Name of the 'Show FPS cou nter' lab.">
4259 FPS counter 4253 FPS counter
4260 </message> 4254 </message>
4261 <message name="IDS_FLAGS_SHOW_FPS_COUNTER_DESCRIPTION" desc="Description o f the 'Show FPS counter' lab."> 4255 <message name="IDS_FLAGS_SHOW_FPS_COUNTER_DESCRIPTION" desc="Description o f the 'Show FPS counter' lab.">
4262 Shows a page's actual frame rate, in frames per second, when hardware ac celeration is active. 4256 Shows a page's actual frame rate, in frames per second, when hardware ac celeration is active.
4263 </message> 4257 </message>
4264 <message name="IDS_FLAGS_COMPOSITE_TO_TEXTURE_NAME" desc="Name of the 'Off screen Compositing' lab."> 4258 <message name="IDS_FLAGS_COMPOSITE_TO_TEXTURE_NAME" desc="Name of the 'Off screen Compositing' lab.">
4265 Composite to Texture 4259 Composite to Texture
4266 </message> 4260 </message>
4267 <message name="IDS_FLAGS_COMPOSITE_TO_TEXTURE_DESCRIPTION" desc="Descripti on of the 'Offscreen Compositing' lab."> 4261 <message name="IDS_FLAGS_COMPOSITE_TO_TEXTURE_DESCRIPTION" desc="Descripti on of the 'Offscreen Compositing' lab.">
(...skipping 9041 matching lines...) Expand 10 before | Expand all | Expand 10 after
13309 </includes> 13303 </includes>
13310 <structures fallback_to_english="true"> 13304 <structures fallback_to_english="true">
13311 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13305 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13312 </structure> 13306 </structure>
13313 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13307 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13314 </structure> 13308 </structure>
13315 </structures> 13309 </structures>
13316 13310
13317 </release> 13311 </release>
13318 </grit> 13312 </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