From fd80a3de67082fcb6567cbbe989273e72789f8c7 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 10 Jun 2026 09:02:13 +0000 Subject: [PATCH] perf(files-ui): stream media/downloads natively, rAF rubber-band, Map selection MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Four related fixes to stop buffering files in page memory and stop hammering layout from the selection paths: - Inline viewer media: video/audio fetched the ENTIRE file into a blob before the first frame (a 2 GB video = 2 GB of tab heap, no progressive playback, no seek). The