mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-03 21:21:34 +00:00
* fix(browser): keep tab enumeration responsive Read tab titles from browser-process CDP target metadata and skip bounded target-info reads so one wedged tab cannot block the profile. Fixes #113787 Co-authored-by: CBruney <CBruney@users.noreply.github.com> * fix(browser): parallelize tab metadata reads Resolve page target metadata concurrently so multiple wedged tabs consume one bounded timeout window. Co-authored-by: CBruney <CBruney@users.noreply.github.com> --------- Co-authored-by: CBruney <CBruney@users.noreply.github.com>