On 7/20/19 9:04 AM, Mahmood Naderan wrote:
However, I am not sure if the tracer logs *the process that fetches data
from web* or not.

Using the definite article ("the") there, is fundamentally wrong.

When you load a web page in Firefox, there are at least 2 processes involved in "fetching data from web", possibly more, depending on the exact configuration. At the very least there is the process where the actual socket access happens (which is probably the "parent" Firefox process, which is the first one that starts, in your case), but which data should be fetched and what's done with it is largely determined in a different ("child") process.

-Boris
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to