You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loading a simple profile from a file in Chrome or Safari waits for five seconds for a reply to the WebChannel status message. We added the wait for the WebChannel on the file loading path in #3501, in order to allow symbolicating profiles from files with the help of the browser.
We can skip the WebChannel connection attempt if the userAgent does not contain Firefox.
This moves the call to createBrowserConnection all the way to the outside.
It also removes the user agent override: We will now only wait for the
WebChannel if we're running in a browser with a Firefox userAgent.
Fixesfirefox-devtools#3638.
I've kept the tests mostly as-is. I'm planning to simplify them in
future commits.
Loading a simple profile from a file in Chrome or Safari waits for five seconds for a reply to the WebChannel status message. We added the wait for the WebChannel on the file loading path in #3501, in order to allow symbolicating profiles from files with the help of the browser.
We can skip the WebChannel connection attempt if the userAgent does not contain Firefox.
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: