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 .
- Oct 19, 2020
-
-
Electron Bot authored
-
- Oct 17, 2020
-
-
Robo authored
* disable CalculateNativeWinOcclusion on win ci * Update appveyor.yml * disable CalculateNativeWinOcclusion for woa Co-authored-by:
Jeremy Rose <nornagon@nornagon.net> Co-authored-by:
Jeremy Rose <jeremya@chromium.org>
-
- Oct 16, 2020
-
-
trop[bot] authored
Co-authored-by:
Cheng Zhao <zcbenz@gmail.com>
-
- Oct 15, 2020
-
-
Electron Bot authored
-
trop[bot] authored
Co-authored-by:
Milan Burda <milan.burda@gmail.com>
-
trop[bot] authored
Co-authored-by:
Matt Kane <matt@gatsbyjs.com>
-
trop[bot] authored
Co-authored-by:
Samuel Attard <sattard@slack-corp.com>
-
- Oct 14, 2020
-
-
Michaela Laurencin authored
* Backport changes for notification timeout neber to version 11 * fix: notifications successfully never timeout with included flag * Add back SetXmlAudioSilent Co-authored-by:
mlaurencin <mlaurencin@microsoft.com>
-
Shelley Vohr authored
-
trop[bot] authored
-
Electron Bot authored
-
John Kleinschmidt authored
* Add whole src\third_party\angle\.git directory This directory is needed in order to properly generate gen/angle/angle_commit.h * fix: correct calling convention for Windows on Arm https://chromium-review.googlesource.com/c/v8/v8/+/2440717 (cherry picked from commit 0041f5aaa6ea84bf125b200e5977480a267d5203) Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
John Kleinschmidt authored
This reverts commit 7a669cbb.
-
John Kleinschmidt authored
This reverts commit fd589691.
-
- Oct 12, 2020
-
-
Electron Bot authored
-
- Oct 10, 2020
-
-
Electron Bot authored
-
Electron Bot authored
This reverts commit dc9282d6.
-
Electron Bot authored
-
Electron Bot authored
* chore: bump chromium in DEPS to 87.0.4280.6 * chore: bump chromium in DEPS to 87.0.4280.11 * chore: update patches * Add deprecated_default_sources_assignment_filter variable https://chromium-review.googlesource.com/c/chromium/src/+/2416496 * 2426564: Remove global sources assignment filter value https://chromium-review.googlesource.com/c/chromium/src/+/2426564 * Remove set_sources_filter import * chore: fixup printing patch * Add DragOperation and AllowedDragOperations Mojo types https://chromium-review.googlesource.com/c/chromium/src/+/2196167 * Add DragOperation and AllowedDragOperations Mojo types https://chromium-review.googlesource.com/c/chromium/src/+/2196167 * Remove several references to BrowserPlugin from content https://chromium-review.googlesource.com/c/chromium/src/+/2401031 * Remove SurfaceEmbeddingTime and LocalSurfaceIdAllocation https://chromium-review.googlesource.com/c/chromium/src/+/2415128 * Remove several references to BrowserPlugin from content https://chromium-review.googlesource.com/c/chromium/src/+/2401031 * Service Manager embedders switches have been removed or moved Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2440974 * Remove SurfaceEmbeddingTime and LocalSurfaceIdAllocation https://chromium-review.googlesource.com/c/chromium/src/+/2415128 * [XProto] Remove usage of Xlib Visuals https://chromium-review.googlesource.com/c/chromium/src/+/2429933 * Implement tabs.removeCSS in electrons TabsExecuteScriptFunction Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2250506 * Remove lossy ConvertSizeToPixel() methods https://chromium-review.googlesource.com/c/chromium/src/+/2419534 * Remove all keyboard related usage of Xlib Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2436787 * fix: use parent namespace for zygote switches * ConvertRectToPixel methods have been removed Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2429143 * impl SortingLSH service Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2425327 * chore: update patches * chore: fix servicemanager removed namespace * chore: revert removed methods * chore: update patches * ExtensionURLLoaderFactory is now owned by its receivers Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2357523 * chore: fix linting * Skip Angle manifest file https://chromium-review.googlesource.com/c/angle/angle/+/2425197 Co-authored-by:
Samuel Attard <samuel.r.attard@gmail.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> Co-authored-by:
Jeremy Rose <nornagon@nornagon.net>
-
- Oct 09, 2020
-
-
trop[bot] authored
Co-authored-by:
Jeremy Rose <nornagon@nornagon.net>
-
trop[bot] authored
Co-authored-by:
John Kleinschmidt <jkleinsc@github.com>
-
trop[bot] authored
Co-authored-by:
Milan Burda <milan.burda@gmail.com>
-
trop[bot] authored
If speculative render view host is deleted during naviagation to page we try to open with call to window.open window is destroyed right after it is created. It may happen when naviagation triggers redirect from http to https. To void that we should emit event current-render-view-deleted only when render view host which was destroyed is the current webcontent's rvh. Co-authored-by:
Cezary Kulakowski <cezary@openfin.co>
-
- Oct 07, 2020
-
-
trop[bot] authored
Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
Electron Bot authored
* chore: bump chromium in DEPS to 87.0.4265.1 * chore: bump chromium in DEPS to 87.0.4266.2 * chore: bump chromium in DEPS to 87.0.4267.1 * update patches * chore: bump chromium in DEPS to 87.0.4270.0 * Update patches * Move content::WebPreferences struct to Blink https://chromium-review.googlesource.com/c/chromium/src/+/2397670 (cherry picked from commit 5c98c5ebf40aec920583399f616238048bbe736b) * viz: Rename RenderPass to CompositorRenderPass (and related types). https://chromium-review.googlesource.com/c/chromium/src/+/2380730 (cherry picked from commit ae999b29c1d8a64cef777ca47423066f93d07bf0) * 2320268: Migrate DragHostMsg_StartDragging to Mojo Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2320268 (cherry picked from commit 4e835d505d6ae5759e7a859220f17e6369420aed) * Make FileURLLoaderFactory always owned by its |receivers_|. https://chromium-review.googlesource.com/c/chromium/src/+/2337411 (cherry picked from commit 284abad17d9897d3bbffe4f47481daf467d35f41) * fix: add a patch to remove deprecated factory (cherry picked from commit 98c96168297284e5db10f32d2ecd06154af2adf9) Co-Authored-By:
Robo <hop2deep@gmail.com> * fixup patch (cherry picked from commit 98c96168297284e5db10f32d2ecd06154af2adf9) Co-Authored-By:
Robo <hop2deep@gmail.com> * Add MIME sniffer overloads that take base::StringPieces https://chromium-review.googlesource.com/c/chromium/src/+/2382896 (cherry picked from commit 211fd4f8f0081406da95fa81d501c42cb76c0c2d) * chore: implement GetSurveyAPIKey Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2362182 (cherry picked from commit 6c539bc6fcf6993d2e8b6e86c935530cbb503f11) * 2415752: Reland "Reland "OOR-CORS: Remove BlinkCORS supporting code outside Blink"" Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2415752 (cherry picked from commit b67757d77da5f7884b445161acc863fe90821992) * Make FileURLLoaderFactory always owned by its |receivers_|. https://chromium-review.googlesource.com/c/chromium/src/+/2337411 (cherry picked from commit 507eb0965f874231f430a3100a7c8c03b747998f) * fixup! Make FileURLLoaderFactory always owned by its |receivers_|. (cherry picked from commit e19400b4e2916e8dd787254f963c67fc96aa8882) * 2418471: PDF Viewer update: Add missing aria-labels to various buttons. https://chromium-review.googlesource.com/c/chromium/src/+/2418471 * chore: bump chromium in DEPS to 87.0.4271.0 * Refactor WebContentSettingsClient to dedupe AllowXYZ methods https://chromium-review.googlesource.com/c/chromium/src/+/2353552 (cherry picked from commit f1a5414372bc86d3a12865c2b312253ba3c1fa1f) * 2402123: Use end date when deleting http auth cache Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2402123 (cherry picked from commit d00971d0cbcdd8daa165718e09f973307fc53668) * [printing] Move PrintHostMsg_PreviewIds to print.mojom https://chromium-review.googlesource.com/c/chromium/src/+/2379455 (cherry picked from commit e212297da9f59873d56e561f28e7a4f3ed88c73e) * update patches * 2401303: Move content/browser/frame_host/* over to content/browser/renderer_host/ https://chromium-review.googlesource.com/c/chromium/src/+/2401303 (cherry picked from commit bcffa8aeabf808a7e1515f0a504cb0c971bc7875) * Introduce NonNetworkURLLoaderFactoryBase class. https://chromium-review.googlesource.com/c/chromium/src/+/2357559 (cherry picked from commit 33e2e12114aff38409fa5e1908f7be2f11705971) * fix: add a patch to remove deprecated factory (cherry picked from commit 98c96168297284e5db10f32d2ecd06154af2adf9) * chore: non_network_url_loader_factory_base was moved Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2357431 (cherry picked from commit a1a8878402f791101c9c22254f3804f6de14b72c) * chore: replace CreateWebUIURLLoader with CreateWebUIURLLoaderFactory Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2358309 (cherry picked from commit 40bfaa5ea429aaceeb397314239fc4fb5c605c63) * 2346803: Study whether blocking of requests via webRequest is fingerprintable https://chromium-review.googlesource.com/c/chromium/src/+/2346803 * lint cleanup * chore: bump chromium in DEPS to 87.0.4272.0 * update patches * 2387901: Accessing C++ enums in Java for WebBluetooth https://chromium-review.googlesource.com/c/chromium/src/+/2387901 * chore: bump chromium in DEPS to 87.0.4273.0 * Update patches (cherry picked from commit b389d4adca71e268c390c41370e87033b69c649c) * chore: bump chromium in DEPS to 87.0.4274.0 * chore: bump chromium in DEPS to 87.0.4275.0 * chore: bump chromium in DEPS to 87.0.4276.0 * update patches * 2418443: Explicit use of deprecated global sources assignment filter https://chromium-review.googlesource.com/c/chromium/src/+/2418443 * fixup 2418443: Explicit use of deprecated global sources assignment filter * Use 87.0.4274.2 for now * 2401847: Cache Storage Permissions on ContentSettingsClientImpl https://chromium-review.googlesource.com/c/chromium/src/+/2401847 * 2418568: Remove ConvertPointToPixel() methods. https://chromium-review.googlesource.com/c/chromium/src/+/2418568 * 2419388: Rename Button methods to be suitable for builders and properties. https://chromium-review.googlesource.com/c/chromium/src/+/2419388 * [XProto] Remove usage of all Xlib headers https: //chromium-review.googlesource.com/c/chromium/src/+/2392140 Co-Authored-By:
Robo <hop2deep@gmail.com> * service_manager::kCrashDumpSignal -> kCrashDumpSignal Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2417073 (cherry picked from commit 7d9d2a172f50e12830a2b8fbfbb2fe344756c377) * gfx::ConvertPointToPixel -> gfx::ConvertPointToPixels Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2418568 (cherry picked from commit a0bf07570409f84a3b7fa9d12bddd8c1805f43c5) * Fixup [XProto] Remove usage of all Xlib headers * Set appid on Pip windows. https: //chromium-review.googlesource.com/c/chromium/src/+/2388274 Co-Authored-By:
Robo <hop2deep@gmail.com> * chore: update node patches for common.gypi Co-Authored-By:
Samuel Attard <MarshallOfSound@users.noreply.github.com> * Try using lower number of processes for linux * fixup call to diagnose_goma_log.py * Use larger machines on linux to work around goma issue * Don't fail on goma stats * don't exit immediately * turn off pipefail * always return true Co-authored-by:
John Kleinschmidt <jkleinsc@github.com> Co-authored-by:
deepak1556 <hop2deep@gmail.com> Co-authored-by:
Samuel Attard <samuel.r.attard@gmail.com> Co-authored-by:
Andy Locascio <andy@slack-corp.com> Co-authored-by:
Samuel Attard <MarshallOfSound@users.noreply.github.com>
-
- Oct 06, 2020
-
-
trop[bot] authored
Co-authored-by:
Jeremy Rose <nornagon@nornagon.net>
-
trop[bot] authored
* feat: add webContents.crashProcess() to forcefully terminate a renderer process * chore: fix up docs and tests Co-authored-by:
Samuel Attard <samuel.r.attard@gmail.com>
-
- Oct 05, 2020
-
-
Electron Bot authored
-
- Oct 03, 2020
-
-
trop[bot] authored
Co-authored-by:
Milan Burda <milan.burda@gmail.com>
-
trop[bot] authored
Co-authored-by:
Milan Burda <milan.burda@gmail.com>
-
trop[bot] authored
Co-authored-by:
Samuel Attard <samuel.r.attard@gmail.com>
-
Shelley Vohr authored
-
- Oct 02, 2020
-
-
Robert Borg authored
for windows print_text_with_gdi is set to the value of is_modifiable but this code path is not taken for silent printing
-
- Oct 01, 2020
-
-
Electron Bot authored
-
- Sep 30, 2020
-
-
trop[bot] authored
-
trop[bot] authored
Co-authored-by:
Cheng Zhao <zcbenz@gmail.com>
-
trop[bot] authored
Co-authored-by:
Cheng Zhao <zcbenz@gmail.com>
-
- Sep 28, 2020
-
-
Electron Bot authored
-
trop[bot] authored
-
- Sep 25, 2020
-
-
trop[bot] authored
Co-authored-by:
Milan Burda <milan.burda@gmail.com>
-