David Sanders
a73332fd9f
test: support running tests against Electron releases ( #36968 )
...
Co-authored-by: Charles Kerr <charles@charleskerr.com >
Co-authored-by: Charles Kerr <charles@charleskerr.com >
v22.1.0
2023-01-24 11:58:16 -05:00
trop[bot]
153abeb351
test: add a <datalist> spec for time type ( #36997 )
...
spec: add a datalist spec for time type
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2023-01-24 09:35:00 +01:00
Robo
e5690f1353
chore: cherry-pick 5e04f643 from chromium ( #36991 )
2023-01-23 13:32:13 +01:00
trop[bot]
71e1d8eea1
fix: make plugin helper executable unconditional ( #36978 )
...
Co-authored-by: deepak1556 <hop2deep@gmail.com >
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: deepak1556 <hop2deep@gmail.com >
2023-01-21 21:40:38 +09:00
trop[bot]
b6eef90604
docs: update clipboard fiddles ( #36961 )
...
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2023-01-19 18:08:15 -05:00
trop[bot]
57f2eecb28
docs: Change factuality and word choice in app.runningUnderARM64Translation ( #36964 )
...
Change factuality and word choice.
Added "or WOW" to the phrase, "when they are running the x64 version under Rosetta", to reflect the use of a supported platform, Windows, as a possible scenario.
Changed the wording of that same sentence to make it appear clearer. "incorrectly" to "mistakenly" and moved this word to before the verb instead of the end of the sentence.
Co-authored-by: GGIEnrike <52293637+GGIEnrike@users.noreply.github.com >
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: GGIEnrike <52293637+GGIEnrike@users.noreply.github.com >
2023-01-19 18:02:51 -05:00
trop[bot]
72bdd5cd4c
feat: add label property to Display objects ( #36932 )
...
Co-authored-by: Milan Burda <milan.burda@gmail.com >
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Milan Burda <milan.burda@gmail.com >
2023-01-19 15:59:08 +09:00
trop[bot]
37267d1beb
fix: webview background color on reload ( #36940 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2023-01-18 16:29:15 -05:00
John Kleinschmidt
9519ec3afa
ci: run WOA tests on AppVeyor (22-x-y) ( #36927 )
...
ci: run WOA tests on AppVeyor
v22.0.3
2023-01-18 12:12:36 +01:00
trop[bot]
06132f5aa3
build: migrate patch-up to use app creds ( #36867 )
...
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2023-01-17 13:23:08 +01:00
trop[bot]
751ba53a6b
fix: Cmd+Tab not working when exiting kiosk mode ( #36918 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2023-01-17 20:37:28 +09:00
trop[bot]
312c681adc
fix: getUserMedia duplicate permissions call ( #36873 )
...
* fix: getUserMedia duplicate permissions call
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
* test: add regression test
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2023-01-16 10:22:15 +01:00
trop[bot]
69b5723d8c
fix: use the process cache to reduce the memory for asar file ( #36664 )
...
* fix: use the process cache to reduce the memory for asar file
Co-authored-by: webster.xu <webster.xu@ringcentral.com >
* Update shell/common/api/electron_api_asar.cc
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: webster.xu <webster.xu@ringcentral.com >
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
2023-01-13 19:11:03 +09:00
Milan Burda
eb59cb1e11
docs: add missing window-placement permission value to setPermissionRequestHandler() ( #36777 )
...
Co-authored-by: Milan Burda <miburda@microsoft.com >
2023-01-13 15:27:00 +09:00
Pedro Pontes
887595e861
chore: cherry-pick 43637378b14e from chromium ( #36884 )
...
* chore: cherry-pick 43637378b14e from chromium
* chore: update patches
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
v22.0.2
2023-01-12 12:07:15 -05:00
Erick Zhao
8f5a8c684d
docs: update code highlights in tutorial ( #36893 )
...
docs: update code highlights in tutorial (#36691 )
docs: fix code highlighting in preload tutorial
The highlighted lines in the code snippets were unaligned,
which could cause a newcomer unneeded confusion on what
lines need to be changed.
Co-authored-by: Roger Zurawicki <zurawiki@users.noreply.github.com >
2023-01-12 10:31:55 -05:00
trop[bot]
1245e23a74
chore: fix typo in promise rejection ( #36895 )
...
chore: fix typo in promise rejection (#36763 )
Co-authored-by: Eugene Nesvetaev <github@nesvet.ru >
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Eugene Nesvetaev <github@nesvet.ru >
2023-01-12 14:21:06 +01:00
Robo
5e7ae98bec
fix: missing libcxx headers ( #36865 )
...
* chore: add libcxx script to precommit hook
* chore: run gen-libc++-filename.js
2023-01-12 20:22:34 +09:00
electron-roller[bot]
d6e58ec020
chore: bump chromium to 108.0.5359.179 (22-x-y) ( #36877 )
...
* chore: bump chromium in DEPS to 108.0.5359.179
* 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>
2023-01-11 17:07:30 -05:00
trop[bot]
147c24208f
fix: handle null/undefined options for fs.readdir ( #36849 )
...
fix: handle null/undefined options for fs.readdir (#34764 )
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2023-01-11 11:56:49 +01:00
trop[bot]
470a365743
fix: RTL WindowButtonsProxy buttons ( #36851 )
...
* fix: RTL WindowButtonsProxy buttons
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
* chore: address review feedback
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2023-01-11 11:56:05 +01:00
trop[bot]
a07c34e420
fix: handle Notification requireInteraction option ( #36501 )
...
Co-authored-by: Jeremy Spiegel <jeremy.spiegel@frontapp.com >
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Spiegel <jeremy.spiegel@frontapp.com >
v22.0.1
2023-01-10 12:17:28 +01:00
trop[bot]
effff34416
docs: fix link in breaking-changes.md ( #36836 )
...
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2023-01-10 09:37:57 +09:00
trop[bot]
e65fc9116a
docs: update links ( #36770 )
...
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2023-01-10 09:34:29 +09:00
trop[bot]
a35de7e89f
fix: focus rings with multiple buttons in showMessageBox ( #36802 )
...
fix: focus rings with multiple buttons in messageBox
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2023-01-09 16:41:16 +09:00
trop[bot]
d225809cc4
fix: rename WebSwapCGLLayer to WebSwapCGLLayerChromium ( #36800 )
...
* fix: rename WebSwapCGLLayer to WebSwapCGLLayerChromium
Co-authored-by: Milan Burda <milan.burda@gmail.com >
* undo changes to patches/config.json
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Milan Burda <milan.burda@gmail.com >
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
2023-01-05 12:03:46 -05:00
John Kleinschmidt
763daa8707
build: fixup mksnapshot args on linux ( #36782 )
...
* build: fixup mksnapshot args on linux
(cherry picked from commit 8f134d7429 )
* build: completely remove turbo profiling input
2023-01-04 20:45:54 -05:00
trop[bot]
0bd4cea3a0
fix: blend node and blink code generation policy when both are loaded ( #36668 )
...
* fix: blend node and blink code generation policy when both are loaded (#36567 )
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
* Update .patches
* fix patches
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
2023-01-02 11:52:36 +01:00
trop[bot]
02949a7e6f
docs: update visual studio min version ( #36731 )
...
Co-authored-by: George Xu <george.xu99@hotmail.com >
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: George Xu <george.xu99@hotmail.com >
2022-12-30 22:16:22 -08:00
trop[bot]
f05b54bdd3
ci: pin action shas ( #36564 )
...
Signed-off-by: StepSecurity Bot <bot@stepsecurity.io >
Co-authored-by: StepSecurity Bot <bot@stepsecurity.io >
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: StepSecurity Bot <bot@stepsecurity.io >
2022-12-15 12:13:32 -05:00
trop[bot]
f49f0d4cd7
docs: fix broken links ( #36560 )
...
* docs: fix broken links
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
* docs: change link to navigator.getUserMedia
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
* docs: fix link in examples.md
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2022-12-14 17:40:16 -05:00
John Kleinschmidt
a63ea46ab2
ci: update Windows image to e-108.0.5359.125 ( #36670 )
2022-12-14 17:37:53 -05:00
electron-roller[bot]
0b9206213c
chore: bump chromium to 108.0.5359.125 (22-x-y) ( #36661 )
...
* chore: bump chromium in DEPS to 108.0.5359.125
* 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-12-14 12:47:08 -05:00
trop[bot]
14fade2915
fix: strip branded binaries ( #36654 )
...
When creating branded release builds and using scripts/strip-binaries.py
on Linux, the final artifacts end up unstripped due to the static set of
binaries considered for stripping.
With this patch the name of the electron binary is taken from the
BRANDING.json `project_name` key.
Signed-off-by: Robert Günzler <r@gnzler.io >
Co-authored-by: Robert Günzler <r@gnzler.io >
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Robert Günzler <r@gnzler.io >
2022-12-14 12:46:19 -05:00
trop[bot]
a7f80017cf
docs: link net.request options to ClientRequestConstructorOptions ( #36569 )
...
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2022-12-13 10:54:10 -08:00
Samuel Attard
64b514472d
chore: cherry-pick 09ae62b from node ( #36624 )
...
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2022-12-13 10:40:13 -08:00
trop[bot]
09430e27a9
docs: add mdn link to web-request-filter.md ( #36617 )
...
* Add MDN link to web-request-filter.md
When I was using the Electron docs I wanted to know how to use [webRequest.onBeforeSendHeaders](https://www.electronjs.org/docs/latest/api/web-request#webrequestonbeforesendheadersfilter-listener ) but I was unable to correctly guess the correct format for the `WebRequestFilter` URL strings, and there was no explanation in the Electron docs. Eventually I googled it and found the MDN article which helped me.
Co-authored-by: Hugh Davey <9026053+hughjdavey@users.noreply.github.com >
* Update docs/api/structures/web-request-filter.md
Co-authored-by: Black-Hole <158blackhole@gmail.com >
Co-authored-by: Hugh Davey <9026053+hughjdavey@users.noreply.github.com >
* Update docs/api/structures/web-request-filter.md
Co-authored-by: Black-Hole <158blackhole@gmail.com >
Co-authored-by: Hugh Davey <9026053+hughjdavey@users.noreply.github.com >
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Hugh Davey <9026053+hughjdavey@users.noreply.github.com >
2022-12-08 14:55:45 -08:00
electron-roller[bot]
896aa1adb9
chore: bump chromium to 108.0.5359.99 (22-x-y) ( #36613 )
...
chore: bump chromium in DEPS to 108.0.5359.99
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
2022-12-08 13:38:09 -05:00
electron-roller[bot]
32f71c118f
chore: bump chromium to 108.0.5359.94 (22-x-y) ( #36546 )
...
chore: bump chromium in DEPS to 108.0.5359.94
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
2022-12-05 13:19:26 -05:00
Samuel Attard
dcce07dcd8
chore: cherry-pick 2611772cf0a0 from chromium ( #36517 )
...
* chore: cherry-pick 2611772cf0a0 from chromium
* chore: update patches
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
Co-authored-by: electron-patch-conflict-fixer[bot] <83340002+electron-patch-conflict-fixer[bot]@users.noreply.github.com>
2022-12-05 12:06:29 -05:00
electron-roller[bot]
7949645606
chore: bump chromium to 108.0.5359.72 (22-x-y) ( #36493 )
...
chore: bump chromium in DEPS to 108.0.5359.72
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
2022-12-01 21:47:05 -05:00
Samuel Attard
38eb414298
chore: cherry-pick 3235c1d1955b from chromium ( #36518 )
...
* chore: cherry-pick 3235c1d1955b from chromium
* chore: update patches
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2022-12-01 12:37:16 -08:00
trop[bot]
27ce311a20
docs: document outlivesOpener option in window open handler ( #36508 )
...
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
2022-12-01 10:29:34 -08:00
Keeley Hammond
99c0e1cde2
ci: bake appveyor images automatically, run sync on depshash change ( #36462 )
...
* ci: bake appveyor images automatically, run sync on depshash change
* build: fixup appveyor image for release
* build: make sure symstore is in the PATH when baking an image
* build: update to use fixed baked image
* cleanup sdk install
* chore: fix test process.arch (doesn't work on arm)
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
2022-11-30 16:27:45 -05:00
trop[bot]
5f030bdd2c
docs: fix loadExtension example ( #36499 )
...
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
2022-11-30 16:20:29 -05:00
trop[bot]
38fa55d54e
docs: update E23 release dates ( #36488 )
...
docs: update E23 release dates (#36475 )
Co-authored-by: Michaela Laurencin <35157522+mlaurencin@users.noreply.github.com >
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Michaela Laurencin <35157522+mlaurencin@users.noreply.github.com >
2022-11-29 22:05:48 -08:00
electron-roller[bot]
71941e720e
chore: bump chromium to 108.0.5359.62 (22-x-y) ( #36478 )
...
* chore: bump chromium in DEPS to 108.0.5359.62
* Trigger Build
* chore: update patches
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: John Kleinschmidt <jkleinsc@github.com >
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
v22.0.0
2022-11-29 15:16:16 -05:00
Keeley Hammond
8d9a9641cd
fix: enable crashpad for ELECTRON_RUN_AS_NODE processes ( #36483 )
...
* fix: enable crashpad for ELECTRON_RUN_AS_NODE processes
* wip: enable crashpad for node processes
fix: add PID testing method
wip: plumb fd into child_process in node
* node::ProcessInitializationFlags::kNoDefaultSignalHandling
* chore: clean up debug logging
* chore: gate platform includes
* test: clean up node process test
* fix: pass pid in node_main
* chore: cleanup impl
* chore: fixup patch method definition
* fix: expose bound methods to node_main
* fix: remove bound methods
* fix: crashpad connection for all ELECTRON_RUN_AS_NODE processes
* chore: fix typo
* chore: address review feedback
* chore: delay crashpad initialization
* chore: ensure options.env, code hygiene
* chore: add argv test, check for process.env over {}
* fix: fix test, return options.env immutability
Co-authored-by: VerteDinde <keeleymhammond@gmail.com >
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
Co-authored-by: VerteDinde <vertedinde@electronjs.org >
* chore: update patches
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2022-11-29 13:03:34 -05:00
trop[bot]
e879e2f853
build(deps): bump minimatch from 3.0.4 to 3.0.8 ( #36468 )
...
Bumps [minimatch](https://github.com/isaacs/minimatch ) from 3.0.4 to 3.0.8.
- [Release notes](https://github.com/isaacs/minimatch/releases )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.0.8 )
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-29 10:44:27 -05:00
trop[bot]
4989994ad9
fix: reimplement Tray with StatusIconLinuxDbus on Linux ( #36472 )
...
* fix: reimplement Tray with StatusIconLinuxDbus on Linux (#36333 )
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
* chore: remove incorrectly added patches
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
Co-authored-by: Keeley Hammond <vertedinde@electronjs.org >
2022-11-29 10:26:39 -05:00