Build cross platform desktop apps with JavaScript, HTML, and CSS. It's easier than you think. If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application. WWW: https://electronjs.org/ Requested by: mikael (via email)
12 lines
760 B
C
12 lines
760 B
C
--- content/public/common/content_features.h.orig 2022-05-19 05:17:42 UTC
|
|
+++ content/public/common/content_features.h
|
|
@@ -258,7 +258,7 @@ CONTENT_EXPORT extern const base::Feature kV8VmFuture;
|
|
CONTENT_EXPORT extern const base::Feature kWebAppWindowControlsOverlay;
|
|
CONTENT_EXPORT extern const base::Feature kWebAssemblyBaseline;
|
|
CONTENT_EXPORT extern const base::Feature kWebAssemblyCodeProtection;
|
|
-#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) && defined(ARCH_CPU_X86_64)
|
|
+#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)) && defined(ARCH_CPU_X86_64)
|
|
CONTENT_EXPORT extern const base::Feature kWebAssemblyCodeProtectionPku;
|
|
#endif // (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) &&
|
|
// defined(ARCH_CPU_X86_64)
|