Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uppanic when trying to load url before init completed #6126
Closed
Comments
zmike
pushed a commit
to zmike/servo
that referenced
this issue
May 27, 2015
…l load fixes servo#6126
zmike
pushed a commit
to zmike/servo
that referenced
this issue
May 27, 2015
…l load fixes servo#6126
zmike
pushed a commit
to zmike/servo
that referenced
this issue
May 27, 2015
…l load fixes servo#6126
zmike
pushed a commit
to zmike/servo
that referenced
this issue
May 27, 2015
…l load fixes servo#6126
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In compositor.rs, trying to change the URL too early results in this codepath:
panic!("Compositor: Received WindowEvent::LoadUrl without initialized compositor
layers")
@larsbergstrom @pcwalton @jdm