Chromium


An Analysis of Chromium’s Debug Logging Mechanism

This article organizes how Chromium’s debug logging system is implemented on Android, along with some related low-level details.

Analysis of the Cronet URL Request Flow

A deep dive into the overall workflow of the URLRequest class.

Chromium DNS Flow Analysis
2016-04-12 Research C++ Chromium DNS

An in-depth analysis of Chromium’s DNS request flow, and how to implement detailed logging for DNS requests.

A Brief Analysis of the Chromium Network Stack Architecture

A brief analysis of the source files and implementation details across the Chromium network stack.