electron/script
Andrea Brancaleoni ff21444429
build: implement zip64 stripping (#22998)
When zip contains files larger than 4GB 4bytes length headers are
not sufficient anymore. Zip64 defines an extra header 0x0001 which
may contain 8byte lengthed (16 exabytes) lengths [uncompressed and compressed].

Read this value when performing extra data cleaning and override the
bogus value if the header is available.

Read https://blog.yaakov.online/zip64-go-big-or-go-home/ for more
information on Zip64 extra header.

This is the first known implementation of zip64 stripping.
2020-04-09 10:39:46 -07:00
..
codesign build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
lib ci: auto-3way patches and detect changes (#22976) 2020-04-08 08:59:14 -07:00
release build: implement zip64 stripping (#22998) 2020-04-09 10:39:46 -07:00
zip_manifests chore: bump chromium to 1ba9678489174a6123358a7683f37 (master) (#22719) 2020-04-06 13:09:52 -07:00
.electron.attributes build: ensure we use objc regexps for export-patches (#17598) 2019-03-28 14:01:43 -07:00
add-debug-link.py ci: generate debug symbols on Linux (#18676) 2019-11-20 17:21:44 -08:00
apply_all_patches.py chore: make apply_all_patches.py work in both python2 and python3 (#19872) 2019-08-23 15:48:27 -07:00
check-relative-doc-links.py fix: use print() function in both Python 2 and Python 3 (#18395) 2019-06-15 10:26:09 -07:00
check-trailing-whitespace.py chore: fix formatting of a few Python files (#20743) 2019-10-28 10:02:16 -04:00
copy-debug-symbols.py ci: generate debug symbols on Linux (#18676) 2019-11-20 17:21:44 -08:00
dbus_mock.py refactor: use one script to launch all linters (#14622) 2018-09-17 16:09:02 -05:00
doc-only-change.js build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
download-circleci-artifacts.js build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
export_all_patches.py ci: auto-3way patches and detect changes (#22976) 2020-04-08 08:59:14 -07:00
external-binaries.json build: we moved goma to build-tools (#22488) 2020-03-03 23:17:39 -08:00
gen-filenames.js build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
gen-hunspell-filenames.js build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
generate-deps-hash.js build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
generate-version-json.js build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
generate-zip-manifest.py ci: add check for dist zip file changes (#18446) 2019-05-29 09:40:02 -07:00
git-export-patches ci: auto-3way patches and detect changes (#22976) 2020-04-08 08:59:14 -07:00
git-import-patches build: actually run import-patches on gclient sync (#17885) 2019-04-23 10:28:26 -07:00
gn-asar.js build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
gn-check.js build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
lint.js build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
nan-spec-runner.js build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
native-test-targets.json chore: enable native unittesting (#20293) 2019-10-03 22:21:30 +02:00
native-tests.py ci: run more Chromium unit tests (#15363) 2018-10-25 14:28:50 -04:00
node-disabled-tests.json fix: don't run environment bootstrapper (#22342) 2020-02-25 16:46:08 +00:00
node-spec-runner.js build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
run-clang-format.py fix: use gn/clang-format from src (#19145) 2019-07-09 17:40:26 +09:00
run-gn-format.py fix: use gn/clang-format from src (#19145) 2019-07-09 17:40:26 +09:00
setup-win-for-dev.bat ci: fix script to initialize Windows VM (#22140) 2020-02-12 09:45:41 -05:00
spec-runner.js build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
start-goma.ps1 ci: enable goma for all testing builds (#21992) 2020-02-06 12:56:18 -05:00
start.js build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
strip-binaries.py build: strip local/dbg symbols, from Linux binaries (#22968) 2020-04-08 11:29:14 -04:00
sysroots.json chore: bump chromium to 8a35438d19da7538142380551a2ce (master) (#21971) 2020-01-31 13:36:00 -05:00
update-external-binaries.py build: move external binaries to S3 (#21829) 2020-01-23 10:00:35 -08:00
verify-chromedriver.py ci: verify chromedriver (#21993) 2020-02-03 10:31:14 -08:00
verify-ffmpeg.py ci: run tests on WOA hardware (#20031) 2019-09-03 13:13:06 -04:00
verify-mksnapshot.py ci: make sure mksnapshot is invoked with proper args. (#21991) 2020-02-04 13:10:11 -05:00
yarn.js build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
zip-symbols.py ci: generate debug symbols on Linux (#18676) 2019-11-20 17:21:44 -08:00