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

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

Issue 7272006: Enable Web Audio API by default (no longer needs enable flag). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 5 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') | content/common/content_switches.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 4188 matching lines...) Expand 10 before | Expand all | Expand 10 after
4199 <message name="IDS_FLAGS_IGNORE_GPU_BLACKLIST_DESCRIPTION" desc="Descripti on of the 'Ignore GPU blacklist' lab."> 4199 <message name="IDS_FLAGS_IGNORE_GPU_BLACKLIST_DESCRIPTION" desc="Descripti on of the 'Ignore GPU blacklist' lab.">
4200 Overrides the built-in software rendering list and enables GPU-accelerat ion on unsupported system configurations. 4200 Overrides the built-in software rendering list and enables GPU-accelerat ion on unsupported system configurations.
4201 </message> 4201 </message>
4202 <message name="IDS_FLAGS_DISABLE_GPU_VSYNC_NAME" desc="Name of the 'Disabl e GPU VSync' lab."> 4202 <message name="IDS_FLAGS_DISABLE_GPU_VSYNC_NAME" desc="Name of the 'Disabl e GPU VSync' lab.">
4203 Disable GPU VSync 4203 Disable GPU VSync
4204 </message> 4204 </message>
4205 <message name="IDS_FLAGS_DISABLE_GPU_VSYNC_DESCRIPTION" desc="Description of the 'Disable GPU VSync' lab."> 4205 <message name="IDS_FLAGS_DISABLE_GPU_VSYNC_DESCRIPTION" desc="Description of the 'Disable GPU VSync' lab.">
4206 Disables synchronization with the display's vertical refresh rate when G PU rendering. This allows frame rates to exceed 4206 Disables synchronization with the display's vertical refresh rate when G PU rendering. This allows frame rates to exceed
4207 60 hertz. While useful for benchmarking purposes, this also results in v isual tearing during rapid screen updates. 4207 60 hertz. While useful for benchmarking purposes, this also results in v isual tearing during rapid screen updates.
4208 </message> 4208 </message>
4209 <message name="IDS_FLAGS_WEBAUDIO_NAME" desc="Name of the 'Web Audio' lab. ">
4210 Web Audio
4211 </message>
4212 <message name="IDS_FLAGS_WEBAUDIO_DESCRIPTION" desc="Description of the 'W eb Audio' lab.">
4213 Enables the Web Audio API.
4214 </message>
4215 <message name="IDS_FLAGS_WEBGL_NAME" desc="Name of the 'WebGL' lab."> 4209 <message name="IDS_FLAGS_WEBGL_NAME" desc="Name of the 'WebGL' lab.">
4216 WebGL 4210 WebGL
4217 </message> 4211 </message>
4218 <message name="IDS_FLAGS_WEBGL_DESCRIPTION" desc="Description of the 'WebG L' lab."> 4212 <message name="IDS_FLAGS_WEBGL_DESCRIPTION" desc="Description of the 'WebG L' lab.">
4219 Enables canvas elements to use 3D graphics via the WebGL API. 4213 Enables canvas elements to use 3D graphics via the WebGL API.
4220 </message> 4214 </message>
4221 <message name="IDS_FLAGS_P2P_API_NAME" desc="Name of the 'P2P API' lab."> 4215 <message name="IDS_FLAGS_P2P_API_NAME" desc="Name of the 'P2P API' lab.">
4222 P2P API 4216 P2P API
4223 </message> 4217 </message>
4224 <message name="IDS_FLAGS_P2P_API_DESCRIPTION" desc="Description of the 'P2 P API' lab."> 4218 <message name="IDS_FLAGS_P2P_API_DESCRIPTION" desc="Description of the 'P2 P API' lab.">
(...skipping 8547 matching lines...) Expand 10 before | Expand all | Expand 10 after
12772 </includes> 12766 </includes>
12773 <structures fallback_to_english="true"> 12767 <structures fallback_to_english="true">
12774 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12768 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12775 </structure> 12769 </structure>
12776 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12770 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12777 </structure> 12771 </structure>
12778 </structures> 12772 </structures>
12779 12773
12780 </release> 12774 </release>
12781 </grit> 12775 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | content/common/content_switches.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698