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 .
- Jan 12, 2022
-
-
Sudowoodo Release Bot authored
-
- Jan 11, 2022
-
-
trop[bot] authored
fix: incorrect `skipTransformProcessType` option parsing in `win.setVisibleOnAllWorkspaces()` (#32398) Co-authored-by:
Milan Burda <milan.burda@gmail.com>
-
trop[bot] authored
* script: Python3 compatibility for utf8 conversion The unicode() method has been renamed to str() in Python3, add a wrapper around it to support running against both versions. * script: don't require python2 for git-[import,export]-patches The scripts work just fine with python3 too, so use the generic python executable as the script interpreter. Most setups don't even require or provide python 2 anymore, so this saves one from having to install it just for the scripts. Co-authored-by:
Romain Pokrzywka <rpokrzywka@nvidia.com>
-
trop[bot] authored
Co-authored-by:
Milan Burda <milan.burda@gmail.com>
-
trop[bot] authored
You must either (1) have a case-insensitive file server (2) upload files in both casings. This improves the docs to clarify that. [0]: https://github.com/electron/electron/issues/22482#issuecomment-593617375 Co-authored-by:
Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com>
-
trop[bot] authored
If the npm_config_arch environment variable is set on Mac, then use the specified architecture rather than overriding it to x64. Co-authored-by:
Tommy MacWilliam <tommy@serenade.ai>
-
electron-roller[bot] authored
* chore: bump chromium in DEPS to 98.0.4732.0 * chore: bump chromium in DEPS to 98.0.4734.0 * chore: bump chromium in DEPS to 98.0.4736.0 * chore: bump chromium in DEPS to 98.0.4738.0 * chore: bump chromium in DEPS to 98.0.4740.0 * chore: bump chromium in DEPS to 98.0.4742.0 * chore: bump chromium in DEPS to 98.0.4744.0 * chore: bump chromium in DEPS to 98.0.4746.0 * chore: bump chromium in DEPS to 98.0.4748.0 * chore: bump chromium in DEPS to 98.0.4750.0 * chore: bump chromium in DEPS to 98.0.4752.0 * chore: bump chromium in DEPS to 98.0.4754.0 * chore: bump chromium in DEPS to 98.0.4756.0 * chore: bump chromium in DEPS to 98.0.4758.0 * chore: bump chromium in DEPS to 98.0.4758.3 * chore: bump chromium in DEPS to 98.0.4758.5 * chore: bump chromium in DEPS to 98.0.4758.9 * chore: bump chromium in DEPS to 98.0.4758.10 * chore: bump chromium in DEPS to 98.0.4758.9 * chore: bump chromium in DEPS to 98.0.4758.10 * chore: bump chromium in DEPS to 98.0.4758.9 * chore: bump chromium in DEPS to 98.0.4758.10 * chore: bump chromium in DEPS to 98.0.4758.9 * chore: bump chromium in DEPS to 98.0.4758.10 * chore: bump chromium in DEPS to 98.0.4758.9 * chore: bump chromium in DEPS to 98.0.4758.10 * 3292117: Remove unneeded base/compiler_specific.h includes in //chrome. https://chromium-review.googlesource.com/c/chromium/src/+/3292117 (cherry picked from commit 1a84b21a5e461927c13a0601395b036cf668077a) * 3289198: Enables calculating line, word and sentence boundaries on the browser https://chromium-review.googlesource.com/c/chromium/src/+/3289198 (cherry picked from commit c8b1766a789d596273fe6bee8adab62e7963bc17) * 3276176: Remove expired gdi-text-printing flag and associated code. https://chromium-review.googlesource.com/c/chromium/src/+/3276176 (cherry picked from commit 0abd3208d6aa42f9329d50407290536d3196a19b) * 3240963: content: allow embedder to prevent locking scheme registry https://chromium-review.googlesource.com/c/chromium/src/+/3240963 (cherry picked from commit 19540a965d47205cb079738d3d11b12f82edbb98) * 3269899: Rename WebContentsImpl::GetFrameTree to GetPrimaryFrameTree https://chromium-review.googlesource.com/c/chromium/src/+/3269899 (cherry picked from commit a5b704e184c45cffd2dbc97e42bec76d52ed3f7a) * chore: fixup patch indices (cherry picked from commit dd9cb2a448c7368abab9e6733e442ad75ca9fc38) * 3276279: Enable -Wshadow by default for the "chromium code" config. https://chromium-review.googlesource.com/c/chromium/src/+/3276279 (cherry picked from commit ec20f7fc862de2b0057fe4d59c13d94b70a9e13c) * 3279737: appcache: Remove WebPreference/WebSetting https://chromium-review.googlesource.com/c/chromium/src/+/3279737 (cherry picked from commit 04088b5a4413f074cd4090838ed4ccb123f32c56) * 3275564: [api] Advance API deprecation for APIs last marked in v9.6 https://chromium-review.googlesource.com/c/v8/v8/+/3275564 (cherry picked from commit 72ef5a0bced84ca5dbacb0de4e63fe73fc8d34e5) * 3261873: Clean up WebScriptSource constructors https://chromium-review.googlesource.com/c/chromium/src/+/3261873 (cherry picked from commit c277b0b411b2dcfabdab2798dd489aab2a01fa2c) * 3279346: appcache: Remove ConsoleMessage appcache field https://chromium-review.googlesource.com/c/chromium/src/+/3279346 (cherry picked from commit ea85e829ccd6fbf019b0056300232d0a4bf6a8e8) * 3264212: Move legacy file loading to legacy_test_runner https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/3264212 Both Persistence and UI have been removed from globals, but the issues they seemed to be patching are no longer reproducible from what I can tell, and so we can just delete these and re-evaluate if something surfaces. (cherry picked from commit f3e01465ce8b15af93aebdb5bd08fffed9dbe81c) * 3290415: x11: remove the USE_X11 define. https://chromium-review.googlesource.com/c/chromium/src/+/3290415 (cherry picked from commit 1351e45cb53851018675e707941d71f44e7bb2a7) * 3179530: Defer system calls in PrintingContext for OOP printing https://chromium-review.googlesource.com/c/chromium/src/+/3179530 (cherry picked from commit 4e235ab720ec3f2f7112b47be948469e9fc9023a) * 3299445: Consolidate is_win conditionals in chrome/test/BUILD.gn. https://chromium-review.googlesource.com/c/chromium/src/+/3299445 (cherry picked from commit d09ef41fc11f8190d6174d48506291c462420bbc) * chore: update patch indices (cherry picked from commit 77b72f77b8322e75c72debe446c34e38ccb0468c) * 3223975: Break PrintJobWorker OOP logic into separate class https://chromium-review.googlesource.com/c/chromium/src/+/3223975 (cherry picked from commit e02a7b1e8025709101f13e8a82398714a3c6f451) * 3279001: Remove support for font-family: -webkit-pictograph https://chromium-review.googlesource.com/c/chromium/src/+/3279001 (cherry picked from commit 01ba427a032dad1a1cb272bca8a420ec4f3d2198) * chore: fixup patch indices (cherry picked from commit 49d33970d6f8c5b5c9393d509c5727e66f9698a1) * chore: update patches (cherry picked from commit 266bb0db2ede34b8569d94fe6725b567a389fa83) * chore: update patches (cherry picked from commit 7ec7dac00dca5f00a09d11fe6b741470e4524519) * chore: update printing patch for miracle ptr (cherry picked from commit 4954c64859a7d4da2e57318b66d09fdc49d11327) * chore: add noexcept to fix clang error (cherry picked from commit ef9b7d1826c20f5df5442962a82815732dfb0086) * chore: update patches (cherry picked from commit 495e5c8dfb203002300f96924199e6cb86fe272e) * chore: update patches (cherry picked from commit c41579b260ae71bef2f6437ff21644ec0858ec35) * 3293841: Remove File Handling permissions code Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3293841 (cherry picked from commit e6a5c4fa0c3d3c4f4cf77961d2f73f6f2bffa4dd) * chore: update patches 3311700: Move the PpapiPluginSandboxedProcessLauncherDelegate | https://chromium-review.googlesource.com/c/chromium/src/+/3311700 (cherry picked from commit 1f0b5231ea12840cc3610ac306ec421d8bc884b1) * 3289260: [CodeHealth]: Remove uses of Notification Service Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3289260 (cherry picked from commit 741d48c9d8e8740c9f3e3c2dbf2072fc76ca92ad) * 3301600: Disable scripted print in fenced frames Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3301600 (cherry picked from commit 9ebe29ae559df0de103b29615990ff7b171e54ca) * chore: add missing thread_restrictions headers (cherry picked from commit 8440c2ff2ec1cb808e8f5d77eb75e41d9be7d0f6) * 3305132: Rewrite most `Foo* field_` pointer fields to `raw_ptr<Foo> field_`. Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3305132 (cherry picked from commit f4e090c9190fe919123b660d2e0909f09a66d03b) * fix: add ppapi_sandbox header for linux 3311700: Move the PpapiPluginSandboxedProcessLauncherDelegate | https://chromium-review.googlesource.com/c/chromium/src/+/3311700 (cherry picked from commit 00335143af0dab4a1240670d73f9061f3f7dddb3) * 3321044: Remove DictionaryValue::Clear() Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3321044 (cherry picked from commit 2cba28ab91d6a1e60024d8826e82bbe07e4a1b6e) * chore: update printing.patch Refs: - 3304556: [code health] Remove notification observation from PrintJob. | https://chromium-review.googlesource.com/c/chromium/src/+/3304556 - 3305095: [code health] Remove NotificationService from PrintViewManagerBase. | https://chromium-review.googlesource.com/c/chromium/src/+/3305095 (cherry picked from commit b3e6811a687e5883a2e74ae044a2e52f0ac000bc) * build: add v8-embedder-state headers to GN patch (cherry picked from commit 46b085f0ae7b2fe3556efbed2a36853a23cccc1c) * chore: update patches * chore: update video consumers (cherry picked from commit e78c76f76a3bc2d868a330434e33a16be48ebc76) * refactor: use newer base::Value API (cherry picked from commit 7d711f6a85245bc8b80e7601c992647be2dce40f) * oops
😵 💫 (cherry picked from commit e348ab73242e96f5c4d572d00185a5c25c218d26) * chore: rename CookiePartitionKeychain ...to CookiePartitionKeyCollection (cherry picked from commit b88f03dcb225f219ec78dd7463058231c74603e2) * chore: update patch after rebase * fix: WCO method got renamed (cherry picked from commit f80c70fdccbc4847e08b2ef08849a1d00350d341) * build: turn PartitionAlloc back off on mac for now (cherry picked from commit 0ef90f5385411c7f8f9ab3904c644a0f254343cf) * 3344749: Revert "Stop using NSRunLoop in renderer process" https://chromium-review.googlesource.com/c/chromium/src/+/3344749 (cherry picked from commit de8e4afb6f7f24db2a6062dd7d2ddcabf13f3f16) * chore: disable serial device enumerator sequence dcheck (cherry picked from commit c3a51158ed572cecbe5818b78e9c91cd8c7e3367) * chore: bump chromium in DEPS to 98.0.4758.9 * fix: comment out line in DeviceService dtor (cherry picked from commit bf2af594c7336ff0c93a1155de7710a6c7387147) * Revert "chore: bump chromium in DEPS to 98.0.4758.9" This reverts commit 5d2232ff9aa70fb227c984272e2317f3946b03c2. * fix: destructor for EmbedderStateScope * fixup! 3279001: Remove support for font-family: -webkit-pictograph (cherry picked from commit a0707af4facb31b8458723f9647201776b8431a3) * fixup! 3279346: appcache: Remove ConsoleMessage appcache field (cherry picked from commit c947cf23218818b81107c18331eaf21379f11db9) * chore: update patches * chore: bump chromium in DEPS to 98.0.4758.9 * chore: bump chromium in DEPS to 98.0.4758.10 * chore: bump chromium in DEPS to 98.0.4758.9 Co-authored-by:electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com> Co-authored-by:
Samuel Attard <samuel.r.attard@gmail.com> Co-authored-by:
VerteDinde <khammond@slack-corp.com> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org> Co-authored-by:
clavin <clavin@electronjs.org> Co-authored-by:
John Kleinschmidt <jkleinsc@github.com>
-
Sudowoodo Release Bot authored
-
trop[bot] authored
Co-authored-by:
David Sanders <dsanders11@ucsbalum.com>
-
- Jan 10, 2022
-
-
trop[bot] authored
* fix: Don't create console window when creating process * Update patches/node/fix_don_t_create_console_window_when_creating_process.patch Co-authored-by:
Robo <hop2deep@gmail.com> * Remove extra line in description Co-authored-by:
Raymond Zhao <raymondzhao@microsoft.com> Co-authored-by:
Raymond Zhao <rzhao271@gmail.com> Co-authored-by:
Robo <hop2deep@gmail.com>
-
- Jan 06, 2022
-
-
Sudowoodo Release Bot authored
-
trop[bot] authored
Co-authored-by:
Milan Burda <milan.burda@gmail.com>
-
trop[bot] authored
* working example previous example not beginner-friendly * Update browser-view.md Co-authored-by:
MikeBusuttil <31480000+MikeBusuttil@users.noreply.github.com> Co-authored-by:
Cheng Zhao <github@zcbenz.com>
-
trop[bot] authored
Co-authored-by:
Timothy <1695613+timothyis@users.noreply.github.com>
-
trop[bot] authored
Co-authored-by:
VerteDinde <khammond@slack-corp.com>
-
trop[bot] authored
Rename patch file to .patch to conform to naming standard which utilizes .gitattributes settings (#32347) Co-authored-by:
stsean <stsean@justin.tv>
-
- Jan 04, 2022
-
-
trop[bot] authored
Co-authored-by:
Shubham-Kumar-2000 <shukhu10@gmail.com>
-
trop[bot] authored
CFLocaleGetValue() returned null and crashed the process when app.getLocaleCountryCode() was run on a CircleCI metal resource class macOS instance with Xcode 12.5.1. This change fixes that logic and adds further checks to make the code future-proof. Here too people are complaining that the returned country code migth be null: https://stackoverflow.com/questions/15202454/nslocalecountrycode-returns-nil Signed-off-by:
Darshan Sen <darshan.sen@postman.com> Co-authored-by:
Darshan Sen <darshan.sen@postman.com>
-
trop[bot] authored
The current description incorrectly states that the webFrame export represents the top frame but it actually represents the current frame. Co-authored-by:
Maciej Krawczyk <mckravchyk@gmail.com>
-
trop[bot] authored
WebRTC has changed how they integrate into Chromium, they don't expose their dependencies externally anymore. Instead, one must now go through webrtc_overrides: https://chromium.googlesource.com/chromium/src.git/+/cbc90fd093956 We're already including webrtc_overrides as a dependency which includes the modules, so this extra deps isn't needed anymore. Co-authored-by:
Romain Pokrzywka <rpokrzywka@nvidia.com>
-
trop[bot] authored
there is a issue with rendering on the bottom of page https://www.electronjs.org/docs/v14-x-y/tutorial/quick-start which looks like this  all id did is remove the spacing and it should fix the issue. sometimes having spaces before a "```" will cause issues hope this helps! Co-authored-by:
Oran C <oranbusiness@gmail.com>
-
Sudowoodo Release Bot authored
-
- Jan 03, 2022
-
-
trop[bot] authored
Resolve a grammar issue in the quick-start guide. Co-authored-by:
Jack Nemitz <62447711+terminalPoltergeist@users.noreply.github.com>
-
trop[bot] authored
Co-authored-by:
nig <nig@tutao.de>
-
- Dec 20, 2021
-
-
trop[bot] authored
Co-authored-by:
VerteDinde <khammond@slack-corp.com>
-
- Dec 18, 2021
-
-
trop[bot] authored
* fix: win7 crash when playing media * reset * chore: update patches Co-authored-by:
Micha Hanselmann <micha.hanselmann@gmail.com> Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com>
-
- Dec 16, 2021
-
-
Sudowoodo Release Bot authored
-
trop[bot] authored
Co-authored-by:
Samuel Attard <samuel.r.attard@gmail.com>
-
- Dec 15, 2021
-
-
trop[bot] authored
The discord url in this page is discord.gg/electron, which refers to a (supposed) roblox scripting group. Co-authored-by:
Dennis <70665154+dennisrijsdijk@users.noreply.github.com>
-
- Dec 14, 2021
-
-
trop[bot] authored
The names of environment variables are case-sensitive on Linux and Mac. Co-authored-by:
stephen9357 <stephen9357@gmail.com>
-
- Dec 07, 2021
-
-
trop[bot] authored
* fix: window.open not overriding parent's webPreferences * test: remove "nativeWindowOpen: false" from renderer tests Co-authored-by:
Cheng Zhao <zcbenz@gmail.com>
-
- Dec 06, 2021
-
-
trop[bot] authored
In the synchronous code path, gtk_native_dialog_run() will call gtk_native_dialog_show(). Previously this was causing an assertion to be hit at run time. Co-authored-by:
Tristan Partin <tristan@partin.io>
-
- Dec 01, 2021
-
-
trop[bot] authored
Co-authored-by:
Samuel Attard <samuel.r.attard@gmail.com>
-
trop[bot] authored
* build: add CI path-filtering for docs-only changes (#31741) build: (wip) initial dynamic config research * build: (wip) test path filtering option * build: (wip) remove doc-only script, use path filtering to check changes * build: (wip) add docker image with Electron dependencies * build: (wip) clean up config * build (wip): readd parameters, executors and env*s * build: re-add steps and commands * build: change doc-only to ts-compile-doc-only * build: re-add workflows and jobs * build: split configs to setup & build * build: move lint to "always run" config * build: clean up, remove old reference config * build: bump to path-filtering 0.1.0 * build: remove ts-compile step from build-linux * build: remove nightly-linux-release-test, linux-checks-nightly * build: don't run build on publish * build: set base-revision to main (runs branch vs commit) * build: update config from chromium roll * build: account for path-filtering workflow in release-build script (#32063) * build: account for path-filtering workflow in release-build script * build: update syntax for workflow id Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org> Co-authored-by:
Keeley Hammond <vertedinde@electronjs.org> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
- Nov 26, 2021
-
-
Sudowoodo Release Bot authored
-
- Nov 24, 2021
-
-
trop[bot] authored
* chore: bump chromium to 98.0.4706.0 (main) (#31555) * chore: bump chromium in DEPS to 97.0.4678.0 * chore: bump chromium in DEPS to 97.0.4679.0 * chore: bump chromium in DEPS to 97.0.4680.0 * chore: bump chromium in DEPS to 97.0.4681.0 * chore: bump chromium in DEPS to 97.0.4682.0 * chore: update patches * 3234737: Disable -Wunused-but-set-variable Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3234737 * 3216953: Reland "Move task-related files from base/ to base/task/" Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3216953 * 3202710: TimeDelta factory function migration. Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3202710 * 3226841: Rename WCO::RenderProcessGone to PrimaryMainFrameRenderProcessGone Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3226841 * 3212165: blink/gin: changes blink to load snapshot based on runtime information Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3212165 * 3220292: Deprecate returning a GURL from GURL::GetOrigin() Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3220292 * 3231995: build: Enable -Wbitwise-instead-of-logical everywhere except iOS and Windows Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3231995 * 3205121: Remove base::DictionaryValue::GetDouble Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3205121 * 3208413: [flags] Make --js-flags settings have priority over V8 features Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3208413 * chore: bump chromium in DEPS to 97.0.4683.0 * chore: update patches * 3188834: Combine RWHVBase GetCurrentDeviceScaleFactor/GetDeviceScaleFactor Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3188834 * chore: update process_singleton patches * chore: bump chromium in DEPS to 97.0.4684.0 * chore: update patches * chore: bump chromium in DEPS to 97.0.4685.0 * chore: update patches * chore: bump chromium in DEPS to 97.0.4686.0 * chore: update patches * chore: bump chromium in DEPS to 97.0.4687.0 * chore: update patches * chore: bump chromium in DEPS to 97.0.4688.0 * chore: update patches * 3247722: Use correct source_site_instance if navigating via context menu Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3247722 Update signature of HandleContextMenu() * 3247722: Use correct source_site_instance if navigating via context menu Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3247722 Update signature of HandleContextMenu() * 3223422: Remove PP_ISOLATEDFILESYSTEMTYPE_PRIVATE_PLUGINPRIVATE enum option Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3223422 sync pepper_plugin_support.patch with upstream * chore: bump chromium in DEPS to 97.0.4689.0 * 3247791: ax_mac_merge: Merge AX Math attribute implementations Xref: ax_mac_merge: Merge AX Math attribute implementations chore: fix minor patch shear in #includes * 3243425: Add VisibleTimeRequestTrigger helper class Xref: https://chromium-review.googlesource.com/c/chromium/src/+/3243425 chore: fix minor patch shear in #includes * chore: regen chromium patches * fixup! 3247722: Use correct source_site_instance if navigating via context menu * chore: bump chromium in DEPS to 97.0.4690.0 * 3188659: Window Placement: make GetScreenInfo(s) const Xref: https://chromium-review.googlesource.com/c/chromium/src/+/3188659 simple sync GetScreenInfo with upstream refactor * chore: update patches * chore: bump chromium in DEPS to 97.0.4690.4 * chore: bump chromium in DEPS to 97.0.4692.0 * 3198073: ozone: //content: clean up from USE_X11 Xref: https://chromium-review.googlesource.com/c/chromium/src/+/3198073 Fixing patch shear. Nothing to see here. * 3252338: Remove label images checkbox from chrome://accessibility page Xref: https://chromium-review.googlesource.com/c/chromium/src/+/3252338 Part of our a11y patch is no longer needed due to upstream label removal * 3258183: Remove DISALLOW_IMPLICIT_CONSTRUCTORS() definition Xref: https://chromium-review.googlesource.com/c/chromium/src/+/3258183 Replace our use of the macro with explicitly-deleted class methods. See https://chromium-review.googlesource.com/c/chromium/src/+/3256952 for upstream examples of this same replacement. * chore: update patches * 3247295: Unwind SecurityStyleExplanations Xref: https://chromium-review.googlesource.com/c/chromium/src/+/3247295 update GetSecurityStyle() signature and impl to match upstream changes * 3259578: media: grabs lock to ensure video output when occluded Xref: https://chromium-review.googlesource.com/c/chromium/src/+/3259578 Add stub for new upstream virtual method OnCapturerCountChanged() * fixup! 3247295: Unwind SecurityStyleExplanations * 3238504: Fix up drag image is not shown from bookmark bar Xref: https://chromium-review.googlesource.com/c/chromium/src/+/3238504 SetDragImage() no longer takes a widget argument * 3217452: [devtools] Add getSyncInformation host binding Xref: https://chromium-review.googlesource.com/c/chromium/src/+/3217452 Add stub for new upstream method GetSyncInformation(). Stub sends info back to caller saying that syncing is disabled. * chore: bump chromium in DEPS to 98.0.4693.0 * chore: bump chromium in DEPS to 98.0.4694.0 * chore: bump chromium in DEPS to 98.0.4695.0 * chore: bump chromium in DEPS to 98.0.4696.0 * chore: bump chromium in DEPS to 98.0.4697.0 * chore: bump chromium in DEPS to 98.0.4699.0 * chore: bump chromium in DEPS to 98.0.4701.0 * chore: bump chromium in DEPS to 98.0.4703.0 * chore: bump chromium in DEPS to 98.0.4705.0 * chore: bump chromium in DEPS to 98.0.4706.0 * chore: update patches * 3279210: Rename "base/macros.h" => "base/ignore_result.h" https://chromium-review.googlesource.com/c/chromium/src/+/3279210 * 3259964: Remove all DISALLOW_COPY_AND_ASSIGNs https://chromium-review.googlesource.com/c/chromium/src/+/3259964 * 3269029: blink/gin: sets histogram callbacks during isolate creation https://chromium-review.googlesource.com/c/chromium/src/+/3269029 * fixup after rebase * [content] Make ContentMainParams and MainFunctionParams move-only https://chromium-review.googlesource.com/c/chromium/src/+/3244976 * 3255305: Stop sending the securityStateChanged event and unwind https://chromium-review.googlesource.com/c/chromium/src/+/3255305 * [Blink] Add promise support to WebLocalFrame::RequestExecuteScript() https://chromium-review.googlesource.com/c/chromium/src/+/3230010 * 3256162: Simplify RWHV Show and ShowWithVisibility handling https://chromium-review.googlesource.com/c/chromium/src/+/3256162 * 3263824: ozone: //ui/base: clean up from USE_X11 1/* https://chromium-review.googlesource.com/c/chromium/src/+/3263824 * Request or cancel RecordContentToPresentationTimeRequest during capture https://chromium-review.googlesource.com/c/chromium/src/+/3256802 * appcache: remove BrowsingData/quota references https://chromium-review.googlesource.com/c/chromium/src/+/3255725 * [Autofill] Don't show Autofill dropdown if overlaps with permissions https://chromium-review.googlesource.com/c/chromium/src/+/3236729 * Rename to_different_document to should_show_loading_ui in LoadingStateChanged() callbacks https://chromium-review.googlesource.com/c/chromium/src/+/3268574 * cleanup patch * fixup [content] Make ContentMainParams and MainFunctionParams move-only * 3279210: Rename "base/macros.h" => "base/ignore_result.h" https://chromium-review.googlesource.com/c/chromium/src/+/3279210 * ozone: //chrome/browser clean up from USE_X11 https://chromium-review.googlesource.com/c/chromium/src/+/3186490 Refs: https://github.com/electron/electron/issues/31382 * chore: update support_mixed_sandbox_with_zygote.patch * Enable -Wunused-but-set-variable. Refs https://chromium-review.googlesource.com/c/chromium/src/+/3234737 * fixup! ozone: //ui/base: clean up from USE_X11 1/* * fixup! ozone: //chrome/browser clean up from USE_X11 * chore: fix deprecation warning in libuv * chore: fixup for lint * 3251161: Reland "Make the Clang update.py script require Python 3" https://chromium-review.googlesource.com/c/chromium/src/+/3251161 * fixup: Enable -Wunused-but-set-variable. * [base][win] Rename DIR_APP_DATA to DIR_ROAMING_APP_DATA https://chromium-review.googlesource.com/c/chromium/src/+/3262369 * Replace sandbox::policy::SandboxType with mojom Sandbox enum https://chromium-review.googlesource.com/c/chromium/src/+/3213677 * fixup: [content] Make ContentMainParams and MainFunctionParams move-only * build: ensure angle has a full git checkout available to it * fixup: [base][win] Rename DIR_APP_DATA to DIR_ROAMING_APP_DATA * fixup lint * [unseasoned-pdf] Dispatch 'afterprint' event in PDF plugin frame https://chromium-review.googlesource.com/c/chromium/src/+/3223434 * fixup: [Autofill] Don't show Autofill dropdown if overlaps with permissions * 3217591: Move browser UI CSS color parsing to own file part 2/2 https://chromium-review.googlesource.com/c/chromium/src/+/3217591 * Make kNoSandboxAndElevatedPrivileges only available to utilities https://chromium-review.googlesource.com/c/chromium/src/+/3276784 * 3211575: [modules] Change ScriptOrModule to custom Struct https://chromium-review.googlesource.com/c/v8/v8/+/3211575 * Address review feedback * chore: update patches * 3211575: [modules] Change ScriptOrModule to custom Struct https://chromium-review.googlesource.com/c/v8/v8/+/3211575 * fix: unused variable compat * chore: remove redundant patch * fixup for 3262517: Re-enable WindowCaptureMacV2 https://chromium-review.googlesource.com/c/chromium/src/+/3262517 * chore: cleanup todo The functions added in https://chromium-review.googlesource.com/c/chromium/src/+/3256802 are not used by offscreen rendering. * fixup: update mas_no_private_api.patch * 3216879: [PA] Make features::kPartitionAllocLazyCommit to be PartitionOptions::LazyCommit Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3216879 Fixes up commit b2f1aca95604ec61649808c846657454097e6935 * chore: cleanup support_mixed_sandbox_with_zygote.patch * test: use window focus event instead of delay to wait for webContents focus Co-authored-by:
electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by:
VerteDinde <khammond@slack-corp.com> Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com> Co-authored-by:
Charles Kerr <charles@charleskerr.com> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org> Co-authored-by:
deepak1556 <hop2deep@gmail.com> Co-authored-by:
Samuel Attard <samuel.r.attard@gmail.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> * chore: update patches Co-authored-by:
electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by:
VerteDinde <khammond@slack-corp.com> Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com> Co-authored-by:
Charles Kerr <charles@charleskerr.com> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org> Co-authored-by:
deepak1556 <hop2deep@gmail.com> Co-authored-by:
Samuel Attard <samuel.r.attard@gmail.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
trop[bot] authored
Co-authored-by:
Erick Zhao <erick@hotmail.ca>
-
trop[bot] authored
Co-authored-by:
deepak1556 <hop2deep@gmail.com>
-
- Nov 23, 2021
-
-
trop[bot] authored
Co-authored-by:
Milan Burda <milan.burda@gmail.com>
-
trop[bot] authored
Add the native frame border size to the minimum and maximum size if the view reports its size as the client size. It allows to enlarge window to proper values when aspect ratio and max width/height are set. It also fixes DCHECK which was triggered when user tried to enlarge window above dimensions set during creation of the BrowserWindow. Co-authored-by:
Cezary Kulakowski <cezary@openfin.co>
-