Uh oh!
There was an error while loading. Please reload this page.
feat(dashboard): flatten browser/context into per-context attached pages - #40333
Conversation
Pavel suggested removing the browser/context split since multiple
contexts in one browser should not look different in the UI.
- AttachedBrowser becomes AttachedPage (one per attached page)
- BrowserSlot slimmed to { browser, descriptor, contextListeners }
- selectTab/newTab/closeTab gain a context field
- sidebar renders one row per (session, context)Test results for "MCP"6 failed 6543 passed, 913 skipped Merge workflow run. |
Test results for "tests 1"6 flaky39308 passed, 847 skipped Merge workflow run. |
119e987
into
microsoft:mainUh oh!
There was an error while loading. Please reload this page.
Summary
browser.on('context')event will follow in a separate PR).AttachedBrowser→AttachedPage;BrowserSlotslimmed to{ browser, descriptor, contextListeners }.(session, context).selectTab/newTab/closeTabgain acontextfield.