aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/mozilla/ipdl/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 21:46:22 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 21:46:22 -0500
commita065e04d529da1d847b5062a12c46d916408bf32 (patch)
treefe0f8bcec1ff39a3c499a2708222dcf15224ff70 /files/zh-cn/mozilla/ipdl/index.html
parent218934fa2ed1c702a6d3923d2aa2cc6b43c48684 (diff)
downloadtranslated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.gz
translated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.bz2
translated-content-a065e04d529da1d847b5062a12c46d916408bf32.zip
update based on https://github.com/mdn/yari/issues/2028
Diffstat (limited to 'files/zh-cn/mozilla/ipdl/index.html')
-rw-r--r--files/zh-cn/mozilla/ipdl/index.html33
1 files changed, 0 insertions, 33 deletions
diff --git a/files/zh-cn/mozilla/ipdl/index.html b/files/zh-cn/mozilla/ipdl/index.html
deleted file mode 100644
index 051c353f2c..0000000000
--- a/files/zh-cn/mozilla/ipdl/index.html
+++ /dev/null
@@ -1,33 +0,0 @@
----
-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>