Videos tagged with chromium
How to build Chrome using a tool called GYP "Generate Your Projects".
The Organization and Abstraction Layers of Chromium's Code
Chromium's multi-process architecture and tight integration with WebKit necessitate a heavily layered approach. In this talk, Brett Wilson introduces each of the layers and explains how they fit together. This video is a great complement to this page: http://dev.chromium.org/developers/design-documents/displaying-a-web-page-in-chrome. Contents0:00 - Introduction2:12 - WebKit Glue layer5:03 - Th...
Chromium's multi-process architecture
Chromium's multi-process architecture is a radical departure from other web browsers. There are many advantages to this design, but with it comes complexity. Darin Fisher gives an overview of how the processes communicate and then dives into specific examples like how optimized scrolling works. This video is a "must see" for any Chromium developer.
WebKit for Chromium Developers
WebKit is at the heart of Chromium, Safari, and many other web browsers. Because we all share WebKit, the procedure for its development is a bit different than the rest of Chromium. Dimitri Glazkov gives a thorough introduction to WebKit for Chromium developers including productivity tips.
Chromium UI Development
Ben Goodger presents a brief introduction of the Chromium views system used to build UI on Windows. This talk covers the basics of using views, as well as some details about how it works under the hood.
Chromium's Network Stack
Recently, Chromium's network stack was completely re-written. Wan-Teh Chang and Eric Roman present the reasons for the re-write, an overview of the code's components, and walk through some common network stack operations.