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

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

Issue 7461131: Revert 95426 - Removed the option to enable accelerated drawing from about:flags. Accelerated dra... (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 4237 matching lines...) Expand 10 before | Expand all | Expand 10 after
4248 </message> 4248 </message>
4249 <message name="IDS_FLAGS_ACCELERATED_COMPOSITING_DESCRIPTION" desc="Descri ption of the 'GPU Accelerated Compositing' lab."> 4249 <message name="IDS_FLAGS_ACCELERATED_COMPOSITING_DESCRIPTION" desc="Descri ption of the 'GPU Accelerated Compositing' lab.">
4250 Enables 3D CSS and higher performance compositing of webpages using Grap hics Processor Unit (GPU) hardware. 4250 Enables 3D CSS and higher performance compositing of webpages using Grap hics Processor Unit (GPU) hardware.
4251 </message> 4251 </message>
4252 <message name="IDS_FLAGS_COMPOSITED_LAYER_BORDERS" desc="Name of the 'Comp osited layer borders' lab."> 4252 <message name="IDS_FLAGS_COMPOSITED_LAYER_BORDERS" desc="Name of the 'Comp osited layer borders' lab.">
4253 Composited render layer borders 4253 Composited render layer borders
4254 </message> 4254 </message>
4255 <message name="IDS_FLAGS_COMPOSITED_LAYER_BORDERS_DESCRIPTION" desc="Descr iption of the 'Composited layer borders' lab."> 4255 <message name="IDS_FLAGS_COMPOSITED_LAYER_BORDERS_DESCRIPTION" desc="Descr iption of the 'Composited layer borders' lab.">
4256 Renders a border around composited Render Layers to help debug and study layer compositing. 4256 Renders a border around composited Render Layers to help debug and study layer compositing.
4257 </message> 4257 </message>
4258 <message name="IDS_FLAGS_ACCELERATED_DRAWING_NAME" desc="Title for the fla g to enable accelerated drawing">
4259 GPU Accelerated Drawing
4260 </message>
4261 <message name="IDS_FLAGS_ACCELERATED_DRAWING_DESCRIPTION" desc="Descriptio n for the flag to enable accelerated drawing">
4262 Enable GPU accelerated drawing of page contents when compositing is enab led.
4263 </message>
4258 <message name="IDS_FLAGS_SHOW_FPS_COUNTER" desc="Name of the 'Show FPS cou nter' lab."> 4264 <message name="IDS_FLAGS_SHOW_FPS_COUNTER" desc="Name of the 'Show FPS cou nter' lab.">
4259 FPS counter 4265 FPS counter
4260 </message> 4266 </message>
4261 <message name="IDS_FLAGS_SHOW_FPS_COUNTER_DESCRIPTION" desc="Description o f the 'Show FPS counter' lab."> 4267 <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. 4268 Shows a page's actual frame rate, in frames per second, when hardware ac celeration is active.
4263 </message> 4269 </message>
4264 <message name="IDS_FLAGS_COMPOSITE_TO_TEXTURE_NAME" desc="Name of the 'Off screen Compositing' lab."> 4270 <message name="IDS_FLAGS_COMPOSITE_TO_TEXTURE_NAME" desc="Name of the 'Off screen Compositing' lab.">
4265 Composite to Texture 4271 Composite to Texture
4266 </message> 4272 </message>
4267 <message name="IDS_FLAGS_COMPOSITE_TO_TEXTURE_DESCRIPTION" desc="Descripti on of the 'Offscreen Compositing' lab."> 4273 <message name="IDS_FLAGS_COMPOSITE_TO_TEXTURE_DESCRIPTION" desc="Descripti on of the 'Offscreen Compositing' lab.">
(...skipping 9059 matching lines...) Expand 10 before | Expand all | Expand 10 after
13327 </includes> 13333 </includes>
13328 <structures fallback_to_english="true"> 13334 <structures fallback_to_english="true">
13329 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13335 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13330 </structure> 13336 </structure>
13331 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13337 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13332 </structure> 13338 </structure>
13333 </structures> 13339 </structures>
13334 13340
13335 </release> 13341 </release>
13336 </grit> 13342 </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