diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/mozilla/ipdl/index.html | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/zh-cn/mozilla/ipdl/index.html')
-rw-r--r-- | files/zh-cn/mozilla/ipdl/index.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/files/zh-cn/mozilla/ipdl/index.html b/files/zh-cn/mozilla/ipdl/index.html new file mode 100644 index 0000000000..051c353f2c --- /dev/null +++ b/files/zh-cn/mozilla/ipdl/index.html @@ -0,0 +1,33 @@ +--- +title: IPC Protocol Definition Language (IPDL) +slug: Mozilla/IPDL +tags: + - IPC + - IPDL + - NeedsTranslation + - PBackground + - TopicStub +translation_of: Mozilla/IPDL +--- +<p class="summary">IPDL是“IPC(进程间通信)协议定义语言”的缩写,是一种特定于Mozilla的语言,允许C++代码以有组织和安全的方式在进程或线程之间传递消息。Firefox中多进程插件和选项卡的所有消息都是用IPDL语言声明的。</p> + +<h2 id="当前文档">当前文档</h2> + +<ul> + <li><a href="/zh-CN/docs/Mozilla/IPDL/入门">IPDL 入门</a></li> + <li><a href="/zh-CN/docs/Mozilla/IPDL/Creating_a_New_Protocol">快速开始:创建一个新的协议</a></li> + <li><a href="/en-US/docs/Mozilla/IPDL/Extending_a_Protocol">Quick Start: Extending a Protocol</a></li> + <li><a href="/en-US/docs/Mozilla/IPDL/Type_Serialization">IPDL Type Serialization</a></li> + <li><a href="/en-US/docs/Mozilla/IPDL/Best_Practices">IPDL Best Practices</a></li> + <li><a href="/en-US/docs/Mozilla/IPDL/Glossary">IPDL Glossary</a></li> + <li><a href="/en-US/docs/Mozilla/IPDL/PBackground">PBackground</a></li> +</ul> + +<h2 id="Future_planned_docs">Future planned docs</h2> + +<ul> + <li><a href="/en-US/docs/IPDL/Reference" title="en-US/docs/IPDL/Reference">IPDL Language Reference</a></li> + <li><a href="/en-US/docs/IPDL/Error_Handling" title="en-US/docs/IPDL/Error Handling">Error and shutdown handling in IPDL protocols</a></li> + <li><a href="/en-US/docs/IPDL/Processes_and_Threads" title="en-US/docs/IPDL/Processes and Threads">How IPDL Uses Processes, Threads, and Sockets</a></li> + <li><a href="/en-US/docs/IPDL/Shared_Memory" title="en-US/docs/IPDL/Shared Memory">IPDL Shared Memory</a></li> +</ul> |