Confirmed users
346
edits
(Nested Content Process draft) |
No edit summary |
||
| Line 10: | Line 10: | ||
== Terminology == | == Terminology == | ||
# '''Chrome Process''', '''Root Process''' or '''B2G Process''': The process with highest privilege which can access virtually all resources on the device. Many security and privacy sensitive API could only be performed by the chrome process. Content processes have to delegate the action to the chrome process through IPC. | # '''Chrome Process''', '''Root Process''' or '''B2G Process''': The process with highest privilege which can access virtually all resources on the device. Many security and privacy sensitive API could only be performed by the chrome process. Content processes have to delegate the action to the chrome process through IPC. | ||
# '''Content Process''' or '''Child Process''': Processes with lower privilege. Almost all web apps and browser tabs run in this kind of process thus the name content process. | # '''Content Process''' or '''Child Process''': Processes with lower privilege. Almost all web apps and browser tabs run in this kind of process thus the name content process. | ||
| Line 18: | Line 17: | ||
== Implementation == | == Implementation == | ||
[[File:Nested-process.svg|650px|frameless|Nested Process]] | |||