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

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

Issue 9020019: Add --enable-accelerated-filters to about:flags (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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') | chrome/browser/about_flags.cc » ('J')
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 4740 matching lines...) Expand 10 before | Expand all | Expand 10 after
4751 </message> 4751 </message>
4752 <message name="IDS_FLAGS_ACCELERATED_PAINTING_DESCRIPTION" desc="Descripti on for the flag to enable accelerated painting"> 4752 <message name="IDS_FLAGS_ACCELERATED_PAINTING_DESCRIPTION" desc="Descripti on for the flag to enable accelerated painting">
4753 Enable GPU accelerated painting of page contents when compositing is ena bled. 4753 Enable GPU accelerated painting of page contents when compositing is ena bled.
4754 </message> 4754 </message>
4755 <message name="IDS_FLAGS_SHOW_FPS_COUNTER" desc="Name of the 'Show FPS cou nter' lab."> 4755 <message name="IDS_FLAGS_SHOW_FPS_COUNTER" desc="Name of the 'Show FPS cou nter' lab.">
4756 FPS counter 4756 FPS counter
4757 </message> 4757 </message>
4758 <message name="IDS_FLAGS_SHOW_FPS_COUNTER_DESCRIPTION" desc="Description o f the 'Show FPS counter' lab."> 4758 <message name="IDS_FLAGS_SHOW_FPS_COUNTER_DESCRIPTION" desc="Description o f the 'Show FPS counter' lab.">
4759 Shows a page's actual frame rate, in frames per second, when hardware ac celeration is active. 4759 Shows a page's actual frame rate, in frames per second, when hardware ac celeration is active.
4760 </message> 4760 </message>
4761 <message name="IDS_FLAGS_ACCELERATED_FILTERS" desc="Name of the 'Accelerat ed CSS Filters' lab.">
Stephen White 2011/12/21 18:46:34 I'd call it "Accelerated Filters" or "Accelerated
Nico 2011/12/21 18:51:44 Done.
4762 GPU Accelerated CSS Filters
4763 </message>
4764 <message name="IDS_FLAGS_ACCELERATED_FILTERS_DESCRIPTION" desc="Descriptio n of the 'Show FPS counter' lab.">
Stephen White 2011/12/21 18:46:34 Show FPS Counter -> Accelerated Filters.
Nico 2011/12/21 18:51:44 :-( Done.
4765 Use the GPU to accelerate rendering of css filters.
Stephen White 2011/12/21 18:46:34 As above, "css filters" -> "SVG and CSS filters".
Nico 2011/12/21 18:51:44 Done.
4766 </message>
4761 <message name="IDS_FLAGS_COMPOSITE_TO_TEXTURE_NAME" desc="Name of the 'Off screen Compositing' lab."> 4767 <message name="IDS_FLAGS_COMPOSITE_TO_TEXTURE_NAME" desc="Name of the 'Off screen Compositing' lab.">
4762 Composite to Texture 4768 Composite to Texture
4763 </message> 4769 </message>
4764 <message name="IDS_FLAGS_COMPOSITE_TO_TEXTURE_DESCRIPTION" desc="Descripti on of the 'Offscreen Compositing' lab."> 4770 <message name="IDS_FLAGS_COMPOSITE_TO_TEXTURE_DESCRIPTION" desc="Descripti on of the 'Offscreen Compositing' lab.">
4765 Enables compositing to offscreen texture instead of directly to display. 4771 Enables compositing to offscreen texture instead of directly to display.
4766 </message> 4772 </message>
4767 <message name="IDS_FLAGS_FORCE_COMPOSITING_MODE_NAME" desc="Name of the 'F orce compositing mode' lab."> 4773 <message name="IDS_FLAGS_FORCE_COMPOSITING_MODE_NAME" desc="Name of the 'F orce compositing mode' lab.">
4768 GPU compositing on all pages 4774 GPU compositing on all pages
4769 </message> 4775 </message>
4770 <message name="IDS_FLAGS_FORCE_COMPOSITING_MODE_DESCRIPTION" desc="Descrip tion of the 'Force compositing mode' lab."> 4776 <message name="IDS_FLAGS_FORCE_COMPOSITING_MODE_DESCRIPTION" desc="Descrip tion of the 'Force compositing mode' lab.">
(...skipping 10049 matching lines...) Expand 10 before | Expand all | Expand 10 after
14820 </messages> 14826 </messages>
14821 <structures fallback_to_english="true"> 14827 <structures fallback_to_english="true">
14822 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14828 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14823 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14829 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14824 </structure> 14830 </structure>
14825 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14831 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14826 </structure> 14832 </structure>
14827 </structures> 14833 </structures>
14828 </release> 14834 </release>
14829 </grit> 14835 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/about_flags.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698