← Back to team overview

ubuntu-webapps-bugs team mailing list archive

[Bug 1297973] Re: BrowserContext shouldn't be deleted in single process mode

 

** Changed in: oxide
       Status: In Progress => Fix Released

** Changed in: oxide
     Assignee: (unassigned) => Chris Coulson (chrisccoulson)

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to Oxide.
https://bugs.launchpad.net/bugs/1297973

Title:
  BrowserContext shouldn't be deleted in single process mode

Status in Oxide Webview:
  Fix Released

Bug description:
  In single process mode, there is a single RenderProcessHost and in-
  process RenderProcess that is never deleted until process shutdown.
  However, the BrowserContext that the RenderProcessHost is created with
  can be deleted, leaving the RenderProcessHost with a dangling pointer
  to it. This isn't possible in the default process mode because a
  RenderProcessHost is deleted once all RenderViewHost's and
  RenderFrameHost's are deleted, and we enforce that BrowserContext
  outlives these

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1297973/+subscriptions