Electron Bot
12ea1c0c41
Bump v10.0.0-beta.2
v10.0.0-beta.2
2020-06-01 08:32:38 -07:00
Shelley Vohr
9d2aa93581
fix: ensure nativeImage serialization main->renderer ( #23794 )
...
* refactor: use typeutils for nativeImage serialization (#23693 )
* fix: ensure nativeImage serialization main->renderer
2020-05-28 12:07:33 -07:00
trop[bot]
cee9e6f0d0
fix: weakly reference MenuModel from MenuController ( #23806 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-05-28 09:47:43 -07:00
trop[bot]
eb93acc463
fix: handle asynchronous URL loading in bw proxy ( #23804 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-05-28 09:41:54 -07:00
trop[bot]
241e74c098
test: refactor how spec files are collected ( #23811 )
...
Co-authored-by: Aleksei Kuzmin <alkuzmin@microsoft.com >
2020-05-28 09:40:59 -07:00
trop[bot]
c0183d15af
fix: volume key globalShortcut registration ( #23823 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-05-28 08:57:25 -07:00
trop[bot]
4fe7c9ac24
fix: only bezel frameless windows ( #23809 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-05-28 08:52:58 -04:00
Cheng Zhao
50efa847a5
Revert "fix: trigger activate event when app is activated via app switcher ( #23771 )" ( #23819 )
...
This reverts commit 7709e600c6 .
2020-05-28 08:47:55 -04:00
trop[bot]
c2354d44ea
fix: pass correct buffer length ( #23798 )
...
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2020-05-27 14:09:30 -07:00
trop[bot]
7709e600c6
fix: trigger activate event when app is activated via app switcher ( #23771 )
...
When application is activated thru macOS app switcher (cmd+tab) the
App's activate event is note emitted. The reason is that
`applicationShouldHandleReopen:hasVisibleWindows:` is sent only when app
is activated via Dock. Using `applicationDidBecomeActive:` is handling
all cases properly.
Co-authored-by: Lukas Weber <luweber@microsoft.com >
2020-05-27 09:52:10 +09:00
trop[bot]
0962c1bd74
ci: deflake WOA tests ( #23769 )
...
Co-authored-by: John Kleinschmidt <jkleinsc@github.com >
2020-05-26 13:22:55 -04:00
trop[bot]
471f80521d
test: use WebContents event to test beforeunload ( #23766 )
...
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2020-05-26 10:53:23 -04:00
trop[bot]
1fb11e1e76
fix: trigger about panel for about role on on win ( #23717 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-05-22 00:55:25 -07:00
trop[bot]
f8508b3c18
fix: read GTK dark theme setting on Linux ( #23711 )
...
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2020-05-21 21:07:42 -04:00
Electron Bot
95e3853b77
Bump v10.0.0-beta.1
v10.0.0-beta.1
2020-05-21 14:28:15 -07:00
Samuel Attard
9de5ede1fb
Revert "feat: look harder for a commit's pull request. ( #23593 )"
...
This reverts commit 2342aaffbd .
2020-05-21 14:27:04 -07:00
Electron Bot
05efbbcdd5
Revert "Bump v10.0.0-beta.1"
...
This reverts commit 2789f32efb .
2020-05-21 14:23:22 -07:00
Electron Bot
2789f32efb
Bump v10.0.0-beta.1
2020-05-21 14:23:00 -07:00
Samuel Attard
4c8b884998
fix: support 10-x-y in the release notes generator ( #23709 )
2020-05-21 14:13:17 -07:00
Electron Bot
03ddd2d7af
Revert "Bump v10.0.0-beta.1"
...
This reverts commit c141b1a906 .
2020-05-21 13:33:35 -07:00
Electron Bot
c141b1a906
Bump v10.0.0-beta.1
2020-05-21 13:33:02 -07:00
Cheng Zhao
ce77e3327c
docs: errors in isolated world are not dispatched ( #23653 )
2020-05-21 11:56:22 -04:00
mtgto
7b55a70a36
feat: Add Secure Keyboard Entry APIs in macOS ( #20678 )
...
* feat: Add Secure Keyboard Entry APIs in macOS
Add methods:
- app.isSecureInputEnabled()
- app.setSecureInputEnabled(enabled)
These enable to prevent other process listens keyboard input events.
* fix: lint error in app.md for #20678
* fix: crash app.setSecureInputEnabled() in password textfield
* fix: export Secure keyboard Entry API to only macOS
* fix: lint error in browser_mac.mm for #20678
* test: add test for app.setSecureKeyboardEntryEnabled in macOS
2020-05-21 11:53:44 -04:00
Jeremy Apthorp
5bdf97e7ae
test: hide child windows in webview spec ( #23682 )
2020-05-21 11:46:17 -04:00
Cheng Zhao
3137d5f011
test: multiple processes may crash in crashReporter test ( #23695 )
2020-05-21 11:43:47 -04:00
Electron Bot
4114281b62
Bump v10.0.0-nightly.20200521
v10.0.0-nightly.20200521
2020-05-21 08:31:34 -07:00
Shelley Vohr
21a6062a31
docs: document optional scaleFactor param to nativeImage fns ( #23671 )
2020-05-20 18:52:48 -07:00
Milan Burda
df53816eea
feat: expose the desktopCapturer module in the main process ( #23548 )
2020-05-20 20:25:49 -04:00
Shelley Vohr
4b23a85475
refactor: correctly serialize nativeImage/buffer with typeUtils ( #23666 )
...
* refactor: correctly serialize nativeImage/buffer with typeUtils
* test: add serialization specs
* fix: construct from dataURL
* test: test for dataURL specificity
2020-05-20 13:42:42 -07:00
Alexey Kuzmin
33d6a99d40
test: call "expect()" on a correct call stack ( #23675 )
2020-05-20 22:18:48 +02:00
LuoJinghua
9d851b8791
net: Don't ignore the referer header in net.request ( #23386 )
2020-05-20 13:28:38 -04:00
Jeremy Apthorp
0a481242f0
fix: wrap EmitWarning with HandleScope ( #23667 )
2020-05-20 09:44:27 -07:00
Electron Bot
84888bb1f1
Bump v10.0.0-nightly.20200520
v10.0.0-nightly.20200520
2020-05-20 08:31:37 -07:00
Jeremy Apthorp
8de06f0c57
feat: deprecate uncompressed crash uploads ( #23598 )
2020-05-19 13:47:21 -07:00
Jeremy Apthorp
bca071f428
docs: note no planned breaking changes for v11 ( #23638 )
2020-05-19 15:39:51 -04:00
Jeremy Apthorp
de44d28c8e
refactor: ginify Session ( #23569 )
2020-05-19 10:18:12 -07:00
Jeremy Apthorp
3f3a760a01
test: bind to 127.0.0.1 in contextBridge spec ( #23639 )
2020-05-19 10:17:40 -07:00
Jeremy Apthorp
27d7eb3880
docs: remove note about experimental nature of sandbox ( #23651 )
2020-05-19 10:17:31 -07:00
Jeremy Apthorp
393b637e9e
test: attempt to track down "illegal access" error ( #23645 )
...
* test: attempt to track down "illegal access" error
* how does electron formed
2020-05-19 12:29:36 -04:00
Electron Bot
33bd218df9
Bump v10.0.0-nightly.20200519
v10.0.0-nightly.20200519
2020-05-19 08:32:19 -07:00
Cheng Zhao
82da234650
test: disable parallel/test-worker-sharedarraybuffer-from-worker-thread ( #23652 )
2020-05-19 07:57:28 -07:00
Sofia Nguy
ce53c35e1d
docs: update currently supported versions for 9.0.0 release ( #23510 )
...
* docs: update currently supported versions for 9.0.0 release
* update supported version numbers back to xy format
2020-05-19 09:22:38 -05:00
Sofia Nguy
82f89c8206
docs: update 10.0 stable release date ( #23511 )
...
* docs: update 10.0 stable release date
* add bullet for reference to chrome's schedule
* update node version
2020-05-19 09:22:22 -05:00
Cheng Zhao
38a04214e0
fix: make sure hunspell file is not destroyed in UI thread ( #23631 )
2020-05-19 09:55:23 -04:00
Jeremy Apthorp
01579cc8ed
test: add retries to another beforeunload test ( #23644 )
2020-05-19 11:06:19 +09:00
Jeremy Apthorp
c00103d274
test: fix multiple connections in inspector test ( #23648 )
...
* test: fix multiple connections in inspector test
* debug log
2020-05-19 11:05:49 +09:00
John Kleinschmidt
89441caad4
build: save mksnapshot args on Windows ( #23634 )
2020-05-18 15:42:23 -04:00
Jeremy Apthorp
7e841ceb5c
refactor: tsify net module ( #23618 )
2020-05-18 10:22:48 -07:00
John Kleinschmidt
8879a3db58
ci: use longer mocha timeout on WOA testing ( #23633 )
2020-05-18 12:33:54 -04:00
Shelley Vohr
ee0f67d541
fix: nativeImage remote serialization ( #23543 )
...
We weren't serializing nativeImages properly in the remote module, leading to gin conversion errors when trying to, for example, create a new context menu in the renderer with icons using nativeImage. This fixes that by adding a new special case to handle them.
2020-05-18 09:29:24 -07:00