Tag

Chrome

0 views collected around this technical thread.

Java Tech Enthusiast
Java Tech Enthusiast
May 22, 2025 · Information Security

Chrome’s Automatic Password Change Feature and Implementation Guidelines for Websites

Google Chrome now offers an automatic password‑change function that detects leaked credentials, generates strong passwords, and updates them with minimal user effort, while websites must adopt specific autocomplete attributes and change‑password URLs to integrate seamlessly with this security enhancement.

Auto-Password ChangeChromeInformation Security
0 likes · 5 min read
Chrome’s Automatic Password Change Feature and Implementation Guidelines for Websites
IT Services Circle
IT Services Circle
Nov 3, 2024 · Frontend Development

New Chrome DevTools Elements Panel Badges: scroll, overflow, and More

Chrome 130’s DevTools Elements panel introduces a new scroll badge to highlight scrollable elements, along with upcoming overflow badges, and details how various built‑in badges like grid, flex, ad, scroll‑snap, container, slot, top‑layer, media, and subgrid help developers diagnose layout and rendering issues.

BadgesCSSChrome
0 likes · 6 min read
New Chrome DevTools Elements Panel Badges: scroll, overflow, and More
Sohu Tech Products
Sohu Tech Products
Oct 18, 2024 · Frontend Development

Improving Long-Running JavaScript Tasks with scheduler.yield in Chrome 129

Chrome 129’s new scheduler.yield() lets developers pause long‑running JavaScript loops without the 4 ms minimum delay or queue‑end placement of setTimeout(), cutting execution time from ~17 s to ~5.6 s while keeping the page responsive and preserving task priority.

ChromeFront-endJavaScript
0 likes · 10 min read
Improving Long-Running JavaScript Tasks with scheduler.yield in Chrome 129
IT Services Circle
IT Services Circle
Oct 4, 2024 · Frontend Development

The Rise of Google Chrome: From Crisis to Dominance

This article recounts how Google, facing a massive traffic loss after Microsoft altered IE's default search engine, secretly developed Chrome with a multi‑process architecture and the V8 JavaScript engine, recruited top engineers, and leveraged tools like Google Toolbar to reclaim market share, ultimately propelling Sundar Pichai to CEO.

Browser DevelopmentChromeGoogle
0 likes · 6 min read
The Rise of Google Chrome: From Crisis to Dominance
Code Mala Tang
Code Mala Tang
Aug 5, 2024 · Backend Development

Master VS Code launch.json: Debug Node.js and Chrome with Ease

This guide explains why developers love Google DevTools, introduces VS Code's launch.json for configuring debugging sessions, covers REPL basics, provides practical examples for Node.js and Chrome debugging, and details every launch.json option with descriptions, types, defaults, and sample code.

ChromeConfigurationNode.js
0 likes · 11 min read
Master VS Code launch.json: Debug Node.js and Chrome with Ease
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jun 22, 2024 · Frontend Development

Debugging Production Errors with Ajax Interceptor, Source Maps, and Manual Mapping

This article explains practical methods for diagnosing and fixing production‑time JavaScript errors by using the Ajax‑Interceptor Chrome extension, understanding hidden‑source‑map vs source‑map differences, adding source‑map files in Chrome, and applying manual source‑map mapping or proxy tools like Charles.

ChromeJavaScriptSource Maps
0 likes · 6 min read
Debugging Production Errors with Ajax Interceptor, Source Maps, and Manual Mapping
Java Tech Enthusiast
Java Tech Enthusiast
Apr 27, 2024 · Frontend Development

The Evolution of Browser Engines and Why China Lacks Its Own

Browser engines handle rendering and JavaScript, evolving from Norway’s Qt to KDE’s KHTML, Apple’s WebCore, Google’s Blink, and others, while China’s weak 1990s software base and the massive, long‑term investment required have prevented it from creating a domestic engine, leading Chinese firms to rely on repackaged foreign technologies.

ChromeSafariTechnology History
0 likes · 6 min read
The Evolution of Browser Engines and Why China Lacks Its Own
Java Tech Enthusiast
Java Tech Enthusiast
Mar 14, 2024 · Information Security

VM Escape via Chrome and VMware: Six‑CVE Attack Chain

A Korean security firm demonstrated a real‑world VM‑escape chain in which a user clicking a malicious Chrome link inside a VMware guest triggers six linked CVEs—two Chrome sandbox bypasses, two Windows kernel driver flaws, a VM‑information leak, and a Bluetooth buffer overflow—ultimately granting the attacker host‑level code execution and full system compromise.

CVEChromeSecurity
0 likes · 5 min read
VM Escape via Chrome and VMware: Six‑CVE Attack Chain
IT Services Circle
IT Services Circle
Dec 15, 2023 · Frontend Development

How Chrome Manifest V3 Affects Ad Blockers and YouTube

The upcoming retirement of Chrome Manifest V2 forces extensions to adopt Manifest V3, which requires Chrome Web Store review for updates, dramatically slowing ad‑blocker rule changes and giving YouTube an advantage, while other browsers remain unaffected.

Ad BlockerBrowser CompatibilityChrome
0 likes · 3 min read
How Chrome Manifest V3 Affects Ad Blockers and YouTube
ZhongAn Tech Team
ZhongAn Tech Team
Nov 17, 2023 · Frontend Development

Understanding Interaction to Next Paint (INP) Metric and How to Measure It

This article explains the INP (Interaction to Next Paint) performance metric, its calculation method, satisfaction thresholds, differences from FID, and provides practical guidance on measuring INP using Chrome's CrUX, PageSpeed Insights, the web‑vitals library, Chrome extensions, and custom console scripts.

