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 .
- Dec 10, 2024
-
-
dependabot[bot] authored
Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.44.5 to 4.44.6. - [Release notes](https://github.com/mikefarah/yq/releases) - [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt) - [Commits](https://github.com/mikefarah/yq/compare/bc5b54cb1d1f720db16c9f75c5b45384d00e5cbf...4839dbbf80445070a31c7a9c1055da527db2d5ee ) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Calvin authored
-
- Dec 06, 2024
-
-
Charles Kerr authored
* fix: unused variable warning when the PDF viewer is disabled * fix: unused function error when PDF viewer is disabled error: unused function ParseManifest [-Werror,-Wunused-function]
-
- Dec 05, 2024
-
-
Shelley Vohr authored
fix: context-menu event with BaseWindows
-
Felix Rieseberg authored
* Add bare-bones GetSharedDictionaryUsageInfo * Add GetSharedDictionaryInfo() * Improve API, use isolation keys * Add documentation * Update docs/api/session.md Co-authored-by:
John Kleinschmidt <kleinschmidtorama@gmail.com> * Update shell/browser/api/electron_api_session.cc Co-authored-by:
Samuel Attard <samuel.r.attard@gmail.com> * Add tests * Implement feedback <3 * Improve tests * chore: lint * docs: add note about clearing cache in ses.clearData --------- Co-authored-by:
John Kleinschmidt <kleinschmidtorama@gmail.com> Co-authored-by:
Samuel Attard <samuel.r.attard@gmail.com> Co-authored-by:
alice <alice@makenotion.com>
-
- Dec 04, 2024
-
-
Charles Kerr authored
fix: use '= default' to define a trivial destructor [modernize-use-equals-default]
-
Shelley Vohr authored
* chore: make version parsing more tolerant * Update .github/workflows/issue-opened.yml Co-authored-by:
Niklas Wenzel <dev@nikwen.de> --------- Co-authored-by:
Niklas Wenzel <dev@nikwen.de>
-
Niklas Wenzel authored
-
- Dec 03, 2024
-
-
Sam Maddock authored
* feat: WebFrameMain.unresponsiveDocumentJSCallStack * Revert "feat: WebFrameMain.unresponsiveDocumentJSCallStack" This reverts commit e0612bc1. * feat: frame.collectJavaScriptCallStack() * feat: frame.collectJavaScriptCallStack() * Update web-frame-main.md
-
Charles Kerr authored
this has never been used; introduced by 91071570
-
Niklas Wenzel authored
* docs: clarify what session.clearData() with data type 'cache' deletes * docs: include `shadercache`, too Co-authored-by:
John Kleinschmidt <kleinschmidtorama@gmail.com> --------- Co-authored-by:
John Kleinschmidt <kleinschmidtorama@gmail.com>
-
Niklas Wenzel authored
docs: warn that session.clearData() might delete more than expected
-
Charles Kerr authored
chore: remove unused gin_helper::Arguments* arg from BaseWindow::GetBackgroundColor() looks like this was added in db79734b but never used
-
Charles Kerr authored
* chore: remove unused isolate argument from Cookies constructor unused since the ginify cookies refactor in Mar 2020, commit 22202255 * fix: constructor only takes one arg now, so mark it explicit
-
Charles Kerr authored
* refactor: do not use deprecated gfx::Point constructor for MouseEvent Deprecated in https://chromium-review.googlesource.com/c/1444251 * refactor: use WebInputEvent::GetTypeAsUiEventType() instead of rolling our own Added in https://chromium-review.googlesource.com/c/chromium/src/+/2180291
-
- Dec 02, 2024
-
-
Charles Kerr authored
unused since fb537d91
-
- Dec 01, 2024
-
-
illusory-dream authored
fix: syntax issue in docs
-
Niklas Wenzel authored
docs: specify default value for respondToAuthRequestsFromMainProcess
-
- Nov 30, 2024
-
-
Charles Kerr authored
* refactor: make kRelauncherArgSeparator private to relauncher.cc * refactor: make kRelauncherTypeArg private to relauncher.cc * refactor: remove unused type relauncher::CharType * refactor: move private constants into standalone private namespace * refactor: move kWaitEventName into the only function that uses it
-
Shelley Vohr authored
-
Charles Kerr authored
* refactor: more return-braced-init-list, this time for v8 and gin objects * refactor: more return-braced-init-list, this time for v8, gin, std, and base objects
-
- Nov 28, 2024
-
-
Charles Kerr authored
* refactor: misc-use-internal-linkage warnings in context bridge move impl functions into anonymous namespace so that they're not visible to other compilation units: - ExposeAPIInWorld() - IsCalledFromMainWorld() - OverrideGlobalPropertyFromIsolatedWorld() - OverrideGlobalValueFromIsolatedWorld() - TraceKeyPath() * refactor: misc-use-internal-linkage warnings in skia util move impl details into anonymous namespace so that they're not visible to other compilation units: - struct ScaleFactorPair - kScaleFactorPairs[] - GetScaleFactorFromPath() - AddImageSkiaRepFromPath() * refactor: misc-use-internal-linkage warnings in printing util move impl details into anonymous namespace so that they're not visible to other compilation units: - GetFullPagePlugin() * refactor: misc-use-internal-linkage warnings in blijnk converter move impl details into anonymous namespace so that they're not visible to other compilation units: - GetKeyLocationCode() - ModifiersToArray() * refactor: misc-use-internal-linkage warnings in extrension system move impl details into anonymous namespace so that they're not visible to other compilation units: - ParseManifest() * refactor: misc-use-internal-linkage warnings in skia util move impl details into anonymous namespace so that they're not visible to other compilation units: - GetFrameTokenMap() - GetFrameTreeNodeIdMap() * refactor: misc-use-internal-linkage warnings in electron_api_utility_process.cc move impl details into anonymous namespace so that they're not visible to other compilation units: - GetAllUtilityProcessWrappers() * refactor: misc-use-internal-linkage warnings in electron_api_menu move impl details into anonymous namespace so that they're not visible to other compilation units: - InvokeBoolMethod() * refactor: misc-use-internal-linkage warnings in platform util move impl details into anonymous namespace so that they're not visible to other compilation units: - struct TrashItemResult - TrashItemOnBlockingThread()
-
- Nov 27, 2024
-
-
Charles Kerr authored
-
Charles Kerr authored
* refactor: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list] * refactor: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list] NB: using the braced-initializer list uncovered an error here: the float returned by std::floor() can't be implicitly cast to an int. This is solved by using base::ClampFloor<int>() instead. std::floor()
-
- Nov 26, 2024
-
-
dependabot[bot] authored
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.4 to 3.27.5. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/ea9e4e37992a54ee68a9622e985e60c8e8f12d9f...f09c1c0a94de965c15400f5634aa42fac8fb8f88 ) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Nov 25, 2024
-
-
Charles Kerr authored
-
Charles Kerr authored
use string_view for constants used in methods that take string_view args
-
Charles Kerr authored
-
electron-roller[bot] authored
* chore: bump chromium in DEPS to 133.0.6847.0 * chore: bump chromium in DEPS to 133.0.6848.0 * chore: update patches * implement extensions::GlobalShortcutListener::ExecuteCommand stub https://chromium-review.googlesource.com/c/chromium/src/+/5871484 * fix: ismediakey patch, oops * fix: another missing bracket * chore: bump chromium in DEPS to 133.0.6850.0 * chore: update patches * SharedStorageOperationPtr -> SharedStorageModifierMethodPtr https://chromium-review.googlesource.com/c/chromium/src/+/5990970 * build GlobalShortcutListenerLinux https://chromium-review.googlesource.com/c/chromium/src/+/5871484 * chore: bump chromium in DEPS to 133.0.6851.0 * fix: include full type for network::mojom::SharedStorageModifierMethod * chore: update patches * chore: bump chromium in DEPS to 133.0.6852.0 * chore: update patches * build: remove duplicated icudtl.dat and snapshot_blob.bin https://chromium-review.googlesource.com/c/chromium/src/+/5999387 * fix: include static methods in node tests involving call stacks https://chromium-review.googlesource.com/c/v8/v8/+/5907815 * revert: moved code in picture-in-picture.patch --------- Co-authored-by:
electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by:
Samuel Maddock <smaddock@slack-corp.com>
-
Ajay Kemparaj authored
* docs: correct stable release dates for v34.0.0 * docs: correct stable release dates for v34.0.0
-
Niklas Wenzel authored
* docs: fix wording in auto-updater.md * docs: update wording Co-authored-by:
Keeley Hammond <vertedinde@electronjs.org> --------- Co-authored-by:
Keeley Hammond <vertedinde@electronjs.org>
-
- Nov 24, 2024
-
-
Charles Kerr authored
-
Charles Kerr authored
* chore: remove unused local non-trivial variable relaunch_executable became unused in June 2016 in 0d066de5 * chore: only declare program_name local variable if used We declared it everywhere but only used it on Windows * chore: remove unused local non-trivial variable path from UnregisterXWindow it became unused in 2020 by 72a08926
-
- Nov 23, 2024
-
-
David Sanders authored
-
Savely Krasovsky authored
* feat: add query-session-end event for Windows * fix: remove debug line * feat: notify with reason on session-end * docs: add comments and return params * docs: add same docs to the BrowserWindow * fix: add shutdown reason if lParam == 0 * docs: remove 'force' word * docs: revert multithreading.md change * docs: add reasons documentation, reason variable renamed to reasons * docs: improve 'shutdown' reason wording * docs: reword with 'can be' * fix: pass reasons by reference * fix: use newer approach which expose reasons value directly on Event object * docs: add escaping * style: linter fixes * fix: project now should compile * fix: EmitWithoutEvent method added, EmitWithEvent moved to private again * docs: typo fix Co-authored-by:
Sam Maddock <samuel.maddock@gmail.com> * docs: dedicated WindowSessionEndEvent type created * docs: better wording for session-end event description Co-authored-by:
Will Anderson <will@itsananderson.com> --------- Co-authored-by:
Sam Maddock <samuel.maddock@gmail.com> Co-authored-by:
Will Anderson <will@itsananderson.com>
-
- Nov 22, 2024
-
-
Shelley Vohr authored
fix: crash calling shell.readShortcutLink
-
Shelley Vohr authored
* fix: ensure context-menu emitted for draggable regions * chore: address suggestions from review
-
Charles Kerr authored
-
BILL SHEN authored
style: remove duplicate line in gn file
-