August 2022 M T W T F S S « Jun 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Archives
Recent Comments
- gyuyoung on How to develop Chromium with Visual Studio Code on Linux?
- ryan on How to develop Chromium with Visual Studio Code on Linux?
- gyuyoung on How to develop Chromium with Visual Studio Code on Linux?
- Jayden on How to develop Chromium with Visual Studio Code on Linux?
- gyuyoung on How to develop Chromium with Visual Studio Code on Linux?
Tags
Links
Tag Archives: Mojo
The progress of the legacy IPC migration in Chromium
Recall of the legacy IPCs migration As you might know, Chromium has a multi-process architecture that involves many processes communicating with one another through IPC (Inter-Process Communication). However, traditionally IPC has used an approach which the Chromium project feels are … Continue reading
How Chromium Got its Mojo?
Chromium IPC Chromium has a multi-process architecture to become more secure and robust like modern operating systems, and it means that Chromium has a lot of processes communicating with each other. For example, renderer process, browser process, GPU process, utility … Continue reading