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

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

Issue 8536003: Pointer Lock (was Mouse Lock) added to about:flags and passed to WebKit runtime flags (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: pointer lock rename 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 4859 matching lines...) Expand 10 before | Expand all | Expand 10 after
4870 </message> 4870 </message>
4871 <message name="IDS_FLAGS_ENABLE_MEDIA_SOURCE_DESCRIPTION" desc="Descriptio n for the flag to enable the Media Source API on &lt;video&gt; elements."> 4871 <message name="IDS_FLAGS_ENABLE_MEDIA_SOURCE_DESCRIPTION" desc="Descriptio n for the flag to enable the Media Source API on &lt;video&gt; elements.">
4872 Enable experimental Media Source API on the video elements. This API all ows JavaScript to send media data directly to a video element. 4872 Enable experimental Media Source API on the video elements. This API all ows JavaScript to send media data directly to a video element.
4873 </message> 4873 </message>
4874 <message name="IDS_FLAGS_AURA_WINDOWS_NAME" desc="Title for the flag to en able fancy translucent windows."> 4874 <message name="IDS_FLAGS_AURA_WINDOWS_NAME" desc="Title for the flag to en able fancy translucent windows.">
4875 Translucent windows 4875 Translucent windows
4876 </message> 4876 </message>
4877 <message name="IDS_FLAGS_AURA_WINDOWS_DESCRIPTION" desc="Description for t he flag to enable fancy translucent windows."> 4877 <message name="IDS_FLAGS_AURA_WINDOWS_DESCRIPTION" desc="Description for t he flag to enable fancy translucent windows.">
4878 Enable the "Aura" style for translucent window frames and constrained wi ndow dragging. 4878 Enable the "Aura" style for translucent window frames and constrained wi ndow dragging.
4879 </message> 4879 </message>
4880 <message name="IDS_FLAGS_ENABLE_POINTER_LOCK_NAME" desc="Title for the fla g to enable the pointer lock feature.">
4881 Enable Pointer Lock
4882 </message>
4883 <message name="IDS_FLAGS_ENABLE_POINTER_LOCK_DESCRIPTION" desc="Descriptio n for the flag to enable the mouse lock feature.">
4884 When enabled, web pages may capture the mouse pointer and remove it from the user's control. The mouse movement data is directed soly to the web applica tion. Users can escape by pressing the 'ESC' key.
tony 2011/11/17 01:25:49 Nit: soly -> solely, ESC -> Esc (at least, on my k
scheib 2011/11/17 23:04:38 Done.
4885 </message>
4880 <message name="IDS_FLAGS_ENABLE_PLATFORM_APPS_NAME" desc="Title for the fl ag to enable platform apps."> 4886 <message name="IDS_FLAGS_ENABLE_PLATFORM_APPS_NAME" desc="Title for the fl ag to enable platform apps.">
4881 Enable platform apps 4887 Enable platform apps
4882 </message> 4888 </message>
4883 <message name="IDS_FLAGS_ENABLE_PLATFORM_APPS_DESCRIPTION" desc="Descripti on for the flag to enable platform apps."> 4889 <message name="IDS_FLAGS_ENABLE_PLATFORM_APPS_DESCRIPTION" desc="Descripti on for the flag to enable platform apps.">
4884 Enable advanced application capabilities. 4890 Enable advanced application capabilities.
4885 </message> 4891 </message>
4886 4892
4887 <!-- Crashes --> 4893 <!-- Crashes -->
4888 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e."> 4894 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e.">
4889 Crashes 4895 Crashes
(...skipping 9724 matching lines...) Expand 10 before | Expand all | Expand 10 after
14614 </messages> 14620 </messages>
14615 <structures fallback_to_english="true"> 14621 <structures fallback_to_english="true">
14616 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14622 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14617 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14623 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14618 </structure> 14624 </structure>
14619 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14625 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14620 </structure> 14626 </structure>
14621 </structures> 14627 </structures>
14622 </release> 14628 </release>
14623 </grit> 14629 </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