From ae996eeec930eb81bdd059f9c7cc2c200907638f Mon Sep 17 00:00:00 2001 From: Hiroki Tagato Date: Fri, 28 Apr 2023 15:30:28 +0900 Subject: devel/electron23: add port: Build cross-platform desktop apps with JavaScript, HTML, and CSS 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/ --- ...eadless_lib_browser_headless__request__context__manager.cc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/electron23/files/patch-headless_lib_browser_headless__request__context__manager.cc (limited to 'devel/electron23/files/patch-headless_lib_browser_headless__request__context__manager.cc') diff --git a/devel/electron23/files/patch-headless_lib_browser_headless__request__context__manager.cc b/devel/electron23/files/patch-headless_lib_browser_headless__request__context__manager.cc new file mode 100644 index 000000000000..244ad62eab49 --- /dev/null +++ b/devel/electron23/files/patch-headless_lib_browser_headless__request__context__manager.cc @@ -0,0 +1,11 @@ +--- headless/lib/browser/headless_request_context_manager.cc.orig 2022-06-17 14:20:10 UTC ++++ headless/lib/browser/headless_request_context_manager.cc +@@ -65,7 +65,7 @@ void SetCryptKeyOnce(const base::FilePath& user_data_p + return; + done_once = true; + +-#if (BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)) && defined(HEADLESS_USE_PREFS) ++#if (BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && defined(HEADLESS_USE_PREFS) + // The OSCrypt keys are process bound, so if network service is out of + // process, send it the required key if it is available. + if (content::IsOutOfProcessNetworkService() -- cgit v1.2.3