This project is mirrored from https://github.com/electron/electron.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Aug 11, 2021
-
-
dependabot[bot] authored
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 ) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Shelley Vohr authored
-
John Kleinschmidt authored
- Aug 10, 2021
-
-
Milan Burda authored
-
nibbleswap authored
* docs: fix camelcase in menu example and add hint to deal with TS error hideothers -> hideOthers (the TS compiler caught this) The TypeScript compiler also did not like the pattern used to switch between platforms for submenus was loosing the type information of the literal constants and generalized them as strings which conflicts with the type definition of MenuItemConstructorOptions. * docs: Fix spelling, added hint to TypeScript Without explicitly stating the type for the const template TypeScript does not create a with the correct shape due to generalization to strings. * remove ts hints Co-authored-by:
a <a@b> Co-authored-by:
Cheng Zhao <github@zcbenz.com>
-
Charles Kerr authored
-
Jeremy Rose authored
- Aug 09, 2021
-
-
Electron Bot authored
-
- Aug 07, 2021
-
-
Electron Bot authored
-
Keeley Hammond authored
-
Electron Bot authored
This reverts commit 641260bc.
-
- Aug 06, 2021
-
-
Electron Bot authored
-
George Xu authored
* feat: add SafeStorage api; first commit * chore: rename files to fit semantically * chore: add linkedBindings * chore: fix function signatures * chore: refactor eisCookieEncryptionEnabled() fuse * chore: create test file * chore: add tests and documentation * chore: add copyright and lint * chore: add additional tests * chore: fix constructor * chore: commit for pair programming * wip: commit for keeley pairing * chore: docs change and code cleanup * chore: add linux import * chore: add description to documentation * chore: fixing tests * chore: modify behaviour to not allow unencrypted strings as decyption input * fix add patch for enabling default v11 encryption on Linux * chore: remove file after each test * chore: fix patch * chore: remove chromium patch * chore: add linux specific tests * chore: fix path * chore: add checker for linuux file deletion * chore: add dcheck back * chore: remove reference to headless mode * chore: remove tests for linux * chore: edit commit message * chore: refactor safeStorage to not be a class * chore: remove static variable from header * chore: spec file remove settimeout Co-authored-by:
VerteDinde <keeleymhammond@gmail.com>
-
Jeremy Rose authored
-
Darshan Sen authored
This aligns the code with the GN Style Guide: https://gn.googlesource.com/gn/+/refs/heads/main/docs/style_guide.md#deps Signed-off-by:
Darshan Sen <darshan.sen@postman.com>
-
Samuel Attard authored
* feat: add fuses for NODE_OPTIONS and --inspect * chore: add node patch to ensure NODE_OPTIONS are never parsed when fuse is disabledd * chore: fix lint * chore: flip boolean logic * chore: update patches * chore: add trailing _ to static member * Update add_should_read_node_options_from_env_option_to_disable_node_options.patch * chore: update patches Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com>
-
Samuel Attard authored
-
- Aug 05, 2021
-
-
Electron Bot authored
-
Samuel Attard authored
-
Jeremy Rose authored
-
- Aug 04, 2021
-
-
Electron Bot authored
-
Cheng Zhao authored
-
Milan Burda authored
-
Jeremy Rose authored
-
Jeremy Rose authored
-
Jeremy Rose authored
-
Milan Burda authored
-
- Aug 03, 2021
-
-
Electron Bot authored
-
- Aug 02, 2021
-
-
Robo authored
-
Electron Bot authored
-
Jeremy Rose authored
-
Matthew Shen authored
* docs: Update to the use of arrow functions in line with the style guide * docs: Fixed unmatched bracket typo in previous commit 9ebe3e58f7948c6636d77f3c58a2693683b69691 * fix linting Co-authored-by:
Cheng Zhao <zcbenz@gmail.com>
-
Biru Mohanathas authored
* feat: Allow detection of MITM HTTPS proxies like ZScaler For security purposes, Figma heavily restrics the origins that are allowed to load within our Electron app. Unfortunately some corporate environments use MITM proxies like ZScaler, which intercepts our connection to `https://www.figma.com` and serves a redirect to e.g. `https://gateway.zscloud.net` before finally redirecting back to `https://www.figma.com`. In order to detect this situation and handle it gracefully, we need to be able to know whether or not the certificate for our own origin (`https://www.figma.com`) is chained to a known root. We do this by exposesing `CertVerifyResult::is_issued_by_known_root`. If the certification verification passed without the certificate being tied to a known root, we can safely assume that we are dealing with a MITM proxy that has its root CA installed locally on the machine. This means that HTTPS can't be trusted so we might as well make life easier for corporate users by loosening our origin restrictions without any manual steps. * Tweak docs wording
-
Samuel Attard authored
-
- Jul 31, 2021
-
-
Jeremy Rose authored
fix: respect LogJsConsoleMessages feature in InspectableWebContents::DidAddMessageToConsole (#30312)
-
- Jul 30, 2021
-
-
Electron Bot authored
-
Samuel Attard authored
-
Shelley Vohr authored
-