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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v0.1.5 — named Ghost profiles
Chrome locks a user-data dir exclusively, so two sessions sharing profiles/default
could not both run; the second failed with an opaque startup timeout.
- NEOBROWSER_PROFILE names the Ghost profile (default "default"), giving
concurrent sessions isolated user-data dirs. Validated so it cannot escape
the profiles directory; invalid names fall back to "default".
- A profile held by a live Chrome now fails fast with the profile, the holding
pid and the debug port to attach to, instead of a timeout with no cause.