Martin Robinson
Martin Robinson
@eerii You might have some success with https://github.com/nektos/act. I usually test things by running things in my personal repository and using the extension that @sagudev mentioned.
Questions: - What does it mean for an object to be "JS managed?" - Why do some objects implement `JSTraceable` , but have no-op implementations? Why not make them not...
Are "JS managed" objects a strict superset of objects that implement `JSTraceable`? If yes, it would probably make sense for `JSTaceable` to be a supertrait of `JSManaged`.
> > What does it mean for an object to be "JS managed?" > > That it needs to be GCed. So do I understand this correctly that a "JS...
Hrm. So these traits are essentially: `NeedsToBeGarbageCollected` and `HasGarbageCollectedFields`?
Can you post a stack trace for the renderer crash?
@hardBSDk What do you mean by a "renderer crash." Typically when the renderer crashes you might see the "sad tab" dialog or a blank screen. What are you actually seeing...
Sorry for the delay in reviewing this. I have a few concerns about this and around the GStreamer plugin registry in general. Do we really want Servo to be loading...
@gterzian Very nice exploration! Do you know if this could be causing the thing where we sometimes see two load events when loading `about: blank`.
Failure here is #31428.