Xiaocheng Hu

Results 72 comments of Xiaocheng Hu

I'm looking into the a failure in `workers/Worker-terminate-forever-during-evaluation.html` where top-level `await` in a module worker isn't supported

A quick code search shows that worker type is passed to worker creation but never used. So we are still running a classic script worker.

Sorry I couldn't find a time to work on it...

Discussed with @longvatrong111 offline. It's better to make WebDriver independent of ServoShell, as WebDriver shouldn't depend on any specific embedder. WebDriver and real events should still share the same code...

> WebDriver should be driving a browser, and not just the embedding layer. +1 to this. We'll see how it will be carried out.

Is there a clearer illustration / doc of what the relation between servoshell and web driver is, and what the relation should be?

Thanks for the clarification, that makes much more sense to me now! So far my understanding of the objectives are: (1) Make servoshell manage the lifetime of WebDriver; (2) Make...

> The only kind of issues we need to deal is synchronization between webdriver commands, some go to embedder, some go to constellation first. For worst case scenario, we can...

> > Anyway, I agree that we can send all through embedder first for synchronization purpose. It may help later. > > I think for these type of commands we...

> Any other anchor definition would cause you to opt out of this? So any CSS anchor,anchor attribute or anchorElement in JS? Yes, that should be the recommended ways to...