aboutsummaryrefslogtreecommitdiff
path: root/files/fr/ipdl/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/fr/ipdl/index.html
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/fr/ipdl/index.html')
-rw-r--r--files/fr/ipdl/index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/files/fr/ipdl/index.html b/files/fr/ipdl/index.html
new file mode 100644
index 0000000000..0c58fbab3d
--- /dev/null
+++ b/files/fr/ipdl/index.html
@@ -0,0 +1,18 @@
+---
+title: IPC Protocol Definition Language (IPDL)
+slug: IPDL
+translation_of: Mozilla/IPDL
+---
+<p>IPDL, raccourci pour "Langue de Définition pour Protocole IPC (Inter-Processus Communication = Communication entre processus)", est un langage spécifique à Mozilla permettant le codage en C++ afin de transmettre des messages entre les processus ou les fils d'exécution (threads) de façon organisée et sécurisée. Tous messages destinés aux implants (plugins) multi-process et onglets dans Firefox sont programmés en langage IPDL.</p>
+
+<ul>
+ <li><a href="/en-US/docs/IPDL/Tutorial" title="en-US/docs/IPDL/Getting Started">Tutoriel IPDL</a></li>
+ <li><a href="/en-US/docs/IPDL/Creating_a_New_Protocol" title="en-US/docs/IPDL/Creating a New Protocol">Démarrage rapide: Creation d'un Nouveau Protocole</a></li>
+ <li><a href="/en-US/docs/IPDL/Type_Serialization" title="en-US/docs/IPDL/Type Serialization">Tri de Types Personnalisés</a></li>
+ <li><a href="/en-US/docs/IPDL/Best_Practices" title="en-US/docs/IPDL/Best Practices">Meilleurs Procédés</a></li>
+ <li><a href="/en-US/docs/IPDL/Glossary" title="en-US/docs/IPDL/Glossary">Glossaire IPDL</a></li>
+ <li><a href="/en-US/docs/IPDL/Reference" title="en-US/docs/IPDL/Reference">Langue de Référence IPDL</a></li>
+ <li><a href="/en-US/docs/IPDL/Error_Handling" title="en-US/docs/IPDL/Error Handling">Traitement des erreurs et de fermeture dans les protocoles IPDL</a></li>
+ <li><a href="/en-US/docs/IPDL/Processes_and_Threads" title="en-US/docs/IPDL/Processes and Threads">Comment IPDL Utilise les Processus, les Mappes, et leurs Prises</a></li>
+ <li><a href="/en-US/docs/IPDL/Shared_Memory" title="en-US/docs/IPDL/Shared Memory">Mémoire IPDL partagée</a> </li>
+</ul>