Electron Bot
9762f6e7fd
Bump v9.0.0-beta.16
v9.0.0-beta.16
2020-04-13 08:32:34 -07:00
trop[bot]
aef7986c64
fix: persist maximizable state when toggling fullscreen ( #23021 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-04-10 09:40:26 -07:00
trop[bot]
82b65dcca7
fix: reset node env earlier during shutdown ( #23068 )
...
Co-authored-by: Jeremy Apthorp <nornagon@nornagon.net >
2020-04-10 09:37:04 -07:00
Eryk Rakowski
afeda19d15
fix(extensions): add more properties to port.sender.tab ( #23008 )
2020-04-09 12:21:03 -07:00
Electron Bot
1c791f9056
Bump v9.0.0-beta.15
v9.0.0-beta.15
2020-04-09 08:33:07 -07:00
Jeremy Apthorp
359110a651
ci: auto-3way patches and detect changes ( #23031 )
...
* ci: auto-3way patches and detect changes (#22976 )
* bust cache
* update-index || true
* update patches
* lint
* idk what is up with lint
* idek
* update patches
Co-authored-by: Electron Bot <anonymous@electronjs.org >
2020-04-09 11:06:57 -04:00
Jeremy Apthorp
7894ae9c01
chore: bump chromium to 83.0.4102.3 ( #22941 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
Co-authored-by: deepak1556 <hop2deep@gmail.com >
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
Co-authored-by: Andy Locascio <andy@slack-corp.com >
Co-authored-by: John Kleinschmidt <jkleinsc@github.com >
2020-04-08 14:37:31 -07:00
trop[bot]
ab41460616
fix: nullptr check when closing windows ( #23023 )
2020-04-07 22:10:28 -07:00
trop[bot]
8a4d41cd46
build: set merge=union for .patches ( #22991 )
...
Co-authored-by: Jeremy Apthorp <nornagon@nornagon.net >
2020-04-07 09:55:17 -07:00
trop[bot]
41f33edd9e
fix: webframe crashes for removed render frame ( #22949 )
...
* fix: webframe crashes for removed render frame
* Make errors more descriptive
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-04-06 11:38:44 -07:00
Electron Bot
21f78af43f
Bump v9.0.0-beta.14
v9.0.0-beta.14
2020-04-06 08:32:24 -07:00
Electron Bot
c09bfb5a79
chore: bump chromium in DEPS to 82.0.4085.27 ( #22932 )
2020-04-02 17:53:33 -07:00
Electron Bot
fb5871ccf0
Bump v9.0.0-beta.13
v9.0.0-beta.13
2020-04-02 08:31:38 -07:00
Cheng Zhao
f255d47073
fix: webRequest module should work with file:// protocol (9-x-y) ( #22919 )
...
* fix: webRequest module should work with file:// protocol
* test: do not trigger unhandled promise rejections
2020-04-01 13:36:24 -07:00
trop[bot]
050844dc38
fix: screen module should still be creatable if the first create is before the ready event ( #22912 )
...
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2020-04-01 11:37:12 -07:00
trop[bot]
317f1a3d3a
fix: ensure standard schemes are registered in nw service process ( #22917 )
...
* fix: ensure standard schemes are registered in nw service process
Refs https://github.com/electron/electron/pull/20546
* chore: add test
* chore: apply suggestions from code review
Co-Authored-By: Jeremy Apthorp <jeremya@chromium.org >
Co-authored-by: deepak1556 <hop2deep@gmail.com >
Co-authored-by: Jeremy Apthorp <jeremya@chromium.org >
2020-03-31 21:25:45 -07:00
trop[bot]
b4675ce0ae
fix: dialog fails to show after modal close ( #22890 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-03-31 14:50:11 -07:00
trop[bot]
3f6227c61a
fix: propagate preferred color scheme to the renderer ( #22900 )
...
* fix: do not crash if the window is closed syncronously with a nativeTheme change
* fix: propogate preferred color scheme to the renderer and keep it up to date
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2020-03-31 14:46:15 -07:00
Electron Bot
bfc069e5c0
Bump v9.0.0-beta.12
v9.0.0-beta.12
2020-03-30 08:32:46 -07:00
trop[bot]
6cb495034e
fix: don't try to hide host which has set flag disable_hidden_ ( #22852 )
...
Lack of this change will lead to freeze after call to hide/show
on window which has set flag disable_hidden_. To reproduce the
problem it's necessary to create some number of windows (how many
it depends on number of windows being cached by Chromium's
FrameEvictionManager).
Co-authored-by: Cezary Kulakowski <cezary@openfin.co >
2020-03-27 11:42:20 -07:00
trop[bot]
6d2cf47797
fix: heap-use-after-free in tray.popUpContextMenu ( #22855 )
...
Co-authored-by: Jeremy Apthorp <nornagon@nornagon.net >
2020-03-27 15:34:18 +09:00
Electron Bot
e06880a90e
Bump v9.0.0-beta.11
v9.0.0-beta.11
2020-03-26 08:32:00 -07:00
trop[bot]
0600420bac
fix: don't allow window to go behind menu bar on mac ( #22828 )
...
Co-authored-by: Cezary Kulakowski <cezary@openfin.co >
2020-03-25 10:45:32 -05:00
trop[bot]
a6ff42c190
fix: workaround for hang when preventDefault-ing nativeWindowOpen ( #22750 )
...
* fix: enable workaround for nativeWindowOpen hang
* add test
* test: ensure window doesn't leak into other test
* update to use new webcontents delegate methods
Co-authored-by: Andy Locascio <andy@slack-corp.com >
2020-03-25 10:40:12 +09:00
trop[bot]
969579070f
refactor: migrate base::ThreadPool() as trait to base::ThreadPool:: API ( #22607 )
2020-03-24 15:09:28 -07:00
trop[bot]
9ee656f856
build: fix missing pdf dep in chromium_src ( #22814 )
...
Co-authored-by: Jeremy Apthorp <nornagon@nornagon.net >
2020-03-24 09:00:51 -04:00
Samuel Attard
7e4475cf51
Revert "fix: better window hierarchy checks"
...
This reverts commit 792fe833d1 .
2020-03-23 19:35:21 -07:00
Samuel Attard
79d9bd3a29
Revert "Bump v9.0.0-beta.11"
...
This reverts commit 50debf8595 .
2020-03-23 19:35:12 -07:00
Electron Bot
50debf8595
Bump v9.0.0-beta.11
2020-03-23 15:30:19 -07:00
Electron Bot
2d68a4d2ee
Revert "Bump v9.0.0-beta.11"
...
This reverts commit 6ce0062c0e .
2020-03-23 15:25:54 -07:00
Electron Bot
6ce0062c0e
Bump v9.0.0-beta.11
2020-03-23 14:27:00 -07:00
Samuel Attard
86aa0dfc45
build: fix beta version bumper logic for betas beyond 10
2020-03-23 14:25:54 -07:00
Samuel Attard
792fe833d1
fix: better window hierarchy checks
2020-03-23 14:13:00 -07:00
Samuel Attard
9b14ae770d
feat: add support for net requests to use the session cookie store ( #22806 )
...
* chore: refactor all the net specs to be async with better error handling (#22731 )
* chore: fix net specs when rerunning locally (#22745 )
* feat: add support for net requests to use the session cookie store (#22704 )
* fix: allow net requests to use Same-Site cookies (#22788 )
2020-03-23 10:53:40 -07:00
Samuel Attard
5a34ad4e21
build: enable JS semicolons ( #22785 )
2020-03-23 09:18:28 -07:00
Eryk Rakowski
edd7e97dd9
feat(extensions): add more properties to extension object ( #22595 )
2020-03-21 10:28:05 +09:00
Electron Bot
b92734d912
chore: bump chromium to 82.0.4085.14 (9-x-y) ( #22743 )
2020-03-20 15:58:36 -07:00
Shelley Vohr
dc25ad2ef0
chore: update app module property support ( #22747 )
2020-03-20 16:09:47 +09:00
Charles Kerr
54a8258c1c
refactor: omit duplicates from app's x11 icon list ( #22736 )
2020-03-19 14:12:07 -07:00
trop[bot]
02eff88e1b
chore: revert deprecated WebContents properties ( #22682 )
2020-03-19 14:11:41 -07:00
trop[bot]
09ca564bf4
fix: prevent crash in ListValue v8 converter when conversion fails ( #22759 )
2020-03-19 14:02:31 -07:00
trop[bot]
54e31956f8
chore: more modules to dual prop/fn support ( #22734 )
2020-03-19 09:27:39 -07:00
Electron Bot
c6539f0d01
Bump v9.0.0-beta.10
v9.0.0-beta.10
2020-03-19 08:31:11 -07:00
trop[bot]
bef8448393
build: auto-generate the codesigning cert used for macOS CI testing runs ( #22762 )
...
* build: auto-generate the codesigning cert used for macOS CI testing runs
* build: give the cert ALL the trust values
* chore: also import public key
* idek
Co-authored-by: Samuel Attard <sattard@slack-corp.com >
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2020-03-19 16:34:57 +09:00
trop[bot]
27619e8ab0
test: no need to loadURL in menu test ( #22765 )
...
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2020-03-19 16:33:57 +09:00
trop[bot]
89c23f313f
fix: crash when destroying WebContentsView during GC ( #22764 )
...
Co-authored-by: Jeremy Apthorp <nornagon@nornagon.net >
2020-03-19 16:33:22 +09:00
Cheng Zhao
a9b9016b99
fix: avoid double-free in TrackableObject ( #22768 )
2020-03-19 16:32:46 +09:00
trop[bot]
f1c1542958
chore: support props/fns for BrowserWindow ( #22733 )
2020-03-18 19:53:11 -07:00
Сковорода Никита Андреевич
cb90ef47bb
feat: add disableDialogs option to WebPreferences ( #22664 )
...
Allows to disable dialogs completely in a similar way of how safeDialogs option can be used. Overrides safeDialogs option.
2020-03-18 20:02:29 -04:00
trop[bot]
a345fe2b4f
fix: persist maximizable state through theme change ( #22724 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-03-18 09:39:00 +09:00