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

Unified Diff: chrome/app/generated_resources.grd

Issue 3698003: Lab strings for accelerated compositor, canvas 2d, and WebGL added. Canvas Lab exposed. (Closed)
Patch Set: Restricted to Linux and Win only (good catch). Created 10 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/labs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index e15423c7f4faddce0d3eee3b33ec9552db335349..824768a391cdd4098d647f973b98767f4fcbf491 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -4011,6 +4011,24 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_LABS_CLOUD_PRINT_PROXY_DESCRIPTION" desc="Description of the Cloud Print Proxy lab">
Enables a background service that connects the <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> service to any printers installed on this computer. Once this lab is enabled, you can turn <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> on by logging in with your Google account in the Options/Preferences in the Under the Hood section.
</message>
+ <message name="IDS_LABS_ACCELERATED_COMPOSITING_NAME" desc="Name of the 'GPU Accelerated Compositing' lab.">
+ GPU Accelerated Compositing
+ </message>
+ <message name="IDS_LABS_ACCELERATED_COMPOSITING_DESCRIPTION" desc="Description of the 'GPU Accelerated Compositing' lab.">
+ Enables 3D CSS and higher performance compositing of web pages using Graphics Processor Unit (GPU) hardware.
+ </message>
+ <message name="IDS_LABS_ACCELERATED_CANVAS_2D_NAME" desc="Name of the 'GPU Accelerated Canvas 2D' lab.">
+ GPU Accelerated Canvas 2D
+ </message>
+ <message name="IDS_LABS_ACCELERATED_CANVAS_2D_DESCRIPTION" desc="Description of the 'GPU Accelerated Canvas 2D' lab.">
+ Enables higher performance of canvas tags with a 2D context by rendering using Graphics Processor Unit (GPU) hardware.
+ </message>
+ <message name="IDS_LABS_WEBGL_NAME" desc="Name of the 'WebGL' lab.">
+ WebGL
+ </message>
+ <message name="IDS_LABS_WEBGL_DESCRIPTION" desc="Description of the 'WebGL' lab.">
+ Enables canvas elements to use 3D graphics via the WebGL API.
+ </message>
<!-- Instant -->
<message name="IDS_INSTANT_OPT_IN_LABEL" desc="Label shown in the omnibox dropdown for enabling instant">
« no previous file with comments | « no previous file | chrome/browser/labs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698