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 upCan I open urls from the gui? #7652
Comments
|
By default, yes. A GUI with a url bar can be used by running index.html from https://github.com/glennw/servo-shell instead of another URL at program launch. |
|
At the moment, Servo is a rendering engine rather than an "entire" browser. There has been a couple experiments to add a UI on top of it (https://github.com/glennw/miniservo-gtk, https://github.com/pcwalton/miniservo-mac, https://github.com/glennw/servo-shell, possibly others) but I believe our current plan is to port https://github.com/mozilla/browser.html. See #5394 |
|
The README says on Mac |
|
#7655. Thanks! |
There doesn't seem to be a window to type in urls. This is by design?