Samuel Attard 7201845894 refactor: auto generate electron_version.h from the version file (#18866) 5 years ago
..
codesign b8dbe4bc15 spec: add tests for the autoUpdater on macOS that actually test if it works (#17442) 6 years ago
lib 1aac7ac9d0 chore: fix current branch fetch on master (#18844) 5 years ago
release-notes 6770a8c64a build: remove deprecated octokit auth calls (#18205) 6 years ago
.electron.attributes 32c9597cbc build: ensure we use objc regexps for export-patches (#17598) 6 years ago
apply_all_patches.py a42ed950ca build: add env var to allow easily triggering a 3way patch (#18448) 5 years ago
bump-version.js 7201845894 refactor: auto generate electron_version.h from the version file (#18866) 5 years ago
check-relative-doc-links.py 1d6e5e6e70 fix: use print() function in both Python 2 and Python 3 (#18395) 5 years ago
check-trailing-whitespace.py 1d6e5e6e70 fix: use print() function in both Python 2 and Python 3 (#18395) 5 years ago
check-zip-manifest.py f5b3d00b47 ci: add check for dist zip file changes (#18446) 5 years ago
ci-release-build.js 842830d709 build: move Windows release builds to AppVeyor cloud (#18337) 5 years ago
dbus_mock.py eeeeae3bff refactor: use one script to launch all linters (#14622) 6 years ago
dist_zip.linux.arm.manifest 24b3d66767 refactor: remove electron.asar and embed JS in binary (#18577) 5 years ago
dist_zip.linux.arm64.manifest 24b3d66767 refactor: remove electron.asar and embed JS in binary (#18577) 5 years ago
dist_zip.linux.x64.manifest 24b3d66767 refactor: remove electron.asar and embed JS in binary (#18577) 5 years ago
dist_zip.linux.x86.manifest 24b3d66767 refactor: remove electron.asar and embed JS in binary (#18577) 5 years ago
dist_zip.mac.x64.manifest 164cc43440 chore: bump chromium to bd6aad6a4b37dad7aae42fec349e9 (master) (#18626) 5 years ago
dist_zip.mac_mas.x64.manifest 164cc43440 chore: bump chromium to bd6aad6a4b37dad7aae42fec349e9 (master) (#18626) 5 years ago
dist_zip.win.ia32.manifest 796d2636e6 ci: add windows zip manifest checking (#18629) 5 years ago
dist_zip.win.x64.manifest 796d2636e6 ci: add windows zip manifest checking (#18629) 5 years ago
download-circleci-artifacts.js bd80e68698 ci: fix issues downloading from CircleCI (#18652) 5 years ago
dump-symbols.py b53a858400 build: use different directory for generated breakpad symbols (#15716) 6 years ago
external-binaries.json e736d04e7f build: use https to download from GitHub for external binaries (#17928) 6 years ago
find-release.js 6770a8c64a build: remove deprecated octokit auth calls (#18205) 6 years ago
gen-filenames.js 911cdd809a Update gen-filenames.js to generate posix paths (#18488) 5 years ago
generate-deps-hash.js 98c51dd660 build: ensure consistent lock files across multiple machines (#17955) 6 years ago
generate-version-json.js 7201845894 refactor: auto generate electron_version.h from the version file (#18866) 5 years ago
generate-zip-manifest.py f5b3d00b47 ci: add check for dist zip file changes (#18446) 5 years ago
get-last-major-for-master.js 1b8c11121f chore: convert bump script to js (#15820) 6 years ago
get-version.py 1d6e5e6e70 fix: use print() function in both Python 2 and Python 3 (#18395) 5 years ago
git-export-patches fdaa75354a chore: save HEAD when git-import-patches runs (#17824) 6 years ago
git-import-patches 341592119f build: actually run import-patches on gclient sync (#17885) 6 years ago
gn-asar.js 9e26dfaa06 build: use async remove method to handle errors better (#16917) 6 years ago
lint.js 00d18917d0 build: add basic linting for the patches folder to ensure that .patches match the state on disk (#18615) 5 years ago
merge-electron-checksums.py 079a7a1a1c Do not put the upload logic in make_zip 8 years ago
nan-spec-runner.js a45afddb75 build: unify YARN_VERSION variable usage and ensure CI uses yarn not npm (#18607) 5 years ago
native-tests.py ec4a0e096f ci: run more Chromium unit tests (#15363) 6 years ago
prepare-release.js 6770a8c64a build: remove deprecated octokit auth calls (#18205) 6 years ago
publish-to-npm.js 000be5d1d4 chore: refactor scripts for octokit update (#16284) 6 years ago
release-artifact-cleanup.js 6770a8c64a build: remove deprecated octokit auth calls (#18205) 6 years ago
release.js 6770a8c64a build: remove deprecated octokit auth calls (#18205) 6 years ago
run-clang-format.py 2a4f5c3284 chore: add --fix option to lint:cpp (#14977) 6 years ago
run-gn-format.py b29e8d18a8 chore: auto-format GN and python files in our precommit (#16722) 6 years ago
spec-runner.js a45afddb75 build: unify YARN_VERSION variable usage and ensure CI uses yarn not npm (#18607) 5 years ago
start.js 000be5d1d4 chore: refactor scripts for octokit update (#16284) 6 years ago
strip-binaries.py 1d6e5e6e70 fix: use print() function in both Python 2 and Python 3 (#18395) 5 years ago
sysroots.json 52fe92d02e feat: Upgrade to Chromium 71.0.3578.98 (#15966) 6 years ago
tls.py 1d6e5e6e70 fix: use print() function in both Python 2 and Python 3 (#18395) 5 years ago
update-external-binaries.py 17c240a639 ci: make macOS CI faster (#16766) 6 years ago
upload-index-json.py 1d6e5e6e70 fix: use print() function in both Python 2 and Python 3 (#18395) 5 years ago
upload-node-checksums.py e73a0e6cc6 docs: replace the atom.io headers URL with electronjs.org (#18328) 6 years ago
upload-node-headers.py 37f405859f chore: fix out_dir usage in upload-symbols.py 6 years ago
upload-symbols.py cd9bf72ee8 build: ensure that the uploaded symbol path is correct for our symbol (#16908) 6 years ago
upload-to-github.js 6770a8c64a build: remove deprecated octokit auth calls (#18205) 6 years ago
upload.py 1d6e5e6e70 fix: use print() function in both Python 2 and Python 3 (#18395) 5 years ago
verify-ffmpeg.py 1d6e5e6e70 fix: use print() function in both Python 2 and Python 3 (#18395) 5 years ago
verify-mksnapshot.py 1d6e5e6e70 fix: use print() function in both Python 2 and Python 3 (#18395) 5 years ago
yarn.js a45afddb75 build: unify YARN_VERSION variable usage and ensure CI uses yarn not npm (#18607) 5 years ago
zip-symbols.py 1d6e5e6e70 fix: use print() function in both Python 2 and Python 3 (#18395) 5 years ago