-
Notifications
You must be signed in to change notification settings - Fork 16k
Comparing changes
Open a pull request
base repository: electron/electron
base: v35.0.1
head repository: electron/electron
compare: v35.0.2
- 13 commits
- 21 files changed
- 7 contributors
Commits on Mar 10, 2025
-
perf: prefer
base::SplitStringPiece()
overbase::SplitString()
(#……45946) * perf: use base::SplitStringPiece() in SetNodeOptions() Co-authored-by: Charles Kerr <charles@charleskerr.com> * perf: use base::SplitStringPiece() in StringToAccelerator() Co-authored-by: Charles Kerr <charles@charleskerr.com> * refactor: StringToAccelerator() now takes a std::string_view 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>
Configuration menu - View commit details
-
Copy full SHA for 3da65aa - Browse repository at this point
Copy the full SHA 3da65aaView commit details -
refactor: eliminate duplicate code in spec/api-process-spec.ts (#45951)
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Milan Burda <milan.burda@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0b24418 - Browse repository at this point
Copy the full SHA 0b24418View commit details -
fix: race condition in utilityProcess tests (#45955)
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Charles Kerr <charles@charleskerr.com>
Configuration menu - View commit details
-
Copy full SHA for 702fdac - Browse repository at this point
Copy the full SHA 702fdacView commit details -
fix: remove redundant
MediaCaptureDevicesDispatcher::GetInstance()
……call (#45962) fix: remove redundant MediaCaptureDevicesDispatcher::GetInstance() call This appears to be a copy-paste error introduced in 465dee2c Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Charles Kerr <charles@charleskerr.com>
Configuration menu - View commit details
-
Copy full SHA for a2aacd7 - Browse repository at this point
Copy the full SHA a2aacd7View commit details -
docs: Add 'Native Code and Electron' (#45967)
* docs: Add 'Native Code and Electron' Co-authored-by: Felix Rieseberg <fr@makenotion.com> * docs: Add node-gyp requirements Co-authored-by: Felix Rieseberg <fr@makenotion.com> * Update docs/tutorial/native-code-and-electron.md Co-authored-by: Erick Zhao <erick@hotmail.ca> Co-authored-by: Felix Rieseberg <fr@makenotion.com> * Cross-platform clean command Co-authored-by: Felix Rieseberg <fr@makenotion.com> * Mention napi-rs Co-authored-by: Felix Rieseberg <fr@makenotion.com> * Apply suggestions from code review Co-authored-by: Erick Zhao <erick@hotmail.ca> Co-authored-by: Felix Rieseberg <fr@makenotion.com> * Fix lint, fix more comments Co-authored-by: Felix Rieseberg <fr@makenotion.com> * Apply suggestions from code review Co-authored-by: Erick Zhao <erick@hotmail.ca> Co-authored-by: Felix Rieseberg <fr@makenotion.com> --------- Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Felix Rieseberg <fr@makenotion.com>
Configuration menu - View commit details
-
Copy full SHA for dda60cd - Browse repository at this point
Copy the full SHA dda60cdView commit details
Commits on Mar 11, 2025
-
test: fix timing issue in
utilityProcess
test fixtures (#45975)* fix: potential timing issue in utilityProcess test Co-authored-by: Charles Kerr <charles@charleskerr.com> * fix: potential timing issue in utilityProcess esm test 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>
Configuration menu - View commit details
-
Copy full SHA for de4458f - Browse repository at this point
Copy the full SHA de4458fView commit details
Commits on Mar 12, 2025
-
build: roll sysroots to pick up glibc fix (#45983)
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7a9b9cd - Browse repository at this point
Copy the full SHA 7a9b9cdView commit details
Commits on Mar 13, 2025
-
refactor: use private inheritance from
mojo::MessageReceiver
(#45993)* refactor: make UtilityProcessWrapper inherit privately from mojo::MessageReceiver Co-authored-by: Charles Kerr <charles@charleskerr.com> * refactor: make ParentPort inherit privately from mojo::MessageReceiver Co-authored-by: Charles Kerr <charles@charleskerr.com> * refactor: make MessagePort inherit privately from mojo::MessageReceiver 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>
Configuration menu - View commit details
-
Copy full SHA for 385b84a - Browse repository at this point
Copy the full SHA 385b84aView commit details -
chore: bump chromium to 134.0.6998.88 (35-x-y) (#45972)
chore: bump chromium in DEPS to 134.0.6998.88 Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for de6105d - Browse repository at this point
Copy the full SHA de6105dView commit details
Commits on Mar 14, 2025
-
refactor: make a variadic
gin_helper::internal::InvokeFactory()
(#4……6028) refactor: make a variadic gin_helper::internal::InvokeFactory() Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Charles Kerr <charles@charleskerr.com>
Configuration menu - View commit details
-
Copy full SHA for 11fad1b - Browse repository at this point
Copy the full SHA 11fad1bView commit details -
fix: package import existence verification (#46022)
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 02783dd - Browse repository at this point
Copy the full SHA 02783ddView commit details -
fix: don't crash Web Workers on unhandled rejections (#46020)
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c91ddf2 - Browse repository at this point
Copy the full SHA c91ddf2View commit details -
fix: prevent title change for within page navigation (#46035)
* fix: prevent title change for on page navigation Co-authored-by: Michaela Laurencin <mlaurencin@electronjs.org> * add back and forward testing Co-authored-by: Michaela Laurencin <mlaurencin@electronjs.org> * update Chromium comment Co-authored-by: Michaela Laurencin <mlaurencin@electronjs.org> * remove errant script tag Co-authored-by: Michaela Laurencin <mlaurencin@electronjs.org> --------- Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Michaela Laurencin <mlaurencin@electronjs.org>
Configuration menu - View commit details
-
Copy full SHA for 75cf1b0 - Browse repository at this point
Copy the full SHA 75cf1b0View commit details
There are no files selected for viewing