On Thu, Aug 1, 2019 at 3:45 PM Boris Zbarsky <bzbar...@mit.edu> wrote:

> On 8/1/19 3:11 PM, Nika Layzell wrote:
> > Bug 1550560 (https://bugzilla.mozilla.org/show_bug.cgi?id=1550560)
> landed
> > recently, adding native support for declaring actors as *refcounted*.
>
> Would that allow us to add MOZ_CAN_RUN_SCRIPT bits to the generated code
> for those cases?
>

Yep, that should be possible. IPC still works with raw pointers internally
in many cases, and doesn't directly hold a RefPtr<MyActor> on the stack, so
it'll probably need to be a MOZ_CAN_RUN_SCRIPT_BOUNDARY.
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to