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 upPort glutin-based browser to libsimpleservo #22760
Open
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Once #22065 is fixed, we will have one port that directly uses the libservo APIs, and two ports that use libsimpleservo. Given how simple the actual Glutin-based browser is, and how much of the implementation is duplicated with libsimpleservo, it probably makes sense to build it on top of our simple embedding API instead.
This work will likely require extending the embedding API provided in libsimpleservo to accommodate features of the desktop app that are not yet exposed through the embedding API.
Glutin desktop source: https://github.com/servo/servo/tree/master/ports/glutin
[simpleservo API]: https://github.com/servo/servo/tree/master/ports/libsimpleservo/api