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

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: rebase TOT 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 4857 matching lines...) Expand 10 before | Expand all | Expand 10 after
4868 </message> 4868 </message>
4869 <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."> 4869 <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.">
4870 Enable experimental Media Source API on the video elements. This API all ows JavaScript to send media data directly to a video element. 4870 Enable experimental Media Source API on the video elements. This API all ows JavaScript to send media data directly to a video element.
4871 </message> 4871 </message>
4872 <message name="IDS_FLAGS_AURA_WINDOWS_NAME" desc="Title for the flag to en able fancy translucent windows."> 4872 <message name="IDS_FLAGS_AURA_WINDOWS_NAME" desc="Title for the flag to en able fancy translucent windows.">
4873 Translucent windows 4873 Translucent windows
4874 </message> 4874 </message>
4875 <message name="IDS_FLAGS_AURA_WINDOWS_DESCRIPTION" desc="Description for t he flag to enable fancy translucent windows."> 4875 <message name="IDS_FLAGS_AURA_WINDOWS_DESCRIPTION" desc="Description for t he flag to enable fancy translucent windows.">
4876 Enable the "Aura" style for translucent window frames and constrained wi ndow dragging. 4876 Enable the "Aura" style for translucent window frames and constrained wi ndow dragging.
4877 </message> 4877 </message>
4878 <message name="IDS_FLAGS_ENABLE_POINTER_LOCK_NAME" desc="Title for the fla g to enable the pointer lock feature.">
4879 Enable Pointer Lock
4880 </message>
4881 <message name="IDS_FLAGS_ENABLE_POINTER_LOCK_DESCRIPTION" desc="Descriptio n for the flag to enable the mouse lock feature.">
4882 Web pages may capture the mouse pointer and remove it from the user's co ntrol. The mouse movement data is directed solely to the web application. Users can escape by pressing the 'Esc' key.
4883 </message>
4878 <message name="IDS_FLAGS_ENABLE_PLATFORM_APPS_NAME" desc="Title for the fl ag to enable platform apps."> 4884 <message name="IDS_FLAGS_ENABLE_PLATFORM_APPS_NAME" desc="Title for the fl ag to enable platform apps.">
4879 Enable platform apps 4885 Enable platform apps
4880 </message> 4886 </message>
4881 <message name="IDS_FLAGS_ENABLE_PLATFORM_APPS_DESCRIPTION" desc="Descripti on for the flag to enable platform apps."> 4887 <message name="IDS_FLAGS_ENABLE_PLATFORM_APPS_DESCRIPTION" desc="Descripti on for the flag to enable platform apps.">
4882 Enable advanced application capabilities. 4888 Enable advanced application capabilities.
4883 </message> 4889 </message>
4884 4890
4885 <!-- Crashes --> 4891 <!-- Crashes -->
4886 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e."> 4892 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e.">
4887 Crashes 4893 Crashes
(...skipping 9724 matching lines...) Expand 10 before | Expand all | Expand 10 after
14612 </messages> 14618 </messages>
14613 <structures fallback_to_english="true"> 14619 <structures fallback_to_english="true">
14614 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14620 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14615 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14621 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14616 </structure> 14622 </structure>
14617 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14623 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14618 </structure> 14624 </structure>
14619 </structures> 14625 </structures>
14620 </release> 14626 </release>
14621 </grit> 14627 </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