Bobby Holley
Bobby Holley
Can you clarify a bit more what's going on here? Does Eletron run code in one global Positron we run it in two separate ones? Separate prototypes are not unique...
> I think if you want to define document.domain semantics properly you need to define Vat in ECMAScript. I don't know if that's true, at least not explicitly. The HTML5...
> @bholley fair. I guess what that argues for is that HTML, if done right, needs to define the security membranes (which seems super annoying). Only if you want revocation....
Not that I'm any kind of stakeholder here, but it seems to me that if you consider commit signing important enough to enforce for third-party code integrity, it would make...
That does seem like a useful feature. That said, adding conditionally-compiled debug code to the core borrowing logic would make it somewhat more complex, and I've been trying hard to...
Thanks, and sorry for the lag. So the basic issue here is that you want to use a tuple of borrows, but the tuple is technically not a borrowed type,...
I'd also suggest doing a Gecko try push rather than running them locally. It's not uncommon for certain tests to behavior differently on local-vs-automation, and automation is the canonical environment...
I wouldn't be surprised if our windows test machines had Vulkan drivers already. Windows Firefox currently runs on top of D3D, and @jdashg tells me that Vulkan drivers have been...
It sounds like your GPU process crashed (after four crashes it falls back to basic compositor). You should be able to find the crash report in about:crashes. Unrelated FYI -...
@kvark @dati91 So I think there's actually three levels of "popups". Some "popups" (like the GitHub emoji selector that appears when you type ":") are just out-of-flow html elements. These...