Click here to Skip to main content
15,903,856 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: These browsers that have a separate process for each tab Pin
Eddy Vluggen3-Nov-16 3:55
professionalEddy Vluggen3-Nov-16 3:55 
GeneralRe: These browsers that have a separate process for each tab Pin
Rob Philpott3-Nov-16 4:17
Rob Philpott3-Nov-16 4:17 
GeneralRe: These browsers that have a separate process for each tab Pin
Eddy Vluggen3-Nov-16 4:35
professionalEddy Vluggen3-Nov-16 4:35 
GeneralRe: These browsers that have a separate process for each tab Pin
Rob Philpott3-Nov-16 4:51
Rob Philpott3-Nov-16 4:51 
GeneralRe: These browsers that have a separate process for each tab Pin
Eddy Vluggen3-Nov-16 5:08
professionalEddy Vluggen3-Nov-16 5:08 
GeneralRe: These browsers that have a separate process for each tab Pin
Rob Philpott3-Nov-16 5:51
Rob Philpott3-Nov-16 5:51 
GeneralRe: These browsers that have a separate process for each tab Pin
Eddy Vluggen4-Nov-16 11:10
professionalEddy Vluggen4-Nov-16 11:10 
GeneralRe: These browsers that have a separate process for each tab Pin
Nish Nishant3-Nov-16 8:36
sitebuilderNish Nishant3-Nov-16 8:36 
There is one main process, and each tab gets its own process. Chromium IPC is used to chat with each other. See Inter-process Communication (IPC) - The Chromium Projects[^]

A simple way to repro this is to have one process create a container window, and then have child processes create windows that are children of that container HWND. That said, Chrome does not really use HWNDs for its tabs, it uses WebKit. So the example I gave should not be taken literally Smile | :)
Regards,
Nish
Website: www.voidnish.com
Blog: voidnish.wordpress.com

GeneralRe: These browsers that have a separate process for each tab Pin
Kirill Illenseer3-Nov-16 22:33
Kirill Illenseer3-Nov-16 22:33 
GeneralSound of the Week Pin
Sander Rossel3-Nov-16 1:53
professionalSander Rossel3-Nov-16 1:53 
GeneralRe: Sound of the Week Pin
glennPattonWork33-Nov-16 2:34
professionalglennPattonWork33-Nov-16 2:34 
GeneralRe: Sound of the Week Pin
Sander Rossel3-Nov-16 2:55
professionalSander Rossel3-Nov-16 2:55 
GeneralRe: Sound of the Week Pin
David O'Neil3-Nov-16 7:29
professionalDavid O'Neil3-Nov-16 7:29 
GeneralRe: Sound of the Week Pin
Sander Rossel3-Nov-16 10:24
professionalSander Rossel3-Nov-16 10:24 
GeneralRe: Sound of the Week Pin
David O'Neil3-Nov-16 12:41
professionalDavid O'Neil3-Nov-16 12:41 
GeneralRe: Sound of the Week Pin
Sander Rossel5-Nov-16 3:13
professionalSander Rossel5-Nov-16 3:13 
GeneralRe: Sound of the Week Pin
Paul Kemner4-Nov-16 8:24
Paul Kemner4-Nov-16 8:24 
GeneralRe: Sound of the Week Pin
Sander Rossel5-Nov-16 3:16
professionalSander Rossel5-Nov-16 3:16 
GeneralCCC 03/11/16 Pin
PeejayAdams3-Nov-16 0:47
PeejayAdams3-Nov-16 0:47 
GeneralRe: CCC 03/11/16 Pin
pkfox3-Nov-16 0:52
professionalpkfox3-Nov-16 0:52 
GeneralRe: CCC 03/11/16 - SOLVED Pin
PeejayAdams3-Nov-16 1:06
PeejayAdams3-Nov-16 1:06 
GeneralA true politician... PinPopular
Kornfeld Eliyahu Peter3-Nov-16 0:23
professionalKornfeld Eliyahu Peter3-Nov-16 0:23 
GeneralRe: A true politician... Pin
glennPattonWork33-Nov-16 0:33
professionalglennPattonWork33-Nov-16 0:33 
GeneralRe: A true politician... Pin
ZurdoDev3-Nov-16 0:40
professionalZurdoDev3-Nov-16 0:40 
GeneralRe: A true politician... Pin
CPallini3-Nov-16 0:46
mveCPallini3-Nov-16 0:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.