Electron Bot
7828ea0805
Bump v4.0.0-beta.8
2018-11-27 10:13:08 -08:00
Cheng Zhao
e2925fd1e7
fix: backport patch to fix scrolling problem ( #15831 )
2018-11-27 23:26:45 +09:00
Michelle Tilley
60894aac06
Revert "Bump v4.0.0-beta.8"
...
This reverts commit 3c859a5554 .
2018-11-26 14:15:40 -08:00
trop[bot]
f451ce6416
feat: add registerAccelerator flag to allow menu items to optionally skip accelerator registration (backport: 4-0-x) ( #15840 )
...
* feat: add registerAccelerator flag to allow menu items to skip registration
* docs: add docs for registerAccelerator
* docs: re-add accidentally removed line
2018-11-26 16:15:47 -05:00
trop[bot]
a67408e875
fix: load the chrome.* API on chrome-extension pages in sandbox mode ( #15794 )
...
With mixed sandbox enabled we need to load the chrome.* APIs in the
sandbox init.js so that chrome extensions load correctly.
This mirrors the equivilant impl in `atom_renderer_client.cc`
Fixes #15561
2018-11-26 16:15:12 -05:00
Electron Bot
3c859a5554
Bump v4.0.0-beta.8
2018-11-26 12:47:30 -08:00
Michelle Tilley
49a564ecaa
Revert "Bump v4.0.0-beta.8"
...
This reverts commit bcc8a274f8 .
2018-11-26 12:16:16 -08:00
Electron Bot
bcc8a274f8
Bump v4.0.0-beta.8
2018-11-26 11:20:12 -08:00
trop[bot]
3276ebf65d
fix: ensure that file descriptors 0/1/2 are opened at startup (backport: 4-0-x) ( #15763 )
...
This fixes an issue where the gpu subprocess was writing messages to a
random pipe or socket. The standard file desciptors are closed in
chromium's subprocesses because of an unfortunate interaction with
libuv's tty handling code leaving them with the FD_CLOEXEC flag.
2018-11-26 10:26:54 -08:00
Michelle Tilley
3056868515
Revert "Bump v4.0.0-beta.8"
...
This reverts commit 87455600d0 .
2018-11-21 20:28:41 -08:00
Electron Bot
87455600d0
Bump v4.0.0-beta.8
2018-11-21 17:21:32 -08:00
Michelle Tilley
907ab93042
Revert "Bump v4.0.0-beta.8"
...
This reverts commit d3b1f1ebc4 .
2018-11-21 17:01:13 -08:00
Charles Kerr
d5f432b746
fix: bypass CORB when web security is disabled ( #15737 ) ( #15801 )
...
Manual backport of `web_security_corb_patch` from `master`.
See https://github.com/electron/electron/pull/15737 for details.
2018-11-21 18:50:39 -06:00
Electron Bot
d3b1f1ebc4
Bump v4.0.0-beta.8
2018-11-21 15:32:24 -08:00
trop[bot]
3e5038a674
build: fix native_mksnapshot build (backport: 4-0-x) ( #15799 )
...
* build: fix native_mksnapshot build
When we changed our electron_mksnapshot_zip target to include the v8_context_snapshot_generator, this dependency made the `run_mksnapshot` target run which was trying to run an arm/arm64 binary on x64 hardware.
Don't use custom build args for native_mksnapshot as they are not needed
* Added comment on why snapshot_blob.bin is skipped on arm/arm64
2018-11-21 17:08:20 -06:00
trop[bot]
23498bd612
build: make make_locale_dirs idempotent ( #15780 )
2018-11-21 11:02:57 -05:00
trop[bot]
c5fd12c12e
fix: restore missing .lproj directories ( #15769 )
...
the empty lproj directories help macOS to understand what locales the app supports
2018-11-20 01:07:59 -05:00
trop[bot]
646a7af997
docs: add note about win_delay_load_hook (backport: 4-0-x) ( #15771 )
...
* docs: add note about win_delay_load_hook
* Update docs/tutorial/using-native-node-modules.md
Co-Authored-By: nornagon <nornagon@nornagon.net >
2018-11-20 01:03:59 -05:00
Michelle Tilley
fd18171553
Revert "Bump v4.0.0-beta.8"
...
This reverts commit 2b833da9b9 .
2018-11-19 13:31:03 -08:00
Electron Bot
2b833da9b9
Bump v4.0.0-beta.8
2018-11-19 11:02:49 -08:00
Pedro Pontes
682e3e32eb
fix: revert: "window.open site instance should belong to the same browsing instance ( #15698 )" ( #15756 )
...
This reverts commit 33254c5bcc .
2018-11-19 09:59:56 -08:00
Cheng Zhao
639c07a9c8
docs: limits of nativeWindowOpen ( #15751 )
2018-11-19 09:22:23 -05:00
trop[bot]
c5e3b6350e
fix: package swiftshader binaries ( #15745 )
2018-11-19 09:11:51 -05:00
Shelley Vohr
6fdbfdb835
feat: allow partial setting of window bounds ( #15699 )
2018-11-18 00:56:41 -05:00
Samuel Attard
85ece0a605
Revert "Bump v4.0.0-beta.8"
...
This reverts commit 43be9e9ed3 .
2018-11-18 01:53:24 +11:00
Nitish Sakhawalkar
797338095c
chore: Deprecate options in webcontents.findInPage ( #15735 )
...
* chore: Deprecate options in webcontents.findInPage
2018-11-16 14:26:02 -08:00
Electron Bot
43be9e9ed3
Bump v4.0.0-beta.8
2018-11-15 17:32:46 -08:00
trop[bot]
a7bc01b96b
build: use different directory for generated breakpad symbols ( #15720 )
2018-11-15 13:18:49 -08:00
trop[bot]
03e98a0b76
docs: remove unsafe eval section of security tutorial (backport: 4-0-x) ( #15685 )
...
* docs: remove unsafe eval section of security tutorial
* lintfix
2018-11-14 08:48:18 -08:00
Alexey Kuzmin
6e4ca8b787
fix: bypass DOM storage quota (backport: 4-0-x) ( #15688 )
2018-11-14 00:50:26 +01:00
Pedro Pontes
33254c5bcc
fix: window.open site instance should belong to the same browsing instance ( #15698 )
2018-11-13 17:43:05 +01:00
trop[bot]
7be10d50f4
feat: expose showAboutPanel for MacOS ( #15680 )
2018-11-13 11:31:37 -05:00
trop[bot]
0bb8ddaeeb
feat: expose setBackgroundThrottling api ( #15623 )
2018-11-13 08:14:12 -08:00
trop[bot]
98d9e1c0a3
refactor: no longer require submenu for services menuitem ( #15671 )
2018-11-11 13:17:14 -05:00
Nitish Sakhawalkar
7cc7d4a360
fix: Menu accelerators not working ( #15094 ) ( #15662 )
...
This change fixes the regression in the menu accelerators working in linux, on some environments.
2018-11-10 14:19:58 -05:00
trop[bot]
64874660e1
fix: NSWindow crash happening on macos 10.9 ( #15670 )
2018-11-10 14:19:34 -05:00
trop[bot]
2d0b80cf57
ci: add testing for mksnapshot (backport: 4-0-x) ( #15655 )
...
* ci: add testing for mksnapshot
* get mksnapshot from mksnapshot.zip
* Add mksnapshot.zip to artifacts
* Build mksnapshot zip on test
* save mksnapshot for tests
* build mksnapshot before persisting for tests
* Automatically overwrite files WITHOUT prompting
2018-11-09 08:50:58 -08:00
trop[bot]
c45ac5108e
fix: send NSView* as the response to getNativeWindowHandle() instead of a null handle ( #15644 )
2018-11-08 21:13:32 -08:00
trop[bot]
b488b413f0
chore: remove the 'get-patch' script ( #15643 )
...
"script/git-export-patches" should be used instead.
2018-11-08 09:55:14 -08:00
trop[bot]
802e2fae8a
fix: correctly package Login Helper in mas builds ( #15615 )
2018-11-08 08:32:49 -08:00
Heilig Benedek
f331b9234d
fix: don't append Shift modifier text twice to accelerators (backport: 4-0-x) ( #15401 )
...
* fix: don't append Shift modifier text twice to accelerators
* style: use the new way of creating patches
* test: add menu item accelerator display tests
* fix: allocate accelerator on the stack
* fix: adjust tests to match expected behavior on mac
* style: no need for done call in sync tests
2018-11-08 12:24:36 -04:00
Cheng Zhao
83414457ea
fix: destroy WebContents synchronously on shutdown ( #15640 )
2018-11-08 08:09:55 -08:00
Shelley Vohr
d488baa67f
fix: correctly display zoom in accelerator on mac (backport: 4-0-x) ( #15626 )
...
* fix: correctly display zoom in accelerator on mac
* add original CL
2018-11-07 19:45:25 -08:00
trop[bot]
cbc0f452b3
chore: add simple set/unset loginitem spec ( #15599 )
2018-11-07 16:03:47 -08:00
Alexey Kuzmin
915fc3d62d
chore: fix missing \n at end of exported patches ( #15579 ) ( #15619 )
...
(cherry picked from commit 2e1c50c891 )
2018-11-07 11:26:29 -04:00
trop[bot]
fec42919ed
fix: update the "SSL_get_tlsext_status_type" patch ( #15593 )
...
It has been upstreamed by @nornagon
c0c9001440
2018-11-07 14:42:36 +01:00
trop[bot]
43e8dd7997
build: add v8_context_snapshot_generator to mksnapshot zip ( #15608 )
...
v8_context_snapshot_generator is needed when creating custom snapshots with mksnapshot
2018-11-06 21:11:03 -08:00
Electron Bot
3846a1b663
Bump v4.0.0-beta.7
v4.0.0-beta.7
2018-11-05 14:34:45 -08:00
trop[bot]
08d80295d7
fix: use NSURL path for receipt url ( #15574 )
2018-11-05 13:21:35 -08:00
trop[bot]
127ad9252e
build: store the patches config in a json file ( #15572 )
2018-11-05 21:02:37 +01:00