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 .
- Nov 21, 2024
-
-
trop[bot] authored
* fix: windows save dialog extension bug * refactor: simplify firstSpec extraction Co-authored-by:
Charles Kerr <charles@charleskerr.com> * refactor: split when necessary Co-authored-by:
Sam Maddock <samuel.maddock@gmail.com> --------- Co-authored-by:
Charles Kerr <charles@charleskerr.com> Co-authored-by:
Sam Maddock <samuel.maddock@gmail.com> Co-authored-by:
nilaoda <nilaoda@live.com>
-
trop[bot] authored
Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Samuel Maddock <smaddock@slack-corp.com>
-
trop[bot] authored
Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
- Nov 20, 2024
-
-
trop[bot] authored
fix: tooltips in WCO capton buttons Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
Robo authored
-
trop[bot] authored
* fix: bugprone-narrowing-conversions warning in NativeImage::memory_usage_ - fix signed / unsigned math by using base/numerics/safe_conversions - make memory_usage_ an int64_t so it can safely take the size_t returned by computeByteSize() --------- Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Charles Kerr <charles@charleskerr.com>
-
trop[bot] authored
fix: AutofillPopup warning: use '= default' to define a trivial default constructor [modernize-use-equals-default] refactor: reduce #indclude scope in autofill_popup.h and autofill_popup_view.h Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Charles Kerr <charles@charleskerr.com>
-
trop[bot] authored
fix: utility process exit code for graceful termination (reland) (#44726) * chore: reland "fix: utility process exit code for graceful termination" This reverts commit 1cae73ba . * fix: exit code on posix when killed via api * chore: fix code style Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Robo <hop2deep@gmail.com>
-
trop[bot] authored
* fix: destroy url loader wrapper when JS env exits Co-authored-by:
deepak1556 <hop2deep@gmail.com> * Revert "fix: destroy url loader wrapper when JS env exits" This reverts commit 419151a9 . Co-authored-by:
deepak1556 <hop2deep@gmail.com> * Revert "Revert "fix: destroy url loader wrapper when JS env exits"" This reverts commit 4b401b03 . Co-authored-by:
deepak1556 <hop2deep@gmail.com> * fix: double free of JSChunkedDataPipeGetter Co-authored-by:
deepak1556 <hop2deep@gmail.com> * fix: crash on process exit after stream completes 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>
-
- Nov 19, 2024
-
-
trop[bot] authored
* fix: improve single-pixel resize handling Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> * Update spec/api-browser-window-spec.ts Co-authored-by:
Niklas Wenzel <dev@nikwen.de> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> * Update shell/browser/native_window_views.cc Co-authored-by:
Niklas Wenzel <dev@nikwen.de> 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>
-
trop[bot] authored
* docs: Make ipcRenderer and ipcMain listener API docs consistent Co-authored-by:
Will Anderson <will@itsananderson.com> * test: add some unit tests for ipcRenderer/ipcMain listener behavior Co-authored-by:
Will Anderson <will@itsananderson.com> * fix: Mark on/off methods as primary and addListener/removeListener as aliases Co-authored-by:
Will Anderson <will@itsananderson.com> * fix: clear all listeners before running ipcMain removeAllListeners tests Co-authored-by:
Will Anderson <will@itsananderson.com> --------- Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Will Anderson <will@itsananderson.com>
-
trop[bot] authored
Fixes #44450 Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Niklas Wenzel <dev@nikwen.de>
-
- Nov 18, 2024
-
-
trop[bot] authored
fix: utilityProcess pid should be undefined after exit Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
- Nov 16, 2024
-
-
trop[bot] authored
* chore: update extensions features Co-authored-by:
Samuel Maddock <samuel.maddock@gmail.com> * restore header Co-authored-by:
Samuel Maddock <samuel.maddock@gmail.com> --------- Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Samuel Maddock <samuel.maddock@gmail.com>
-
- Nov 15, 2024
-
-
trop[bot] authored
* fix: WebContentsView removal should compare directly Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> * fixup view comparision Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org> * chore: use erase_if Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org> * Apply review suggestions Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org> --------- Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
Keeley Hammond authored
refactor: unfilter unresponsive events (#44629) * feat: internal -unresponsive event * Reland "refactor: JSify BrowserWindow unresponsive handling" This reverts commit ef7ae78e. * fix: emit unresponsive if close not prevented ---------
-
- Nov 14, 2024
-
-
trop[bot] authored
* fix: SyntaxWarning: invalid escape sequence '\w' Co-authored-by:
Charles Kerr <charles@charleskerr.com> * chore: remove some unused imports Co-authored-by:
Charles Kerr <charles@charleskerr.com> * fix: E711 warning 'Comparison to should be ' Co-authored-by:
Charles Kerr <charles@charleskerr.com> --------- Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Charles Kerr <charles@charleskerr.com>
-
Pedro Pontes authored
chore: [33-x-y] cherry-pick 1 changes from 0-M131 * 923797bac925 from chromium
-
- Nov 13, 2024
-
-
trop[bot] authored
Closes https://github.com/electron/electron/issues/44569 . Fixes an issue where the WCO buttons were hidden on Linux in fullscreen mode but not on Windows or macOS. The Windows behavior is the expected one, so this commit makes the Linux behavior consistent. Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
trop[bot] authored
* fix: add theme data source for devtools. Co-authored-by:
Bill Shen <shenyb32768@gmail.com> * chore: add ut. Co-authored-by:
bill.shen <shenyb32768@gmail.com> * chore: remove recording histograms Co-authored-by:
Bill Shen <shenyb32768@gmail.com> * fix: add theme data source for devtools. Co-authored-by:
Bill Shen <shenyb32768@gmail.com> * chore: separate files Co-authored-by:
Bill Shen <shenyb32768@gmail.com> * chore: separate files Co-authored-by:
Bill Shen <shenyb32768@gmail.com> * chore: remove pragma once Co-authored-by:
Bill Shen <shenyb32768@gmail.com> * chore: fix lint issue. Co-authored-by:
bill.shen <shenyb32768@gmail.com> --------- Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Bill Shen <shenyb32768@gmail.com>
-
electron-roller[bot] authored
chore: bump chromium in DEPS to 130.0.6723.127 Co-authored-by:
electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
-
trop[bot] authored
test: test fuller globalShortcut matrix Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
- Nov 12, 2024
-
-
trop[bot] authored
* fix: segfault when moving WebContentsView between BrowserWindows Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org> * chore: actually enable fix Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org> * fixup segfault when moving WebContentsView between BrowserWindows Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org> --------- Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
- Nov 08, 2024
-
-
electron-roller[bot] authored
chore: bump chromium in DEPS to 130.0.6723.118 Co-authored-by:
electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
-
- Nov 07, 2024
-
-
reito authored
* feat: GPU shared texture offscreen rendering * fix: EmitWarning in node utils. Signed-off-by:
reito <cnschwarzer@qq.com> * fix: resolve conflict and reformat --------- Signed-off-by:
reito <cnschwarzer@qq.com>
-
electron-roller[bot] authored
chore: bump chromium in DEPS to 130.0.6723.116 Co-authored-by:
electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
-
- Nov 06, 2024
-
-
trop[bot] authored
chore: set docs/api/app.md file permissions to 644 md files should not be executable Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Charles Kerr <charles@charleskerr.com>
-
- Nov 05, 2024
-
-
trop[bot] authored
test: fixup broken tests in 32-x-y (#44389) * test: fixup broken tests in 32-x-y * test: fixup additional failing test (cherry picked from commit c61bb165 ) Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
trop[bot] authored
Use base::NumberToString() instead Xref: https://chromium.googlesource.com/chromium/src/+/main/styleguide/c++/c++-features.md#std_sto_i_l_ul_ll_ull_f_d_ld_to_string_banned Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Charles Kerr <charles@charleskerr.com>
-
trop[bot] authored
* docs: capitalize POSIX correctly Co-authored-by:
Charles Kerr <charles@charleskerr.com> * docs: capitalize Windows correctly Co-authored-by:
Charles Kerr <charles@charleskerr.com> --------- Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Charles Kerr <charles@charleskerr.com>
-
trop[bot] authored
Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
trop[bot] authored
Xref: https://chromium-review.googlesource.com/c/chromium/src/+/5805666 Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Charles Kerr <charles@charleskerr.com>
-
trop[bot] authored
Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
David Sanders <dsanders11@ucsbalum.com>
-
- Nov 04, 2024
-
-
Charles Kerr authored
* fix: crash when generating shortcut text for super accelerator (#44341) * chore: e sync patches
-
- Nov 03, 2024
-
-
trop[bot] authored
s/Electrons/Electron's/ Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Charles Kerr <charles@charleskerr.com>
-
- Nov 02, 2024
-
-
trop[bot] authored
Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Charles Kerr <charles@charleskerr.com>
-
trop[bot] authored
Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Charles Kerr <charles@charleskerr.com>
-
trop[bot] authored
* docs: add custom titlebar example * docs: add links and other small edits * docs: add panel window docs * docs: remove panel example * docs: specify expected emphasis style * docs: responding to feedback * docs: fix section names in links * docs: rework baseWindow note * docs: making window customization its own section * responding to feedback Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Anny Yang <anny@electronjs.org>
-
- Nov 01, 2024
-
-
trop[bot] authored
* build: handle out of disk space on source cache Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org> * build: add cron job to free up source cache disk space Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org> --------- Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
trop[bot] authored
Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-