aboutsummaryrefslogtreecommitdiff
path: root/files/es/ipdl
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/ipdl')
-rw-r--r--files/es/ipdl/index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/files/es/ipdl/index.html b/files/es/ipdl/index.html
new file mode 100644
index 0000000000..cfada43bdb
--- /dev/null
+++ b/files/es/ipdl/index.html
@@ -0,0 +1,18 @@
+---
+title: IPC Protocol Definition Language (IPDL)
+slug: IPDL
+translation_of: Mozilla/IPDL
+---
+<p>IPDL, abreviado de "IPC (Inter-process communication) Protocol Definition Language" o Lenguaje de Definición de Protocolo para la Comunicación Entre Procesos, es un lenguaje específico de Mozilla que permite código C++ pasar mensajes entre procesos o hilos de manera organizada y segura. Todos los mensajes de plugins multi-procesos y pestañas dentro de Firefox se declaran en lenguaje IPDL.</p>
+
+<ul>
+ <li><a href="/en-US/docs/IPDL/Tutorial" title="en-US/docs/IPDL/Getting Started">Tutorial IPDL</a></li>
+ <li><a href="/en-US/docs/IPDL/Creating_a_New_Protocol" title="en-US/docs/IPDL/Creating a New Protocol">Inicio Rápido: Creando un Nuevo Protocolo</a></li>
+ <li><a href="/en-US/docs/IPDL/Type_Serialization" title="en-US/docs/IPDL/Type Serialization">Tipos Personalizados de Serialización </a></li>
+ <li><a href="/en-US/docs/IPDL/Best_Practices" title="en-US/docs/IPDL/Best Practices">Mejores Prácticas</a></li>
+ <li><a href="/en-US/docs/IPDL/Glossary" title="en-US/docs/IPDL/Glossary">Glosario IPDL</a></li>
+ <li><a href="/en-US/docs/IPDL/Error_Handling" title="en-US/docs/IPDL/Error Handling">Lenguaje de Referencia IPDL</a></li>
+ <li><a href="/en-US/docs/IPDL/Error_Handling" title="en-US/docs/IPDL/Error Handling">Error y manejo de cierres en protocolos IPDL</a></li>
+ <li><a href="/en-US/docs/IPDL/Processes_and_Threads" title="en-US/docs/IPDL/Processes and Threads">Como Usar Procesos IPDL, Hilos y Sockets</a></li>
+ <li><a href="/en-US/docs/IPDL/Shared_Memory" title="en-US/docs/IPDL/Shared Memory">Memoria Compartida IPDL</a></li>
+</ul>