verso
verso copied to clipboard
A web browser that plays old world blues to build new world hope
and link to it in verso
At present, Servo is designed with a single top-level browsing context, typically corresponding to a web page as viewed by users. We aim to evolve this architecture to accommodate multiple...
In order to implement some advanced features in multiview support, it is essential to develop a module capable of manipulating and configuring the buffer effectively. We propose the creation of...
Once multiwebview support is established, we plan to introduce a dedicated webview specifically for navigation bar interfaces or a similar concept. This specialized view will be designed to control browser...
The Verso project enforces a strict policy requiring documentation comments for every item. This approach ensures comprehensive documentation accessible through cargo doc. Additionally, we should consider hosting this documentation on...
To enhance the capabilities of potential browsers or applications built on Servo and Tauri, we must provide robust offscreen rendering support. This will enable the implementation of advanced features such...
While `cargo run` on Windows works fine, it will need several DLLs to make the actual binary work. In the final package, following DLL sources should be included: https://github.com/servo/servo/blob/main/python/servo/build_commands.py#L365
Enable the bundling of the Verso Browser using Cargo Packager. - Now, we can bundle the Verso browser using Cargo Packager - `cargo fmt` is run to eliminate formatting issues....
Right now the requirement dependencies from README.me is copied from Servo. There are a lot of them are not required or just wrong. We should finalize and figure out which...