-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace Session* by Connection* #30
Comments
This was referenced Sep 11, 2019
3 tasks
bors-servo
pushed a commit
to servo/servo
that referenced
this issue
Dec 6, 2019
Support inline sessions (with spatial tracking!) This assumes that your WebXR backend can tolerate being spawned multiple times in inline mode. Currently there is only one backend that allows inline mode (headless), and it works there. This can be improved with servo/webxr#30 . Todo: - [ ] Add a default inline device to webxr so that there is always a tracking-free inline session available (followup: servo/webxr#101) - [x] WPT update - [ ] Make inline with spatial tracking a feature request (followup: #24270) fixes #24186 Depends on servo/webxr#100
bors-servo
pushed a commit
to servo/servo
that referenced
this issue
Dec 6, 2019
Support inline sessions (with spatial tracking!) This assumes that your WebXR backend can tolerate being spawned multiple times in inline mode. Currently there is only one backend that allows inline mode (headless), and it works there. This can be improved with servo/webxr#30 . Todo: - [ ] Add a default inline device to webxr so that there is always a tracking-free inline session available (followup: servo/webxr#101) - [x] WPT update - [ ] Make inline with spatial tracking a feature request (followup: #24270) fixes #24186 Depends on servo/webxr#100
bors-servo
pushed a commit
to servo/servo
that referenced
this issue
Dec 11, 2019
Support inline sessions (with spatial tracking!) This assumes that your WebXR backend can tolerate being spawned multiple times in inline mode. Currently there is only one backend that allows inline mode (headless), and it works there. This can be improved with servo/webxr#30 . Todo: - [ ] Add a default inline device to webxr so that there is always a tracking-free inline session available (followup: servo/webxr#101) - [x] WPT update - [ ] Make inline with spatial tracking a feature request (followup: #24270) fixes #24186 Depends on servo/webxr#100
bors-servo
pushed a commit
to servo/servo
that referenced
this issue
Dec 11, 2019
Support inline sessions (with spatial tracking!) This assumes that your WebXR backend can tolerate being spawned multiple times in inline mode. Currently there is only one backend that allows inline mode (headless), and it works there. This can be improved with servo/webxr#30 . Todo: - [ ] Add a default inline device to webxr so that there is always a tracking-free inline session available (followup: servo/webxr#101) - [x] WPT update - [ ] Make inline with spatial tracking a feature request (followup: #24270) fixes #24186 Depends on servo/webxr#100
bors-servo
pushed a commit
to servo/servo
that referenced
this issue
Dec 11, 2019
Support inline sessions (with spatial tracking!) This assumes that your WebXR backend can tolerate being spawned multiple times in inline mode. Currently there is only one backend that allows inline mode (headless), and it works there. This can be improved with servo/webxr#30 . Todo: - [ ] Add a default inline device to webxr so that there is always a tracking-free inline session available (followup: servo/webxr#101) - [x] WPT update - [ ] Make inline with spatial tracking a feature request (followup: #24270) fixes #24186 Depends on servo/webxr#100
bors-servo
pushed a commit
to servo/servo
that referenced
this issue
Dec 11, 2019
Support inline sessions (with spatial tracking!) This assumes that your WebXR backend can tolerate being spawned multiple times in inline mode. Currently there is only one backend that allows inline mode (headless), and it works there. This can be improved with servo/webxr#30 . Todo: - [ ] Add a default inline device to webxr so that there is always a tracking-free inline session available (followup: servo/webxr#101) - [x] WPT update - [ ] Make inline with spatial tracking a feature request (followup: #24270) fixes #24186 Depends on servo/webxr#100
bors-servo
pushed a commit
to servo/servo
that referenced
this issue
Dec 11, 2019
Support inline sessions (with spatial tracking!) This assumes that your WebXR backend can tolerate being spawned multiple times in inline mode. Currently there is only one backend that allows inline mode (headless), and it works there. This can be improved with servo/webxr#30 . Todo: - [ ] Add a default inline device to webxr so that there is always a tracking-free inline session available (followup: servo/webxr#101) - [x] WPT update - [ ] Make inline with spatial tracking a feature request (followup: #24270) fixes #24186 Depends on servo/webxr#100
bors-servo
pushed a commit
to servo/servo
that referenced
this issue
Dec 12, 2019
Support inline sessions (with spatial tracking!) This assumes that your WebXR backend can tolerate being spawned multiple times in inline mode. Currently there is only one backend that allows inline mode (headless), and it works there. This can be improved with servo/webxr#30 . Todo: - [ ] Add a default inline device to webxr so that there is always a tracking-free inline session available (followup: servo/webxr#101) - [x] WPT update - [ ] Make inline with spatial tracking a feature request (followup: #24270) fixes #24186 Depends on servo/webxr#100
bors-servo
pushed a commit
to servo/servo
that referenced
this issue
Dec 12, 2019
Support inline sessions (with spatial tracking!) This assumes that your WebXR backend can tolerate being spawned multiple times in inline mode. Currently there is only one backend that allows inline mode (headless), and it works there. This can be improved with servo/webxr#30 . Todo: - [ ] Add a default inline device to webxr so that there is always a tracking-free inline session available (followup: servo/webxr#101) - [x] WPT update - [ ] Make inline with spatial tracking a feature request (followup: #24270) fixes #24186 Depends on servo/webxr#100
bors-servo
pushed a commit
to servo/servo
that referenced
this issue
Dec 12, 2019
Support inline sessions (with spatial tracking!) This assumes that your WebXR backend can tolerate being spawned multiple times in inline mode. Currently there is only one backend that allows inline mode (headless), and it works there. This can be improved with servo/webxr#30 . Todo: - [ ] Add a default inline device to webxr so that there is always a tracking-free inline session available (followup: servo/webxr#101) - [x] WPT update - [ ] Make inline with spatial tracking a feature request (followup: #24270) fixes #24186 Depends on servo/webxr#100
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are some device APIs where there is long-lived setup that should be run on the thread that's managing the device, which would be a lot easier to handle if
SessionThread
was actuallyConnectionThread
, and session management became a thing Servo did rather than the webxr crate.The text was updated successfully, but these errors were encountered: