Electron Bot
e83d6be20c
Bump v9.0.0-beta.20
v9.0.0-beta.20
2020-04-27 08:58:50 -07:00
trop[bot]
69eddfb2f9
fix: set default menu in will-finish-launching event ( #23263 )
...
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2020-04-24 20:43:46 +09:00
Electron Bot
71c3c2b65e
chore: bump chromium in DEPS to 83.0.4103.26 ( #23256 )
2020-04-23 14:03:37 -04:00
trop[bot]
cf230bc709
ci: robustify doc only change check ( #23259 )
...
Co-authored-by: John Kleinschmidt <jkleinsc@github.com >
2020-04-23 10:54:46 -07:00
Charles Kerr
6d3a6ce307
docs: minor grammar & spelling fixes ( #22851 ) ( #23262 )
2020-04-23 10:52:51 -07:00
Charles Kerr
3d8b2af151
refactor: precache the IsWindowStateEvent() XAtom ( #22706 ) ( #23260 )
...
* refactor: precache the IsWindowStateEvent() atom
XAtoms never change after creation so we can perload the atoms we need.
This is useful in WindowStateWatcher's XEvent handler, which is called
on every XEvent, e.g. mouse movement...
* empty commit for ci
2020-04-23 10:50:09 -07:00
shelley vohr
45174dfc19
feat: add property support for remainder of BrowserWindow ( #23208 )
...
Adds property-based support for the remainder of primitive getter/setter pairs on `BrowserWindow`.
Namely:
- `win.simpleFullScreen`
- `win.title`
- `win.visibleOnAllWorkspaces`
- `win.documentEdited`
- `win.representedFilename`
- `win.shadow`
- `win.kiosk`
- `win.menuBarVisible`
2020-04-23 10:34:20 -07:00
Electron Bot
5bdb5b821b
Bump v9.0.0-beta.19
v9.0.0-beta.19
2020-04-23 08:32:16 -07:00
Samuel Attard
0cce079c8f
fix: do not mutate ipc instances across contexts ( #23238 )
2020-04-22 17:11:37 -07:00
Samuel Attard
0c67a1de8c
fix: do not allow child windows to specify their own preload script ( #23227 )
2020-04-22 17:07:22 -07:00
trop[bot]
963ef4dbe7
fix: block custom window.open when nativeWindowOpen is true ( #23222 )
...
* fix: block custom window.open when nativeWindowOpen is true
* Update guest-window-manager.js
Co-authored-by: Jeremy Apthorp <nornagon@nornagon.net >
Co-authored-by: Jeremy Apthorp <jeremya@chromium.org >
2020-04-22 17:07:10 -07:00
trop[bot]
e559af3616
fix: cherry-pick 04dab5a91b61 from chromium ( #23190 )
...
* Make HitTestResult::LocalPoint() for inline element as same as legacy layout
https://chromium-review.googlesource.com/c/chromium/src/+/2151775
* update patches
* update patches
Co-authored-by: deepak1556 <hop2deep@gmail.com >
Co-authored-by: Electron Bot <anonymous@electronjs.org >
2020-04-22 13:30:49 -04:00
trop[bot]
ed2bc5a4aa
fix: ensure that functions are not retained beyond their context being released ( #23209 )
...
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2020-04-22 09:09:18 -07:00
Electron Bot
edb22be8d4
chore: bump chromium in DEPS to 83.0.4103.24 ( #23218 )
2020-04-22 10:37:18 -04:00
Charles Kerr
74d391baae
fix: use Node's microtasks policy in node_main.cc ( #23154 )
...
Fixes #21515 .
2020-04-21 13:42:59 -07:00
Electron Bot
b35a98ce2a
chore: bump chromium in DEPS to 83.0.4103.21 ( #23198 )
2020-04-21 13:48:07 -04:00
trop[bot]
9bc01adbd5
spec: fix type errors in devToolsWebContents ( #23189 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-04-20 20:22:35 -07:00
Electron Bot
af43d065d2
chore: bump chromium to 83.0.4103.20 (9-x-y) ( #23155 )
...
* chore: bump chromium in DEPS to 83.0.4103.17
* chore: bump chromium in DEPS to 83.0.4103.18
* chore: bump chromium in DEPS to 83.0.4103.19
* chore: bump chromium in DEPS to 83.0.4103.20
2020-04-20 12:02:42 -07:00
Shelley Vohr
6f4412a317
fix: wasm codegen in script.runInNewContext ( #23146 )
2020-04-20 15:01:30 -04:00
trop[bot]
f0a34a2f91
docs: fix devToolsWebContents union type ( #23170 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-04-20 11:35:57 -07:00
Shelley Vohr
30e68263ed
fix: print from PDF viewer not working ( #23173 )
2020-04-20 11:32:28 -07:00
Electron Bot
73a6d507a7
Bump v9.0.0-beta.18
v9.0.0-beta.18
2020-04-20 08:32:24 -07:00
trop[bot]
ff6e411973
fix: don't assign NSAlert to window which is not visible ( #23090 )
2020-04-16 20:25:47 -07:00
Electron Bot
fe5af34acc
chore: bump chromium to 83.0.4103.16 (9-x-y) ( #23121 )
2020-04-16 14:17:12 -07:00
Electron Bot
cd359127c9
Bump v9.0.0-beta.17
v9.0.0-beta.17
2020-04-16 14:15:56 -07:00
Samuel Attard
248beeb7a5
Merge pull request from GHSA-h9jc-284h-533g
2020-04-16 14:10:18 -07:00
Samuel Attard
bb2773bf66
Revert "Bump v9.0.0-beta.17"
...
This reverts commit 27367fb553 .
2020-04-16 14:06:24 -07:00
trop[bot]
914a8d02b4
docs: explain the swipe event on macOS ( #23135 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-04-16 10:55:25 -07:00
Electron Bot
27367fb553
Bump v9.0.0-beta.17
2020-04-16 08:31:59 -07:00
Electron Bot
f193d9a34f
chore: bump chromium to 83.0.4103.14 (9-x-y) ( #23095 )
...
Co-authored-by: deepak1556 <hop2deep@gmail.com >
Co-authored-by: Jeremy Apthorp <nornagon@nornagon.net >
2020-04-14 17:14:59 -07:00
trop[bot]
bcb7fbd9c5
build: improve patch filename remembering ( #23092 )
...
Co-authored-by: Jeremy Apthorp <nornagon@nornagon.net >
2020-04-13 14:59:31 -07:00
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