上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 20 下一页

2019年1月25日

Mojo C System API

摘要: This document is a subset of the Mojo documentation. Contents Overview A Note About Multithreading A Note About Synchronization Result Codes Handles M 阅读全文

posted @ 2019-01-25 17:29 huangguanyuan 阅读(309) 评论(0) 推荐(0)

Mojo Core Embedder API

摘要: This document is a subset of the Mojo documentation. Contents Overview Basic Initialization IPC Initialization Connecting Two Processes Contents Overv 阅读全文

posted @ 2019-01-25 17:24 huangguanyuan 阅读(367) 评论(0) 推荐(0)

2019年1月18日

Servicification

摘要: Servicification Summary The Chromium codebase now supports many platforms and use cases. In response, we need to migrate the code base to a more modul 阅读全文

posted @ 2019-01-18 18:18 huangguanyuan 阅读(203) 评论(0) 推荐(0)

2019年1月16日

Site Isolation Design Document

摘要: This design document covers technical information about how Site Isolation is built. For a general overview of Site Isolation, see https://www.chromiu 阅读全文

posted @ 2019-01-16 10:44 huangguanyuan 阅读(286) 评论(0) 推荐(0)

2019年1月15日

Blink Coordinate Spaces

摘要: Blink Coordinate Spaces Blink Coordinate Spaces Types of Zoom There are two types of zoom in Chromium: Browser Zoom and Pinch-Zoom. Browser zoom is wh 阅读全文

posted @ 2019-01-15 19:02 huangguanyuan 阅读(253) 评论(0) 推荐(0)

Input Team

摘要: The Chromium Input team (aka input-dev) is a web platform team focused on making touch (P1) and other forms of input (P2) awesome on the web. High-lev 阅读全文

posted @ 2019-01-15 18:58 huangguanyuan 阅读(180) 评论(0) 推荐(0)

Layout Team

摘要: The layout team is a long-term engineering team tasked with maintaining, supporting, and improving the layout capabilities of the Chromium Blink rende 阅读全文

posted @ 2019-01-15 18:57 huangguanyuan 阅读(151) 评论(0) 推荐(0)

Slimming Paint (a.k.a. Redesigning Painting and Compositing)

摘要: Slimming Paint is a Paint team project to re-implement the Blink<->cc picture recording API to work in terms of a global display list rather than a tr 阅读全文

posted @ 2019-01-15 18:51 huangguanyuan 阅读(360) 评论(0) 推荐(0)

2019年1月14日

Example of working with a dump.

摘要: Let's say that you are looking at a crash dump, so following the first command from this page you do: 0:006> !analyze -v Part of what the command prin 阅读全文

posted @ 2019-01-14 19:59 huangguanyuan 阅读(202) 评论(0) 推荐(0)

WinDBG help

摘要: WinDBG is a great, free tool. It is more powerful than Visual Studio's built-in debugger, but is harder to use (kind of like gdb on Linux). You can re 阅读全文

posted @ 2019-01-14 19:57 huangguanyuan 阅读(256) 评论(0) 推荐(0)

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 20 下一页

导航