2019年1月25日

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 阅读(340) 评论(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 阅读(1200) 评论(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 阅读(355) 评论(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 阅读(765) 评论(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 阅读(617) 评论(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 阅读(288) 评论(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 阅读(348) 评论(0) 推荐(0) 编辑

导航