diff options
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/api/captiveportal')
6 files changed, 13 insertions, 23 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/api/captiveportal/canonicalurl/index.html b/files/fr/mozilla/add-ons/webextensions/api/captiveportal/canonicalurl/index.html index 3f29ef2e9f..23f1e1cd17 100644 --- a/files/fr/mozilla/add-ons/webextensions/api/captiveportal/canonicalurl/index.html +++ b/files/fr/mozilla/add-ons/webextensions/api/captiveportal/canonicalurl/index.html @@ -21,7 +21,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/captivePortal/canonicalURL <p>{{WebExtExamples}}</p> -<div class="note"><strong>Remerciements</strong> +<div class="note"><p><strong>Note :</strong></p> <p>Cette API est basée sur l'API <a href="https://developer.chrome.com/extensions/tabs#property-TAB_ID_NONE"><code>chrome.tabs</code></a> de Chromium. Cette documentation est dérivée de <a href="https://chromium.googlesource.com/chromium/src/+/master/chrome/common/extensions/api/tabs.json"><code>tabs.json</code></a> dans le code Chromium.</p> diff --git a/files/fr/mozilla/add-ons/webextensions/api/captiveportal/getlastchecked/index.html b/files/fr/mozilla/add-ons/webextensions/api/captiveportal/getlastchecked/index.html index ebf7f7b5d4..3a5b92c58b 100644 --- a/files/fr/mozilla/add-ons/webextensions/api/captiveportal/getlastchecked/index.html +++ b/files/fr/mozilla/add-ons/webextensions/api/captiveportal/getlastchecked/index.html @@ -17,17 +17,13 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/captivePortal/getLastChecked <h2 id="Syntaxe">Syntaxe</h2> -<pre class="syntaxbox brush:js">var state = browser.captivePortal.getLastChecked() +<pre class="brush: js">var state = browser.captivePortal.getLastChecked() </pre> <h3 id="Valeur_retournée">Valeur retournée</h3> <p>Une <a href="/fr/docs/Web/JavaScript/Reference/Objets_globaux/Promise">Promise</a> qui est remplie avec un nombre entier représentant le temps en millisecondes.</p> -<div class="hidden"> -<h2 id="Exemples">Exemples</h2> -</div> - <p>{{WebExtExamples}}</p> <h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2> diff --git a/files/fr/mozilla/add-ons/webextensions/api/captiveportal/getstate/index.html b/files/fr/mozilla/add-ons/webextensions/api/captiveportal/getstate/index.html index f00a9d3a08..4fdaffb2ee 100644 --- a/files/fr/mozilla/add-ons/webextensions/api/captiveportal/getstate/index.html +++ b/files/fr/mozilla/add-ons/webextensions/api/captiveportal/getstate/index.html @@ -17,7 +17,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/captivePortal/getState <h2 id="Syntaxe">Syntaxe</h2> -<pre class="syntaxbox brush:js notranslate">var state = browser.captivePortal.getState() +<pre class="brush: js">var state = browser.captivePortal.getState() </pre> <h3 id="Valeur_retournée">Valeur retournée</h3> @@ -31,7 +31,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/captivePortal/getState <p>{{Compat("webextensions.api.captivePortal.getState")}}</p> <div class="hidden"> -<pre class="notranslate">// Copyright 2015 The Chromium Authors. All rights reserved. +<pre>// Copyright 2015 The Chromium Authors. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/files/fr/mozilla/add-ons/webextensions/api/captiveportal/index.html b/files/fr/mozilla/add-ons/webextensions/api/captiveportal/index.html index 41e7655362..8223e321c6 100644 --- a/files/fr/mozilla/add-ons/webextensions/api/captiveportal/index.html +++ b/files/fr/mozilla/add-ons/webextensions/api/captiveportal/index.html @@ -17,7 +17,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/captivePortal <p>Déterminer l'état du portail captif de la connexion de l'utilisateur. Un portail captif est une page web qui s'affiche lorsqu'un utilisateur se connecte pour la première fois à un réseau Wi-Fi. L'utilisateur fournit des informations ou agit sur la page web du portail captif afin d'obtenir un accès plus large aux ressources du réseau, par exemple en acceptant les conditions générales ou en effectuant un paiement.</p> -<p>Pour utiliser cette API, vous devez disposer de la <a href="/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/permissions">permission</a> "captivePortal".</p> +<p>Pour utiliser cette API, vous devez disposer de la <a href="/fr/docs/Mozilla/Add-ons/WebExtensions/manifest.json/permissions">permission</a> "captivePortal".</p> <h2 id="Propriétés">Propriétés</h2> @@ -50,12 +50,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/captivePortal <p>{{Compat("webextensions.api.captivePortal")}}</p> -<div class="hidden note"> -<p>La section "Incompatibilités avec le chrome" est incluse à partir de<a href="https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Chrome_incompatibilities"> https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Chrome_incompatibilities</a> en utilisant la macro <a href="/en-US/docs/Template:WebExtChromeCompat">WebExtChromeCompat</a>.</p> - -<p>Si vous avez besoin de mettre à jour ce contenu, modifiez <a href="https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Chrome_incompatibilities">https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Chrome_incompatibilities</a>, puis réactualisez cette page pour voir vos modifications.</p> -</div> - <p>{{WebExtExamples("h2")}}</p> <div class="hidden"> diff --git a/files/fr/mozilla/add-ons/webextensions/api/captiveportal/onconnectivityavailable/index.html b/files/fr/mozilla/add-ons/webextensions/api/captiveportal/onconnectivityavailable/index.html index 996af939f2..d276a97ab6 100644 --- a/files/fr/mozilla/add-ons/webextensions/api/captiveportal/onconnectivityavailable/index.html +++ b/files/fr/mozilla/add-ons/webextensions/api/captiveportal/onconnectivityavailable/index.html @@ -17,7 +17,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/captivePortal/onConnectivityAv <h2 id="Syntaxe">Syntaxe</h2> -<pre class="syntaxbox brush:js notranslate">browser.captivePortal.onConnectivityAvailable.addListener(callback) +<pre class="brush: js">browser.captivePortal.onConnectivityAvailable.addListener(callback) browser.captivePortal.onConnectivityAvailable.removeListener(listener) browser.captivePortal.onConnectivityAvailable.hasListener(listener) </pre> @@ -42,7 +42,7 @@ browser.captivePortal.onConnectivityAvailable.hasListener(listener) <dd> <p>Fonction qui est appelée lorsque cet événement se produit. La fonction se voit transmettre les arguments suivants :</p> - <dl class="reference-values"> + <dl> <dt><code>status</code></dt> <dd><code>string</code> Le statut du service, étant celui de <code>captive</code> s'il y a un portail captif déverrouillé présent ou <code>clear</code> si aucun portail captif n'est détecté</dd> </dl> @@ -53,7 +53,7 @@ browser.captivePortal.onConnectivityAvailable.hasListener(listener) <p>Gérer la capacité d'un utilisateur de changement à se connecter à l'internet :</p> -<pre class="brush: js notranslate">function handleConnectivity(connectivityInfo) { +<pre class="brush: js">function handleConnectivity(connectivityInfo) { console.log("The captive portal status: " + connectivityInfo.status); } @@ -67,7 +67,7 @@ browser.captivePortal.onConnectivityAvailable.addListener(handleConnectivity); <p>{{Compat("webextensions.api.captivePortal.onConnectivityAvailable")}}</p> <div class="hidden"> -<pre class="notranslate">// Copyright 2015 The Chromium Authors. All rights reserved. +<pre>// Copyright 2015 The Chromium Authors. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/files/fr/mozilla/add-ons/webextensions/api/captiveportal/onstatechanged/index.html b/files/fr/mozilla/add-ons/webextensions/api/captiveportal/onstatechanged/index.html index f64eb36db9..09bff21405 100644 --- a/files/fr/mozilla/add-ons/webextensions/api/captiveportal/onstatechanged/index.html +++ b/files/fr/mozilla/add-ons/webextensions/api/captiveportal/onstatechanged/index.html @@ -17,7 +17,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/captivePortal/onStateChanged <h2 id="Syntaxe">Syntaxe</h2> -<pre class="syntaxbox brush:js notranslate">browser.captivePortal.onStateChanged.addListener(callback) +<pre class="brush: js">browser.captivePortal.onStateChanged.addListener(callback) browser.captivePortal.onStateChanged.removeListener(listener) browser.captivePortal.onStateChanged.hasListener(listener) </pre> @@ -42,7 +42,7 @@ browser.captivePortal.onStateChanged.hasListener(listener) <dd> <p>Fonction qui est appelée lorsque cet événement se produit. La fonction se voit transmettre les arguments suivants :</p> - <dl class="reference-values"> + <dl> <dt><code>details</code></dt> <dd> <p><code>string</code> L'État portail captif, étant l'un des <code>unknown</code>, <code>not_captive</code>, <code>unlocked_portal</code>, ou <code>locked_portal</code>.</p> @@ -55,7 +55,7 @@ browser.captivePortal.onStateChanged.hasListener(listener) <p>Gérer un changement de statut de portail captif :</p> -<pre class="brush: js notranslate">function handlePortalStatus(portalstatusInfo) { +<pre class="brush: js">function handlePortalStatus(portalstatusInfo) { console.log("The portal status is now: " + portalstatusInfo.details); } @@ -69,7 +69,7 @@ browser.captivePortal.onStateChanged.addListener(handlePortalStatus) <p>{{Compat("webextensions.api.captivePortal.onStateChanged")}}</p> <div class="hidden"> -<pre class="notranslate">// Copyright 2015 The Chromium Authors. All rights reserved. +<pre>// Copyright 2015 The Chromium Authors. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are |