angryer.blogg.se

Chromium browser github
Chromium browser github











Old version, no longer maintained: v6.1.x Old version, no longer maintained: v7.3.x Old version, no longer maintained: v8.3.x Old version, no longer maintained: v9.4.x Old version, no longer maintained: v10.4.x

chromium browser github

Old version, no longer maintained: v11.4.x Old version, no longer maintained: v12.0.x Old version, no longer maintained: v13.x.y Old version, no longer maintained: v14.x.y Old version, no longer maintained: v15.x.y Old version, no longer maintained: v16.x.y Old version, no longer maintained: v17.x.y Old version, no longer maintained: v18.x.y Old version, no longer maintained: v19.x.y Older version, yet still maintained: v20.x.y Older version, yet still maintained: v21.x.y Latest preview version of a future release: v23.x.y The latest three stable version are supported by the Electron team. Įlectron frequently releases new major versions along every other Chromium release.

chromium browser github

In September 2021, Electron moved to an eight-week release cycle between major versions to match the release cycle of Chromium Extended Stable and to comply with a new requirement from the Microsoft Store that requires browser-based apps to be within two major versions of the latest release of the browser engine. Most of Electron's APIs are written in C++ or Objective-C and are exposed directly to the application code through JavaScript bindings.

chromium browser github

menus, shell commands, lifecycle events), and can then launch multiple renderer processes by instantiating an instance of the BrowserWindow class, which loads a window that appears on the screen by rendering HTML and CSS.īoth the main and renderer processes can run with Node.js integration if the nodeIntegration field in the main process is set to true. The main process runs the logic for the application (e. Architecture Įlectron applications include a "main" process and several "renderer" processes. It also uses various APIs to enable functionality such as native integration with Node.js services and an inter-process communication module.Įlectron was originally built for Atom and is the main GUI framework behind several open-source projects including Atom, GitHub Desktop, Light Table, Visual Studio Code, WordPress Desktop and Eclipse Theia. The framework is designed to create desktop applications using web technologies (mainly HTML, CSS and JavaScript, although other technologies such as front-end frameworks and Web Assembly are possible) that are rendered using a version of the Chromium browser engine and a back end using the Node.js runtime environment. C++, JavaScript, Objective-C++ and Objective-CĮlectron (formerly known as Atom Shell ) is a free and open-source software framework developed and maintained by OpenJS Foundation.













Chromium browser github