From e993178e6e67538ae36d00399586eb42fdd772ac Mon Sep 17 00:00:00 2001 From: Claude Bot Date: Tue, 30 Dec 2025 07:06:33 +0000 Subject: [PATCH] Move QueuingStrategy files to web/streams/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move JSByteLengthQueuingStrategy, JSCountQueuingStrategy from webcore/ to web/streams/. Now all stream-related files are together. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../{webcore => web/streams}/JSByteLengthQueuingStrategy.cpp | 0 .../{webcore => web/streams}/JSByteLengthQueuingStrategy.h | 0 src/buntime/{webcore => web/streams}/JSCountQueuingStrategy.cpp | 0 src/buntime/{webcore => web/streams}/JSCountQueuingStrategy.h | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename src/buntime/{webcore => web/streams}/JSByteLengthQueuingStrategy.cpp (100%) rename src/buntime/{webcore => web/streams}/JSByteLengthQueuingStrategy.h (100%) rename src/buntime/{webcore => web/streams}/JSCountQueuingStrategy.cpp (100%) rename src/buntime/{webcore => web/streams}/JSCountQueuingStrategy.h (100%) diff --git a/src/buntime/webcore/JSByteLengthQueuingStrategy.cpp b/src/buntime/web/streams/JSByteLengthQueuingStrategy.cpp similarity index 100% rename from src/buntime/webcore/JSByteLengthQueuingStrategy.cpp rename to src/buntime/web/streams/JSByteLengthQueuingStrategy.cpp diff --git a/src/buntime/webcore/JSByteLengthQueuingStrategy.h b/src/buntime/web/streams/JSByteLengthQueuingStrategy.h similarity index 100% rename from src/buntime/webcore/JSByteLengthQueuingStrategy.h rename to src/buntime/web/streams/JSByteLengthQueuingStrategy.h diff --git a/src/buntime/webcore/JSCountQueuingStrategy.cpp b/src/buntime/web/streams/JSCountQueuingStrategy.cpp similarity index 100% rename from src/buntime/webcore/JSCountQueuingStrategy.cpp rename to src/buntime/web/streams/JSCountQueuingStrategy.cpp diff --git a/src/buntime/webcore/JSCountQueuingStrategy.h b/src/buntime/web/streams/JSCountQueuingStrategy.h similarity index 100% rename from src/buntime/webcore/JSCountQueuingStrategy.h rename to src/buntime/web/streams/JSCountQueuingStrategy.h