[Suggestion] Ctrl-click and middle-click links open tabs in the same process - Printable Version +- CentBrowser Forum (https://www.centbrowser.net/en) +-- Forum: Product Related (https://www.centbrowser.net/en/forumdisplay.php?fid=1) +--- Forum: Bugs & Suggestions (https://www.centbrowser.net/en/forumdisplay.php?fid=4) +--- Thread: [Suggestion] Ctrl-click and middle-click links open tabs in the same process (/showthread.php?tid=1681) |
[Suggestion] Ctrl-click and middle-click links open tabs in the same process - whileloop - 09-29-2017 23815 - Middle-clicking (and ctrl-clicking or shift-clicking) links opens tabs in the same renderer process - chromium - Monorail Since chrome 60 ctrl-clicking or middle-clicking links will open new tabs in new renderer processes. I suggest change back to use the same renderer process for new tabs when ctrl-clicking or middle-clicking links within the domain because there are other ways to open new tab in new process, such as drag-and-drop or contextmenu "Open in new tab" command. RE: [Suggestion] Ctrl-click and middle-click links open tabs in the same process - Admini - 09-30-2017 I am not sure whether we should change it back. As they discussed, a separate render process will consume extra 20-30M memory, but will be more responsive. By the way, you can use startup command line --render-process-limit=xxx to set maximum render process count. |