forked from pool/nodejs-electron
Accepting request 1058094 from home:dziobian:gulgul-ultron:19
- New upstream release 21.3.4 * Changed HTML5 Notifications created with the requireInteraction option to not timeout * Fixed a BrowserWindow maxWidth or maxHeight of 0 causing strange resizing behavior. * Added node-api: handle no support for external buffers. * Security fixes: CVE-2022-4174, CVE-2022-4179, CVE-2022-4181, CVE-2022-4190, CVE-2022-4436, CVE-2022-4437, CVE-2022-4438, CVE-2022-4439, CVE-2022-4262. - Remove non-free WASM binaries from tarball and add disable-devtools-tests.patch to fix resultant build error. - Add remove-date-reproducible-builds.patch to fix build nondeterminism - Add backported shim_headers-fix-ninja.patch - Drop Leap 15.3 support OBS-URL: https://build.opensuse.org/request/show/1058094 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=56
This commit is contained in:
10
disable-devtools-tests.patch
Normal file
10
disable-devtools-tests.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
--- a/third_party/devtools-frontend/src/BUILD.gn
|
||||
+++ b/third_party/devtools-frontend/src/BUILD.gn
|
||||
@@ -13,7 +13,6 @@ import("./third_party/blink/public/publi
|
||||
|
||||
devtools_frontend_resources_deps = [
|
||||
"front_end",
|
||||
- "test",
|
||||
]
|
||||
|
||||
group("devtools_all_files") {
|
Reference in New Issue
Block a user