b6875ad49b
renamed a few occurances of "web page" to "renderer" renamed a few files that had "browser" in their name to "main-process" note that there are still many occurances of web page.
403 B
403 B
Process object
The process
object in atom-shell has following differences between the one in
upstream node:
process.type
String - Process's type, can bebrowser
(i.e. main process) orrenderer
.process.versions['atom-shell']
String - Version of atom-shell.process.versions['chrome']
String - Version of Chromium.process.resourcesPath
String - Path to JavaScript source code.