Skip to content
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

Enable devtools by default on hololens. #25307

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Enable devtools by default on hololens.

  • Loading branch information
jdm committed Dec 16, 2019
commit 5b76c4239f0faaa8a9112a84a687d0668d7d52a0
@@ -72,7 +72,7 @@ Servo::Servo(hstring url, hstring args, GLsizei width, GLsizei height,
: mWindowHeight(height), mWindowWidth(width), mDelegate(aDelegate) {

capi::CInitOptions o;
hstring defaultPrefs = L" --pref dom.webxr.enabled";
hstring defaultPrefs = L" --pref dom.webxr.enabled --devtools=6000";
o.args = *hstring2char(args + defaultPrefs);
o.url = *hstring2char(url);
o.width = mWindowWidth;
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.