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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2200403002: [asm.js] [wasm] Adds a UI flag for enabling the Wasm backend for Asm.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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:
Download patch
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | content/renderer/render_process_impl.cc » ('J')
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 497580c981d1a2b98f45b9ef4bda073464b81b6d..d66daed59cbb9d91d199f1619432a326acd744b0 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5835,6 +5835,12 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_V8_IGNITION_DESCRIPTION" desc="Description for the flag to enable the JavaScript interpreter.">
Enable V8 to use the experimental Ignition interpreter for JavaScript execution.
</message>
+ <message name="IDS_FLAGS_ENABLE_ASM_WASM_NAME" desc="Title for the flag to enable Asm.js to WebAssembly.">
bradnelson 2016/08/02 23:46:06 How about: Experimental Validate Asm.js and conver
John 2016/08/03 14:12:15 Done.
+ Experimental Asm.js to WebAssembly
+ </message>
+ <message name="IDS_FLAGS_ENABLE_ASM_WASM_DESCRIPTION" desc="Description for the flag to enable Asm.js to WebAssembly.">
+ Enable web pages to use experimental Asm.js to WebAssembly.
bradnelson 2016/08/02 23:46:06 How about: Validate Asm.js when "use asm" is prese
John 2016/08/03 14:12:15 Done.
+ </message>
<message name="IDS_FLAGS_ENABLE_WASM_NAME" desc="Title for the flag to enable WebAssembly.">
Experimental WebAssembly
</message>
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | content/renderer/render_process_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698