Skip to content

Instantly share code, notes, and snippets.

View juliandescottes's full-sized avatar

Julian Descottes juliandescottes

View GitHub Profile

DevTools Toolbox Error Analysis - Component (React) Errors

Period: 2026-06-25 11:06 to 2026-08-09 21:46 Total Errors: 394

Overview

The analysis reveals 394 component (React) errors, with the most common error being 'TypeError' (67.0%). 95.7% occur on release. Windows users account for 70.6% of all errors.

Platform Distribution

DevTools Toolbox Error Analysis - Server Protocol Errors

Period: 2026-07-08 14:23 to 2026-08-10 13:03 Total Errors: 6465

Overview

The analysis reveals 6465 server protocol errors, with the most common error type being 'TypeError @ event-collector.js' (34.3%). 96.6% occur on release. Windows users account for 71.4% of all errors.

Platform Distribution

DevTools Toolbox Error Analysis - Component (React) Errors

Period: 2026-07-06 14:47 to 2026-08-02 23:43 Total Errors: 386

Overview

The analysis reveals 386 component (React) errors, with the most common error being 'TypeError' (67.1%). 95.3% occur on release. Windows users account for 78.0% of all errors.

Platform Distribution

DevTools Toolbox Error Analysis - Server Protocol Errors

Period: 2026-07-03 19:03 to 2026-10-30 15:57 Total Errors: 6263

Overview

The analysis reveals 6263 server protocol errors, with the most common error type being 'TypeError @ event-collector.js' (33.9%). 96.0% occur on release. Windows users account for 76.9% of all errors.

Platform Distribution

DevTools Toolbox Error Analysis - Component (React) Errors

Period: 2026-07-10 14:56 to 2026-07-26 22:37 Total Errors: 384

Overview

The analysis reveals 384 component (React) errors, with the most common error being 'TypeError' (67.7%). 93.0% occur on release. Windows users account for 78.6% of all errors.

Platform Distribution

DevTools Toolbox Error Analysis - Server Protocol Errors

Period: 2026-06-20 04:59 to 2026-08-16 07:49 Total Errors: 4232

Overview

The analysis reveals 4232 server protocol errors, with the most common error type being 'TypeError @ event-collector.js' (28.9%). 89.2% occur on release. Windows users account for 74.6% of all errors.

Platform Distribution

Kimi WebBridge Extension — Architecture & Feature Summary

Context

This is a read-only inspection/analysis task, not a code change. The user asked for a summary of the architecture and features of the minified Chrome extension checked into kimi-webbridge-extension/ (currently untracked in git status). No implementation is planned; this file documents the findings of the code inspection so they can be reviewed.

What it is

DevTools Toolbox Error Analysis - Component (React) Errors

Period: 2026-06-30 19:15 to 2026-07-19 22:11 Total Errors: 335

Overview

The analysis reveals 335 component (React) errors, with the most common error being 'TypeError' (63.9%). 95.2% occur on release. Windows users account for 71.9% of all errors.

Platform Distribution

@juliandescottes
juliandescottes / toolbox_server_error_telemetry_summary_20_07_2026.md
Created July 20, 2026 12:40
DevTools Toolbox Error Analysis - Server Protocol Errors

DevTools Toolbox Error Analysis - Server Protocol Errors

Period: 2026-06-18 14:15 to 2026-07-19 23:56 Total Errors: 2958

Overview

The analysis reveals 2958 server protocol errors, with the most common error type being 'TypeError @ WeakMapMap.js' (33.8%). 85.6% occur on release. Windows users account for 74.8% of all errors.

Platform Distribution

WebDriver BiDi Migration Plan

Goal: drop WebDriver Classic entirely (selenium-webdriver's HTTP wire-protocol commands via geckodriver/Marionette) and drive Firefox exclusively through WebDriver BiDi. Today the codebase mixes both — see the per-tool breakdown below for the current split.

Current state

Classification Tools
Fully BiDi console.ts, network.ts, debugging.ts, profiler.ts, mostly script.ts
Fully Classic input.ts, screenshot.ts, snapshot.ts, utilities.ts