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

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

Issue 9569009: Add an about:flags entry for CSS Regions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 5125 matching lines...) Expand 10 before | Expand all | Expand 10 after
5136 <message name="IDS_FLAGS_ENABLE_JAVASCRIPT_HARMONY_DESCRIPTION" desc="Desc ription for the flag to enable JavaScript Harmony features."> 5136 <message name="IDS_FLAGS_ENABLE_JAVASCRIPT_HARMONY_DESCRIPTION" desc="Desc ription for the flag to enable JavaScript Harmony features.">
5137 Enable web pages to use experimental JavaScript features. 5137 Enable web pages to use experimental JavaScript features.
5138 </message> 5138 </message>
5139 <message name="IDS_FLAGS_ENABLE_TAB_BROWSER_DRAGGING_NAME" desc="Title for the flag to enable detached tabs to create a real browser."> 5139 <message name="IDS_FLAGS_ENABLE_TAB_BROWSER_DRAGGING_NAME" desc="Title for the flag to enable detached tabs to create a real browser.">
5140 Enable Tab Browser Dragging 5140 Enable Tab Browser Dragging
5141 </message> 5141 </message>
5142 <message name="IDS_FLAGS_ENABLE_TAB_BROWSER_DRAGGING_DESCRIPTION" desc="De scription for the flag to enable detached tabs to create a real browser."> 5142 <message name="IDS_FLAGS_ENABLE_TAB_BROWSER_DRAGGING_DESCRIPTION" desc="De scription for the flag to enable detached tabs to create a real browser.">
5143 Enable creating a browser window when dragging tabs. 5143 Enable creating a browser window when dragging tabs.
5144 </message> 5144 </message>
5145 <message name="IDS_FLAGS_DISABLE_RESTORE_SESSION_STATE_NAME" desc="Title f or the flag to disable restoring (more) session state after restarts and crashes ."> 5145 <message name="IDS_FLAGS_DISABLE_RESTORE_SESSION_STATE_NAME" desc="Title f or the flag to disable restoring (more) session state after restarts and crashes .">
5146 » Disable Better session restore 5146 Disable Better session restore
jamesr 2012/03/01 19:06:17 what are all these diffs?
Peter Beverloo 2012/03/01 19:34:15 Fixing indentation. They were indented with tabs r
5147 </message> 5147 </message>
5148 <message name="IDS_FLAGS_DISABLE_RESTORE_SESSION_STATE_DESCRIPTION" desc=" Description for the flag to disable restoring (more) session state after restart s and crashes."> 5148 <message name="IDS_FLAGS_DISABLE_RESTORE_SESSION_STATE_DESCRIPTION" desc=" Description for the flag to disable restoring (more) session state after restart s and crashes.">
5149 » Disables the Better session restore features which restore more session state (e.g., session cookies) after restarts and crashes. 5149 Disables the Better session restore features which restore more session state (e.g., session cookies) after restarts and crashes.
5150 </message> 5150 </message>
5151 <message name="IDS_FLAGS_DISABLE_SOFTWARE_RASTERIZER_NAME" desc="Title for the flag to disable using a software rasterizer."> 5151 <message name="IDS_FLAGS_DISABLE_SOFTWARE_RASTERIZER_NAME" desc="Title for the flag to disable using a software rasterizer.">
5152 » Disable 3D software rasterizer 5152 Disable 3D software rasterizer
5153 </message> 5153 </message>
5154 <message name="IDS_FLAGS_DISABLE_SOFTWARE_RASTERIZER_DESCRIPTION" desc="De scription for the flag to disable using a software renderer."> 5154 <message name="IDS_FLAGS_DISABLE_SOFTWARE_RASTERIZER_DESCRIPTION" desc="De scription for the flag to disable using a software renderer.">
5155 » Don't fall back to a 3D software rasterizer when the GPU cannot be used. 5155 Don't fall back to a 3D software rasterizer when the GPU cannot be used.
5156 </message> 5156 </message>
5157 <message name="IDS_FLAGS_MEDIA_STREAM_NAME" desc="Name for the flag to ena ble MediaStream, GetUserMedia and PeerConnection."> 5157 <message name="IDS_FLAGS_MEDIA_STREAM_NAME" desc="Name for the flag to ena ble MediaStream, GetUserMedia and PeerConnection.">
5158 Enable MediaStream. 5158 Enable MediaStream.
5159 </message> 5159 </message>
5160 <message name="IDS_FLAGS_MEDIA_STREAM_DESCRIPTION" desc="Description for t he flag to enable MediaStream, GetUserMedia and PeerConnection."> 5160 <message name="IDS_FLAGS_MEDIA_STREAM_DESCRIPTION" desc="Description for t he flag to enable MediaStream, GetUserMedia and PeerConnection.">
5161 Enable MediaStream, GetUserMedia, and PeerConnection APIs for WebRTC fun ctionality. More info at webrtc.org. 5161 Enable MediaStream, GetUserMedia, and PeerConnection APIs for WebRTC fun ctionality. More info at webrtc.org.
5162 </message> 5162 </message>
5163 <message name="IDS_FLAGS_SHADOW_DOM_NAME" desc="Name for the flag to enabl e Shadow DOM."> 5163 <message name="IDS_FLAGS_SHADOW_DOM_NAME" desc="Name for the flag to enabl e Shadow DOM.">
5164 Enable Shadow DOM. 5164 Enable Shadow DOM.
5165 </message> 5165 </message>
5166 <message name="IDS_FLAGS_SHADOW_DOM_DESCRIPTION" desc="Description for the flag to enable Shadow DOM."> 5166 <message name="IDS_FLAGS_SHADOW_DOM_DESCRIPTION" desc="Description for the flag to enable Shadow DOM.">
5167 This API allows web applications to use Web Components. 5167 This API allows web applications to use Web Components.
5168 </message> 5168 </message>
5169 <message name="IDS_FLAGS_STYLE_SCOPED_NAME" desc="Name for the flag to ena ble &lt;style scoped&gt;."> 5169 <message name="IDS_FLAGS_STYLE_SCOPED_NAME" desc="Name for the flag to ena ble &lt;style scoped&gt;.">
5170 Enable &lt;style scoped&gt;. 5170 Enable &lt;style scoped&gt;.
5171 </message> 5171 </message>
5172 <message name="IDS_FLAGS_STYLE_SCOPED_DESCRIPTION" desc="Description for t he flag to enable &lt;style scoped&gt;."> 5172 <message name="IDS_FLAGS_STYLE_SCOPED_DESCRIPTION" desc="Description for t he flag to enable &lt;style scoped&gt;.">
5173 Honor the 'scoped' attribute in &amp;lt;style&amp;gt; elements. 5173 Honor the 'scoped' attribute in &amp;lt;style&amp;gt; elements.
5174 </message> 5174 </message>
5175 <message name="IDS_FLAGS_CSS_REGIONS_NAME" desc="Name for the flag to enab le CSS Regions.">
5176 Enable CSS Regions.
5177 </message>
5178 <message name="IDS_FLAGS_CSS_REGIONS_DESCRIPTION" desc="Description for th e flag to enable CSS Regions.">
5179 Enable web pages to use CSS Regions.
jamesr 2012/03/01 19:06:17 this is a pretty phrasing awkward. Why not just "E
Peter Beverloo 2012/03/01 19:34:15 Sure, done.
5180 </message>
5175 <message name="IDS_FLAGS_WEBUI_TASK_MANAGER_NAME" desc="Title for the flag to use the WebUI task manager."> 5181 <message name="IDS_FLAGS_WEBUI_TASK_MANAGER_NAME" desc="Title for the flag to use the WebUI task manager.">
5176 Enable experimental task manager. 5182 Enable experimental task manager.
5177 </message> 5183 </message>
5178 <message name="IDS_FLAGS_WEBUI_TASK_MANAGER_DESCRIPTION" desc="Description for the flag to use the WebUI task manager."> 5184 <message name="IDS_FLAGS_WEBUI_TASK_MANAGER_DESCRIPTION" desc="Description for the flag to use the WebUI task manager.">
5179 Enable experimental HTML implementation of the task manager dialog. 5185 Enable experimental HTML implementation of the task manager dialog.
5180 </message> 5186 </message>
5181 <message name="IDS_FLAGS_APP_INSTALL_HINT_NAME" desc="Name for the flag to show the app install hint on the NTP."> 5187 <message name="IDS_FLAGS_APP_INSTALL_HINT_NAME" desc="Name for the flag to show the app install hint on the NTP.">
5182 NTP App Install Hint 5188 NTP App Install Hint
5183 </message> 5189 </message>
5184 <message name="IDS_FLAGS_APP_INSTALL_HINT_DESCRIPTION" desc="Description f or the flag to show the app install hint on the NTP."> 5190 <message name="IDS_FLAGS_APP_INSTALL_HINT_DESCRIPTION" desc="Description f or the flag to show the app install hint on the NTP.">
(...skipping 9954 matching lines...) Expand 10 before | Expand all | Expand 10 after
15139 </messages> 15145 </messages>
15140 <structures fallback_to_english="true"> 15146 <structures fallback_to_english="true">
15141 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 15147 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
15142 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 15148 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
15143 </structure> 15149 </structure>
15144 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 15150 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
15145 </structure> 15151 </structure>
15146 </structures> 15152 </structures>
15147 </release> 15153 </release>
15148 </grit> 15154 </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