Activity log for bug #1283291

Date Who What changed Old value New value Message
2014-02-21 23:37:34 Chris Coulson bug added bug
2014-02-21 23:37:39 Chris Coulson oxide: importance Undecided High
2014-02-21 23:37:41 Chris Coulson oxide: status New Triaged
2014-06-03 19:42:06 Chris Coulson summary User scripts won't work properly in single process mode Can't use multiple contexts in single process mode
2014-06-03 19:53:04 Chris Coulson oxide: importance High Medium
2014-06-03 19:59:35 Chris Coulson description We currently support running Oxide in single process mode by setting the OXIDE_SINGLE_PROCESS environment variable, and I'd like an API to switch this on too. However, user scripts are currently a bit broken with single process mode. On the renderer side, we store BrowserContext-specific user script state process-wide, based on the assumption that a renderer process will not host views from more than one browsing context (which is true for non single-process mode). On the browser side, RenderProcessHost is associated with a single BrowserContext instance, and the render process only displays views from this context. In single-process mode there is only one RenderProcessHost associated with the first BrowserContext, so it's not really possible to use more than one context properly. This means that in single process mode, some features and settings of additional contexts will be ignored - these include: - User agent string - User scripts - WebContextDelegateWorkers - Cache and data directories
2014-06-06 16:34:58 Chris Coulson oxide: milestone branch-1.3
2014-10-09 22:10:04 Chris Coulson oxide: milestone branch-1.3 branch-1.4
2014-11-10 10:44:20 Chris Coulson oxide: status Triaged In Progress
2014-11-13 00:34:31 Chris Coulson oxide: status In Progress Fix Released
2014-11-13 00:34:30 Launchpad Janitor branch linked lp:oxide
2014-11-13 00:51:00 Chris Coulson oxide: assignee Chris Coulson (chrisccoulson)
2015-01-12 18:42:44 Launchpad Janitor branch linked lp:~oxide-developers/oxide/packaging.vivid
2015-01-15 15:41:56 Launchpad Janitor branch linked lp:~oxide-developers/oxide/packaging.utopic
2015-01-15 15:42:11 Launchpad Janitor branch linked lp:~oxide-developers/oxide/packaging.trusty