aboutsummaryrefslogtreecommitdiffstats
path: root/src/electron/macOSPermissions.ts
Commit message (Collapse)AuthorAge
* chore: add more strict types in electron directory (#367)Libravatar Ricardo Cino2022-06-25
|
* Preload safe debug shim (#29)Libravatar Kristóf Marussy2022-04-22
| | | | | | | | | | | | | | | | In https://github.com/ferdium/ferdium-app/pull/23 we removed usages of the debug package due to an electron bug. This patch aims to restore some debug functionality by introducing a shim. The shim detect whether if it is being introduced in a preload script where the electron but would be triggered, and falls back to a simple replacement for debug. However, in the main and renderer processes, where a preload script is not being used, we still get full debug functionality. In this way, a module can be used both in a preload script and outside of it, while still preserving debug functionality whenever possible. Signed-off-by: Kristóf Marussy <kristof@marussy.com>
* Turn off usage of 'debug' npm package using with electron-16 (fixes #17)Libravatar Vijay Aravamudhan2022-04-22
|
* Matched casing for almost all replacementsLibravatar Aditya Mangalampalli2022-04-16
|
* chore: ignore missing type defns for optional dependenciesLibravatar Vijay A2021-10-31
|
* refactor: split 'environment' into 'environment-remote' with only the remote ↵Libravatar Vijay A2021-10-01
| | | | | | module dependency (might be a pre-requisite for the electron v14 upgrade)
* chore: convert various files from JS to TS (#1959)Libravatar Markus Hatvan2021-09-18
|
* chore: convert JS to TS (#1934)Libravatar Markus Hatvan2021-09-14