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
trop[bot]
66b6789c50
fix: save dialog extensions should be deterministic ( #25192 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-08-28 11:38:35 -07:00
Markus Olsson
749b134e09
fix: make shell.moveItemToTrash return false on Windows when move is unsuccessful ( #25170 )
...
* test: add tests for shell.moveItemToTrash (#25113 )
* fix: make shell.moveItemToTrash return false on Windows when move unsuccessful (#25124 )
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
2020-08-27 14:00:50 -07:00
Electron Bot
1c3ebfdc30
Bump v10.1.0
2020-08-27 13:48:23 -07:00
trop[bot]
2206330795
fix: resolve RegisterSuspendResumeNotification dynamically ( #25167 )
...
Co-authored-by: Milan Burda <milan.burda@gmail.com >
2020-08-27 13:45:23 -07:00
Samuel Attard
10de79126a
Revert "Bump v10.1.0"
...
This reverts commit a42fa5158f .
2020-08-27 11:35:13 -07:00
Electron Bot
a42fa5158f
Bump v10.1.0
2020-08-27 11:26:09 -07:00
Shelley Vohr
34a321f46b
feat: reinvigorate visibleOnFullscreen option ( #25125 )
...
* feat: reinvigorate visibleOnFullscreen option
* Update electron_api_top_level_window.cc
Co-authored-by: Samuel Attard <sattard@slack-corp.com >
2020-08-26 23:49:46 -07:00
trop[bot]
deb78453c0
feat: make window visual effect state customizable ( #25106 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-08-26 16:19:12 -07:00
George Xu
d73b67f386
feat: add nativeImage.createThumbnailFromPath API ( #25072 )
...
* cherry-picking
* add documentation
* convert createThumbnailFromPath to async function
* windows impl protoype
* add tests
* clean up
* fix
* fix test
* update docs
* cleaning up code
* fix test
* refactor from app to native_image
* windows build
* lint
* lint
* add smart pointers, fix test
* change tests and update docs
* fix test, remove nolint
* add renderer-main process routing to fix tests
* lint
* thanks sam
* cherry-pick
* lint
* remove getApplicationInfoForProtocol code
* chore: fix filenames conflict
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2020-08-26 16:18:28 -07:00
trop[bot]
0b834877fe
feat: expose currencyCode on Product struct in IAP module ( #25084 )
...
Co-authored-by: Shur Singh <ssingh@evernote.com >
2020-08-26 16:18:09 -07:00
Electron Bot
4df5ecdf82
Bump v10.0.1
2020-08-26 12:23:16 -07:00