Intersection Observer
Blink28616 Loka 2025

Intersection Observer

The sources provide an in-depth explanation of the Intersection Observer API within the Blink rendering engine, focusing on its architecture and implementation to improve web performance. The initial Intersection Observer v1 was designed to efficiently monitor the geometric visibility of DOM elements, replacing costly manual polling and reducing layout thrashing for common features like lazy loading. Furthermore, the documents detail Intersection Observer v2, an extension that adds the crucial ability to detect actual visibility, addressing security and anti-fraud concerns by checking for elements hidden by occlusion or transparency. Blink integrates this API into the frame lifecycle by using a central controller to coordinate checks after layout, ensuring updates are batched and asynchronous for smooth rendering.

Jaksot(395)

Interactive Rebase in nvim

Interactive Rebase in nvim

These sources provide an extensive guide on executing a complete interactive Git rebase workflow entirely within the Neovim text editor. The process heavily relies on the vim-fugitive plugin for Git c...

19 Loka 202538min

Gerrit / git-cl (Chromium Development Workflow)

Gerrit / git-cl (Chromium Development Workflow)

The source provides a comprehensive guide to the Chromium development workflow, focusing on using Gerrit for code review and the command-line utility git cl (part of depot_tools). It details two prima...

19 Loka 202546min

FragmentPaintPropertyTreeBuilder::UpdateScrollAndScrollTranslation()

FragmentPaintPropertyTreeBuilder::UpdateScrollAndScrollTranslation()

The provided sources offer an extensive, line-by-line analysis of Blink’s rendering function, FragmentPaintPropertyTreeBuilder::UpdateScrollAndScrollTranslation(), which is critical for implementing s...

18 Loka 202532min

Simple Versus Easy in Programming

Simple Versus Easy in Programming

provided sources center on Rich Hickey's "Simple Made Easy" talk, which meticulously distinguishes between simple (objective, meaning "one-fold" or unentangled) and easy (subjective, meaning "near-at-...

16 Loka 202534min

CSS Keywords and Blink Rendering Engine

CSS Keywords and Blink Rendering Engine

These sources provide a detailed technical history of CSS keywords and features, tracing their evolution from the foundational CSS1 (1996), which introduced the box model and basic typography, through...

16 Loka 202553min

View Transitions

View Transitions

View transitions

16 Loka 202528min

CSS Backdrop-Filter

CSS Backdrop-Filter

The sources provide an extensive technical explanation of the CSS backdrop-filter property within Google Chrome's Blink rendering engine. This deep dive details how the feature, which allows filters l...

16 Loka 202524min