01 2019 档案

Calling Mojo from Blink
摘要:Variants Let's assume we have a mojom file such as this: module example.mojom; interface Foo { SendData(string param1, array<int32> param2); }; module 阅读全文

posted @ 2019-01-25 18:14 huangguanyuan 阅读(362) 评论(0) 推荐(0) 编辑

Converting Legacy Chrome IPC To Mojo
摘要:Converting Legacy Chrome IPC To Mojo Looking for Mojo Documentation? Contents Overview Deciding What to Do Moving Messages to Services Moving Messages 阅读全文

posted @ 2019-01-25 18:12 huangguanyuan 阅读(1207) 评论(0) 推荐(0) 编辑

Mojo For Chromium Developers
摘要:Overview This document contains the minimum amount of information needed for a developer to start using Mojo in Chromium. For more detailed documentat 阅读全文

posted @ 2019-01-25 18:11 huangguanyuan 阅读(357) 评论(0) 推荐(0) 编辑

Mojo C++ Bindings API
摘要:This document is a subset of the Mojo documentation. Contents Overview Getting Started Interfaces Basic Usage InterfacePtr and InterfaceRequest Creati 阅读全文

posted @ 2019-01-25 17:53 huangguanyuan 阅读(789) 评论(0) 推荐(0) 编辑

Mojo C++ System API
摘要:This document is a subset of the Mojo documentation. Contents Overview Scoped, Typed Handles Message Pipes Data Pipes Shared Buffers Native Platform H 阅读全文

posted @ 2019-01-25 17:45 huangguanyuan 阅读(632) 评论(0) 推荐(0) 编辑

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 阅读(294) 评论(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 阅读(358) 评论(0) 推荐(0) 编辑

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 阅读(195) 评论(0) 推荐(0) 编辑

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 阅读(265) 评论(0) 推荐(0) 编辑

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 阅读(248) 评论(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 阅读(175) 评论(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 阅读(145) 评论(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 阅读(352) 评论(0) 推荐(0) 编辑

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 阅读(189) 评论(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 阅读(244) 评论(0) 推荐(0) 编辑

Debugging Chromium on Windows
摘要:First see get the code for checkout and build instructions. Getting started You can use Visual Studio's built-in debugger or WinDBG to debug Chromium. 阅读全文

posted @ 2019-01-14 19:56 huangguanyuan 阅读(433) 评论(0) 推荐(0) 编辑

windows 实用DOS命令。
摘要:1. findfind方法要比findstr要简单,参数要少。find /? 命令可以查看所有find命令的参数。find命令的基本格式是这样的:find "要查找的字符串" 要查找的文件,在这里,"要查找的字符串"这个内容是必不可少的,引号也是必须的。例如:find "abcd" d:\test. 阅读全文

posted @ 2019-01-08 22:18 huangguanyuan 阅读(296) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示