Discussion:
[chromium-dev] Workflow of Chromium
jakir hossain
2018-11-02 06:07:53 UTC
Permalink
I am new in developing chromium/chrome. But I am stack at to find out the
workflow of chromium. Like, which codes are executing one after another
according to abstract theoretical knowledge of 'How browser works'. I have
studied about browser workflow from various resources like *https://www.html5rocks.com/en/tutorials/internals/howbrowserswork/
<https://www.html5rocks.com/en/tutorials/internals/howbrowserswork/> * and
https://developers.google.com/web/fundamentals/performance/critical-rendering-path/render-tree-construction
.

But I didn't find any resource which describes the browser working process
with code by code(class by class) workflow. Actually, I need to fin out the
workflow or tree of classes/files which can describe and link up the
browser workflow in details.
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/c4669e04-4d1b-4868-8d4e-3a7ef6299533%40chromium.org.
PhistucK
2018-11-04 12:20:21 UTC
Permalink
Though old and probably partially outdated, the following are the cloest
things to what you are asking -
https://www.chromium.org/developers/design-documents/displaying-a-web-page-in-chrome
https://sites.google.com/a/chromium.org/dev/developers/how-tos/getting-around-the-chrome-source-code
cs.chromium.org is a wonderful cross reference system that lets you see
definitions, references, callers and similar of every class,. variable or
member in the code base (at least for the Linux version).

☆*PhistucK*
Post by jakir hossain
I am new in developing chromium/chrome. But I am stack at to find out the
workflow of chromium. Like, which codes are executing one after another
according to abstract theoretical knowledge of 'How browser works'. I have
studied about browser workflow from various resources like *https://www.html5rocks.com/en/tutorials/internals/howbrowserswork/
<https://www.html5rocks.com/en/tutorials/internals/howbrowserswork/> *
and
https://developers.google.com/web/fundamentals/performance/critical-rendering-path/render-tree-construction
.
But I didn't find any resource which describes the browser working process
with code by code(class by class) workflow. Actually, I need to fin out the
workflow or tree of classes/files which can describe and link up the
browser workflow in details.
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups
"Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/c4669e04-4d1b-4868-8d4e-3a7ef6299533%40chromium.org
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/c4669e04-4d1b-4868-8d4e-3a7ef6299533%40chromium.org?utm_medium=email&utm_source=footer>
.
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CABc02_Jax7VFyagpEmhBagn81%2BQAG1Pocdk41v%3DwHKHpc2ssnQ%40mail.gmail.com.
Loading...