
Chromium Embedded Framework is widely used in software by Adobe Systems, streaming media services such as Spotify, video game services such as and Steam, etc.In currently supported versions of the Android operating system (since version 4.4), the WebView component is based on Blink instead of WebKit.Several projects exist to turn Chromium's Blink into a reusable software framework for other developers: Skia Graphics engine - makes calls to an underlying Graphics Library (like OpenGL, Vulkan, DirectX etc) which depends on the platformīlink exposes a public API that allows browsers such as Chromium to interact with Blink while remaining insulated from internal changes to the browser engine.DOM, HTML DOM and CSS rendering engines.Internals īlink engine has the following components: īy commit count, Google was the largest contributor to the WebKit code base from late 2009 until 2013 when they started work on their fork, Blink. Aside from these planned changes, Blink initially remained relatively similar to WebCore. The fork also deprecates CSS vendor prefixes existing prefixes will be phased out and new experimental functionality will instead be enabled on an opt-in basis. These parts were altered for the Blink fork, and although slightly bulkier, it allowed greater flexibility for adding new features. Much of WebCore's code was used for features that Google Chrome implemented differently such as sandboxing and the multi-process model. It is used in Chrome starting at version 28, Microsoft Edge starting at version 79, Opera (15+), Vivaldi, Brave, Amazon Silk and other Chromium-based browsers and frameworks. Blink has, contrary to its name, never functionally supported the element.īlink is a fork of the WebCore component of WebKit, which was originally a fork of the KHTML and KJS libraries from KDE. Naming īlink's naming was influenced by a combination of two major factors: the connotations of speed, and a reference to the non-standard presentational blink HTML element, which was introduced by Netscape Navigator and supported by Presto- and Gecko-based browsers until August 2013.

com /chromium /src /+ /master /third _party /blink /īlink is a browser engine developed as part of the Chromium project with contributions from Google, Meta, Microsoft, Opera Software, Adobe, Intel, IBM, Samsung, and others.
