Ngo Iok Ui (Wu Yu Wei)
Ngo Iok Ui (Wu Yu Wei)
@Doomsdayrs I think it's somewhat related a bit. Could this library evolve into something like geckoview in the future? Or do we have to rewrite everything all over again.
See also: https://github.com/Smithay/client-toolkit/issues/471
Current nix setup is inpure. I guess we can add `cargo` and `rustc` in `buildInputs`
Following https://github.com/servo/project/issues/149, I'd like to update rendering task to embedding section: - Topic: Renderer Alternatives - Area: Embedding - Description: With many modern GUI projects moving to other rendering libraries,...
I tried to refactor with [idle_add](https://github.com/tauri-apps/tao/tree/idle_add) today. It becomes pretty restrictive and cannot block while waiting. I'll see if we can use `gtk::events_pending` next time to reduce event channeling.
I think this is simply because we haven't supported all key conversions. We can use this issue as feature request to add more key supports.
There are three methods that haven't supported all conversions yet: https://github.com/versotile-org/verso/blob/a64b679741562531a28372c1ae0fbe2d97487be8/src/keyboard.rs#L20 https://github.com/versotile-org/verso/blob/a64b679741562531a28372c1ae0fbe2d97487be8/src/keyboard.rs#L120 https://github.com/versotile-org/verso/blob/a64b679741562531a28372c1ae0fbe2d97487be8/src/keyboard.rs#L150 Feel free to open PR to add some conversions. We can add this step by step. Perhaps...
Sorry I'm away from home for two days. I'll get back to this real quick once I'm back.
@gterzian According to [spec](https://html.spec.whatwg.org/multipage/dom.html#the-body-element-2), `frameset` is treated as a body element. Do you have any idea where the body element is created? I couldn't track to the right code section.
@xiaochengh Yeah my current priority is also sorting out the popular feature set we should add. I'm constantly discussing in [Zulip](https://servo.zulipchat.com/#narrow/channel/416779-performance/topic/Support.20mdn-bcd-collector/with/516832591) and [Triage meeting](https://github.com/servo/project/issues/147). This is one of the trivial...