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
trop[bot]
7fc5c468e9
fix: call node::Stop on exit ( #25458 )
...
* fix: call node::Stop on exit
* also call Stop in node_main
* oop, we were already calling set_can_call_into_js(false)??
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
2020-09-15 10:25:40 -06:00
Electron Bot
fbd99fbed1
Bump v10.1.2
2020-09-14 12:53:27 -07:00
Samuel Attard
d563c79521
fix: handle electron script errors better ( #25331 ) ( #25452 )
...
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
2020-09-14 11:21:36 -07:00
trop[bot]
88d7bdc8c8
fix: bind fake mojo service for badging ( #25369 )
...
* fix: bind fake mojo service for badging
* Add a test
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-09-10 09:15:13 +09:00
Eryk Rakowski
f99afa4d58
feat(extensions): add support for some chrome.management APIs ( #25098 ) ( #25345 )
...
* fix: initialize management policy
* fix(extensions): crash when using chrome.management
* test: add tests
* docs: add a note about chrome.management
* fix: lint errors
* fix: lint errors
* fix: remove favicon_service include
* fix: add missing management permission
* docs: more supported apis
* fix: extensions.md line endings
2020-09-08 20:12:44 +09:00
trop[bot]
303b420200
fix: avoid creating client_id file for empty DIR_CRASH_DUMPS ( #25309 )
...
Co-authored-by: deepak1556 <hop2deep@gmail.com >
2020-09-08 17:13:13 +09:00
Samuel Attard
fa3652a14f
fix: only focus a webContents if the window was not initially hidden ( #25323 ) ( #25330 )
...
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
2020-09-08 16:55:46 +09:00
trop[bot]
fdbd2439a6
fix: multiple dock icons when calling dock.show/hide ( #25299 )
...
* fix: mulitple dock icons when calling dock.show/hide
* test: run dock.show tests after dock.hide tests
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2020-09-03 13:57:21 -07:00
trop[bot]
9b6b09216b
chore: force source code and markdown files to use LF line ending ( #25175 )
...
* chore: force source code and markdown files to use LF line ending
* chore: replace CRLF with LF
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2020-09-01 12:48:35 +09:00
Electron Bot
34a246e3ce
Bump v10.1.1
2020-08-31 19:50:16 -07:00
Samuel Attard
0dea6fa7f0
revert: "fix: reply notifs sometimes destroyed too early" ( #25246 )
...
* Revert "fix: reply notifs sometimes destroyed too early (#25100 )"
This reverts commit da5eac885d .
* nothing
2020-08-31 19:46:38 -07:00
Robo
61dc1c88fd
fix: client area inset calculation when maximized for framless windows ( #25052 ) ( #25216 )
...
* adopt per monitor scale factor
* fix: client area inset calculation when maximized
* address review feedback
* pass correct glass insets to GetDwmFrameInsetsInPixels
* remove unused code
* Windows 8 and 10 use the same DWM frame calculation
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2020-08-31 13:22:46 -07:00
trop[bot]
4ea6af64a7
fix: do not reset process_id in URLLoaderFactoryParams ( #25178 )
...
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2020-08-28 11:39:16 -07:00