Electron Bot
34a246e3ce
Bump v10.1.1
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
Electron Bot
c63327f9b2
chore: bump chromium to 85.0.4183.93 (10-x-y) ( #25188 )
...
* chore: bump chromium in DEPS to 85.0.4183.88
* chore: bump chromium in DEPS to 85.0.4183.90
* chore: bump chromium in DEPS to 85.0.4183.92
* chore: bump chromium in DEPS to 85.0.4183.93
2020-08-31 13:03:53 -07:00
Cheng Zhao
615dce3275
docs: fix supported platforms of powerMonitor ( #25212 )
2020-08-31 08:35:19 -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
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
Electron Bot
f2c6053111
chore: bump chromium in DEPS to 85.0.4183.87 ( #25160 )
2020-08-27 10:55:44 -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
v10.0.1
2020-08-26 12:23:16 -07:00
trop[bot]
a980ad5645
fix: mitigate use of private macOS font API ( #25137 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-08-26 10:40:46 -07:00
Shelley Vohr
7cc0cb4331
chore: fix DCHECK on print job cancellation ( #25131 )
...
* chore: fix DCHECK on print job cancellation
* update patches
Co-authored-by: Electron Bot <anonymous@electronjs.org >
2020-08-26 10:40:31 -07:00
Electron Bot
414aa3111b
chore: bump chromium in DEPS to 85.0.4183.86 ( #25142 )
2020-08-26 09:30:54 -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
Electron Bot
606919f701
chore: bump chromium in DEPS to 85.0.4183.85 ( #25122 )
2020-08-25 14:23:18 -07: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
John Kleinschmidt
e492b88f9f
ci: fix WOA failing tests (10-x-y) ( #25107 )
...
* tests: fix early-in-memory-session-create crash test on WOA
ci: cleanup user app data directories on WOA
(cherry picked from commit 43106d28d8 )
* Renable crash tests on WOA
2020-08-24 22:25:57 -07: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
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
4a43487b39
chore: bump chromium to 85.0.4183.84 (10-x-y) ( #25093 )
...
* chore: bump chromium in DEPS to 85.0.4183.82
* chore: bump chromium in DEPS to 85.0.4183.83
* chore: bump chromium in DEPS to 85.0.4183.84
* update patches
Co-authored-by: Electron Bot <anonymous@electronjs.org >
2020-08-24 09:02:20 -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
v10.0.0-beta.25
2020-08-21 20:35:23 -07:00
trop[bot]
8a8fe090ae
docs: update default value for enableRemoteModule in BrowserWindow ( #25011 )
...
Co-authored-by: Vlad Hashimoto <hashimoto.stream@gmail.com >
2020-08-21 20:34:12 -07:00
Electron Bot
711bab1950
chore: bump chromium to 85.0.4183.80 (10-x-y) ( #25063 )
...
* chore: bump chromium in DEPS to 85.0.4183.79
* chore: bump chromium in DEPS to 85.0.4183.80
* update patches
Co-authored-by: Electron Bot <anonymous@electronjs.org >
2020-08-21 20:33:54 -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
trop[bot]
f4600bdfdf
fix: enable TLS renegotiation in node ( #25040 )
2020-08-20 13:27:31 -07: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
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
Daniel White
3089bf939f
chore: cherry-pick fix from chromium issue 1113227 ( #24998 )
2020-08-19 12:46:35 -07:00
Electron Bot
180204887a
chore: bump chromium to 85.0.4183.78 (10-x-y) ( #25016 )
...
* chore: bump chromium in DEPS to 85.0.4183.75
* update patches
* chore: bump chromium in DEPS to 85.0.4183.78
Co-authored-by: Electron Bot <anonymous@electronjs.org >
2020-08-19 15:13:10 -04:00
trop[bot]
af59f68281
test: use custom partition for sw tests ( #25020 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-08-19 12:17:58 -04:00
Samuel Attard
e9c9a6f177
fix: backport performance fix for CSS counters ( #25023 )
...
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2363252
2020-08-18 14:57:35 -07:00
Shelley Vohr
6582017231
fix: add handle scope in SelectClientCertificate ( #25019 )
2020-08-18 13:32:15 -07:00
trop[bot]
4e82a50883
build: upload windows breakpad symbols ( #25006 )
...
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2020-08-17 22:15:42 -07:00
Robo
7079304a6c
fix: [a11y] Allow focus to move into an editable combobox's listbox ( #25003 )
...
* fix: [a11y] Allow focus to move into an editable combobox's listbox
https://chromium-review.googlesource.com/c/chromium/src/+/2303789
* update patches
Co-authored-by: Electron Bot <anonymous@electronjs.org >
2020-08-17 21:31:22 -07:00