You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if SOAAP understood that cap_enter meant "enter a sandbox and never leave it", rather than manually annotating __soaap_sandbox_region_start at the top-level scope. In Chromium, we currently have to annotate renderer_main, whereas it would be much more programmer-friendly to let SOAAP figure things out based on its sandbox model (even though cap_enter is called deep-ish in the call stack).