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 .
- Jun 17, 2021
-
-
Electron Bot authored
-
Shelley Vohr authored
-
Shelley Vohr authored
-
Erick Zhao authored
-
electron-roller[bot] authored
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> Co-authored-by:
Charles Kerr <charles@charleskerr.com> Co-authored-by:
Samuel Attard <sam@electronjs.org> Co-authored-by:
Jeremy Rose <jeremya@chromium.org>
-
Samuel Attard authored
-
Cheng Zhao authored
-
Shelley Vohr authored
-
trop[bot] authored
Co-authored-by:
Samuel Attard <samuel.r.attard@gmail.com>
-
- Jun 16, 2021
-
-
Electron Bot authored
-
kdau authored
-
Shelley Vohr authored
-
Samuel Attard authored
* fix: ensure the typescript definitions only export correct value types In typescript there are two main types of "types" you can export, value types (class, const) and definition types (type, interface). The typescript compiler will let anything declared via const or class be used as a value. Unfortunately we were exporting a bunch of things (see the diff) as class/const when they weren't actually exported values. This lead to typescript being happy but the runtime throwing errors (not something we want). This change passes "exported-in" context through our docs, to the parser and then to the definitions generator to ensure we only mark things as exported in the ts defs that we actually export. Fixes #22167 * chore: update typescript-defs * chore: update typescript-defs * chore: fix bad typescript in IPC test * docs: test rendering of new syntax * chore: update per feedback, use same syntax but with 'this is not exportedd' line
-
Calvin authored
-
Keeley Hammond authored
* chore: disable default async spellchecker on Windows * chore: disable kWinRetrieveSuggestionsOnlyOnDemand in feature list
-
- Jun 15, 2021
-
-
Electron Bot authored
-
David Sanders authored
* test: re-enable some skipped tests * test: enable more tests
-
George Xu authored
* docs: added guide and updated docs for Tray * docs: improve clarity
-
Kevin Hartman authored
* Update represented-file fiddle. * add index and code back to guide Co-authored-by:
Ethan Arrowood <ethan.arrowood@gmail.com>
-
Milan Burda authored
-
Jeremy Rose authored
* refactor: use PathProvider for user-data-dir and others * consolidate logic for DIR_RECENT and DIR_APP_LOGS into path provider * fix bad include * remove debugging code * fix build on mac * fix build on win * create app logs dir on both mac and non-mac
-
Samuel Attard authored
* build: restore workspace on osx builds to get docs-only-change file * build: clean up attached workspace before checking out from cache
-
David Sanders authored
-
- Jun 14, 2021
-
-
Luke Ingalls authored
-
Darshan Sen authored
Unlike the other files, this file had its executable bit set in its file mode. This change removes the executable bit to align its file mode with the rest of the files. Signed-off-by:
Darshan Sen <raisinten@gmail.com>
-
Electron Bot authored
-
David Sanders authored
-
Darshan Sen authored
This change refactors the code to use isalpha() and isspace() so that the code is more readable. Signed-off-by:
Darshan Sen <raisinten@gmail.com>
-
Jeremy Rose authored
-
David Sanders authored
-
David Sanders authored
-
David Sanders authored
-
- Jun 11, 2021
-
-
Electron Bot authored
-
Darshan Sen authored
* docs: fix image links in performance.md Fixes https://github.com/electron/electron/issues/29580 Signed-off-by:
Darshan Sen <raisinten@gmail.com> * Apply suggestions from code review Co-authored-by:
David Sanders <dsanders11@ucsbalum.com> Co-authored-by:
David Sanders <dsanders11@ucsbalum.com>
-
- Jun 10, 2021
-
-
Electron Bot authored
-
Shelley Vohr authored
* fix: ensure custom traffic lights float to top * chore: split into separate function
-
- Jun 09, 2021
-
-
Samuel Attard authored
-
Electron Bot authored
-
Samuel Attard authored
This reverts commit 7b169c28.
-
Samuel Attard authored
This reverts commit c9ccd136.
-