Shelley Vohr
e1bf7b9d8b
fix: webContents interaction with draggable BrowserViews ( #26744 )
2020-12-01 16:03:33 -08:00
Shelley Vohr
5de766deb5
fix: renderer crash on setImmediate ( #26747 )
2020-12-01 15:42:17 -06:00
trop[bot]
70e41bcf43
fix: draggable regions calculation in BrowserWindow/BrowserView ( #26753 )
2020-12-01 11:30:08 -08:00
trop[bot]
b19c549511
revert: disable rosetta as Electron does not run under rosetta
...
This reverts commit 4829b0f816 .
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2020-11-18 11:18:55 -08:00
Electron Bot
de14497f1c
Bump v10.1.6
2020-11-18 05:17:23 -08:00
trop[bot]
570f9827ce
fix: LC_ALL env should not be changed ( #26550 )
...
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2020-11-18 08:14:49 -05:00
Shelley Vohr
9900e697b5
fix: transparently package bundles as zip archives ( #26555 )
2020-11-18 08:13:57 -05:00
trop[bot]
7bd2f0db23
fix: make draggable regions work when devtools is opened on macOS ( #26394 )
...
* fix: make draggable region work when devtools is open
* fix: update draggable regions when resizing
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2020-11-16 15:38:25 +09:00
trop[bot]
7558b5878b
chore: synchronously destroy WebContents on event prevented ( #26417 )
...
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
2020-11-11 10:07:02 -05:00
Shelley Vohr
a3c1866581
fix: draggable region edge calculation on resize ( #26321 )
2020-11-03 15:01:55 -08:00
Shelley Vohr
6543acce1d
fix: draggable regions exclusively on BrowserViews ( #26260 )
2020-11-02 16:07:45 +09:00
trop[bot]
15db70d661
chore: change some for loops to range-based ( #26262 )
...
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2020-10-30 09:58:43 -07:00
trop[bot]
1b32fd2a9b
fix: hover text only working when VO enabled ( #26245 )
...
* fix: hover text only working when VO enabled
* chore: simplify conditional
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-10-29 08:51:31 -07:00
David Sanders
6147bd77ac
chore: use auto to avoid repeating type ( #26255 )
2020-10-29 08:50:29 -07:00
Charles Kerr
ffd1e9bad2
fix: nativeTheme.themeSource = 'dark' on windows ( #26237 )
...
Manually backports #25373 .
2020-10-29 10:03:15 -04:00
Cheng Zhao
682b382aa3
fix: set app locale after user's script is loaded ( #26241 )
2020-10-28 21:42:28 -07:00
trop[bot]
ccbf615da0
fix: delay emitting powerMonitor events on windows ( #26180 )
...
* fix: delay emitting powerMonitor events
* Update electron_api_power_monitor_win.cc
* Update electron_api_power_monitor_win.cc
* syntax
* Update electron_api_power_monitor_win.cc
* Update electron_api_power_monitor_win.cc
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
2020-10-28 12:38:31 -05:00
David Sanders
776f76c6f5
chore: prefer empty() check for readability ( #26159 )
2020-10-26 11:48:03 -07:00
Electron Bot
1df0ea58d5
Bump v10.1.5
2020-10-23 10:20:28 -07:00
trop[bot]
e50545db30
fix: setSimpleFullScreen shows traffic light in frameless window ( #26126 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-10-23 09:17:24 -07:00
trop[bot]
4a312e9c6b
fix: return early on promise rejection ( #26110 )
...
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2020-10-22 14:45:09 -05:00
trop[bot]
904404d3c4
fix: release NSAlert properly ( #26097 )
...
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2020-10-22 08:04:20 -07:00
Shelley Vohr
8a052c5537
fix: wasm code generation in the renderer ( #26063 )
2020-10-20 18:34:33 -07:00
trop[bot]
28f4c546ca
perf: remove GC timer that fired once per minute. ( #26052 )
...
Co-authored-by: Charles Kerr <charles@charleskerr.com >
2020-10-19 21:43:32 -07:00
Electron Bot
aac0012c8c
Bump v10.1.4
2020-10-19 15:40:55 -07:00
trop[bot]
7e74f2ca1e
fix: correct null pointer checks in autoresizing browser views ( #26033 )
...
* Correction null pointer checks
* fix: correct null pointer checks in autoresizing browser views
Co-authored-by: mlaurencin <mlaurencin@microsoft.com >
2020-10-19 14:05:29 -07:00
trop[bot]
62536dc907
fix: Save As PDF from PDF Preview ( #26013 )
...
* fix: Save As PDF from PDF Preview
* Address review feedback
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-10-16 19:47:59 -07:00
trop[bot]
b679813fc5
fix: maximized frameless window bleeding to other monitors ( #25977 )
...
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2020-10-15 20:03:39 -07:00
Shelley Vohr
13722f83e3
fix: ensure ready-to-show event is fired ( #25932 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
2020-10-15 10:02:36 +09:00
Michaela Laurencin
fe94fd029f
fix: notifications successfully never timeout with included flag ( #25926 )
...
* fix: notifications successfully never timeout with included flag
* Correct return with if statement
Co-authored-by: mlaurencin <mlaurencin@microsoft.com >
2020-10-13 14:14:00 -07:00
Shelley Vohr
f1359e6b12
fix: uv loop polling when render process reuse enabled ( #25923 )
2020-10-13 12:17:26 -07:00
trop[bot]
f01defa58c
fix: NativeImage.getScaleFactors returns correct scales ( #25905 )
...
* fix: NativeImage.getScaleFactors returns correct scales
* fix tests
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
2020-10-13 09:21:28 -07:00
Milan Burda
7ae4b2b559
fix: session argument of app 'session-created' event ( #25798 )
...
Co-authored-by: Milan Burda <miburda@microsoft.com >
2020-10-08 16:32:26 -05:00
trop[bot]
244f405e6a
fix: nativeImage.crop().toBitmap() returning garbage ( #25773 )
...
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
2020-10-06 09:41:17 +09:00
trop[bot]
c8f9d0908a
fix: crash when application launched from UNUserNotificationCenter notification ( #25737 )
...
Co-authored-by: Milan Burda <milan.burda@gmail.com >
2020-10-02 13:58:04 -07:00
trop[bot]
455098db90
fix: submenu should be autoreleased ( #25687 )
...
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2020-09-29 15:56:01 -07:00
Electron Bot
21afda3679
Bump v10.1.3
2020-09-28 16:34:43 -07:00
trop[bot]
37bcb093e7
refactor: add a wrapper for wrangling uv handles. ( #25662 )
2020-09-27 20:42:28 -07:00
trop[bot]
e964c1ed7b
fix: prevent destroyed view references from causing crashes ( #25511 )
2020-09-24 11:26:58 -07:00
Shelley Vohr
6fe6dffe93
fix: honor pageRanges when printing ( #25597 )
2020-09-24 11:53:09 -04:00
Shelley Vohr
0b75053fdc
fix: check printer list when no default printers ( #25606 )
2020-09-23 15:44:19 -07:00
Shelley Vohr
894d41ef5a
fix: close window when leave fs crash ( #25604 )
2020-09-23 15:44:00 -07:00
trop[bot]
a99256da8c
fix: decompress devtools discovery html ( #25601 )
...
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
2020-09-23 13:00:03 -07:00
trop[bot]
a42a529236
fix: unsubscribe from observers when window is closing ( #25584 )
...
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2020-09-23 09:59:03 -04:00
Samuel Maddock
9582f0b457
fix(extensions): devtools now open for background pages ( #25566 )
2020-09-22 07:12:43 -07:00
trop[bot]
a230e31b31
fix: NOTREACHED in content::ChildProcessHost::GetChildPath when enable_plugins=false ( #25551 )
...
Co-authored-by: Milan Burda <milan.burda@gmail.com >
2020-09-21 11:06:26 -07:00
Milan Burda
63688e8649
build: fix buildflags in shell/utility/electron_content_utility_client.cc ( #25520 )
...
Co-authored-by: Milan Burda <miburda@microsoft.com >
2020-09-21 09:38:44 +09:00
Milan Burda
552ec2267b
build: fix build with enable_pdf_viewer=false ( #25494 ) ( #25508 )
2020-09-17 14:55:31 -06:00
trop[bot]
fc915754f6
fix: disable CORS when webSecurity is disabled ( #25503 )
...
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2020-09-17 10:21:45 +09:00
Cheng Zhao
80ef3c7c84
fix: ensure ready-to-show event is fired ( #25476 )
2020-09-16 07:58:53 -06:00