Ash Wilson
276fcb9e96
⬆️ electron-link
2017-08-08 16:52:38 -04:00
Ash Wilson
1d73f40d20
⬆️ joanna
2017-08-04 16:23:16 -04:00
Jason Rudolph
5fb82836c3
Use npm 5.3.0 for building Atom
2017-07-16 08:56:50 -04:00
Damien Guard
e88e0fc55c
Use npm 5.1.0 for building Atom
2017-07-13 09:22:23 -07:00
Damien Guard
032dcd8bf4
⬆️ electron-winstaller
2017-06-12 18:04:21 -07:00
Antonio Scandurra
7923b55374
⬆️ electron-link
2017-05-19 14:01:10 +02:00
Antonio Scandurra
d44876f3bc
Merge branch 'master' into tj-upgrade-electron
2017-05-16 14:39:47 +02:00
Damien Guard
21de88db1f
⬆️ electron-winstaller
2017-05-15 09:06:45 -07:00
Antonio Scandurra
729ae0ea51
Merge branch 'master' into tj-upgrade-electron
...
# Conflicts:
# script/package.json
# src/task.coffee
2017-05-11 18:05:12 +02:00
Antonio Scandurra
9346ff9e63
Speed up parsing the snapshot source map
...
When calling remote functions or emitting deprecation warnings
respectively Electron and Grim create a fake `Error` object to retrieve
the stack trace of the current call site.
When doing this for the first time, if the call site was located inside
a snapshotted file, previously we would parse the source map for the
snapshot and translate the position of each call in the stack trace.
However, since the snapshot source map is quite big, we were observing
major slowdowns when parsing it for the first time.
With this commit we will parse the snapshot source map while generating
the snapshot, which will allow to not pay for it during runtime.
Signed-off-by: Michelle Tilley <binarymuse@github.com >
2017-05-11 14:21:45 +02:00
Nathan Sobo
cb982d6513
Upgrade to Electron 1.6.2
2017-05-03 14:21:24 +02:00
Nathan Sobo
1c796ed773
⬆️ donna in script dependencies
2017-05-03 14:21:24 +02:00
Thomas Johansen
e63b17a9fe
⬆️ electron-chromedriver
2017-05-03 14:21:24 +02:00
Michelle Tilley
981de9238a
⬆️ electron-link@0.0.23
2017-04-06 00:41:38 -07:00
Bryant Ung
2f6880a32f
Merge pull request #13965 from kinvolk/krnowak/custom-install-dir
...
Allow specifying installation directory
2017-04-05 15:29:33 -07:00
Antonio Scandurra
0e1bc58310
⬆️ electron-link
2017-04-04 11:36:49 +02:00
Krzesimir Nowak
1e9083d3b6
Handle tilde as home dir in darwin and linux
2017-03-28 13:26:14 +02:00
Antonio Scandurra
de47a26c5d
WIP: Start preloading packages
2017-03-28 10:22:29 +02:00
Antonio Scandurra
95cf200a7c
Merge branch 'as-snapshot-atom-environment' into as-ns-optimize-stylesheets-loading
...
# Conflicts:
# script/tdd
2017-03-20 10:06:57 +01:00
Antonio Scandurra
6722450b7e
Merge pull request #14021 from atom/as-fix-snapshot-stack-traces
...
Use the generated snapshot source map in `source-map-support`
2017-03-17 18:05:42 +01:00
Antonio Scandurra
ccbb276bf5
Bake source maps into the snapshot
2017-03-17 13:25:00 +01:00
Antonio Scandurra
bade347e01
Revert "Upgrade to Babel 6 and apply fewer transformations when transpiling babel files"
2017-03-17 12:40:38 +01:00
Antonio Scandurra
cbe60bd53d
Use the generated snapshot source map in source-map-support
...
This will report the correct file and line numbers on stack traces
instead of always showing `<embedded>:absoluteLineNumber`. As a result,
it will also fix the `notifications` package, which will be able again
to identify which package threw an exception and to create an issue on
its repository.
2017-03-17 12:28:22 +01:00
Antonio Scandurra
684d8bd42c
Provide importedFilePathsByRelativeImportPath to LessCache
2017-03-14 13:35:28 +01:00
Antonio Scandurra
b228d2de4f
⬆️ electron-link
2017-03-10 15:04:13 +01:00
Antonio Scandurra
bfac08ab3f
⬆️ electron-link to handle backslashes on Windows correctly
2017-03-10 13:15:52 +01:00
Antonio Scandurra
1d774ea20a
⬆️ electron-link for Windows support
2017-03-10 11:18:21 +01:00
Antonio Scandurra
73e8642b96
Merge branch 'master' into as-ns-startup-snapshot
2017-03-10 09:04:30 +01:00
Michelle Tilley
82c49001f4
⬆️ legal-eagle@0.14.0
2017-03-08 17:21:58 -08:00
Antonio Scandurra
76ae6b29b3
⬆️ electron-link to handle cyclic requires correctly
2017-03-06 19:58:03 +01:00
Antonio Scandurra
f2ea38afba
Add electron-mksnapshot and use the downloaded bin to generate snapshots
2017-03-06 14:12:18 +01:00
Antonio Scandurra
5a8aa54167
⬆️ electron-link
2017-03-02 09:48:12 +01:00
Antonio Scandurra
54eb65631a
⬆️ electron-link
2017-02-27 13:53:47 +01:00
Antonio Scandurra
5a0433b006
Upgrade to babel 6 and apply fewer transformations to babel files
2017-02-15 17:02:00 +01:00
Damien Guard
1e2e7d0d44
⬆️ joanna
2016-12-28 11:27:44 -08:00
Damien Guard
ad77c319ad
Merge pull request #13431 from atom/dg-use-npm-chromedriver
...
Switch to npm provided chromedriver instead of manually downloaded
2016-12-13 13:12:03 -08:00
Damien Guard
bd6e0715c0
⬆️ electron-winstaller
2016-12-13 12:59:21 -08:00
Damien Guard
aa2b32e29c
Ensure chromedriver matches electron version during build
2016-12-13 10:13:22 -08:00
Damien Guard
f25a718c02
Switch electron-chromedriver from GitHub download to npm install
2016-12-12 16:31:38 -08:00
Damien Guard
a08967028b
⬆️ electron-winstaller (squirrel)
2016-12-12 14:56:07 -08:00
Damien Guard
0d0a2ae7b1
Windows 64-bit version of Atom
2016-11-10 16:59:12 -08:00
Antonio Scandurra
c54b330d68
Update eslint and fix new script/lint errors
2016-10-14 13:54:10 +02:00
Antonio Scandurra
5b85e1c797
Allow script/build --install on all platforms
2016-08-30 12:21:55 +02:00
Antonio Scandurra
870b3c832e
Add script/lint
2016-08-29 10:37:12 +02:00
Antonio Scandurra
9e0d7638e4
Create Debian package
2016-08-15 12:05:50 +02:00
Antonio Scandurra
6bd9d1e4be
Install webdriver io in script/package.json
...
So that we can control chromedriver without including that dependency in the final bundle.
2016-08-11 13:09:24 +02:00
Antonio Scandurra
3b1d98e4f1
Use a fixed version of electron-winstaller and sync-request
2016-08-11 10:52:31 +02:00
Damien Guard
54d2f000b3
⬆️ electron-winstaller to 2.3.4
2016-08-10 13:15:03 -07:00
Nathan Sobo
7cdf25eb5b
Start on electron-winstaller
2016-08-08 15:17:15 +02:00
Nathan Sobo
c6e38708d6
Download and import certificate in build script instead of circle.yml
...
This will make it possible to run the build on Circle instances that
don’t define the required environment variables for code signing. We
could do some crazy shell scripting in the circle.yml, but this is
easier overall.
2016-08-05 11:50:12 -06:00