View Issue Details

IDProjectCategoryView StatusLast Update
0012939MMW 5Generalpublic2016-03-23 21:08
Reportermichal Assigned To 
PriorityhighSeverityminorReproducibilityN/A
Status newResolutionopen 
Summary0012939: Possibility to create Chromium windows in different processes.
DescriptionAs we experienced with YouTube player in iFrame, there could be problems with memory leaks, when using embedded external code. Even if we remove iFrame with Youtube player, RAM is not released well and RAM consumption increases with every other YT track. It could be resolved by playing YT videos in window in external process. It could work as current EmbeddedWindow (window placing synchronized with our main window, etc.).

Chromium project plans to implement "Out-of-Process iframes" (https://www.chromium.org/developers/design-documents/oop-iframes), it could solve this as well, but is not implemented yet.
TagsNo tags attached.
Fixed in build

Activities

petr

2016-03-23 21:08

developer   ~0044322

I'm not sure it will work with our current chromium settings with one renderer process limit.