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
Shelley Vohr
5753370c8d
fix: save normal window bounds when maximizing ( #25132 )
...
* fix: save normal window bounds when maximizing
* fix: prevent maximize being emitted twice
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2020-08-26 14:08:22 +09:00
Samuel Attard
1861392561
refactor: wire will-navigate up to a navigation throttle instead of OpenURL ( #25108 )
...
* refactor: wire will-navigate up to a navigation throttle instead of OpenURL (#25065 )
* refactor: wire will-navigate up to a navigation throttle instead of OpenURL
* spec: add test for x-site _top navigation
* chore: old code be old
2020-08-25 19:22:24 +09:00
trop[bot]
da5eac885d
fix: reply notifs sometimes destroyed too early ( #25100 )
...
* fix: reply notifs sometimes destroyed too early
* Fix windows build
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-08-24 22:25:12 -07:00
trop[bot]
44ecd34289
fix: register for connected standby changes ( #25111 )
...
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2020-08-24 22:24:48 -07:00
Electron Bot
c5b5ca50a6
Bump v10.0.0
2020-08-24 09:09:12 -07:00
Samuel Attard
4b7b3dc4f2
Revert "Bump v10.0.0"
...
This reverts commit a799860d7e .
2020-08-24 09:04:48 -07:00
Electron Bot
a799860d7e
Bump v10.0.0
2020-08-24 08:41:58 -07:00
Shelley Vohr
93727d6a11
Revert "Bump v10.0.0-beta.26"
...
This reverts commit 207fbecddf .
2020-08-24 08:27:54 -07:00
Electron Bot
207fbecddf
Bump v10.0.0-beta.26
2020-08-24 08:03:26 -07:00
Electron Bot
588ae53970
Bump v10.0.0-beta.25
2020-08-21 20:35:23 -07:00
trop[bot]
50046f8df6
fix: add handling for non-absolute extension paths ( #25074 )
...
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2020-08-21 12:34:22 -07:00
Eryk Rakowski
9193d35769
fix(extensions): enable WebSQL in background pages ( #25071 )
2020-08-21 10:39:47 -07:00
Charles Kerr
8191a8418f
fix: revert 6ecf729 to fix Linux titlebar dark mode ( #25056 )
...
Fixes #24741
2020-08-21 09:05:51 -05:00
Shelley Vohr
7fd8e6a14e
fix: pdf viewer template strings ( #25047 )
2020-08-20 11:46:58 -07:00
Electron Bot
a1abe6b64c
Bump v10.0.0-beta.24
2020-08-20 08:02:18 -07:00
trop[bot]
a6f22059af
fix: calculate frame when setting window placement ( #25044 )
...
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2020-08-19 18:36:05 -07:00
Shelley Vohr
6582017231
fix: add handle scope in SelectClientCertificate ( #25019 )
2020-08-18 13:32:15 -07:00
trop[bot]
8fb28051a4
fix: pdf download not working ( #24995 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-08-17 19:50:13 -07:00
Jeremy Rose
72901f9d91
fix: browser contexts live forever ( #25001 )
2020-08-17 19:49:09 -07:00
Electron Bot
596136ae99
Bump v10.0.0-beta.23
2020-08-17 08:01:15 -07:00
Electron Bot
5c19e983f9
Bump v10.0.0-beta.22
2020-08-13 08:01:19 -07:00
Electron Bot
cf935eb81b
Bump v10.0.0-beta.21
2020-08-10 16:52:42 -07:00
trop[bot]
d77f4f62fd
fix: send guid with linux crashes ( #24897 )
...
* fix: send guid with linux crashes
* simplify with file_util
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
2020-08-10 09:59:09 -07:00
Electron Bot
276d17a063
Bump v10.0.0-beta.20
2020-08-10 09:47:49 -07:00
Shelley Vohr
ca15aa70d6
chore: add V8 crash information to crashReporter ( #24866 )
2020-08-06 20:46:37 -07:00
trop[bot]
96bc80ace7
fix: do not render inactive titlebar as active on Windows ( #24874 )
...
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2020-08-06 10:46:09 -07:00