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

Print an error if Glutin port needs to manage a new tab #24672

Merged
merged 1 commit into from Nov 7, 2019
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Print an error if Glutin port needs to manage a new tab

  • Loading branch information
paulrouget committed Nov 6, 2019
commit d779573fe08e62032b7f73c75546103df445b60e
@@ -346,6 +346,8 @@ where
self.browsers.push(new_browser_id);
if self.browser_id.is_none() {
self.browser_id = Some(new_browser_id);
} else {
error!("Multiple top level browsing contexts not supported yet.");
}
self.event_queue
.push(WindowEvent::SelectBrowser(new_browser_id));
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.