John Kleinschmidt
01ca2252cd
Bump v1.7.8
v1.7.8
2017-09-24 10:34:18 +09:00
John Kleinschmidt
53db3862c0
Merge pull request #10591 from electron/disable-app-importcertificate-tests
...
disable flaky app.importCertificate and select-client-certificate tests
2017-09-24 10:25:57 +09:00
John Kleinschmidt
6099ab222e
Change GitHub upload to use JS GitHub lib
2017-09-24 10:17:15 +09:00
Zeke Sikelianos
830cc7ecd1
disable select-client-certificate spec
2017-09-24 10:00:34 +09:00
Zeke Sikelianos
eef8ff09e2
disable flaky app.importCertificate tests
2017-09-24 09:49:48 +09:00
Samuel Attard
b15392e1c1
Backporting changes for 1.7.8 ( #10586 )
...
* Fix app.makeSingleInstance hanging on posix systems
Wait for the IO thread to be a thing before attempting to listen on the socket
Fixes #9880
* Move OnBrowserReady call to PreMainMessageLoopRun to account for timing issues on macOS
* Woops, how did that happen ;)
* Refactor as per @zcbenz comments
Also fix issue where we run the single instance callback *not* on the UI thread,
this apparently results in a hung process.
* Appease the linting gods
* Create watcher when message loop is ready
* spec: Add test case for app.makeSingleInstance
* Fix missing extension when saving a file without filters
Previously, when triggering the save dialog through e.g. `<a download>`
links (e.g. http://jsfiddle.net/koldev/cW7W5/ ), the extension was only
saved if Finder was set to show all extensions by default. We now always
display the extension to make sure that it is saved.
If we want to keep the extension hidden, we could also populate the
allowed file types array with the extension from the default filename,
but that would have interfered with how we set the filters.
* Try to make test less flaky
* Try simpler test
* Fix stdout detection
* Try longer timeout on test
2017-09-24 07:27:08 +09:00
John Kleinschmidt
fd1bb3f95d
Merge pull request #10585 from electron/turbofan-fix
...
Apply turbofan-fix
2017-09-23 16:06:34 +09:00
John Kleinschmidt
53eb4d68c5
Apply turbofan-fix
2017-09-23 15:05:15 +09:00
John Kleinschmidt
331a1759d2
Fix CircleCI test step
2017-09-13 11:22:33 -04:00
John Kleinschmidt
b69d76258a
Remove arm64 build
...
Arm64 builds are not built for 1.7.x
2017-09-13 10:50:53 -04:00
John Kleinschmidt
680bf0076b
Bump v1.7.7
v1.7.7
2017-08-30 13:06:59 -04:00
John Kleinschmidt
d42d856b9a
Rerun builds
2017-08-30 09:42:23 -04:00
John Kleinschmidt
e6f6862ae8
Merge pull request #10390 from electron/render_widget_compositor_patch
...
Backport fix for flickering web contents on large monitors
2017-08-29 21:52:35 -04:00
John Kleinschmidt
44b4cc374b
Update to latest build
2017-08-29 21:27:59 -04:00
John Kleinschmidt
9824c88d2d
Backport fix for flickering web contents on large monitors
2017-08-29 13:43:02 -04:00
John Kleinschmidt
96bc46c255
Merge pull request #10365 from electron/fix_exit_crash
...
Fixed crash on process exit on Windows
2017-08-29 11:55:12 -04:00
John Kleinschmidt
873a8902af
Merge pull request #10375 from electron/backport-notification-sounds
...
Backport #10293 (notification-sounds)
2017-08-29 10:52:26 -04:00
John Kleinschmidt
7dac300305
Merge pull request #10377 from electron/backfort-libuv-1419
...
Backport libuv/libuv#1419
2017-08-29 10:50:32 -04:00
John Kleinschmidt
2a536d2aa2
Merge pull request #10374 from electron/backport-drag-browser-view
...
Backport #10232 (drag-browser-view)
2017-08-29 09:34:58 -04:00
Cheng Zhao
ccd03c6675
Backport https://github.com/libuv/libuv/pull/1419
...
win, fs: support unusual reparse points
Allow for running uv_fs_stat and uv_fs_lstat on all reparse points. One
of such points is new OneDrive drive with "files on demand" feature
enabled.
2017-08-29 10:25:45 +09:00
Charlie Hess
5515092944
Merge pull request #10293 from electron/notification-sounds
...
Add support for soundName in main process notifications
2017-08-28 13:23:27 -07:00
Samuel Attard
fb7661d2d2
Merge pull request #10232 from electron/drag-browser-view
...
Add -webkit-app-region support to BrowserView
2017-08-28 13:19:09 -07:00
John Kleinschmidt
75b31f0bb6
Add CircleCI
2017-08-28 11:35:30 -04:00
Ales Pergl
cfee5ba8c8
Fixed crash on process exit on Windows
2017-08-28 16:28:07 +02:00
Vanessa Yuen
b81aab9eae
Bump v1.7.6
v1.7.6
2017-08-09 15:28:55 -04:00
Zeke Sikelianos
1e9109f3c6
Merge pull request #10225 from electron/more-installation-tips
...
add more installation tips
2017-08-08 20:55:15 -07:00
Zeke Sikelianos
3a1d6e7a42
recommend fixing permissions over using sudo
2017-08-08 20:43:57 -07:00
Zeke Sikelianos
1e4232eb3a
add more installation tips
2017-08-08 15:22:52 -07:00
Vanessa Yuen
aac9ea1371
Merge pull request #10172 from electron/publish-prebuilt
...
publish to npm directly from electron repo
2017-08-08 13:59:37 -04:00
Zeke Sikelianos
259e1f0804
restore links to translated READMEs
2017-08-08 10:55:09 -07:00
Zeke Sikelianos
525eedc036
remove prebuilt readme in favor of top-level readme
2017-08-08 10:20:30 -07:00
Zeke Sikelianos
bc090ac67a
Merge branch 'publish-prebuilt' of https://github.com/electron/electron into publish-prebuilt
2017-08-08 10:18:45 -07:00
Zeke Sikelianos
58af0778b7
update the readme
2017-08-08 10:18:40 -07:00
Zeke Sikelianos
5ae01bceee
add an installation guide
2017-08-08 10:18:22 -07:00
Vanessa Yuen
8db0a10372
use root README instead of the one for prebuilt
2017-08-08 13:12:49 -04:00
Zeke Sikelianos
3f295d6664
remove duplicate list of translations from readme
2017-08-08 09:28:43 -07:00
Zeke Sikelianos
d0130e1b09
Merge pull request #9988 from kant2002/patch-1
...
Allow TypeScript definitions work with strictNullChecks
2017-08-07 20:37:26 -07:00
John Kleinschmidt
72d2e176dd
Merge pull request #10160 from liusy182/liusy182-10128-asar
...
Return empty string when fs.readFile with 'utf8' option from asar file
2017-08-07 21:42:15 -04:00
John Kleinschmidt
ccdff72ee4
Merge pull request #9918 from alexstrat/add-extensions-loading-api
...
Introduce Chrome extensions management APIs independent of Dev Tools Extensions
2017-08-07 20:06:22 -04:00
John Kleinschmidt
29331af767
Merge pull request #10209 from electron/rollback_debug_mode
...
Rollback debug mode changes
2017-08-07 18:21:50 -04:00
Kevin Sawicki
dfec48dd44
End response and set status code for unexpected URLs
2017-08-07 13:33:01 -07:00
Kevin Sawicki
8e989170f1
Revert "spec: Suppress the select-client-certificate test"
...
This reverts commit dc1269615a .
2017-08-07 12:57:01 -07:00
Kevin Sawicki
a7cb89aeb5
Revert "spec: Suppress the app.importCertificate test"
...
This reverts commit 5ccae79ea7 .
2017-08-07 12:56:54 -07:00
Kevin Sawicki
210652ed54
Revert "spec: Suppress the test that destroys WebContents in event listener"
...
This reverts commit b315eb83fd .
2017-08-07 12:56:48 -07:00
John Kleinschmidt
3d5acdf682
Rollback debug mode changes
2017-08-07 15:54:44 -04:00
John Kleinschmidt
d06eeeede8
Merge pull request #10204 from electron/revert-9961-fix-window-opener
...
Revert "Fix window.opener being null when nativeWindowOpen is used"
2017-08-07 14:14:47 -04:00
Cheng Zhao
eeca6fcb55
Revert "Fix window.opener being null when nativeWindowOpen is used"
2017-08-07 19:50:23 +09:00
Zeke Sikelianos
f1f43c51bb
Merge pull request #10190 from electron/update-releasing-guide
...
improve the releasing guide
2017-08-04 13:52:26 -07:00
Vanessa Yuen
5f1a683869
Merge pull request #10157 from runinspring/patch-2
...
Create keyboard-shortcuts
2017-08-04 13:46:16 -04:00
Cheng Zhao
63d7aee1a6
Merge pull request #9961 from electron/fix-window-opener
...
Fix window.opener being null when nativeWindowOpen is used
2017-08-04 21:18:47 +09:00