2018年10月13日

Chromium Graphics: Compositor Thread Architecture

摘要: Compositor Thread Architecture <jamesr, enne, vangelis, nduca> @chromium.org Goals The main render thread is a pretty scary place. This is where HTML, 阅读全文

posted @ 2018-10-13 17:14 huangguanyuan 阅读(296) 评论(0) 推荐(0)

2018年9月29日

Display Video

摘要: ###chromium webrtc视频显示 ###两个数据源:本地数据源: MediaStreamRemoteVideoSource(content/renderer/media/webrtc/media_stream_remote_video_source.cc), 数据锚点在video_tra 阅读全文

posted @ 2018-09-29 10:08 huangguanyuan 阅读(359) 评论(0) 推荐(0)

2018年9月19日

Chrome Service Model

摘要: Chrome Service Model John Abd-El-Malek February 2016 Objective Move Chrome codebase towards a service-oriented model. This will produce reusable and d 阅读全文

posted @ 2018-09-19 20:48 huangguanyuan 阅读(353) 评论(0) 推荐(0)

WebRTC Native APIs

摘要: WebRTC Native APIs WebRTC Native APIs WebRTC Native APIs The WebRTC Native APIs implementation is based on W3C’s WebRTC 1.0: Real-time Communication B 阅读全文

posted @ 2018-09-19 15:04 huangguanyuan 阅读(1361) 评论(0) 推荐(0)

Network Stack‎ : CookieMonster

摘要: CookieMonster The CookieMonster is the class in Chromium which handles in-browser storage, management, retrieval, expiration, and eviction of cookies. 阅读全文

posted @ 2018-09-19 14:44 huangguanyuan 阅读(615) 评论(0) 推荐(0)

Network Stack‎ : HTTP authentication

摘要: HTTP authentication As specified in RFC 2617, HTTP supports authentication using the WWW-Authenticate request headers and the Authorization response h 阅读全文

posted @ 2018-09-19 14:40 huangguanyuan 阅读(362) 评论(0) 推荐(0)

Network Stack‎ : HTTP Cache

摘要: HTTP Cache 目录 1 Operation 2 Sparse Entries 3 Truncated Entries 4 Byte-Range Requests 5 HttpCache::Transaction Overview The HTTP Cache is the module th 阅读全文

posted @ 2018-09-19 14:39 huangguanyuan 阅读(352) 评论(0) 推荐(0)

Network Stack‎ : Disk Cache

摘要: Disk Cache 目录 1 Overview 2 External Interface 3 Disk Structure 3.1 Cache Address 3.2 Index File Structure 3.3 Block File Structure 3.4 Cache Entry 3.5 阅读全文

posted @ 2018-09-19 14:37 huangguanyuan 阅读(385) 评论(0) 推荐(0)

Network Stack

摘要: Network Stack 目录 1 Overview 2 Code Layout 3 Anatomy of a Network Request (focused on HTTP) 3.1 URLRequest 3.2 URLRequestHttpJob 3.3 HttpNetworkTransac 阅读全文

posted @ 2018-09-19 14:36 huangguanyuan 阅读(1905) 评论(0) 推荐(0)

Sandbox

摘要: Sandbox Contents Overview Design principles Sandbox windows architecture The broker process The target process Sandbox restrictions The token The Job 阅读全文

posted @ 2018-09-19 14:26 huangguanyuan 阅读(509) 评论(0) 推荐(0)

导航