Electron Bot
2d888dc7b5
Bump v9.0.0-beta.22
v9.0.0-beta.22
2020-04-30 08:33:00 -07:00
trop[bot]
1024544573
fix: do not leak IPC or context bridge promises ( #23338 )
...
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2020-04-29 17:23:25 -07:00
trop[bot]
ebbd3081b9
fix: build when some buildflags are disabled ( #23337 )
...
Co-authored-by: deepak1556 <hop2deep@gmail.com >
2020-04-29 16:09:42 -07:00
trop[bot]
dc3dc81beb
feat: support fullScreen BrowserWindow property ( #23330 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-04-29 12:16:11 -07:00
Electron Bot
6babb8a9fe
chore: bump chromium in DEPS to 83.0.4103.34 ( #23326 )
2020-04-29 14:06:23 -04:00
trop[bot]
088e23d604
menu-item.md remove duplicate options ( #23296 )
...
Co-authored-by: szTheory <szTheory@users.noreply.github.com >
2020-04-28 23:17:11 -07:00
Electron Bot
d0a764bd16
chore: bump chromium to 83.0.4103.31 (9-x-y) ( #23270 )
...
* chore: bump chromium in DEPS to 83.0.4103.27
* chore: bump chromium in DEPS to 83.0.4103.28
* chore: bump chromium in DEPS to 83.0.4103.29
* chore: bump chromium in DEPS to 83.0.4103.30
* chore: bump chromium in DEPS to 83.0.4103.31
* update patches
Co-authored-by: Electron Bot <anonymous@electronjs.org >
2020-04-28 17:20:24 -07:00
Electron Bot
d47b788e03
Bump v9.0.0-beta.21
v9.0.0-beta.21
2020-04-27 18:23:30 -07:00
Samuel Attard
a985865f65
refactor: port window-setup to use ctx bridge instead of being run in the main world ( #23299 )
...
* refactor: port parts of window-setup to use ctx bridge instead of being run in the main world (#23194 )
* refactor: port parts of window-setup to use ctx bridge instead of being run in the main world
* chore: update ctx bridge specs for new base numbers
* refactor: port window.open and window.opener to use ctx bridge instead of hole punching (#23235 )
* refactor: port window.open and window.opener to use ctx bridge instead of hole punching
* refactor: only run the isolated init bundle when webview is enabled
2020-04-27 14:42:14 -07:00
trop[bot]
729019b974
style: use build/include_directory for NOLINT ( #23300 )
...
build/include linter was splitted to build/include_directory at
depot_tools upstream.
https://crrev.com/c/2159690
https://crbug.com/1073191
Co-authored-by: Sorah Fukumori <her@sorah.jp >
2020-04-27 13:28:41 -07:00
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