trop[bot]
067314ec32
docs: fix return type of setJumpList() in electron.d.ts ( #33964 )
...
Before:
```ts
setJumpList(categories: (JumpListCategory[]) | (null)): void;
```
After:
```ts
setJumpList(categories: (JumpListCategory[]) | (null)): ('ok' | 'error' | 'invalidSeparatorError' | 'fileTypeRegistrationError' | 'customCategoryAccessDeniedError');
```
Fixes: https://github.com/electron/electron/issues/33909
Signed-off-by: Darshan Sen <raisinten@gmail.com >
Co-authored-by: Darshan Sen <raisinten@gmail.com >
2022-05-02 17:40:42 +09:00
trop[bot]
a128449e3d
refactor: better solution for resizable frameless DCHECK ( #33973 )
...
* refactor: better solution for resizable frameless DCHECK
* fix: also implement TargetForRectin WinFrameView
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-05-02 15:24:37 +09:00
Samuel Attard
de74dce663
build: use dev-cdn instead of sysroots s3 bucket ( #33984 )
...
* build: use dev-cdn instead of sysroots s3 bucket (#33922 )
* chore: update patches
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2022-05-02 10:30:50 +09:00
trop[bot]
0e3a558913
spec: allow connections to port 2049 ( #33992 )
...
Co-authored-by: Milan Burda <milan.burda@gmail.com >
2022-05-02 10:28:04 +09:00
trop[bot]
e2d4a98c76
fix: disable MallocNanoZone on mac ( #33965 )
...
Co-authored-by: Jacek Oleksy <jacek.oleksy@gmail.com >
2022-04-28 20:19:03 -04:00
Sudowoodo Release Bot
015e9a8843
Bump v18.2.0
v18.2.0
2022-04-28 17:04:33 -07:00
Sudowoodo Release Bot
1fc8f72126
Revert "Bump v18.1.1"
...
This reverts commit 6a91276172 .
2022-04-28 16:58:15 -07:00
Sudowoodo Release Bot
6a91276172
Bump v18.1.1
2022-04-28 13:32:04 -07:00
Keeley Hammond
32ab3297fa
Revert "Bump v18.2.0" ( #33968 )
...
This reverts commit 3b4e17e7e2 .
2022-04-28 12:50:45 -07:00
Sudowoodo Release Bot
3b4e17e7e2
Bump v18.2.0
2022-04-28 11:04:44 -07:00
trop[bot]
6c314dc08b
build: ensure sync-done file exists during git cache save ( #33958 )
...
Co-authored-by: Samuel Attard <sattard@salesforce.com >
2022-04-27 17:21:46 -07:00
electron-roller[bot]
cd6a17db08
chore: bump chromium in DEPS to 100.0.4896.143 ( #33948 )
...
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
2022-04-27 15:56:28 -04:00
trop[bot]
b6d6f86ee8
feat: implement chrome.tabs.reload to fix PDF Viewer ( #33711 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-04-27 12:18:23 -07:00
Samuel Attard
178688fe61
build: upload to AZ as well as S3 ( #33924 )
...
* build: upload to AZ as well as S3
* build: actually verify az urls too
2022-04-27 10:43:11 -07:00
Samuel Attard
40f6e2ee7e
build: improve circleci config ( #33941 )
...
* build: improve circleci config (#33881 )
* build: fix conditional restore of git cache
* build: split lint out of setup.yml
* ci: update release script to handle new CircleCI configs (#33914 )
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
2022-04-27 10:13:11 -07:00
Sudowoodo Release Bot
f747f071fb
Revert "Bump v18.1.1"
...
This reverts commit 8476bfbcaa .
2022-04-27 09:34:03 -07:00
Sudowoodo Release Bot
8476bfbcaa
Bump v18.1.1
2022-04-27 08:32:00 -07:00
trop[bot]
d1abb62943
build: fix intermittent compilation failures on macOS ( #33878 )
...
* build: fix intermittent compilation failures on macOS
* chore: remove //base dependency from main executable
* chore: fix lint
Co-authored-by: Milan Burda <milan.burda@gmail.com >
Co-authored-by: deepak1556 <hop2deep@gmail.com >
2022-04-21 06:37:56 -07:00
trop[bot]
86bf9ea252
chore: backport 7c9b3938d from libuv ( #33871 )
...
* chore: backport 7c9b3938d from libuv
Backports https://github.com/libuv/libuv/pull/3597
* Update .patches
* chore: update patches
Co-authored-by: deepak1556 <hop2deep@gmail.com >
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2022-04-21 03:13:19 -07:00
Raymond Zhao
ffb8749243
fix: requestSingleInstanceLock API ConnectNamedPipe sometimes hangs program ( #33778 )
2022-04-21 17:25:07 +09:00
Sudowoodo Release Bot
feea88600a
Bump v18.1.0
v18.1.0
2022-04-20 15:30:29 -07:00
Sudowoodo Release Bot
89188cd4e9
Revert "Bump v18.1.0"
...
This reverts commit 45c1d22489 .
2022-04-20 15:24:23 -07:00
Sudowoodo Release Bot
45c1d22489
Bump v18.1.0
2022-04-20 14:29:03 -07:00
trop[bot]
3f39d85501
fix: include accessibility blink strings ( #33843 )
...
* fix: include accessibility blink strings
* chore: empty commit to trigger semantic check
Co-authored-by: Samuel Attard <sattard@salesforce.com >
Co-authored-by: Keeley Hammond <khammond@slack-corp.com >
2022-04-20 14:26:22 -07:00
Sudowoodo Release Bot
2dd7749181
Revert "Bump v18.1.0"
...
This reverts commit 6de6d3966a .
2022-04-20 14:25:48 -07:00
trop[bot]
5634ddc665
chore: use semantic-commit-action ( #33866 )
...
* chore: use semantic-commit-action
* Update semantic.yml
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
2022-04-20 14:15:06 -07:00
Sudowoodo Release Bot
6de6d3966a
Bump v18.1.0
2022-04-20 08:31:28 -07:00
trop[bot]
02562e903b
feat: allow null when subscribing notification ( #33771 )
...
* feat: allow null when subscribing notification
* docs: document null event
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-04-18 10:10:58 -04:00
trop[bot]
718ef5269f
fix: potential crash caused by dlopen different gtk libraries ( #33812 )
...
Co-authored-by: deepak1556 <hop2deep@gmail.com >
2022-04-18 09:44:27 -04:00
electron-roller[bot]
ddaa4a9686
chore: bump chromium to 100.0.4896.127 (18-x-y) ( #33730 )
...
* chore: bump chromium in DEPS to 100.0.4896.88
* chore: update patches
* chore: bump chromium in DEPS to 100.0.4896.127
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2022-04-18 09:38:43 -04:00
trop[bot]
f646744d32
test: re-enable desktop specs ( #33542 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-04-18 13:27:57 +09:00
trop[bot]
75ccd1fb65
docs: recommend setting e.returnValue ( #33645 )
...
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2022-04-18 13:24:04 +09:00
Sudowoodo Release Bot
f30034d1a9
Bump v18.0.4
v18.0.4
2022-04-14 06:58:03 -07:00
trop[bot]
00b6524793
fix: event propagation after exiting fullscreen on Windows ( #33787 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-04-14 06:54:19 -07:00
trop[bot]
f8f08814a2
fix: apply senderFrame details to ipcMain port event ( #33782 )
...
Co-authored-by: deepak1556 <hop2deep@gmail.com >
2022-04-14 19:17:30 +09:00
trop[bot]
0a758c418c
chore: interpret bytes to string ( #33773 )
...
Co-authored-by: VerteDinde <vertedinde@electronjs.org >
2022-04-14 16:26:23 +09:00
trop[bot]
daff2057a4
docs: note safeStorage.isEncryptionAvailable() needs ready event ( #33738 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-04-13 10:45:49 +02:00
trop[bot]
67f2f9e024
build: migrate urllib to python3 ( #33745 )
...
Co-authored-by: VerteDinde <vertedinde@electronjs.org >
2022-04-12 21:59:43 -07:00
Erick Zhao
3ee1a45d76
docs: add ipc fiddle samples ( #33748 )
2022-04-12 16:29:58 -07:00
Erick Zhao
652d87282a
docs: manually backport ipc doc ( #33746 )
2022-04-12 16:02:10 -07:00
trop[bot]
923788b4e4
build: explicitly run scripts with python3 ( #33729 )
...
* build: explicitly run scripts with python3
* chore: update patches
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2022-04-12 13:32:56 -07:00
Jeremy Rose
541504c8a4
fix: backport unseasoned pdf support to 18.x ( #33664 )
2022-04-12 11:09:30 +02:00
Jeremy Rose
490584834e
chore: cherry-pick a18fddcb53e6 from webrtc ( #33708 )
...
* chore: cherry-pick a18fddcb53e6 from webrtc
* chore: update patches
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2022-04-12 11:04:12 +02:00
trop[bot]
a269ebd1d8
build: use python3 to lint ( #33719 )
2022-04-12 11:02:32 +02:00
trop[bot]
0f073186ff
fix: report more detailed errors in shell.openExternal() on Windows ( #33705 )
...
Co-authored-by: Milan Burda <milan.burda@gmail.com >
2022-04-11 22:18:56 -07:00
trop[bot]
73e216f182
fix: report more detailed errors in shell.openExternal() on Windows ( #33659 )
...
Co-authored-by: Milan Burda <milan.burda@gmail.com >
2022-04-11 16:36:04 -07:00
Sudowoodo Release Bot
0a80eb4a9c
Bump v18.0.3
v18.0.3
2022-04-06 08:31:11 -07:00
trop[bot]
50e386ead4
fix: remove usage of private pid API on MAS ( #33622 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-04-06 13:40:27 +02:00
electron-roller[bot]
5f0810a177
chore: bump chromium to 100.0.4896.75 (18-x-y) ( #33619 )
...
* chore: bump chromium in DEPS to 100.0.4896.75
* chore: update patches
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2022-04-05 21:21:00 -04:00
Sudowoodo Release Bot
65f3729bfb
Bump v18.0.2
v18.0.2
2022-04-05 09:44:17 -07:00