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

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

Issue 7980047: Add about:flags entry to disable WebGL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix a typo -> ENABLE -> DISABLE Created 9 years, 3 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 4571 matching lines...) Expand 10 before | Expand all | Expand 10 after
4582 </message> 4582 </message>
4583 <message name="IDS_FLAGS_ENABLE_ADDITIONAL_AUTOFILL_FEEDBACK_DESCRIPTION" desc="Description for the flag to enable prompts for Autofill feedback"> 4583 <message name="IDS_FLAGS_ENABLE_ADDITIONAL_AUTOFILL_FEEDBACK_DESCRIPTION" desc="Description for the flag to enable prompts for Autofill feedback">
4584 Help improve Autofill. With this enabled, Chrome will occasionally prom pt you to send additional feedback to the Autofill team. 4584 Help improve Autofill. With this enabled, Chrome will occasionally prom pt you to send additional feedback to the Autofill team.
4585 </message> 4585 </message>
4586 <message name="IDS_FLAGS_ENABLE_PANELS_NAME" desc="Name of the 'Enable Pan els' lab."> 4586 <message name="IDS_FLAGS_ENABLE_PANELS_NAME" desc="Name of the 'Enable Pan els' lab.">
4587 Panels 4587 Panels
4588 </message> 4588 </message>
4589 <message name="IDS_FLAGS_ENABLE_PANELS_DESCRIPTION" desc="Description for the flag to enable Panel windows."> 4589 <message name="IDS_FLAGS_ENABLE_PANELS_DESCRIPTION" desc="Description for the flag to enable Panel windows.">
4590 Enable experimental extensions to open Panel windows outside of the brow ser frame. 4590 Enable experimental extensions to open Panel windows outside of the brow ser frame.
4591 </message> 4591 </message>
4592 <message name="IDS_FLAGS_DISABLE_WEBGL_NAME" desc="Name of the 'Disable We bGL' lab.">
4593 WebGL
4594 </message>
4595 <message name="IDS_FLAGS_DISABLE_WEBGL_DESCRIPTION" desc="Description for the flag to disable WebGL.">
4596 Disable WebGL.
4597 </message>
4592 4598
4593 <!-- Crashes --> 4599 <!-- Crashes -->
4594 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e."> 4600 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e.">
4595 Crashes 4601 Crashes
4596 </message> 4602 </message>
4597 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes"> 4603 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes">
4598 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>) 4604 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>)
4599 </message> 4605 </message>
4600 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes"> 4606 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes">
4601 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph> 4607 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph>
(...skipping 9143 matching lines...) Expand 10 before | Expand all | Expand 10 after
13745 </messages> 13751 </messages>
13746 <structures fallback_to_english="true"> 13752 <structures fallback_to_english="true">
13747 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 13753 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
13748 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13754 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13749 </structure> 13755 </structure>
13750 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13756 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13751 </structure> 13757 </structure>
13752 </structures> 13758 </structures>
13753 </release> 13759 </release>
13754 </grit> 13760 </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