2018年11月19日

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 阅读(496) 评论(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 阅读(694) 评论(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 阅读(414) 评论(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 阅读(326) 评论(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 阅读(330) 评论(0) 推荐(0) 编辑

2018年11月13日

禁用cache

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

posted @ 2018-11-13 18:40 huangguanyuan 阅读(217) 评论(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 阅读(175) 评论(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 阅读(305) 评论(0) 推荐(0) 编辑

Out-of-Process iframes (OOPIFs)

摘要: For Developers‎ > ‎Design Documents‎ > ‎ Out-of-Process iframes (OOPIFs) This page provides an overview of Chromium's support for out-of-process ifram 阅读全文

posted @ 2018-11-06 20:04 huangguanyuan 阅读(371) 评论(0) 推荐(0) 编辑

2018年11月1日

重复执行shell脚本。

摘要: while ((1)); do gclient runhooks; sleep 2; donewhile ((1)); do ifconfig; sleep 1; done 阅读全文

posted @ 2018-11-01 17:03 huangguanyuan 阅读(1215) 评论(0) 推荐(0) 编辑

导航