servoshell
servoshell copied to clipboard
A work-in-progress user interface for Servo, built in Rust.
As the README says, there is no real UI for Linux (and Windows), so why don't implement this for linux?
Hi :) I'm new to Rust, but so far I managed to build Servo (on Windows), and after some failed attempts I figured out how to build ServoShell using my...
Firefox:
Ubuntu 17.10 artful Kernel: x86_64 Linux 4.13.0-16-generic ``` $ RUST_BACKTRACE=1 cargo run --release Finished release [optimized] target(s) in 0.1 secs Running `target/release/servoshell` thread 'main' panicked at 'Failed to get window...
If we don't update the cursor on each mouse move, the cursor gets updated just once then switch back to the regular pointer.
https://github.com/paulrouget/servoshell/blob/0587cc0e6bd955e5b11e485fd7a284527955f663/src/platform/cocoa/bookmarks.rs#L44