ChromeINPMetrics
0 likes · 11 min read
Understanding Interaction to Next Paint (INP) Metric and How to Measure It
Sohu Tech Products
Sohu Tech Products
Sep 6, 2023 · Frontend Development

Understanding Pre‑rendering and Speculation Rules in Modern Web Development

The article explains modern pre‑rendering techniques—historical prefetched and prerendered links, Chrome’s new predictive full‑page rendering, and the Speculation Rules API that lets developers declaratively or dynamically specify prefetch and prerender JSON rules, while noting same‑origin limits, debugging tools, and performance benefits for Core Web Vitals.

ChromeJavaScriptWeb Performance
0 likes · 11 min read
Understanding Pre‑rendering and Speculation Rules in Modern Web Development
php中文网 Courses
php中文网 Courses
Sep 1, 2023 · Frontend Development

Statcounter September 2023 Browser Market Share Report

Statcounter's September 2023 report shows Chrome leading global browser usage with 63.56% overall, while Safari, Edge, and Firefox follow, and provides detailed breakdowns for desktop and mobile platforms, highlighting slight month‑to‑month shifts across all major browsers.

Browser Market ShareChromeEdge
0 likes · 4 min read
Statcounter September 2023 Browser Market Share Report
IT Services Circle
IT Services Circle
Jul 20, 2023 · Frontend Development

Chrome v115 Update: Mica Design, Refresh 2023 UI, reCAPTCHA Automation, Third‑Party Login Block, and Privacy Sandbox (Topics API)

The Chrome v115 release introduces Windows 11 Mica material design, an optional Refresh 2023 UI, automated reCAPTCHA verification, a switch to block third‑party login prompts, and a privacy sandbox powered by Topics API, with download links and configuration steps for each new feature.

Browser UpdateChromeMica Design
0 likes · 5 min read
Chrome v115 Update: Mica Design, Refresh 2023 UI, reCAPTCHA Automation, Third‑Party Login Block, and Privacy Sandbox (Topics API)
Bilibili Tech
Bilibili Tech
Apr 14, 2023 · Frontend Development

Understanding Chrome's Multi‑Process Architecture and Rendering Pipeline

Chrome separates browsing tasks into distinct browser, renderer, plugin, and GPU processes, parses HTML/CSS into DOM, layout, paint, and compositing trees, rasterizes tiles on a compositing thread, and uses the GPU process to display frames, enabling optimized, smooth animations such as danmaku while balancing memory usage and security.

ChromeMulti-ProcessPerformance Optimization
0 likes · 14 min read
Understanding Chrome's Multi‑Process Architecture and Rendering Pipeline
Laravel Tech Community
Laravel Tech Community
Apr 11, 2023 · Frontend Development

Chrome Announces WebGPU Implementation in Chrome 113 Beta with Cross‑Platform Support

Chrome’s team has released the first implementation of the WebGPU API in Chrome 113 Beta, enabling high‑performance 3D graphics and data‑parallel compute on supported ChromeOS, macOS, and Windows platforms, with broader platform support and library integrations slated for later this year.

ChromeGPU computingGraphics API
0 likes · 4 min read
Chrome Announces WebGPU Implementation in Chrome 113 Beta with Cross‑Platform Support
TAL Education Technology
TAL Education Technology
Mar 9, 2023 · Frontend Development

Using Chrome DevTools Recorder to Boost Development Efficiency with Puppeteer

This article introduces Chrome DevTools' experimental Recorder feature, explains what Puppeteer is, provides a step‑by‑step guide to record, edit, import, and export automation scripts, and demonstrates how the generated Puppeteer code can streamline front‑end testing and reduce manual effort.

ChromePuppeteerRecorder
0 likes · 13 min read
Using Chrome DevTools Recorder to Boost Development Efficiency with Puppeteer
Laravel Tech Community
Laravel Tech Community
Mar 8, 2023 · Frontend Development

Google Chrome 111 Introduces Improved Download UI, View Transitions API, Automatic Permission Revocation, and New Document Picture-in-Picture API

Chrome 111, released a month after Chrome 110, brings a refined download bubble UI, a numeric download count, smoother page transition support via the View Transitions API, automatic revocation of unused site permissions, and a new Document Picture-in-Picture API for richer web experiences.

Browser UpdatesChromePicture-in-Picture
0 likes · 3 min read
Google Chrome 111 Introduces Improved Download UI, View Transitions API, Automatic Permission Revocation, and New Document Picture-in-Picture API
Laravel Tech Community
Laravel Tech Community
Dec 15, 2022 · Frontend Development

jQuery 3.6.2 Released with Adjustments for Chrome’s New :has() Selector

jQuery 3.6.2, released four months after version 3.6.1, introduces compatibility fixes for Chrome’s newly added :has() selector, handling forgiving parsing and complex selector scenarios, while ensuring older versions may still be affected and directing users to the full changelog for additional changes.

3.6.2:has() selectorChrome
0 likes · 3 min read
jQuery 3.6.2 Released with Adjustments for Chrome’s New :has() Selector
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 10, 2022 · Frontend Development

Separate Writing of CSS transform Functions: New Chrome 104 Feature and Practical Usage

This article explains the newly supported individual CSS transform properties in Chrome 104, demonstrates how to split transform into translate, rotate, and scale declarations, discusses ordering effects, compatibility considerations, and provides practical code examples for complex layouts and animations.

CSSCSS3Chrome
0 likes · 11 min read
Separate Writing of CSS transform Functions: New Chrome 104 Feature and Practical Usage