Enable perfetto in workerd v8 build
Enable perfetto in workerd v8 build and add perfetto traces for per-isolate bootstrap
19 substantial PRs (11 merged, 10 open/draft). 14 in workerd, 5 in node.
Enable perfetto in workerd v8 build and add perfetto traces for per-isolate bootstrap
Add cache, htmlrewriter, and formdata streams test suites
Consolidate and fill gaps in streams tests
Add large chunk of streams consolidation tests and fixes, covering transforms and related areas
Mark jsg::{Async}Generator as visitable
Added queuing strategies suite and migrated strategy tests as part of streams test consolidations
Added digest streams suite and migrated existing DigestStream tests for streams test suite consolidation
Added tryReadSync/tryWriteSync support based on capnp PR #2740
Added compression streams suite and migrated existing tests for better comparison between C++ and TypeScript implementations
Added encoding streams suite and migrated existing TextEncoderStream and TextDecoderStream tests for improved coverage
Implemented FileSystemWritableFileStream in TypeScript to update the webfs implementation and maintain compatibility
Added quantile-respectful density estimate calculation to Histogram in perf_hooks
Introduced util.markPromiseAsHandled to simplify promise handling
Fixed stream and iterator issues in the second batch of fixes
Fix multiple defects and clarifications in TS-streams
Improve streams test consolidation, including special-buffer pipe writes
Added a sockets streams test suite for more comprehensive testing
Large update to the dtls implementation, filling in API gaps and addressing missing functionality
Implemented SlidingWindowHistogram in perf_hooks