2018年11月19日

The IDL compiler

摘要: The IDL compiler or bindings generator transcompiles Web IDL to C++ code, specifically bindings between V8 (the JavaScript engine) and Blink. That is, 阅读全文

posted @ 2018-11-19 19:16 huangguanyuan 阅读(758) 评论(0) 推荐(0)

Blink Coordinate Spaces

摘要: For Developers‎ > ‎Design Documents‎ > ‎ Blink Coordinate Spaces Blink Coordinate Spaces Types of Zoom There are two types of zoom in Chromium: Browse 阅读全文

posted @ 2018-11-19 19:13 huangguanyuan 阅读(202) 评论(0) 推荐(0)

Surfaces

摘要: For Developers‎ > ‎Design Documents‎ > ‎Chromium Graphics // Chrome GPU‎ > ‎ Surfaces Goals Surfaces are a concept to allow graphical embedding of het 阅读全文

posted @ 2018-11-19 18:57 huangguanyuan 阅读(511) 评论(0) 推荐(0)

GPU Command Buffer

摘要: For Developers‎ > ‎Design Documents‎ > ‎ GPU Command Buffer This are mostly just notes on the GPU command buffer The GPU Command Buffer system is the 阅读全文

posted @ 2018-11-19 18:55 huangguanyuan 阅读(729) 评论(0) 推荐(0)

Chromium Graphics: Aura

摘要: Aura (obsolete) This document is still good for a high level overview, with contact information, but many technical details are now obsolete; see the 阅读全文

posted @ 2018-11-19 18:51 huangguanyuan 阅读(454) 评论(0) 推荐(0)

Chromium Graphics: Graphics and Skia

摘要: Graphics and Skia Chrome uses Skia for nearly all graphics operations, including text rendering. GDI is for the most part only used for native theme r 阅读全文

posted @ 2018-11-19 18:50 huangguanyuan 阅读(343) 评论(0) 推荐(0)

Mojo Associated Interfaces

摘要: Mojo Associated Interfaces yzshen@chromium.org 02/22/2017 Background Before associated interfaces are introduced, each Mojo interface is always run on 阅读全文

posted @ 2018-11-19 18:08 huangguanyuan 阅读(363) 评论(0) 推荐(0)

2018年11月13日

禁用cache

摘要: Z:\src\services\network\network_context.cc:http_cache_enabled 阅读全文

posted @ 2018-11-13 18:40 huangguanyuan 阅读(239) 评论(0) 推荐(0)

2018年11月6日

Design Doc: Session History for Out-of-Process iframes

摘要: Design Doc: Session History for Out-of-Process iframes Charlie Reis, May 2014 This document outlines the changes we plan to make to Chrome's session h 阅读全文

posted @ 2018-11-06 20:10 huangguanyuan 阅读(202) 评论(0) 推荐(0)

Rendering and compositing out of process iframes

摘要: For Developers‎ > ‎Design Documents‎ > ‎Out-of-Process iframes (OOPIFs)‎ > ‎ Rendering and compositing out of process iframes Summary This document pr 阅读全文

posted @ 2018-11-06 20:08 huangguanyuan 阅读(324) 评论(0) 推荐(0)

导航